/*****************************************

*****************************************/
body article#price{
  font-family: "游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Helvetica Neue",Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
p{
  font-weight: 500;
  font-size: 14px;
}
section + section{
  margin-top: 80px;
}

h2{
  font-size: min(5.5vw,28px);
  text-align: center;
  color: #144282;
  font-weight: bold;
  margin: 30px auto 0;
}
h2 span{
  display: block;
  font-size: 15px;
}

/* 汎用CSS */
.text_c{
  text-align: center;
}

/*****************************************
　　　　　　タブ切り替え
*****************************************/
.tab_wrap {
  padding-bottom: 1em;
  background-color: #fff;
  border:1px solid #144282;
  margin: 10px auto 0;
}
.tab_item {
  width: calc(100%/3);
  padding:15px 0;
  border-bottom: 2px solid #144282 ;
  background-color: #F7F7F7;
  color: #c0c0c0 ;
  display: block;
  float: left;
  font-size: min(3.7vw,18px);
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1.5em;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content {
  display: block;
}

.tab_wrap input:checked + .tab_item {
  background-color: #144282 ;
  color: #fff;
}
/*----　　ここまでタブ切替　　----*/



/*****************************************
　　　　　　　導入部分
*****************************************/
.intro .fv_image{
  text-align: center;
  margin: 15px auto;
}
  @media screen and (min-width: 768px) {
    .intro .fv_image{
      margin: 30px auto;
    }
  }

.intro .text_c{
  font-size: 15px;
}

#price .repeat_otoku{
  max-width: 600px;
  margin: 2em auto 0;
  border-radius: 0;
  padding: 1.5em 10px 1.5em;
}
#price .repeat_otoku .title{
  font-size: min(4.5vw,18px);

}


/*****************************************
　　　　　　プライスリストtable
*****************************************/
#price_list_sec{
  margin: 30px auto 80px;
}
.tbl_wrap{
  max-width: 880px;
  margin: 50px auto 0;
}
.price_list {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  background: #fff;
  border: none;
  border-bottom: 2px solid #ccc !important;
}
    @media screen and (min-width: 480px) {
      .price_list {
        table-layout: auto;
      }
    }
.price_list th,
.price_list td {
  font-size: 14px;
  background: #fff;
  vertical-align: middle;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;

}
.price_list th {
  width: 30%;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}
.price_list td{
  justify-content: space-between;
  padding: 15px 20px;
  align-items: center;
}
.price_list thead th {
  font-size: 18px;
  color: #fff;
  background: #14116e;
  /* background: #144282; */
  width: 30%;
  padding: 15px;
}
.price_list tbody th{
  font-size: 18px;
  background: #f5f5f5;
}
.price_list tbody th span{
  display: block;
  font-size: 12px;
}
.price_list tbody td + td{
  border-top: dashed 1px #ccc;
}
.price_list tbody td p{
  font-weight: bold;
}
.price p{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: min(5.5vw, 22px);
  color: #F24D53;
  line-height: 1.2;
  letter-spacing: 0.05rem;
}
.price span{
  font-size: 60%;
  color: #969696;
  display: block;
}

/* CTAボタン */
.cta_box{
  margin: 20px auto 30px;
  flex-wrap: wrap;
}
.cta_box a{
  display: block;
  font-size: 15px;
  width: 100%;
  max-width: 350px;
  min-width: 150px;
  height: 50px;
  border-radius: 25px;
  background: #F24D53;
  border: solid 1px #F24D53;
  color: #fff;
  padding: 0;
  margin: 1em auto;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  cursor: pointer;
}
.cta_box.pc_none{
  margin-bottom: 80px;
}
  @media screen and (max-width: 768px) { /* 768pxまで */
    .price_list thead {
      display:none;
    }
    .price_list th, .ex_sample td {
      display: block;
      width: 100%;
      border: 0;
      border-bottom: 1px solid #ccc;
    }
    .price_list tbody th{
      background: #14116e;
      color:#fff;
      text-align: center;
    }
    #price_list_sec .container{
      padding: 0;

    }
    .tab_wrap {
      border: none;
    }
  }

@media screen and (min-width: 768px) {
  .pc_none{
    display: none;
  }
}


/*****************************************
　　　　　　コース詳細へのリンク
*****************************************/
.details_link{
  border: 1px dashed #144282;
  padding: 20px 0;
  max-width: 600px;
  margin: 30px auto;
  text-align: center;
  font-weight: bold;
  color: #144282;
}
.details_link p{
  font-size: 18px;
  font-weight: bold;
}
.details_link a{
  display: block;
  text-decoration: underline;
  font-weight: bold;
}


/*****************************************
　　　　　　各パック
*****************************************/
#irui_pack{
  background: #f5f5f5;
  padding: 80px 0;
  margin-top: 0;
}
.induction_con{
  justify-content: space-between;
}
.induction_con > div{
  width: 100%;
}
.induction_con > div + div{
  margin-top: 30px;
}
.induction_con dd{
  margin-top: 10px;
  font-size: 15px;
}
#irui_pack .cta_box a{
  background: #FFF;
  border: solid 1px #144282;
  color: #144282;
}
@media screen and (min-width: 480px) {
  .induction_con > div{
    width: 30%;
  }
  .induction_con > div + div{
    margin-top: 0px;
  }
}

