@charset "utf-8";
body article#option,
body article#op-omakase,
body article#op-bouchu,
body article#op-uv,
body article#op-deluxe{
  font-family: "Helvetica Neue",
  Arial,"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 14px;
}
section.area{
  padding: 50px 4%;
}
section.bg_gray{
  background: #F5F5F5;
}
section.area > .container{
  padding: 50px 4%;
}
    @media screen and (max-width: 480px) { /* 以下 */
        section.bg_gray + section.bg_gray{
          padding-top: 0;
        }
        section.bg_white + section.bg_white{
          padding-top: 0;
          padding-bottom: 0;
        }
    }
    @media screen and (min-width: 480px) { /* 以上 */
        /* section.area{
            padding: 80px 4%;
        }
        section.area.bg_gray > .container{
            padding: 80px 4%;
        } */
    }



/* 見出し関連 */
#option #sub_title h1{
  line-height: 1.6em;
  font-size: min(5vw, 30px);
}
#option #sub_title h1 span{
  display: block;
  margin-top: min(4vw, 20px);
  /* line-height: min(13.34vw,100px); */
}
h2{
	font-size: min(5.2vw,28px);
	color: #144282;
	letter-spacing: 0.2rem;
  font-weight: bold;
  margin-bottom: min(4vw,40px);
  text-align: center;
}
h3{
	font-size: min(4.2vw,18px);
	color: #144282;
	margin-top: 10px;
	font-weight: bold;
  text-align: center;
}
.ti_deco { /* 左右にドットの＼ ／ */
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0;
  background: url(../../img/front/option/ti_deco_dots_left.svg) no-repeat left center, url(../../img/front/option/ti_deco_dots_right.svg) no-repeat right center;
}


/* 本文（テキスト） */
p{
  font-weight: 500;
}
p + p {
  margin-bottom: 10px;
}
.t_pink{
  color: #FA4E83;
}
.t_red{
  color: #FF0000;
}
@media screen and (max-width: 480px) {/* SP表示のときだけ */
  .sp_left{
    text-align: left;
  }
}


/*------------------------------
	　　　冒頭（ beginning ）
------------------------------*/
#beginning.area{
  padding-top: 1vw;
}

@media screen and (min-width: 480px) {
  #beginning {
    text-align: center;
  }
}
#beginning .title{
  color: #144282;
  font-weight: bold; 
  text-align: center;
  font-size: min(4.2vw,20px);
  margin-bottom: 20px;
}

/**/
#beginning .ti_deco{
  max-width: 380px;
}

#option a.btn,
#op-omakase a.btn,
#op-bouchu a.btn,
#op-uv a.btn,
#op-deluxe a.btn{
  display: block;
  max-width: 390px;
  width: 90%;
  height: 50px;
  border-radius: 25px;
  /* background: #ffffff; */
  background: #FFF;
  border: solid 1px #144282;
  color: #144282;
  padding: 0;
  margin: 1em auto;
  text-align: center;
  line-height: 50px;
  font-size: 105%;
  font-weight: bold;
  cursor: pointer;
}
a.btn.a_img::before,
a.btn.a_img::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
a.btn.a_img::before {
  background-image: url(../../img/front/front/guide_icon.png);
  margin-right: 2px;
}
a.btn.a_img::after {
  background-image: url(../../img/front/option/downward_arrow.svg);
    width: 17px;
  height: 17px;
  margin-left: 10px;
}



/*------------------------------
　　　　　　　各加工
------------------------------*/
section#op-list .container{
  padding-top: 0;
}
ul.products_list{
    display: block;
}
ul.products_list li{
  position: relative;
  width: 100%;
  background: #FFF;
  border-radius: 20px;
  -webkit-box-shadow: rgb(0 0 0 / 10%) 0 2px 3px;
  box-shadow: rgb(0 0 0 / 10%) 0 2px 3px;
  margin-bottom: 7vh;
}
/* おまかせ加工の人気no1 */
#op-list .products_list li .icon img {
    position: absolute;
    top: -15px;
    left: 15px;
    z-index: 10;
}
  @media screen and (min-width: 768px){
    #op-list .products_list li .icon img {
      width: 80px;
      height: 80px;
      top: -25px;
      left: 25px;
    }
  }


.bg_img{
  background-size: cover;
  background-position: bottom center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding:20px 15px;
  height: 95px;
}
.bg_img > div{
  width: 70%;
  background-color: rgb(255 255 255 / 80%);
  padding: 15px 10px;
  text-align: center;
}
li.omakase .bg_img{
  background-image: url(../../img/front/option/op_kakou_omakase.jpg);
}
li.bouchu .bg_img{
  background-image: url(../../img/front/option/op_kakou_bouchu.jpg);
}
li.uv .bg_img {
background-image: url(../../img/front/option/op_kakou_uv.jpg);
}
li.deluxe .bg_img {
background-image: url(../../img/front/option/op_kakou_delux.jpg);
}
.text_block{
  padding: 15px 20px;
}
.text_block .point{
  width: 100%;
  border: solid 1px #144282;
  text-align: center;
  color: #144282;
  font-size: min(4vw,18px);
  font-weight: bold;
  padding: 5px 0;
  margin: 15px auto 15px;
}
section#products_area a.rd_btn{
  font-size: 125%;
}
  @media screen and (min-width: 768px){
    ul.products_list{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 1020px;
      margin: auto;
    }
    .bg_img{
      height: 200px;
    }
    .text_block .point{
      width: 80%;
    }
  }
  @media screen and (min-width: 1024px){
    ul.products_list li{
      width: 47%;
    }
    .bg_img{
      height: 140px;
    }
  }



@media screen and (min-width: 480px) {
  a.rd_btn, button.rd_btn { /* new_common.css 上書き */
    height: 60px;
    line-height: 60px;
    font-size: 135%;
  }
}

/*------------------------------
　　おすすめガイド（#op-chart）
------------------------------*/

section#op-chart.area > .container{
  padding: 50px 2%;
}

#op-chart .ti_deco{
  max-width: 600px;
  display: block;
  height: 57px;
  line-height: 26px;
  margin-bottom: 30px;
}
#op-chart .ti_deco span{
  display: block;
  font-size: 80%;
}
      @media screen and (min-width: 480px) {
        #op-chart .ti_deco{
          height: 68px;
          line-height: 36px;
          margin-bottom: 50px;
        }
      }
.fwrap.chart_li{
  justify-content: space-between;
}
.chart_li > li{
  width: 45%;
  margin: 0 1%;
  max-width: 200px;
  text-align: center;
}
.chart_li > li:last-child,
.chart_li > li:nth-last-child(2){
  margin-bottom: 0;
}
.chart_li > li + li{
  margin-bottom: 50px;
}
.trouble{
  color: #144282;
  font-weight: bold;
  text-align: center;
  margin: 5px auto;
}
a.s_btn{
  display: block;
  text-align: center;
  background: #fff;
  color: #144282;
  border: solid 1px #144282;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 40px;
  width: 100%;
  border-radius: 40px;
  cursor: pointer;
  /* max-width: 140px; */
  /* margin: 0 auto; */
}
#op-chart figure{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -5px;
}
@media screen and (min-width: 1024px){
  .fwrap.chart{
    justify-content: space-around;
  }
  .chart_li > li{
    width: 16%;
    margin: 0 5%;
  }
}



/*------------------------------
	　　　冒頭（ beginning ）
------------------------------*/
.op_faq_list{
    max-width: 800px;
    margin: 0 auto 0;
    padding: 30px 0;
}
.op_faq_list dt,
.op_faq_list dd {
  position: relative;
  padding-left: 45px;
}
.op_faq_list dt {
  font-size: min(4vw, 18px);
  font-weight: bold;
  color: #144282;
  margin-bottom: 0.8em;
  padding-right: 25px;
}
.op_faq_list dd {
  padding-top: 1em;
  font-weight: 500;
  padding-bottom: 10px;
}
.op_faq_list dt::before,
.op_faq_list dd::before {
  font-family: 'fot-tsukuardgothic-std'!;
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  border: 1px solid #144282;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  /* font-size: 22px; */
}
.op_faq_list dt::before {
  font-family: 'fot-tsukuardgothic-std';
  content: 'Q';
  color: #FFF;
  background-color: #144282;
  top: -5px;
}
.op_faq_list dd::before {
  content: 'A';
  color:  #144282;
  background-color: #FFF;
  font-size: 130%;
  top: 5px;
}
/* 区切り線 */
.op_faq_list hr {
  border-top: 1px solid #D1D1D1;
  margin: 2em 0;
}









/*------------------------------
	　　　モーダル内
------------------------------*/
.op-modal__content h3::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.modal_inner{
  max-width: 500px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 14px;
}
.op-modal__content #omakase h3::before{
  background-image: url(../../img/front/new_common/kakou_ico_omakase.svg);
}
.op-modal__content #bouchu h3::before{
  background-image: url(../../img/front/new_common/kakou_ico_bouchu.svg);
}
.op-modal__content #uv h3::before{
  background-image: url(../../img/front/new_common/kakou_ico_uv.svg);
}
.op-modal__content #deluxe h3::before{
  background-image: url(../../img/front/new_common/kakou_ico_delux.svg);
}
.modal_inner img{
  margin: 20px auto;
  display: block;
}

.op-modal .point{
  text-align: center;
}
.point > p{
  display: inline-block;
  margin-top: 20px;
}
.op-modal .point span{
  background: #FFF1F1;
  color: #F24D53;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 50px;
  margin: 10px;
}

/* 閉じるボタン */
