@charset "utf-8";
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
footer {
  margin-top: auto;
}
img {
  max-width: 100%;
  height: auto;
}
.navigation {
  height: 70px;
  background: #4C80E6;
}
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
  z-index: 100;
}
.brand img {
  width: 180px;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}
.nav-container nav {
  float: right;
}
.nav-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-container nav ul li {
  float: left;
  position: relative;
  z-index: 99;
}
.nav-container nav ul li a,
.nav-container nav ul li a:visited {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  line-height: 70px;
  background: #4C80E6;
  color: #ffffff;
  text-decoration: none;
}
.nav-container nav ul li a:hover,
.nav-container nav ul li a:visited:hover {
  background: #1165C1;
  color: #ffffff;
}
.nav-container nav ul li a:not(:only-child):after,
.nav-container nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' \025bc';
}
.nav-container nav ul li ul li {
  min-width: 150px;
}
.nav-container nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 98;
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #1165C1;
  height: 70px;
  width: 70px;
}
@media (min-width: 768px) {
  .product_block .col-md-4 {
      min-height: 340px;
  }
}
/*798 -> 868*/
@media only screen and (max-width: 868px) {
  .nav-mobile {
    display: block;
  }
  .nav-container nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  .nav-container nav ul {
    display: none;
  }
  .nav-container nav ul li {
    float: none;
  }
  .nav-container nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  .nav-container nav ul li ul li a {
    padding-left: 30px;
  }
  .nav-dropdown {
    position: static;
  }
}
/*799 -> 869*/
@media screen and (min-width: 869px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 18px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
  z-index: 100;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
  z-index: 100;
}
#nav-toggle span:after {
  content: 'menu';
  color: #FFF;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
  content: '';
}
/* フッター */
footer {
  padding: 30px 0 !important
}
footer.footer-large {
  padding: 100px 0 !important
}
footer {
  padding-left: 0;
  background: #4C80E6;
  color: #FFF;
}
footer a.active {
  color: #FFF;
  text-decoration: none;
}
/*style.css*/
.carousel-item .img-fluid {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.carousel-item {
  height: auto;
}
.carousel-item a {
  display: block;
  width: 100%;
}
.carousel-item .show-image {
  display: block;
  width: 100%;
}
.container {
  max-width: 960px;
  overflow: hidden;
  padding: 20px 16px 20px;
  position: relative;
  z-index: 10;
}
.outlineTable {
  margin: 20px auto;
}
.outlineTable th {
  border-bottom: solid 1px#CCC;
  color: #000;
  padding: 16px;
  width: 20%;
}
.outlineTable td {
  border-bottom: solid 1px #ccc;
  padding: 10px;
  width: 80%;
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .outlineTable {
    width: 80%;
  }
  .outlineTable th,
  .outlineTable td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .line_headline {
    font-size: 20px;
  }
}
/*　button　*/
.button {
  display: block;
  text-decoration: none;
  background: #4C80E6;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #1165C1;
  border-radius: 6px;
  width: 60%;
  text-align: center;
  margin: 0 auto 10px;
  /* padding: 10px; */
}
.button:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}
.button a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: block;
  /* padding: 0.5em; */
  padding: calc(10px + .5em);
}
.button a:active,
.button a:hover {
  color: #FFF;
  text-decoration: none;
}
/* 見出し */
.bg_headline {
  background: #4C80E6;
  padding: 10px;
  color: #FFF;
  text-align: center;
}
.line_headline {
  overflow: hidden;
  text-align: center;
  padding-bottom: 1em;
}
.line_headline span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  text-align: center;
}
.line_headline span::before,
.line_headline span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
.line_headline span::before {
  right: 100%;
}
.line_headline span::after {
  left: 100%;
}
.dcb_headline {
  border-bottom: solid 3px #FADA5E;
  position: relative;
  margin-bottom: .8em;
}
.dcb_headline+dd {
  margin-bottom: 1.5rem;
}
.dcb_headline:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #4C80E6;
  bottom: -3px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .bg_headline {
    font-size: 24px;
  }
  .line_headline {
    font-size: 22px;
  }
  .dcb_headline {
    font-size: 20px;
  }
}
/*　ぱんくず　*/
.breadcrumbs {
  display: block;
  padding: 0.5625em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f6f6f6;
  border-color: gainsboro;
  border-radius: 3px;
  margin-bottom: 10px;
}
.breadcrumbs>* {
  margin: 0;
  float: left;
  font-size: 0.6875em;
  text-transform: uppercase;
  color: #2ba6cb;
}
.breadcrumbs>*:hover a,
.breadcrumbs>*:focus a {
  text-decoration: underline;
}
.breadcrumbs>* a,
.breadcrumbs>* span {
  text-transform: uppercase;
  color: #2ba6cb;
  text-decoration: none;
}
.breadcrumbs>*.current {
  cursor: default;
  color: #333333;
}
.breadcrumbs>*.current a {
  cursor: default;
  color: #333333;
}
.breadcrumbs>*.current:hover,
.breadcrumbs>*.current:focus {
  text-decoration: none;
}
.breadcrumbs>*.current:hover a,
.breadcrumbs>*.current:focus a {
  text-decoration: none;
}
.breadcrumbs>*.unavailable {
  color: #999999;
}
.breadcrumbs>*.unavailable a {
  color: #999999;
}
.breadcrumbs>*.unavailable:hover {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
.breadcrumbs>*.unavailable:hover a {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
.breadcrumbs>*.unavailable:focus,
.breadcrumbs>*.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
.breadcrumbs>*:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75em;
  position: relative;
  top: 1px;
}
.breadcrumbs>*:first-child:before {
  content: " ";
  margin: 0;
}
/*  YC情報 */
.yc_info li {
  padding-bottom: 3px;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 5px;
}
.peper_info li {
  padding-bottom: 3px;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 5px;
  font-size: 1.2em;
}
/* 地図　*/
.location {
  margin-bottom: 20px;
}
.location iframe {
  width: 100%;
  height: 300px;
  vertical-align: bottom;
}
/*　流れ　*/
.counter {
  counter-reset: css-counter;
  list-style-type: none;
  padding-left: 0;
}
.counter dt::before {
  counter-increment: css-counter;
  content: counter(css-counter);
  position: absolute;
  display: inline-block;
  background: #4C80E6;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.counter dt {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 40px;
  font-size: 18px;
}
.counter dd {
  border: 1px solid #ccc;
  padding: 1em;
  border-radius: 8px;
}
.contact a,
.contact a:hover {
  text-decoration: none;
  color: #000;
}
.contact span {
  margin-bottom: 20px;
  font-size: 2.2rem;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #000;
}
.contact a:hover span {
  background: #FADA5E;
  border-radius: 50%;
}
a.posting_contact {
  color: #000;
  text-decoration: none;
}
.privacy ul {
  margin-left: 20px;
  list-style-type: disc;
}
.flex_c {
  justify-content: center;
}