@charset "UTF-8";
/* ===================================
Reset
=================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* input textarea reset
==============================　*/
input,
textarea,
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  outline: none;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* ===================================
Foundation
=================================== */
* {
  box-sizing: border-box;
  line-break: strict;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* テキスト
==============================　*/
a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

sup {
  vertical-align: top;
}

/* メディア
==============================　*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none;
}

iframe {
  max-width: 100%;
}

/* ===================================
色設定
=================================== */
/* ===================================
大カテゴリ
=================================== */
/* 中カテゴリ
==============================　*/
/* 小カテゴリ、コメント */
/* ===================================
Utility
=================================== */
/* テキスト
==============================　*/
.bold {
  font-weight: bold;
}

/* PC/SP切り替え
==============================　*/
.sp, .tb {
  display: none;
}

/* 改行
==============================　*/
/*任意の位置で改行させる*/
.ib {
  display: inline-block;
}

/*PCのみ*/
.pc-br {
  display: inline;
}

/*TBのみ*/
.tb-br {
  display: none;
}

/*PC〜TBにかけて*/
.pc-tb-br {
  display: inline;
}

/*TB〜SPにかけて*/
.tb-sp-br {
  display: none;
}

/*SPのみ*/
.sp-br {
  display: none;
}

/*iphoneSE用*/
.se-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }

  .tb-br {
    display: inline;
  }

  .tb-sp-br {
    display: inline;
  }
}
@media screen and (max-width: 600px) {
  .pc-tb-br {
    display: none;
  }

  .tb-br {
    display: none;
  }

  .sp-br {
    display: inline;
  }
}
@media screen and (max-width: 374px) {
  .se-br {
    display: inline;
  }
}


/* ===================================
共通
=================================== */
body{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.07em;
}

.flex{
  display: flex;
}

main{
  overflow: hidden;
}

/* ===================================
fv
=================================== */
.fv{
  background-image: url(../img/scene_bg.png);
  background-size: cover;
  background-repeat: repeat;
  padding: 0  20px 3.92%;
}

.logo{
  max-width: 460px;
  width: 40%;
  margin: 0 auto;
}

.flex_fv{
  display: flex;
  justify-content: center;
}

.fv_1{
  padding: 1.43% 0 2.5%;
}

.fv_txt{
  max-width: 880px;
  width: 70%;
  height: 100%;
  margin-left: 80px;
}

.fv_item{
  max-width: 380px;
  width: 30%;
  height: 100%;
  margin-left: 10px;
  margin-bottom: -40px;
}

.fv_2 img{
  max-width: 320px;
  width: 25%;
  margin: 5px;
}

.flex{
  justify-content: flex-start;
  align-items: center;
}

.fv_sp{
  display: none;
}

@media screen and (max-width: 600px) {
  .fv{
    display: none;
  }

  .fv_sp{
    display: block;
    background-image: url(../img/fv_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0  0 9.8%;
  }

  .logo{
    max-width: 270px;
    width: 100%;
    margin: 0 auto 5.33%;
  }

  .fv_1{
    display: block;
  }

  .fv_2{
    display: block;
    padding: 0 20px;
  }

  .fv_txt{
    max-width: 880px;
    width: 80%;
    height: 100%;
    margin: 0 auto;
  }

  .fv_item{
    max-width: 260px;
    width: 50%;
    height: 100%;
    margin: 20px auto -15px;
    transform: translateX(25px);
  }

  .fv_2 img{
    max-width: 260px;
    width: 50%;
    margin: 5px;
  }

  .flex_sp{
    display: flex;
    justify-content: center;
  }
}

/* ===================================
cta
=================================== */
.cta_back{
  position: relative;
  width: 100%;
  max-height: 288px;
  height: 100%;
  background-color: #b0121a;
  transform: rotate(-3deg);

  z-index: 1;
}

.cta{
  position: relative;
  width: 100%;
  max-height: 288px;
  height: 100%;
  background-color: #d8252d;
  transform: rotate(3deg);
  padding-bottom: 2.5%;

  z-index: 2;
}

.cta .flex{
  align-items: center;
  justify-content: center;
}

.cta_txt{
  max-width: 520px;
  width: 37.1%;
  margin: 0 auto;
  padding: 2% 0;
}

.cta a{
  display: inline-block;
  max-width: 530px;
  width: 37.9%;
  margin: 0 2.8%;
  max-height: 115px;
}

.cta a:hover{
  opacity: 0.8;
}

.amazon{
  display: block;
  max-width: 530px;
  width: 115%;
  max-height: 115px;
  margin-left: -30px;
}

.rakuten{
  display: block;
  max-width: 530px;
  width: 115%;
  max-height: 115px;
}

.block_sp{
  display: none;
}

@media screen and (max-width: 600px) {
  .cta_back{
    position: relative;
    width: 100%;
    max-height: 500px;
    height: 100%;
    background-color: #b0121a;
    transform: rotate(-4deg);
  }
  
  .cta{
    position: relative;
    width: 100%;
    max-height: 500px;
    height: 100%;
    background-color: #d8252d;
    transform: rotate(4deg);

    padding-bottom: 9%;
  }

  .cta .flex{
    display: none;
  }

  .cta_txt{
    display: none;
  }

  .cta_txt_sp{
    display: block;
    max-width: 340px;
    width: 93%;
    margin: 0 auto;
    padding: 12% 0 7.47%;
  }

  .cta a{
    display: block;
    max-width: 340px;
    width: 90%;
    margin: 0 auto 9%;
  }
  
  .cta_txt{
    max-width: 340px;
    width: 93%;
    margin: 0 auto;
    padding: 12% 0 7.47%;
  }
  
  .block_sp{
    display: block;
    text-align: center;
  }
  
  .btn_sp img{
    width: 100%;
  }
  
  .flex_cta{
    display: none;
  }

  .amazon{
    max-width: 340px;
    width: 100%;
    margin: 0 0 5.87% 0;
  }

  .rakuten{
    max-width: 340px;
    width: 100%;
  }
}

@media screen and (max-width: 376px) {
  .cta .flex{
    display: none;
  }

  .cta_txt{
    display: none;
  }

  .cta_txt_sp{
    display: block;
    max-width: 340px;
    width: 93%;
    margin: 0 auto;
    padding: 12% 0 7.47%;
  }

  .cta a{
    display: block;
    max-width: 340px;
    width: 90%;
    margin: 0 auto 9%;
  }
  
  .cta_txt{
    max-width: 340px;
    width: 93%;
    margin: 0 auto;
    padding: 12% 0 7.47%;
  }
  
  .block_sp{
    display: block;
    text-align: center;
  }
  
  .btn_sp img{
    width: 100%;
  }
  
  .flex_cta{
    display: none;
  }

  .amazon{
    max-width: 340px;
    width: 100%;
    margin: 0 0 5.87% 0;
  }

  .rakuten{
    max-width: 340px;
    width: 100%;
  }
}

/* ===================================
worry
=================================== */
.worry_area{
  background-image: url(../img/worry_bg.png);
  padding: 5.0% 7.2% 8.6%;
  background-size: cover;
}

.worry_area_sp{
  display: none;
}

.worry_area img{
  margin: 0 auto;
}

.worry_box{
  max-width: 1200px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  padding: 0 40px;
}

.worry_box2{
  max-width: 1200px;
  margin: 0 auto;
}

.worry_1{
  max-width: 520px;
  width: 60%;
  padding: 3.0% 0 4.5%;
}

.worry_3{
  max-width: 710px;
  width: 80%;
  padding: 4.5% 0;
}

@media screen and (max-width: 600px) {
  .worry_area{
    display: none;
  }

  .worry_area_sp{
    background-image: url(../img/worry_bg.png);
    display: block;
    padding: 15% 5.33% 15%;
    background-size: contain;
  }

  .worry_1{
    max-width: 302px;
    width: 94%;
    padding: 4% 0 11%;
    margin: 0 auto;
  }

  .worry_3{
    max-width: 255px;
    width: 80%;
    padding: 13% 0;
    margin: 0 auto;
  }
  
  .worry_area img{
    margin: 0 auto;
  }
  
  .worry_box{
    border-radius: 10px 10px 0 0;
    padding: 0 2.98%;
  }
  
  .worry_box2{
    max-width: 1200px;
    margin: 0 auto;
  }
}


/* ===================================
scene
=================================== */
.scene_sp{
  display: none;
}

.scene{
  background-image: url(../img/fv_bg.png);
  position: relative;
  background-size: cover;
}

.scene h2{
  position: absolute;
  max-width: 900px;
  width: 75%;
  left: 50%;
  transform: translate(-50%);
  margin: 6.6% 0 0;
  z-index: 20;
}

.scene h2 img{
  position: relative;
  z-index: 20;
}

.yellowTtl::before{
  content: '';
  display: inline-block;
  background-image: url(../img/itemttl_line.png);
}

.scene_ttlBg{
  max-height: 305px;
  width: 100%;

  z-index: 3;
}

.scene_img{
  max-width: 330px;
  width: 23.5%;
}

.flex_scene{
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex1{
  padding: 3.5% 0;
}

.flex2{
  padding: 0 0 3.5% 0;
}

.flex3{
  padding: 0 0 7.1% 0;
}

.scene2,.scene7{
  margin: 0 7.5%;
}

.scene4{
  margin-right: 7.5%;
}

@media screen and (max-width: 600px) {
  .scene{
    display: none;
  }

  .scene_sp_bg{
    background-color: #fff;
  }

  .scene_sp{
    display: block;
    background-image: url(../img/fv_bg2.png);
    position: relative;
    background-size: contain;
    padding: 0 0 10% 0;
  }
  
  .scene_sp h2{
    position: relative;
    width: 80%;
    margin: 0 auto;
  }

  .scene_sp h2 img{
    position: relative !important;
    margin-top: 14%;
    z-index: 2;
  }

  .sss{
    position: relative !important;
    z-index: 2 !important;
  }
  
  .scene_sp_ttlBg{
    max-height: 305px;
    width: 100%;
    transform: translateY(30px);
    margin-top: -110px;
    margin-bottom: 40px;
    position: relative;
    
    z-index: -1;
  }
  
  .scene_sp_img{
    max-width: 330px;
    width: 45%;
    margin: 5px;
  }
  
  .scene_sp .flex img{
    padding: 2%;
  }
  
  .flex1{
    padding: 5% 0 0;
  }
  
  .flex2{
    padding: 0;
  }
  
  .flex3{
    padding: 0;
  }
  
  .scene2,.scene7{
    margin: 0;
  }
  
  .scene4{
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .scene_sp_ttlBg{
    max-height: 305px;
    width: 100%;
    transform: translateY(30px);
    margin-top: -80px;
    margin-bottom: 40px;
    
    z-index: -1;
  }
}



/* ===================================
feature
=================================== */
.feature{
  background-image: url(../img/worry_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}

.feature h2{
  position: absolute;
  max-width: 245px;
  width: 22%;
  margin: 6% 0 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}

.feature h2 img{
  position: relative;
  z-index: 100;
}

.feature_ttlBg{
  max-height: 310px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.feature li{
  position: relative;
}

.icon{
  position: absolute;
  width: 10%;
  max-width: 110px !important;
  margin: -2.5% 0 0 6.57% !important;

  z-index: 5;
}

.feature .flex{
  align-items: center;
  justify-content: left !important;
}

.feature p{
  font-weight: 500;
}

.yellow{
  display: inline-block;
  font-size: 24.6px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #cb9d3a;
  padding-bottom: 10px;
}

.feature ol .flex{
  background-color: #fff;
  border-radius: 10px;
  margin: 70px 8% 5% 9%;
  padding: 23px 60px;
}

.feature ol img{
  max-width: 200px;
  margin: 0 30px 0 20px;
}

@media screen and (max-width: 1024px) {
  .feature_bg{
    position: relative;
    /* background: #fff; */
    /* z-index: -1; */
  }

  .feature h2{
    position: relative;
    max-width: 245px;
    width: 28%;
    z-index: 2;
  }

  .feature_ttlBg{
    max-height: 310px;
    width: 100%;
    position: relative;
    margin-top: -110px;
    z-index: 1;
  }

  .yellow{
    font-size: 20px;
  }

  .feature p{
    font-size: 14px;
  }

  .feature ol .flex{
    padding: 23px 20px;
    margin: 40px 7.14% 9.64%;
  }
  
  .feature ol img{
    max-width: 170px;
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .feature ol .flex{
    display: block;
  }

  .feature ol img{
    max-width: 170px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 600px) {
  .feature h2{
    width: 36%;
    margin: 6% 0 0;
  }

  .feature_ttlBg{
    max-height: 310px;
    width: 100%;
    position: relative;
    margin-top: -70px;
    transform: translateY(20px);
    z-index: 1;
  }

  .feature_bg{
    background-color: #fff;  
  }

  .icon{
    width: 14%;
  }

  .yellow{
    font-size: 18px;
  }

  .feature p{
    font-size: 13px;
  }

  .feature ol img{
    max-width: 150px;
  }
}

  @media screen and (max-width: 376px) {
  .feature h2{
    width: 42%;
    margin: 6% 0 0;
  }

  .feature_ttlBg{
    margin-top: -60px;
  }
}


/* ===================================
faq
=================================== */
.faq{
  background-image: url(../img/scene_bg.png);
  position: relative;
  background-size: cover;
  background-repeat: repeat;
}

.faq_ttlBg{
  position: relative;
  max-height: 240px;
  width: 100%;

  z-index: 1;
}

.faq_box{
  padding: 20px 14% 7.2%;
}

.faq_box img{
  max-width: 47px;
  margin-right: 15px;
}

.faq h2{
  position: absolute;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #cb9d3a;
  margin: 6% 0 0 0;
  left: 50%;
  transform: translate(-50%);

  z-index: 2;
}

.faq_q .flex{
  justify-content: left !important;
}

.faq_a .flex{
  align-items: flex-start;
}

.faq_q{
  font-size: 18px;
  font-weight: 700;
  color: #cb9d3a;
  margin: 30px 0 20px 0;
}

.faq_a{
  font-weight: 400;
  border-bottom: 1px solid #aaa;
  padding-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .faq h2{
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .faq h2{
    font-size: 25px;
  }
}

@media screen and (max-width: 600px) {
  .faq h2{
    font-size: 20px;
  }

  .faq_box{
    padding: 20px 10% 7.2%;
  }

  .faq_box img{
    max-width: 35px;
    margin-right: 10px;
  }

  .faq_q{
    font-size: 17px;
    margin: 20px 0 15px 0;
  }
  
  .faq_a{
    font-size: 13px;
    padding-bottom: 20px;
  }

}

@media screen and (max-width: 376px) {
  .faq h2{
    font-size: 18px;
  }

  .faq_box{
    padding: 5px 5% 7.2%;
  }

  .faq_q{
    font-size: 16px;
    margin: 10px 0 5px 0;
  }
}


/* ===================================
item
=================================== */
.item_sp{
  display: none;
}

.item{
  background-image: url(../img/worry_bg.png);
  background-size: cover;
  position: relative;
}

.item h2{
  position: absolute;
  max-width: 760px;
  width: 60%;
  top: 6%;
  left: 50%;
  transform: translate(-50%);

  z-index: 2;
}

.item_ttlBg{
  position: relative;
  max-height: 330px;
  width: 100%;

  z-index: 1;
}

.flex_item{
  display: flex;
  justify-content: center;
  margin: 34px 0 0 0;
}

.item_img{
  max-width: 220px;
  width: 15.7%;
}

.item2{
  margin: 0 3.6% 0 7.2%;
}

.item3{
  margin: 0 7.2% 0 3.6%;
}

.item_intro{
  max-width: 700px;
  width: 50%;
  margin: 50px auto 0;
  padding: 0 0 7.8% 0;
}

@media screen and (max-width: 1024px) {
  .item{
    display: none;
  }
  
  .item_sp{
    display: block;
    background-image: url(../img/worry_bg.png);
    background-size: cover;
    position: relative;
  }
  
  .item_sp_bg{
    background-color: #fff;
  }

  .item_sp h2{
    position: relative;
    width: 50%;
    margin: 6% auto 0;

    z-index: 2;
  }

  .item_sp_ttlBg{
    position: relative;
    transform: translateY(40px);
    margin-top: -170px;
    margin-bottom: 40px;

    z-index: 1;
  }

  .item2{
    margin: 0;
  }
  
  .item3{
    margin: 0;
  }

  .item_intro{
    max-width: 700px;
    width: 75%;
    margin: 20px auto 0;
    padding: 0 0 10% 0;
  }

  .item_img{
    max-width: 220px;
    width: 42%;
    margin: 5%;
  }
}

@media screen and (max-width: 768px) {
  .item_sp h2{
    width: 57%;
    margin: 6% auto 0;
  }

  .item_sp_ttlBg{
    transform: translateY(40px);
    margin-top: -130px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .item_sp h2{
    width: 70%;
    margin: 6% auto 0;
  }

  .item_sp_ttlBg{
    transform: translateY(40px);
    margin-top: -80px;
    margin-bottom: 50px;
  }

  .item_img{
    width: 40%;
  }
}

/* ===================================
product
=================================== */
.product{
  background-image: url(../img/scene_bg.png);
  position: relative;
  background-size: cover;
  background-repeat: repeat;
  padding: 0 7.2% 7.2%;
}

.product h2 img{
  max-width: 300px;
  margin: 0 auto;
  padding: 9.2% 0 3.8%;
  margin-bottom: 1.7%;
}

.product_image{
  max-width: 400px;
}

.product_image p{
  font-weight: 500;
  line-height: 1.9;
}

.product .flex{
  padding: 3.6% 3.6% 3.8%;
  background-color: #fff;

  z-index: 100;
}

.drug{
  display: inline-block;
  border: 1px solid #000;
  padding: 0 10px;
  margin: 10px 0 0 0;
  line-height: 1.6 !important;
}

.container_txt{
  padding: 35px 0 0;
}


/* アクティブな画像の枠線を変更 */
.sub-img li.current img {
  border: 2px solid red;
  transition: border .1s;
}
/* レイアウトのためのスタイル */
.container {
  margin: 50px auto 0;
  max-width: 500px;
}
.main-img {
  max-width: 400px;
  height: 100%;
}
.main-img img {
  width: 100%;
  height: 100%;
}
.js-main-img{
  width: 100%;
  height: 100%;
}
.sub-img {
  display: flex;
  margin-top: 20px;
}
.sub-img li {
  margin-right: 2%;
  width: calc(96% / 3);
}
.sub-img li:nth-child(3n) {
  margin-right: 0;
}
.sub-img li img {
  border: 2px solid transparent;
  transition: border .1s;
}
.sub-img img {
  cursor: pointer;
  padding: 20px 10px;
  margin-top: -10px;
  width: 100%;
}

/* モーダル */
.modal_wrap{
  position: relative;
  z-index: 5;
}

.modal {
  display: none;
  margin: 0 auto;
  padding: 0px 20px;
  position: fixed;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  width: 100%;
  max-width: 1140px;
  z-index: 100;
}

.modal img{
  position: relative;
  margin: 0 auto;
  width: 400px;
  z-index: 1000;
}

.js-close{
  position: absolute;
  top: -70px;
}

.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  cursor:pointer;
}

.close{
  position: absolute;
  color:#fff;
  cursor:pointer;
  font-size: 60px;
  top: -20%;
  left: 75%;
}



@media screen and (max-width: 1200px) {
.main-img img {
  width: 100%;
  height: 100%;
}
.js-main-img{
  width: 100%;
  height: 100%;
}
}

@media screen and (max-width: 1024px) {
  .product .flex{
    display: block;
  }

  .product h2 img{
    max-width: 250px;
    padding-top: 10%;
  }

  .product_image{
    margin: 0 auto;
    max-width: 500px;
  }

  .product_image img{
    margin: 10px 0;
  }

  .product_image p{
    font-size: 14px;
    line-height: 1.7;
  }

  .main-img {
    margin: 0 auto;
  }

  .main-img img {
    height: 100%;
  }
  .js-main-img{
    height: 100%;
  }

}

@media screen and (max-width: 768px) {
  .product h2 img{
    max-width: 220px;
  }

  .close{
    top: -20%;
    left: 85%;
  }
}

@media screen and (max-width: 600px) {
  .product h2 img{
    max-width: 180px;
    padding-top: 10%;
  }

  .sub-img img {
    padding: 10px 15px;
  }

  .js-main-img {
    width: 100%;
    height: 100%;
  }

  .main-img img {
    width: 100%;
    height: 100%;
  }
}


/* ▼product 右テキストエリア */
.product_txt{
  padding: 0 0 0 12.5%;
}

.product_txt dt{
  margin: 0 0 5px 0;
}

.product .flex{
  align-items: flex-start !important;
}

.product_txt dd{
  margin: 0 0 45px 0;
  line-height: 2.0;
}

.yellow_ttl{
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #cb9d3a;
}

.yellow_border{
  border-bottom: 2px solid #cb9d3a;
  padding-bottom: 5px;
}

.component_box{
  margin-top: 15px;
}

.bold{
  display: inline-block;
  font-weight: 700;
  padding: 3px 0 2px 0;
}

.bold1{
  margin-top: -20px;
}

.color{
  color: #cb9d3a;
}

.innerTxt{
  display: inline-block;
  line-height: 1.9;
}

/* 点線 */
.line{
	position: relative;
	height: 1.5em;
  padding: 23px 0;
  margin-top: -10px;
}
.line::before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	margin-top: 1em;
	border-top: 1px dashed #000;
}
.line .component{
	position: absolute;
	padding-right: 1ex;
	background-color: white;
  
}
.line .contain{
	right: 0;
	position: absolute;
	padding-left: 1ex;
	background-color: white;
}

@media screen and (max-width: 1024px) {
  .product_txt{
    padding: 0;
  }

  .product_txt dt:first-child{
    margin-top: 0px;
  }
}

@media screen and (max-width: 600px) {
  .yellow_ttl{
    font-size: 18px;
  }

  .product_txt dt{
    font-size: 16px;
  }
  
  .product_txt dd{
    font-size: 14px;
    line-height: 1.8;
  }
}


/* ===================================
about
=================================== */
.about{
  background-image: url(../img/worry_bg.png);
  background-size: cover;
  position: relative;
  padding: 0 20px 7.2%;

  z-index: -1;
}

.about h2 img{
  max-width: 300px;
  margin: 0 auto;
  padding: 4.3% 0 0 0;
  margin-bottom: 1.7%;
}

.about .flex{
  border-bottom: 1px solid #aaa;
  padding: 18px 0;
}

.about_box{
  max-width: 705px;
  margin: 0 auto;
}

.about dl dt{
  font-weight: 700;
  width: 36.9%;
}

.about dl dd{
  font-weight: 400;
  width: 63.1%;
}

@media screen and (max-width: 1024px) {
  .about h2 img{
    max-width: 250px;
    padding: 10% 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .about h2 img{
    max-width: 220px;
  }
}

@media screen and (max-width: 600px) {
  .about h2 img{
    max-width: 180px;
    padding: 10% 0 0 0;
  }

  .about dl dt{
    font-size: 14px;
  }

  .about dl dd{
    font-size: 14px;
  }
}

@media screen and (max-width: 376px) {
  .about_box .flex{
    display: block;
  }

  .about dl dt{
    margin-top: 15px;
  }

  .about dl dd{
    width: 100%;
  }

  .about .flex{
    border-bottom: 1px solid #aaa;
    padding: 5px 0;
  }
  
}

/* ===================================
footer
=================================== */
.copyright{
  max-height: 190px;
  padding: 3.6% 0;
}

.copyright img{
  max-width: 175px;
  margin: 0 auto 20px;
}

.copyright p{
  text-align: center;
}

@media screen and (max-width: 600px) {
  .copyright p{
    font-size: 14px !important;
  }
}

@media screen and (max-width: 376px) {
  .copyright p{
    font-size: 12px !important;
  }
}

