@charset "UTF-8";
/*------------------------------------------------------------
汎用スタイル
------------------------------------------------------------*/
.img-responsive {
  width: 100%;
  height: auto;
}
.img-responsive-max100p {
  max-width: 100%;
  height: auto;
}
/*------------------------------------------------------------
下層コンテナ
------------------------------------------------------------*/
#contents_wrapper.under {
  margin-top: 52px;
}
.main-conts {
  padding-left: 10px;
  padding-right: 10px;
}
.main-conts-inner {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media all and (min-width: 960px) {
  #contents_wrapper.under {
    margin-top: 0;
  }
  .main-conts-inner {
    width: 960px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/*------------------------------------------------------------
下層メインビジュアル
------------------------------------------------------------*/
.under-mv {
  width: 100%;
  text-align: center;
  position: relative;
}
.under-mv .bg-arrow {
  width: 38px;
  height: 31px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -19px;
  background: url(../staff/images/under-mv-arrow.png) center bottom no-repeat;
  background-size: contain;
}
.under-mv:before, .under-mv:after {
  content: "";
  width: 50%;
  height: 31px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.under-mv:before {
  left: 0;
  margin-left: -19px;
}
.under-mv:after {
  right: 0;
  margin-right: -19px;
}

.undernami-mv {
  width: 100%;
  text-align: center;
  position: relative;
}
.undernami-mv:after {
  content: "";
  width: 100%;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../common/images/nami_whi.png) repeat-x left bottom;
  background-size: auto 12px;
}

/*------------------------------------------------------------
下層メインビジュアル
------------------------------------------------------------*/
.img-main-offer{
  padding: 53px 0 57px;
  background-image: url(../confirm/images/bg-confirm-pt.png), url(../ks-lower/images/bg-confirm-left-sp.png), url(../ks-lower/images/bg-confirm-right-sp.png);
  background-repeat: repeat,no-repeat,no-repeat;
  background-position: left top,left top 30px,right top 60px;
  background-size: 20px,106px 146px,75px 191px;
}
.img-main-offer.type1 {
  background-color: #15a3dc;
}
.img-main-offer.type2 {
  background-color: #09828d;
}
.img-main-offer h2 {
  max-width: 90%;
  margin: 0 auto 30px;
}
.img-main-offer h2 img {
  width: auto;
  height: 94px;
}
.img-main-offer .lead {
  color: #fff;
  font-weight: bold;
}

@media all and (min-width: 960px) {
  .img-main-offer{
    padding: 40px 0 50px;
    background-image: url(../confirm/images/bg-confirm-pt.png), url(../ks-lower/images/bg-confirm-left-pc.png), url(../ks-lower/images/bg-confirm-right-pc.png);
    background-position: left top,left top,right top;
    background-size: auto;
  }

  .img-main-offer h2 img {
    height: auto;
  }
}
/*------------------------------------------------------------
内容確認
------------------------------------------------------------*/
.offer-bg {
  position: relative;
  background-color: #efefef;
}

.offer-bg::before {
  width: 100%;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  background: url(../common/images/nami_whi_bottom.png) repeat-x center top;
  background-size: auto 12px;
}

.offer .offer-box {
  margin-top: 20px;
  padding: 10px;
  background-color: #fff;
}
.offer .offer-box:first-child {
  margin-top: 0;
}

.main-conts-inner .fromjapan-ttl {
  max-width: 90%;
  text-align: center;
  margin: 0 auto 30px;
}
.main-conts-inner .lead {
  text-align: center;
  margin: 0 0 40px;
  font-size: 1.6rem;
}

@media all and (min-width: 960px) {
  .main-conts-inner .fromjapan-ttl {
    margin: 0 auto 36px;
  }
  .main-conts-inner .lead {
    margin: 0 0 20px;
  }
  .main-conts:last-of-type .main-conts-inner .lead {
    margin: 0 0 50px;
  }
}

#about .row {
  margin-bottom: 30px;
}
#about .row dt {
  color: #fff;
  background-color: #09828d;
  text-align: center;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
#about .row dd {
  padding: 20px 40px;
  background-color: #f5f5f5;
}

#about .caution {
  display: table;
  width: 100%;
  background: #fff;
  margin: 0 0 40px;
}

#about .caution {
  background-color: #fff;
  border: 3px solid #09828d;
  padding: 20px;
  display: inherit;
  box-sizing: border-box;
  margin-top: 20px;
}
#about .caution dt {
  display: inherit;
  margin: 0 auto;
  padding: 0 0 20px;
  background: none;
  line-height: 1;
  text-align: center;
  width: 240px;
  border-bottom: 1px dotted #09828d;
}
#about .caution dt img {
  height: 18px;
  width: auto;
}
#about .caution dt span {
  background: #09828d;
  display: inline-block;
  padding: 8px 0;
  width: 200px;
}

@media all and (min-width: 960px) {
  #about .row {
    margin-bottom: 50px;
  }
  #about .row dt {
    padding: 10px;
    font-size: 2rem;
  }
  #about .row dd {
    padding: 30px 40px;
  }

  #about .caution dt, #about .caution dd {
    display: table-cell;
    vertical-align: middle;
  }
  #about .caution dt {
    height: 80px;
    padding: 0;
    text-align: center;
  }
  #about .caution dd {
    padding: 0 30px;
  }
  #about .caution {
    border: 6px solid #09828d;
    display: table;
    margin-top: 60px;
    width: 960px;
    margin: 0 auto;
  }
  #about .caution dt {
    border-right: 1px dotted #09828d;
    border-bottom: 0;
    display: table-cell;
    padding: 0 20px 0 0;
    margin: 0px;
    width: 195px;
  }
  #about .caution dt img {
    height: 19px;
  }
  #about .caution dt span {
    width: 195px;
  }
}
