@charset "UTF-8";

/* =====================
  fonts
===================== */

/*  Yu Gothic
------------------------*/

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* =====================
  base
===================== */

body {
  font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
  line-height: 1.8;
  color: #000;
  font-size: 14px;
  background: #fff;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sp_none {
  display: none !important;
}

a {
  text-decoration: none;
  color: #000;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

svg {
  width: 100%;
  height: 100%;
  display: block;
}

.flex {
  display: -webkit-flex;
  display: flex;
}

.inner {
  width: 85%;
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
}

.contents {
  padding: 60px 0;
}

#wrapper {
  position: relative;
}

/* =====================
  decoration
===================== */

/*  tsukua
------------------------*/

.tsukua {
  font-family: fot-tsukuardgothic-std,sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}

/*  underline
------------------------*/

.underline {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.underline::before {
  content: '';
  width: 100%;
  height: 15px;
  display: block;
  background: url(/images/feature/huistenbosch/pattern_stripe.png) repeat, #FEF57C;
  background-size: 29px;
  position: absolute;
  bottom: -2px;
  left: -2px;
  z-index: -1;
}

/*  stripe
------------------------*/

.stripe {
  background: url(/images/feature/huistenbosch/pattern_stripe.png) repeat, #DCEDF2;
  background-size: 23px;
}

/*  wave
------------------------*/

.wave {
  position: relative;
  margin-top: -20px;
}

.wave::before {
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  background-image: url(/images/feature/huistenbosch/pattern_wave_w.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

/*  shipo
------------------------*/

.wave .inner {
  position: relative;
}

.wave .inner::before {
  content: '';
  width: 30px;
  height: 26px;
  position: absolute;
  top: -75px;
  right: -10px;
  background-image: url(/images/feature/huistenbosch/icon_ship_g.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*  bubble
------------------------*/

.bubble {
  position: relative;
}

.bubble::after {
  content: '';
  width: 35px;
  height: 60px;
  position: absolute;
  top: -52px;
  right: -20px;
  background-image: url(/images/feature/huistenbosch/bg_bubble_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* =====================
  btn_area
===================== */

.btn_area {
  margin-top: 10px;
}

.btn_area .deco {
  max-width: 350px;
  margin: 0 auto -2px auto;
  padding-right: 5px;
}

.btn {
  max-width: 375px;
  height: 65px;
  margin: 0 auto;
  line-height: 65px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
}

.btn a {
  display: block;
  background: url(/images/feature/huistenbosch/btn_bg.svg) no-repeat center;
  background-size: contain;
  position: relative;
  color: #fff;
}

.btn a::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(/images/feature/huistenbosch/icon_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -7.5px;
}

/* =====================
  header
===================== */

#header {
  width: 100%;
  height: 50px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 20px;
}

#header .logo {
  width: 130px;
}

#header .h_btn {
  font-size: 10px;
  text-align: center;
  width: 130px;
  height: 42px;
  line-height: 42px;
  letter-spacing: 1px;
  font-weight: bold;
}

#header .h_btn a {
  display: block;
  color: #fff;
  background: url(/images/feature/huistenbosch/h_btn.svg) no-repeat center;
  background-size: contain;
  position: relative;
}

#header .h_btn a::after {
  content: '';
  width: 11px;
  height: 11px;
  background: url(/images/feature/huistenbosch/icon_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 13px;
}

/* =====================
  footer
===================== */

#footer {
  margin-top: 30px;
  background: #62B6CD;
}

#footer .inner::before {
  background-image: url(/images/feature/huistenbosch/icon_ship_b.svg);
  right: auto;
  top: -13px;
  left: -15px;
}

#footer .bubble::after {
  top: 13px;
  left: -15px;
  right: auto;
}

address {
  font-size: 10px;
  font-style: normal;
  text-align: center;
  color: #fff;
  text-align: center;
  padding: 50px 0 20px 0;
}

/* =====================
  fv
===================== */

#fv {
  background: url(/images/feature/huistenbosch/fv_bg.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 80px 0 150px 0;
}

#fv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(/images/feature/huistenbosch/pattern_stripe.png) repeat;
  background-size: 29px;
  z-index: -1;
}

#fv .inner {
  width: 100%;
  display: block;
}

#fv::before {
  opacity: 0.2;
}

.page_ttl {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding-top: 12%;
}

.page_ttl .balloon {
  width: 45%;
  position: absolute;
  top: 0;
  left: -5%;
}

.page_ttl_sub {
  width: 60%;
  margin: 0 auto;
  margin-top: -10px;
}

.bnr {
  width: 60%;
  max-width: 320px;
  position: absolute;
  right: 10px;
  bottom: 40px;
  box-shadow: 6px 15px 10px 0px rgba(0,0,0,0.3);
}

/* =====================
  g_nav
===================== */

#g_nav {
  background: #62B6CD;
  padding-bottom: 10px;
}

#g_nav::before {
  background-image: url(/images/feature/huistenbosch/pattern_wave_b.png);
  top: 100%;
}

#g_nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  margin: 0;
}

#g_nav .inner {
  width: 100%;
}

#g_nav .inner::before {
  background-image: url(/images/feature/huistenbosch/icon_ship_w.svg);
  bottom: -22px;
  left: 3.5%;
  top: auto;
  right: auto;
}

.nav li {
  width: 25%;
  font-family: ta-kotodama-r,sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 12px;
  position: relative;
  line-height: 1.3;
}

.nav li::before {
  content: '';
  width: 1px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: -1px;
  background: url(/images/feature/huistenbosch/line_dotted.svg) repeat-y top center;
  background-size: 1px;
}

.nav li:first-child::before {
  display: none;
}

.nav li .en {
  /*
  display: block;
  font-family: 'Fjalla One', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  */
  display: none;
}

.nav li a {
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 60px;
}

@media screen and (min-width: 590px) {
  #g_nav .inner::before {
    left: -15px;
  }
}

/* =====================
  about
===================== */

#about .inner {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#about .inner::after {
  background-image: url(/images/feature/huistenbosch/bg_bubble_b.svg);
  top: -52px;
  left: -15px;
  right: auto;
}

.about_txt {
  order: 2;
}

.about_ttl {
  font-size: 23px;
  position: relative;
  margin-bottom: 20px;
  padding: 0 15px;
}

.about_ttl img {
  width: 75px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.about_txt .txt {
  margin-bottom: 30px;
  padding: 0 15px;
}

.about_icon {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about_icon li {
  width: 31%;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  padding: 5px 0 8px 0;
  margin-bottom: 10px;
}

.about_icon li figure {
  width: 40px;
  margin: 0 auto;
}

.about_icon li span {
  display: block;
  font-size: 10px;
  line-height: 1.1;
}

.about_photo {
  order: 1;
  width: 85%;
  margin: 0 auto 20px auto;
}

/* =====================
  wage
===================== */

.wage_ttl {
  position: relative;
  line-height: 1.1;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 16px;
  padding: 25px 5px;
}

.wage_ttl::before,
.wage_ttl::after {
  content: '';
  width: -webkit-calc( 100% + 10px );
  width: calc( 100% + 10px );
  height: 5px;
  background: url(/images/feature/huistenbosch/pattern_line.svg) repeat-x top left;
  background-size: contain;
  position: absolute;
  z-index: 1;
}

.wage_ttl::before {
  top: 0;
  left: -10px;
}

.wage_ttl::after {
  bottom: 0;
  right: -10px;
}

.wage_ttl span {
  display: block;
}

.wage_ttl img {
  width: auto;
  height: 35px;
}

#wage .btn_area {
}

/*  high
------------------------*/

#high {
  padding: 20px 0;
  margin-bottom: 20px;
}

#high .wage_ttl span {
  margin-right: 5px;
}

.high_boxs {
  display: block;
}

.high_boxs .box {
  display: block;
  padding: 35px 0;
  text-align: center;
}

.high_ttl {
  width: 100%;
  font-size: 13px;
  letter-spacing: 2px;
  text-indent: 2px;
}

.high_boxs .num {
  position: relative;
  z-index: 3;
  margin: 0 auto;
}

.high_boxs .average {
  position: relative;
  background: url(/images/feature/huistenbosch/wage_high_average_bg_sp.png) no-repeat bottom left;
  background-size: 100%;
  padding-bottom: 70px;
}

.average::before {
  content: '';
  width: 40px;
  height: 16px;
  display: block;
  background: url(/images/feature/huistenbosch/wage_high_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 1;
}

.average .high_ttl {
  padding-top: 25px;
  background: url(/images/feature/huistenbosch/wage_high_average_ttl.svg) no-repeat top center;
  background-size: 38px;
  margin-bottom: 10px;
}

.average .num {
  width: 50%;
  max-width: 235px;
  margin-bottom: 10px;
}

.average .kome {
  font-size: 10px;
}

.high_boxs .our {
  background: url(/images/feature/huistenbosch/wage_high_our_bg_sp.png) no-repeat top left;
  background-size: 100%;
  padding-top: 50px;
  margin-top: -35px;
  position: relative;
}

/*
.our::before {
  content: '';
  width: 189px;
  height: 104px;
  display: block;
  position: absolute;
  top: -15px;
  right: -25px;
  background: url(/images/feature/huistenbosch/wage_high_deco.svg) no-repeat center;
  background-size: contain;
}
*/

.our .high_ttl {
  padding-top: 45px;
  background: url(/images/feature/huistenbosch/wage_high_our_ttl.svg) no-repeat top center;
  background-size: 120px;
  margin-bottom: 15px;
}

.our .num {
  width: 65%;
  max-width: 327px;
}

.our .num::before {
  content: '';
  width: 23px;
  height: 45px;
  display: block;
  top: -20px;
  right: -25px;
  position: absolute;
  background: url(/images/feature/huistenbosch/wage_high_our_deco.svg) no-repeat center;
  background-size: contain;
}

.our_photo {
  width: 125px;
  position: absolute;
  top: -25px;
  left: -20px;
  z-index: 2;
}

/*  exp
------------------------*/

#exp {
  position: relative;
  padding: 20px 0;
}

#exp::before {
  content: '';
  width: 80px;
  height: 70px;
  display: block;
  background: url(/images/feature/huistenbosch/wage_exp_deco.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 35px;
  right: 255px;
}

#exp .wage_ttl {
  margin: 0 0 30px auto;
  display: block;
  padding-left: 80px;
}

#exp .wage_ttl span {
  margin-right: 40px;
  text-align: right;
}

#exp .wage_ttl .underline {
  margin: 0;
}

#exp .wage_ttl .underline::before {
  bottom: -5px;
}

#exp .wage_ttl strong {
  font-size: 21px;
}

#exp .wage_ttl img {
  margin-top: 10px;
  margin-left: auto;
}

.exp_boxs {
  display: block;
}

.exp_boxs .box {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  margin-bottom: 15px;
}

.exp_boxs .box:nth-of-type(1) {
  width: 290px;
  min-height: 280px;
  padding-bottom: 20px;
  background-image: url(/images/feature/huistenbosch/wage_exp1_bg.png);
}

.exp_boxs .box:nth-of-type(2) {
  width: 310px;
  min-height: 260px;
  padding-bottom: 20px;
  margin: 0 auto 15px auto;
  background-image: url(/images/feature/huistenbosch/wage_exp2_bg.png);
}

.exp_boxs .box:nth-of-type(3) {
  width: 295px;
  min-height: 290px;
  margin-left: auto;
  background-image: url(/images/feature/huistenbosch/wage_exp3_bg.png);
  margin-bottom: 0;
}

.exp_ttl {
  text-align: center;
  font-size: 18px;
  color: #62B6CD;
  line-height: 1.3;
  letter-spacing: 0;
  padding-bottom: 20px;
  background: url(/images/feature/huistenbosch/wage_exp_line.svg) no-repeat bottom center;
  background-size: 187px;
  margin-bottom: 20px;
}

.exp_txt .txt {
  width: 210px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.6;
}

.exp_photo {
  position: absolute;
}

.exp_boxs .box:nth-of-type(1) .exp_photo {
  width: 125px;
  left: -30px;
  bottom: 0px;
}

.exp_boxs .box:nth-of-type(2) .exp_photo {
  width: 135px;
  right: -10px;
  bottom: -20px;
}

.exp_boxs .box:nth-of-type(3) .exp_photo {
  width: 85px;
  top: 20px;
  right: -25px;
}

/* =====================
  point
===================== */

#point .inner {
  width: 100%;
}

.point_item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-size: 105%;
  padding: 30px 7.5% 0 7.5%;
  margin-bottom: 40px;
}

.point_item:nth-of-type(even) {
  background-position: top right;
  background-size: 105%;
}

.point_catch {
  position: relative;
  margin-bottom: 30px;
  display: block;
}

.point_item .num {
  font-family: 'Fjalla One', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 6px;
  background: url(/images/feature/huistenbosch/point_line.svg) no-repeat left bottom;
  background-size: auto 4px;
}

.point_item:nth-of-type(even) .num {
  right: auto;
  left: 115px;
  top: 15px;
}

.point_ttl {
  order: 2;
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.point_item:nth-of-type(even) .point_ttl {
  order: 1;
}

.point_ttl strong {
  display: inline-block;
  font-size: 33px;
  margin-left: 3px;
}

.point_ttl .bikkuri {
  display: inline-block;
  margin-left: 3px;
}

.point_ttl .bikkuri img {
  width: 24px;
  margin: 0 auto;
}

.point_photo {
  order: 1;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.point_item:nth-of-type(even) .point_photo {
  order: 2;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.point_deco {
  position: absolute;
}

.point_txt .txt {
  padding: 0 10px;
  margin-bottom: 10px;
}

.marker {
  background:linear-gradient(transparent 60%, #FFF9AB 60%);
}

#point .btn_area {
  width: 85%;
  margin: 0 auto;
}

/*  point1
------------------------*/

#point1 {
  background-image: url(/images/feature/huistenbosch/point1_bg.png);
}

#point1 .point_deco {
  width: 70px;
  right: 00;
  top: 10px;
}

/*  point2
------------------------*/

#point2 {
  background-image: url(/images/feature/huistenbosch/point2_bg.png);
}

#point2 .point_deco {
  width: 80px;
  right: -20px;
  top: 0;
}

#point2 .point_txt .txt {
  margin-bottom: 40px;
}

.point2_boxs {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.point2_boxs .box {
  width: 100%;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 20px 20px 25px 20px;
  background: url(/images/feature/huistenbosch/point2_box.jpg) repeat top left;
  background-size: 20px;
  position: relative;
  margin-bottom: 10px;
}

.point2_boxs .box::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: url(/images/feature/huistenbosch/pattern_stripe.png) repeat, #FEF57C;
  background-size: 29px;
  border-radius: 5px;
  position: absolute;
  bottom: -7px;
  right: -7px;
  z-index: -1;
}

.point2_boxs .photo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -50px;
}

.point2_boxs .box_ttl {
  font-size: 16px;
  color: #E577A6;
  background: url(/images/feature/huistenbosch/point2_box_ttl.svg) repeat-x bottom left;
  background-size: 9px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.point2_boxs .detail {
  font-size: 12px;
  line-height: 1.6;
}

/*  point3
------------------------*/

#point3 {
  background-image: url(/images/feature/huistenbosch/point3_bg.png);
}

#point3 .point_deco {
  width: 80px;
  right: -20px;
  top: -40px;
}

/*  message_box
------------------------*/
.message_box {
  width: 85%;
  margin: 0 auto 40px;
  background-color: #FFF;
  border-radius: 6px;
  position: relative;
  border: 2px solid #000;
  padding: 30px 7cqmin;
  position: relative;
}
.message_box::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: url(/images/feature/huistenbosch/pattern_stripe.png) repeat, #FEF57C;
  background-size: 29px;
  border-radius: 5px;
  position: absolute;
  bottom: -7px;
  right: -7px;
  z-index: -1;
}
.message_box .ttl {
  text-align: center;
  margin-bottom: 20px;
}
.message_box .ttl span {
  background: #E577A6;
  color: #FFF;
  display: inline-block;
  line-height: 36px;
  border-radius: 18px;
  padding: 0 30px;
  font-size: 18px;
  text-align: center;
}

.message_box .item {
  
}

.message_box .item figure {
  width: 55%;
  margin: 0 auto 30px;
}

.message_box .item figure img {
  border-radius: 50%;
}

.message_box .item .text {
  font-size: 14px;
}

/* =====================
  interview
===================== */

.interview_ttl {
  text-align: center;
  font-size: 23px;
}

.interview_ttl .deco {
  position: relative;
  display: inline-block;
}

.interview_ttl .deco::before,
.interview_ttl .deco::after {
  content: '';
  display: block;
  width: 6px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -2px;
}

.interview_ttl .deco::before {
  background-image: url(/images/feature/huistenbosch/interview_ttl_deco1.svg);
  left: -20px;
}

.interview_ttl .deco::after {
  background-image: url(/images/feature/huistenbosch/interview_ttl_deco2.svg);
  right: -20px;
}

.interview_ttl .ttl {
  display: block;
  width: 220px;
  margin: 0 auto;
}

.interview_ttl strong {
  font-size: 25px;
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.interview_ttl strong span {
  font-size: 26px;
  color: #E577A6;
  position: absolute;
}

.interview_ttl strong span:nth-of-type(1) {
  top: -5px;
  left: -10px;
}

.interview_ttl strong span:nth-of-type(2) {
  bottom: -5px;
  right: -10px;
}

.interview_list {
  position: relative;
}

.interview_list::before {
  content: '';
  width: 110px;
  height: 45px;
  display: block;
  background: url(/images/feature/huistenbosch/interview_deco.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: -7%;
}

.interview_item {
  display: block;
  position: relative;
  padding-top: 50px;
  margin-bottom: 25px;
}

.interview_item .item_photo {
  width: 70%;
  margin: 0 auto 30px;
}


.interview_item .item_ttl_sub {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0 10px;
  letter-spacing: 0;
}

.interview_item .item_txt .txt {
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 20px;
}

.interview_item .name {
  font-size: 13px;
  padding: 0 10px;
  text-align: right;
}

.interview_flex {
  display: block;
}

/*  facility_box
------------------------*/
.facility_box {
  margin-top: 50px;
  background-color: #FFF;
  border-radius: 10px;
  position: relative;
  padding: 20px 7.5%;
  position: relative;
}

.facility_box .label {
  color: #E577A6;
  font-size: 16px;
  margin-bottom: 3px;
  text-align: center;
}

.facility_box .ttl {
  font-size: 21px;
  margin-bottom: 20px;
  letter-spacing: 0;
  line-height: 1.5;
}

.facility_box .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.facility_box .item figure {
  width: 78%;
  margin: 0 auto 20px;
}

.facility_box .item figure img {
}

.facility_box .item .text {
  font-size: 14px;
  
}

.facility_box .item .text p:not(:last-child) {
  margin-bottom: 20px;
}

.facility_box .item .text .name {
  text-align: right;
  font-size: 13px;
}

/* =====================
  details
===================== */

.details_ttl {
  text-align: center;
  font-size: 23px;
  margin-bottom: 40px;
}

.details_table,
.details_table tbody,
.details_table tr,
.details_table th,
.details_table td {
  display: block;
  width: 100%;
}

.details_table {
  font-size: 13px;
  margin-bottom: 40px;
}

.details_table th {
  font-weight: bold;
  background: #f0f0f0;
  text-align: center;
  padding: 5px 0;
}

.details_table td {
  padding: 15px 10px;
  margin-bottom: 10px;
}


/*  share
------------------------*/

.share {
  margin-top: 50px;
  position: relative;
  padding-top: 95px;
}

.share_ttl {
  width: 150px;
  position: absolute;
  top: 0;
  left: -5%;
}

.share {
	-webkit-justify-content: space-between;
  justify-content: space-between;
}

.share li {
	width: 34%;
}

.share li a {
  display: block;
  text-align: center;
	padding: 8px;
	line-height: 1;
}

.share li a svg {
	fill: #FFFFFF;
	height: 18px;
}

.share li.fb a {
  background-color: #3978E9;
}

.share_btn li.x a {
  background: #000000;
}

.share li.ln a {
  background-color: #00C300;
}

/* =====================
  animation
===================== */

.sa {
  opacity: 0;
  transition: all 2s ease;
}

.bnr.sa {
  transform: translateX(100%);
  opacity: 0;
  transition: all 1s ease;
}

.sa.show {
  opacity: 1;
  transform: translate(0);
}
