/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */


/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:100%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 0px;
}




.top_point_ttl {
  font-family: serif;
  font-size: 1.6rem;
  line-height: 1.6;
  border-bottom: double #bb992f 1px;
  margin: 0 auto 1em;
}
.top_point_ttl span {
  font-size: 2.2rem;
  letter-spacing: 2px;
  display: inline-block;
  padding: 0.3em 0 0;
}
/* flow */
.flow_ttl {
  color: #bb992f;
  margin: 0 auto 1em;
  font-size: 2.2rem;
  line-height: 1;
}
.flow_ttl span {
  font-size: 2.5rem;
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: solid #bb992f 1px;
}
/* about */
.about_table_ttl {
  color: #bb992f;
  letter-spacing: 2px;
  font-size: 2.2rem;
  font-family: serif;
}
.scroll_table {
  overflow-x: auto;
}
.about_table {
  margin: 1em auto 0;
  background: #fff;
  color: #333;
  text-align: left;
  font-size: 1.5rem;
}
.about_table th {
  background: #bb992f;
  color: #fff;
  padding: 0.5em 1em;
}
.about_table td {
  padding: 0.5em 1em;
}
.about_table tr:first-child {
  color: #bb992f;
  font-weight: bold;
  background-color: #ebe0c0;
}
/* price */
.plan_recommend {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: center;
  width: 90%;
}
.plan_recommend li {
  flex: 0 1 46%;
  justify-content: center;
  margin: 0 2% 4em;
  background: #fff;
  padding:  1em;
  color: #333;
  position: relative;
}
.plan_recommend img {
  width: 100%;
  height: auto;
}
.plan_recommend_ttl {
  border-bottom: 1px solid #ccc;
  font-family: serif;
  font-size: 1.8rem;
  margin: 0 auto 0.5em;
  letter-spacing: 2px;
}
.plan_recommend li p {}
.plan_recommend li p span {
  font-size: 3rem;
  line-height: 1.3;
  color: #b62000;
  display: inline-block;
  padding: 0 5px 0 0;
}
.plan_recommend_ap {
  position: absolute;
  top: -1.2em;
  left: 50%;
  width: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.plan_recommend_ap.double {
  width: 90%;
}
.price_wrap {
  background: #fff;
  color: #333;
  padding: 1em;
  margin: 1em auto;
}
.price_wrap img {
  width: 100%;
  height: auto;
}
.price_icon.mgn2 {
  margin: 3em auto 1em;
}
.price_icon {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 1em;
  justify-content: flex-start;
}
.price_icon li {
  flex: 0 1 23%;
  justify-content: center;
  margin: 0 1% 0.5em;
  color: #bb992f;
}
.price_table {}
.price_table li {
  margin: 0 auto 1em;
}
.price_table div {
  background: #000;
  color: #fff;
}
.price_table p {
  font-size: 2.5rem;
  color: #b62000;
}
.price_table p span {
  display: inline-block;
  background-color: #bb992f;
  padding: 0px 10px;
  margin: 12px 0 0px 10px;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 5px;
  vertical-align: top;
  letter-spacing: 1px;
}
.price_set_ttl {
  position: relative;
  text-align: center;
}
.price_set_ttl:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #bb992f;
}
.price_set_ttl span {
  position: relative;
  padding: 0 0.5em;
  background: #fff;
  color: #bb992f;
  font-size: 2rem;
  font-family: serif;
}
.price_set_subttl.mgn0 {
  margin: 0 auto 1em;
}
.price_set_subttl {
  text-align: left;
  margin: 2em auto 1em;
  font-weight: bold;
  font-size: 1.4rem;
}
.price_set_subttl span {
  display: block;
  padding: 5px 10px;
  color: #bb992f;
  margin: 0 0 5px;
  border: 2px solid #bb992f;
  border-radius: 5px;
  text-align: center;
}
/* ▼faq */
.faq .p-global_nav--header a[data-link="faq"] {
  color: var(--color-gold);
  pointer-events: none;
}
.faq_bg {
  padding: 2em 0;
  text-align: left;
  background: url(/common/images/bg-style06.png) repeat;
}
.faq_bg div {
  width: 85%;
  margin: 2em auto 0.5em;
  max-width: 900px;
  font-size: 1.7rem;
  font-family: serif;
}
.faq_bg div span {
  color: #bb992f;
  display: inline-block;
  padding: 0 10px 0 0;
}
.faq_bg p {
  width: 85%;
  margin: auto;
  max-width: 900px;
}
/*メニューをページ下部に固定*/
#sp-fixed-menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 3;
}
/*メニューを横並びにする*/
#sp-fixed-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#sp-fixed-menu li {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  border-right: 1px solid #fff;
}
/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child {
  background-image: linear-gradient(0deg, rgba(187, 153, 47, 1), rgba(224, 162, 8, 1) 80%);
	
}
/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child {
  background-image: linear-gradient(178deg, rgba(220, 0, 0, 1), rgba(224, 98, 0, 1) 80%);
  border-right: none;
}
/*ボタンを調整*/
#sp-fixed-menu li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 15px;
  text-decoration: none;
}
.sp_footer_btn{
	width: 70%;
	margin: auto;
}

.sp_footer_btn img{
	width: 	100%;
}
 .for-sp {
    display: block;
  }
 .for-pc {
    display: none;
  }
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .top_point_ttl {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .top_point_ttl span {
    font-size: 2.5rem;
  }
  /* flow */
  .flow_ttl {
    font-size: 2.6rem;
  }
  .flow_ttl span {
    font-size: 3rem;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
  }
  /* about */
  .about_table_ttl {
    font-size: 3rem;
  }
  .about_table th {
    width: 15%;
  }
  .about_table td {
    width: 25%;
  }
  /* price */
  .plan_recommend {
    max-width: 1100px;
    justify-content: center;
    width: 100%;
  }
  .plan_recommend li {
    flex: 0 1 22%;
    justify-content: center;
    margin: 0 2% 6em;
    padding: 2em 1em;
  }
  .plan_recommend_ttl {
    font-size: 2.8rem;
  }
  .plan_recommend li p span {
    font-size: 3.5rem;
  }
  .price_wrap {
    padding: 3em;
    margin: 1em auto;
  }
  .price_icon li {
    flex: 0 1 12.2%;
    margin: 0 1% 0.5em;
  }
  .price_table {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: flex-start;
  }
  .price_table li {
    flex: 0 1 46%;
    justify-content: center;
    margin: 0 2% 0em;
  }
  .price_set_ttl span {
    padding: 0 1em;
    font-size: 3rem;
    letter-spacing: 1px;
  }
  .price_set_subttl {
    margin: 2em auto 1.5em;
    font-size: 1.6rem;
  }
  .price_set_subttl span {
    display: inline-block;
    padding: 5px 50px;
    margin: 0 20px 0 0;
  }
  /* ▼faq */
  .faq_bg {
    padding: 4em 0 6em;
  }
  .faq_bg div {
    margin: 2em auto 0.5em;
    font-size: 2.5rem;
  }
	 .for-pc {
    display: block;
  }
  .for-sp {
    display: none;
  }
}