@charset "utf-8";
body {
  background-color: #EEF2F3 !important;
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #2e86b9;
}
a:active, a:focus, a:hover {
  color: #424242;
  text-decoration: underline;
}
a img {
  border: none;
}
/* header */
.header {
  background-color: #fff;
}
.header .header-img {
  margin-top: 2rem;
}
.header .header-menu {
  margin-bottom: 0;
  margin-top: 3rem;
  text-align: right;
}
@media screen and (min-width:991px) {
  .header .header-menu {
    margin-top: 5rem;
  }
}
@media screen and (min-width:1200px) {
  .header .header-menu {
    margin-top: 6rem;
  }
}
.header .header-menu-item {
  display: inline-block;
  margin-right: 2rem;
}
.header .header-contact {
  margin-bottom: 0;
  text-align: right;
}
.navbar-default {
  background-color: #E0E0E0 !important;
  margin-bottom: 0px !important;
}
#gnavi-wrap {
  background-color: #E0E0E0 !important;
}
#gnavi {
  padding: 0;
  margin: 0;
}
#gnavi ul {
  margin: 1rem 0;
}
#gnavi ul li a {
  padding: 0;
  margin: 1rem;
}
@media screen and (min-width:768px) {
  #gnavi ul li a {
    margin: .5rem 1.5rem .5rem 0;
  }
}
#gnavi ul li.h a {
  color: #000000;
  margin: .5rem 1rem .5rem 0;
}
@media screen and (min-width:768px) {
  #gnavi ul li.h a::after {
    content: "／";
    padding-left: 1rem;
  }
}
#gnavi ul {
  float: none;
}
#gnavi ul.nav li a {}
/* toppage */
#main-menu {
  margin-bottom: 8rem;
}
#main-menu h2 {
  font-weight: bold;
  font-size: 3rem;
  margin: 6rem 0 1rem;
}
#main-menu h2.first {}
#main-menu h3 {
  font-size: 2rem;
  margin: 3rem 0 1rem;
}
.passage {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 1rem;
  padding: 5px;
}
#main-menu .passage:hover {
  background-color: #97aaca;
}
.passage-img {
  padding: 15px;
  background-color: #fff;
}
.passage-img img {
  width: 100%;
}
#main-menu .passage-title {
  background-color: #DDDDDD;
  height: 50px;
  padding: 5px;
}
#main-menu .passage-title p {
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}
#main-menu .passage-content {
  background-color: #fff;
  height: 100px;
  padding: 10px;
}
#main-menu a {
  color: black;
  text-decoration: none;
}
#main-menu .passage-content p {
  padding: 10px;
}
h4.passage-header {
  border-bottom: dotted 2px black;
}
.passage-section {
  background-color: #f2f0e9;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.separator {
  border: dotted 2px #818181;
  margin-bottom: 50px;
  margin-top: 70px;
}
/* News */
.news {
  background-color: #fff;
  height: 500px;
  margin-top: 50px;
}
.news-area {
  background-color: #EEF2F3;
  height: 350px;
  position: relative;
}
.news-area dl {
  padding-top: 10px;
}
.news-area dt {
  background-color: #B2B2B2;
  clear: both;
  color: #fff;
  float: left;
  font-weight: normal;
  margin-left: 20px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  width: 150px;
}
.news-area dt.new {
  background-color: #FEB100;
}
.news-area dd {
  margin-left: 200px;
  padding-bottom: 10px;
  padding-top: 20px;
}
.news-area .more {
  background-color: #B2B2B2;
  bottom: 0px;
  color: #fff;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  position: absolute;
  right: 0px;
  width: 150px;
}
/* breadcrumb */
.breadcrumb {
  margin: 3rem 0 1rem;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "»";
  margin: 0 .6em;
  color: #777;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
/* subtitle */
.subtitle h3 {
  margin-top: 30px;
}
/* page */
#pages {
  margin-bottom: 8rem;
  min-height: 500px;
}
#pages h1 {
  font-weight: bold;
  margin: 3rem 0;
}
#pages h2 {
  font-weight: bold;
  text-align: center;
  margin: 6rem 0;
  padding-top: 6rem;
  border-top: dotted 3px #818181;
}
#pages h2.caution {
  color: red;
  text-align: center;
}
#pages h3 {
  background-color: #fff;
  border: solid 1px #000;
  margin-bottom: 30px;
  margin-top: 50px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-top: 15px;
}
#pages h3:before {
  color: #97aaca;
  content: "■";
  margin-right: 20px;
}
#pages h4 {
  margin-top: 20px;
}
#pages img {
  margin-bottom: 1em;
}
#pages ul, #pages ol {
  margin-bottom: 2em;
  margin-top: 1em;
}
#pages li {
  margin-bottom: 10px;
}
#pages li .sub {
  margin-bottom: 10px;
  font-weight: normal;
  margin-top: 10px;
}
#pages li > ul {
  margin-top: 10px;
}
#pages li li {
  margin-bottom: 10px;
  font-weight: normal;
}
img.main-img {
  margin-bottom: 1rem;
}
#pages table .bk-01 {
  font-size: 1.6em;
  text-align: center;
  color: #fff;
  background-color: #172c56;
}
#pages .max-width .bk-01 {
  padding: 10px 15px;
  text-align: left;
  font-size: 1em;
}
#pages .section-box {
  display: inline-block;
  *display: inline;
  /* IE用ハック */
  *zoom: 1;
  /* IE用ハック */
  margin: 20px 0;
  padding: 15px;
  width: 100%;
  height: 100%;
  vertical-align: top;
  background-color: #fff;
  border: 1px #333 solid;
}
#pages .section-box strong {
  display: block;
  margin: 0 0 20px;
  padding: 15px;
  font-size: 1em;
  color: #fff;
  background-color: #97aaca;
}
#pages .box-blank {
  margin-top: 62px;
}
#pages .cost-box {
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  min-height: 150px;
  height: 100%;
}
#pages .cost-box strong {
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: center;
}
#pages .cost-box .cost-title {
  margin: 15px 0 10px;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: bold;
}
#pages .cost-box p.category {
  text-align: center;
}
@media screen and (min-width:768px) {
  #pages .cost-box {
    width: 270px;
    font-size: 1.1em;
  }
}
#pages table {
  display: table;
  margin: 0;
  width: 100%;
  margin-bottom: 1em;
}
#pages th, #pages td {
  float: left\9;
  display: table-cell;
  padding: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px #172c56 solid;
}
#pages .service-box {
  margin-bottom: 20px
}
@media screen and (min-width:768px) {
  #pages .offset-bottom {
    padding-bottom: 60px;
  }
  #pages table {
    margin-top: 20px;
  }
  #pages th, #pages td {
    float: none\9;
    display: table-cell;
    width: auto;
    border: 1px #172c56 solid;
  }
  #pages .title {
    width: 200px;
  }
  #pages .service-box {
    margin-top: 20px;
  }
  #pages .max-width th, #pages .max-width td {
    display: block;
    width: 100%;
  }
  #pages table .bk-01 {
    width: 60px;
    border-bottom-color: #fff;
  }
  #pages .max-width .bk-01 {
    font-size: 1.2em;
    border-bottom: none;
  }
  #pages .service-box {
    margin-top: 20px;
  }
}
#pages table.tbl td {
  width: 33% !important;
  border: 1px solid #000;
}
#pages td.blue {
  background-color: #97AACA !important;
  color: #fff;
}
#pages p.licence {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
}
#pages .caution-box {
  background-color: #fff;
  border: 2px solid #000;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}
#pages .center {
  text-align: center;
}
h4.author {
  margin-top: 30px;
}
p.author {
  margin-left: 1em;
}
#pages .service-box h4 {
  margin: 0 0 10px;
  padding-bottom: 5px;
  font-size: 1.1em;
  font-weight: bold;
  color: #172c56;
  border-bottom: 3px #2e86b9 dotted;
}
#pages .service-box h4:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background-color: #2e86b9;
}
#pages dl.math dt {
  font-size: 16px;
}
#pages dl.math dd {
  margin-bottom: 15px;
}
/* 製品、事例一覧css */
#pages .case {
  padding: 1.5rem 0;
}
#pages .case .img {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
#pages .case p {
  margin-bottom: 5px;
  height: 100%;
  font-weight: bold;
  font-size: 110%;
}
#pages .case-title {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
}
#pages .case-item-cs {
  border: solid 1px #000;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 20px;
}
@media screen and (min-width:768px) {
  #pages .case {
    padding: 1rem 0;
    overflow: hidden;
  }
  #pages .case .img {
    float: left;
    margin-right: 15px;
    width: 30%;
  }
}
/** 表css **/
#pages .dl-box {
  margin: 30px 0 0 0;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}
#pages .dl-box dt, #pages .dl-box dd {
  padding: 22px 15px;
  border-top: 1px solid #ddd;
}
#pages .dl-box dt {
  width: 100%;
  text-align: left;
  overflow: hidden;
}
#pages .dl-box dd {
  background-color: #fff;
}
#pages .dl-box dd th {
  vertical-align: top;
}
#pages .dl-box .text-center {
  text-align: center;
}
#pages .dl-box dd strong {
  margin: 5px 0;
}
@media screen and (min-width:768px) {
  #pages .dl-box dt {
    float: left;
    clear: left;
    width: 200px;
  }
  #pages .dl-box dd {
    margin-left: 200px;
    *margin-left: 0;
    /* IE用ハック */
  }
}
/***** ニュース一覧css *****/
#pages .news-body ul {
  padding-left: 20px;
}
#pages .news-body dl {
  margin: 20px 0;
}
#pages .news-body dd {
  margin-bottom: 10px;
}
#pages .news-body .dl-box dd {
  margin-bottom: 0;
}
#pages .news-title h3 {
  padding-left: 0;
  background-color: transparent;
  border: none;
}
#pages .news-title h3:before {
  color: transparent;
  content: "";
  margin-right: 0px;
}
#pages hr {
  clear: both;
  margin: 30px 0;
  border-color: #888;
}
@media screen and (min-width:768px) {
  #pages .news-day {
    float: left;
    width: 125px;
  }
  #pages .news-body {
    overflow: hidden;
  }
  #pages .news-body p {
    margin-left: 0;
  }
  #pages .news-title h3 {
    margin: 0 0 10px;
  }
}
/* footer */
.footer {
  background-color: #B2B2B2;
  height: 304px;
  padding-bottom: 70px;
  padding-top: 70px;
}
#pagetop .btn-pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  background: none;
  z-index: 100;
}
#pagetop .btn-pagetop.displayed {
  visibility: visible;
}
/* responsive */
@media screen and (min-width:991px) and (max-width:1199px) {}
@media screen and (min-width:768px) and (max-width:991px) {
  #main-menu .passage-title {
    height: 70px;
  }
  #main-menu .passage-content {
    height: 120px;
  }
}
@media screen and (max-width:767px) {
  #main-menu {}
  .navbar-default {
    background-color: #EEF2F3 !important;
  }
  .navbar-header {
    background-color: #fff;
  }
  .navbar-nav {
    margin-top: 0px;
  }
  @media screen and (max-width:767px) {
    .navbar-header {
      padding: 10px;
    }
  }
  .navbar-header .mb-header-img {
    float: left;
    margin-top: 0;
  }
  ul.dropdown-menu {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  ul.dropdown-menu li {
    background-color: #fff !important;
  }
  .news {
    margin-top: 0px;
  }
  .news-area dt {
    font-size: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 70px;
  }
  .news-area dd {
    font-size: 10px;
    margin-left: 100px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .news-area .more {
    font-size: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 70px;
  }
  .footer {
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .footer img {
    margin-bottom: 30px;
  }
}
.mb-footer {
  margin: 0 100px;
}
@media screen and (max-width:420px) {
  .mb-header-img {
    width: 70%
  }
}
@media screen and (max-width:400px) {
  ul.dropdown-menu li {
    font-size: 11px;
  }
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.btn-default {
  color: #333 !important;
}
#contactform form {
  background-color: #ffffff;
  padding: 4rem 3rem;
  border: solid 1px #cccccc;
  border-radius: .5rem;
}
#contactform form .form-group {
  margin-bottom: 3rem;
}
#contactform form .form-label {
  display: flex;
  justify-content: left;
  align-content: center;
  margin-bottom: .5rem;
}
@media screen and (min-width:1200px) {
  #contactform form .form-label {
    justify-content: right;
    margin-top: .5rem;
  }
}
#contactform form .form-label .form-label-required, #contactform form .form-label .form-label-optional {
  background-color: #aaaaaa;
  color: #ffffff;
  display: inline-block;
  padding: .25rem .5rem;
  margin-left: .5rem;
  border-radius: .5rem;
  font-size: 80%;
}
#contactform form .form-label .form-label-required {
  background-color: #ffc200 !important;
}
#miniform {
  position: fixed;
  bottom: 0px;
  right: 0;
  display: flex;
  visibility: hidden;
  z-index: 999;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  #miniform {
    flex-direction: row;
    width: auto
  }
}
#miniform .title {
  background: #ffc800;
  display: flex;
  justify-content: center;
  align-content: center;
}
#miniform .title p {
  text-decoration: none;
  color: black;
  padding: 1rem;
  display: block;
  font-weight: bold;
  cursor: pointer;
  margin: 1rem 0;
}
@media screen and (min-width:768px) {
  #miniform .title p {
    padding: 1rem 2rem;
    writing-mode: vertical-rl;
    text-align: center;
  }
}
#miniform .title p .bi::before {
  vertical-align: 0;
}
#miniform .content {
  background: #ffc800;
  padding: 2rem;
}
#miniform .content p {
  text-align: center;
  font-weight: bold;
}
#miniform .content .form-group {
  margin: 2rem 0;
}
#miniform .content .form-label {
  font-size: 90%;
}
#miniform .content .btn {
  margin: 3rem 0;
  border-radius: 6rem;
  background-color: #7f7f7f;
  color: #ffffff;
  border: 1.5px solid #ffffff;
}
#topimage{
	background-image: url("../img/topimage-bg.png");
	background-position: center center;
	background-size: cover;
}
#topmessage{
	background-color: #d1e7ef;
	padding: 0 0 1rem;
}

#miniform{
    display: none;
}