html{
scroll-behavior: smooth;
}
body{
font-weight: normal;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #321e1d;
line-height: 1.6 ;
}
p{
font-size: 1.0rem;/*1rem = 16px*/
line-height:1.8;
margin-bottom:0;
}
img{
width: 100%;
display: block;
margin: 0 auto;
}
a:hover img{
opacity: .8;
}
.pc{display: block;}
.sp{display: none;}

/*
section{
  padding: 80px 0;
}
*/

.wrapper{
  box-sizing: border-box;
  max-width: 1020px;
  width: 100%;
  padding: 80px 20px;
  margin: 0 auto;
}
.minArea600,
.minArea700{
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.minArea600{
  max-width: 600px;
}
.minArea{
  max-width: 904px;
  width: 90%;
  margin: 0 auto;
}

.containerbox,
.containerbox02{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.containerbox02{
  flex-direction: row-reverse;
}
.item02{
  width: 48%;
}
.item03{
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  width: 32%;
}

h1.h1base,
h1.h1base2{
  color: #1e519b;
  font-size: 3.75rem;/*60px*/
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}
#reason01 h1.h1base,
#voice h1.h1base{
  color: #fff;
}

h2.h2base,
h2.h2base2{
  font-family: serif;
  font-size: 1.87rem;/*30px*/
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 10px;
}
h3.oreh3{
  color: #eb6100;
  font-size: 1.37rem;/*22px*/
  text-align: center;
  margin-bottom: 30px;
}
h3.oreh3 span{
  font-size: 2.0rem;
}
h3.mangatitle{
  background: #1e519b;
  color: #fff;
  font-size: 1.62rem;/*26px*/
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  margin: 60px 0 10px;
}
h4.marker{
  color: #1e519b;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}
h4.h4Fukidashi{
  position: relative;
  background: #c1d7f8;
  color: #1e519b;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  padding: 5px 0;
}
h4.h4Fukidashi::before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #c1d7f8;
}
.marker span{
  background:linear-gradient(transparent 60%, #fff799 10%);
}

header img{
  width: 100%;
}

.blueBg{
  background: #ecf3fd;
  padding: 80px 0;
}
.mb10{
  margin-bottom: 10px!important;
}
.mb20{
  margin-bottom: 20px!important;
}
.mb30{
  margin-bottom: 30px!important;
}
.mtb30{
  margin: 30px 0;
}
.txtCenter{
  text-align: center;
}
.fontBig{
	font-size: 120%;
}


img.banner{
  max-width: 890px;
  width: 100%;
  margin: 60px auto 30px;
}


/*マンガ エリア*/
.mangaArea{
  margin: 30px auto 60px;
}
h1.h1base2{
  font-weight: normal;
}
h2.h2base2{
  font-family: sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
h2.h2base2 span{
  font-size: 2.62rem;/*42px*/
}
#manga h5{
  color: #1e519b;
  font-size: 1.75rem;/*26px*/
  text-align: center;
  margin: 10px 0 30px;
}

.mangaLine{
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #1e519b;
  padding: 20px;
  margin-top: 15px;
}
#manga .item02 img{
  box-sizing: border-box;
  border: 1px solid #aaa;
  width: 100%;
  margin-bottom: 20px;
}
.mangaTitleimg{
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.check,
.pointTitle{
  position: relative;
  color: #1e519b;
  font-size: 1.37rem;/*22px*/
  font-weight: bold;
  margin: 0 0 10px 40px;
}
.pointTitle{
  margin: 0 0 10px;
}
.check::before{
  content: url(../images/check_icon.png);
  position: absolute;
  top: -4px;
  width: 32px;
  height: 38px;
  margin-left: -40px;
}
.mangaPoint{
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #1e519b;
  color: #1e519b;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 20px;
  margin: 30px 0;
}

/*reason 理由*/
#reason01{
  padding: 100px 0 ;
}
#reason02,
#reason03{
  padding: 40px 0 120px;
}
#reason01{
  background: url(../images/reason01_bg.jpg) no-repeat center top / cover;
}
#reason02{
  background: url(../images/reason02_bg.jpg) no-repeat center top / cover;
}
#reason03{
  background: url(../images/reason03_bg.jpg) no-repeat center top / cover;
}
#reason .item02 img{
  width: 100%;
}

#reason dt,
.flowBox{
  position: relative;
  display: flex;
  color: #fff;
}
.flowBox{
  color: #321e1d;
  margin-bottom: 80px;
}
#reason dd{
  color: #fff;
  margin-top: 30px;
}
#reason dd p{
  margin-bottom: 1.0em;
}

#reason dt em,
.flowBox em{
  font-family: futura, sans-serif;
  font-size: 4.37rem;/*70px*/
  font-weight: bold;
  line-height: 1.0;
}
.flowBox em{
  color: #1e519b;
}
#reason dt span,
.flowBox span{
  letter-spacing: 1.5px;
  font-size: 1.75rem;/*26px*/
  font-weight: bold;
  line-height: 1.6;
  margin-left: 30px;
}
#reason dt span::before,
.flowBox span::before{
  content: "";
  position: absolute;
  top: 0;
  left: 84px;
  bottom: 0;
  border-left: 1px solid #fff;
  transform: skewX(-25deg);
}
.flowBox span::before{
  border-left: 1px solid #1e519b;
}
#reason dt span b{
  color: #fff100;
}
.flowBox span b{
  display: block;
  font-size: 1.0rem;
  font-weight: normal;
}
#reason02 dd span{
  color: #fff100;
  font-size: 1.5rem;/*24px*/
  font-weight: bold;
  letter-spacing: 1.5px;
}
#reason02 dd strong,
#reason03 dd strong{
  display: block;
  font-size: 1.12rem;/*18px*/
  margin-bottom: 10px;
}
#reason02 dd strong{
  margin-bottom: 0;
}

.shopline{
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
}
.shopimg{
  position: relative;
}
.shopName{
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: -10px;
  background: #fff;
  max-width: 330px;
  padding: 10px;
}

/*voice*/
#voice{
  background: url(../images/voiceBg.jpg) no-repeat center top / cover;
}
#voice h2{
  border-bottom: 2px dashed #1e519b;
  margin-bottom: 10px;
}
.voicePhoto{
  position: relative;
}
.voiceimg{
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: auto;
}
.voiceDetail{
  padding: 20px 10px;
}

/*FAQ*/
.faq_q,
.faq_a{
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.8;
}
.faq_q{
  background: #1e519b;
  color: #fff;
  font-weight: normal;
}
.faq_a{
  background: #ecf3fd;
  font-size: 1.12rem;/*18px*/
  margin-bottom: 30px;
}
#faq .faq_q dl{
  display: flex;
  justify-content: center;
  align-items: center;
}
#faq .faq_a dl{
  display: flex;
}
#faq dl dt,
#faq dl dd{
  display: flex;
}
#faq dl dt{
  width: 50px;
  font-size: 2.0rem;
}
#faq .faq_a dt{
  color: #1e519b;
}

#faq dl dd{
  width : calc(100% - 50px);
  font-size: 1.0rem;
}
#faq .faq_q dd{
  font-size: 1.25rem;/*20px*/
}

footer{
  background: #1e519b;
  padding: 40px 0;
}
footer img{
  max-width: 320px;
  margin-bottom: 20px;
}
footer p{
  color: #fff;
  text-align: center;
}
footer a.tellink:link{
  display: block;
  width: 240px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 1.37rem;/*22px*/
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.5px;
  padding: 5px 5px 2px;
  margin: 10px auto;
}
footer a:link img{
	border: none;
}

@media screen and (max-width: 750px) {
  .pc{display: none;}
  .sp{display: block;}
  
  section{padding: 40px 0;}
  .wrapper{padding: 40px 20px;}
  .blueBg{padding: 40px 0;}
  section#reason{
    padding: 0;
  }
  #reason01 {padding: 60px 0;}
  #reason02 {padding: 0 0 40px;}
  #reason03{padding: 0 0 60px;}
  #reason02 .wrapper,
  #reason03 .wrapper{
    padding: 0 20px;
  }
  #genetic.wrapper{
    width: 90%;
    padding: 0;
  }
  
  h1.h1base{
    font-size:2.0rem;/*32px*/
  }
  h1.h1base2{
	font-size: 1.62rem;/*26px*/
  }
  h2.h2base,
  h2.h2base2{
    font-size: 1.37rem;/*22px*/
  }

  h4.marker{
    font-size: 1.5rem;/*24px*/
  }
  .item02,
  .item03{
    width: 100%;
    margin-bottom: 30px;
  }
  .mangaArea{
    margin: 10px auto 0;
  }
  .mangaPoint{
    margin: 0 auto 30px;
  }
  
  #reason dt em,
  .flowBox em {
    font-size: 2.62rem;/*42px*/
  }
  #reason dt span,
  .flowBox span{
    font-size: 1.62rem;/*26px*/
  }
  #reason dt span::before,
  .flowBox span::before{
    left: 50px;
  }
  
  footer img {
    width: 74%;
    margin-bottom: 20px;
  }
  
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}