@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

body{
  font-family: 'Noto Sans JP', sans-serif;
  /* 追加 */
  font-weight:bold;
  color:#666;
  background-image:url(../img/bgwhole.jpg);
  background-size:cover;
  background-attachment: fixed;
}

/* Back to top button
---------------------------------- */
.row{
  margin-left: 0!important;
  margin-right: 0!important;
}
.merit h1, .merit h2, .merit h3{
  text-align:center;
}
.merit ul{
  border:solid 3px #333;
  padding:20px;
  font-size:22px;
  margin:20px auto;
}

.merit li{
  border-bottom:solid 1px #ddd;
}

.merit ul li:before {
  content: '✓';
  color:#69B82E;
  font-weight:bold;
  margin-right:20px;
  font-size:25px;
}
#body {
  max-width:750px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, .2);
  margin:0 auto;
}
.container {
  max-width:750px;
  padding:0!important;
}
.container-fluid {
  padding:0!important;
}
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #666;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #69B82E;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

.fixbutton{
  display:none;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {

.fixbutton{
  position: fixed; /* 追従 */
  z-index: 99999; /* 他の要素の下に隠れないように */
  display: inline-block; /* 消していたスマホ用のバナーを表示させる */
  width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  top: unset; /* PCで指定していた上下の位置指定をクリア */
  right: 0; /* 左右の隙間が空かないように */
  bottom: 0; /* 画面の最下部にぴったりくっつくように指定 */
  padding:5px 5px 5px 5px;
  background:#fff;
}


#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}

header{

}

.video .fvbtn{
  margin-top:-60px;
  padding:30px 30px 25px 30px;
  border-radius:100px;
  background-color: #FFF;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #EEE), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #EEE),color-stop(.75, #EEE), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
}

.smallmidashi{
	font-size:30px;
}

.rightfv h1{
  margin-top:140px;
  margin-left:auto;
  margin-right:0px;
  text-align:right;
}

.greenfont{
	color:#ff007f;
}

.bigmidashi{
	font-size:40px;
}

.greenbg{
	background-color:#69B82E;
	color:#fff;
	width:50%;
	padding:5px;
	text-align:center;
	border-radius:5px;
	font-size:20px;
}

ul {
	list-style: none;
}
.check li {
	padding-left: 30px;
	line-height: 1.6em;
	background: url(../img/check.png) left 0px top 4px no-repeat;
	background-size: 20px auto;
  font-size:17px;
}
.border {
  border-bottom:solid 1px #555;
  padding:20px;
  margin-bottom:50px;
}
.nayami3 li,.nayami3 h1,.nayami3 h2,.nayami3 h3{
  text-align:center;
}

.nayami3 li{
  font-size:20px;
  border-bottom:solid 1px #111;
  line-height: 60px;
}
.nayami2{
  background: linear-gradient(#aaa, #fff);
  margin-top:-10px;
  padding-top:20px;
  padding-bottom:40px;
}

.side-effects {
  font-size:20px;
  border:solid 3px #ccc;
  padding:30px 50px;
  width:70%;
  margin:20px auto;
}

.side-effects p{
   color:#ed1e79;
}

.nayami{
  padding:50px;
  background-image:url(../img/nayamibg3.jpg);
  background-repeat:no-repeat;
  background-size:100% 100%;
}

.nayami ul{
  margin-left:70px;
}

.nayami li{
  font-size:25px;
  margin:7px;
  padding-left: 40px;
  line-height: 1.6em;
  background: url(../img/nayamili.png) left 0px top 4px no-repeat;
  background-size: 30px auto;
  font-weight:bold;
}

.video{
  background-image:url(../img/videobg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  padding-bottom:70px;
}

.nav li{
  margin-top:20px;
  font-size:17px;
}
.Kaiketsu{
  box-shadow: 25px 0 25px 0 rgba(0, 0, 0, .2);
}

.Kaiketsu p{
  background-color:#69B82E;
  color:#fff;
  font-size:25px;
  padding:10px;
}

.balloon1-top h1{
}

.but {
  text-align: center;
  padding:10px;
  border:solid 6px #000;
  width:50%;
  margin:0 auto;
  margin-top:30px;
  color:#ed1e79;
}
.balloon1-top {
  position: relative;
  width:80%;
  display: block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  font-size: 30px;
  background: #f5e942;
  margin:0 auto;
  margin-top:15px;
  text-align: center;
  border-radius:20px;
  box-shadow:25px 0 25px 0 rgb(0 0 0 / 20%);
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #f5e942;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}




.Kaiketsu img{
  padding:25px;
}

.greenbgKK{
  background-color:#69B82E;
  opacity:0.8;
}

.greenbgKK p{
  font-size:18px;
  font-weight:bold;
  opacity:1;
  color:#000;
}


.fivereason{
  background-image:url(../img/videobg.jpg);
  background-repeat:no-repeat;
  background-size:100%;
}

.fivereason p{
  padding:10px 0 10px 0;
}

.fivereason span{
  font-size:40px;
}

.greenbgKK h2{
  color:#fff;
  font-size:40px;
}
.borderarea h2{
  background-color:#69B82E;
  color:#fff;
  text-align:center;
  margin:0;
  width:100%;
  padding:10px;
  font-size:25px;
}

.borderarea{
}

.borderarea p {
  background-color:#69B82E;
  color:#fff;
  text-align:center;
  width:50%;
  font-size:18px;
  border-radius:20px;
  display:block;
  margin:15px auto;
  padding:3px;
}

.kouka .container{
  margin-top:50px;
  background-color:#fff;
}

.kouka {
  background-color:#fff;
  box-shadow: 25px 0 25px 0 rgba(0, 0, 0, .2);
  padding:50px 0 70px 0;
}

p.caption{
  background-color:rgba(255, 255, 255, 0.5);
  border:solid 1px #69B82E;
  color:#666;
  font-size:15px;
  border-radius:7px;
  padding:25px;
  text-align: left;
}

.kouka .row{
  background-color:#C2E1A8;
  padding-bottom:20px;
}

.refund{
    box-shadow: 25px 0 25px 0 rgba(0, 0, 0, .2);
    padding-bottom:30px;
    margin-bottom:20px;
    margin:0 auto;
    display:block;
    text-align: center;
}

.refund h1{
  font-size:100px;
  color:#fff;
  background-color:#69B82E;
  text-align:center;
  padding-bottom:50px;
  margin:0;
}

.refund .container{
  margin:0 auto;
}

.refund h2{
  font-size:20px;
  text-align:center;
  color:#69B82E;
}

.shikumi h3{
  text-align:center;
  color:#69B82E;
}

.shikumi p{
  font-size:18px;
  padding:30px;
  border:solid 3px #69B82E;
  border-radius:20px;
}

.shikumi {
  width:80%;
  margin:0 auto;
  margin-top:50px;
  margin-bottom:70px;
}

.howtoin {
  width:1000px;
  margin:0 auto;
}

.howtoin h2{
  color:#69B82E;
  text-align:center;
  font-size:25px;
}

.howtoin h3{
  color:#69B82E;
  border-bottom:solid 2px #69B82E;
  text-align:center;
  font-size:20px;
}

.howtoin p {
  font-size:18px;
}

.howto{
  background-image:url(../img/white.jpg);
  background-repeat:no-repeat;
  background-size:100%;
  height:450px;
  padding:30px;
  box-shadow: 25px 0 25px 0 rgba(0, 0, 0, .2);
}

.hosho h3{
  color:#69B82E;
  font-size:25px;
  text-align:center;
}

.hosho h1 {
  background-color:#69B82E;
  color:#fff;
  padding:10px 0 40px 0;
  font-size:50px;
  text-align:center;
}

#hikaku {
  background-image:url(../img/hikakubg.jpg);
  padding:40px 0 80px 0;
  box-shadow: 25px 0 25px 0 rgba(0, 0, 0, .5);
  margin:30px 0 0 0;
}

#hikaku h2{
  color:#69B82E;
}

#hikaku table{
  width:90%;
  font-size:20px;
  text-align:center;
  margin:0 auto;
}

#hikaku th{
  text-align:center;
  border:solid 1px #666;
  background-color:#69B82E;
  color:#fff;
  padding:10px;
}

#hikaku td{
  border:solid 1px #666;
  background-color:#fff;
  padding:10px;
}

#hurryup{
  background-color:rgba(300,300,300,0.7);
  background-repeat:no-repeat;
  background-size:100%;
}

#hurryup ul{
  width:400px;
  display:block;
  margin:0 auto;
}

#hurryup li{
  font-size:20px;
  margin:7px;
  padding-left: 30px;
  line-height: 1.6em;
  background: url(../img/check.png) left 0px top 6px no-repeat;
  background-size: 23px auto;
}

#hurryup .graybg{
  text-align:center;
  background-color:#aaa;
  padding:30px;
  margin:0;
  font-size:40px;
  color:#fff;
}

#hurryup .greenbd{
  text-align:center;
  border:solid 3px #69B82E;
  padding:40px;
  margin:0;
  color:#69B82E;
}

#question{
  background-image:url(../img/QandAbg.jpg);
  margin:30px 0 0 0;
  padding:30px 0 50px 0;
  z-index:9999;
}

#question .question h2{
  background-color:#69B82E;
  color:#fff;
  text-align:center;
  padding:15px;
  font-size:22px;
  margin-bottom:0;
}

#question .question span{
  font-size:30px;
}

#question .question p{
  background-color:#fff;
  padding:10px 30px 10px 30px;
  font-size:15px;
  margin-top:0;
}

#question .question img{
  margin-top:30px;
}

#voice {
  background-image:url(../img/videobg.jpg);
  background-repeat:no-repeat;
  background-size:100%;
}

.section-title h2{
  margin:40px 0 40px 0;
}

.section-title h2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

.section-title h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #69B82E;
}

.methodmidashi {
  text-align:center;
  color:#69B82E;
  font-weight:bold;
  margin-top:70px;
  font-size:40px;
}


#laser{
}
#supplement{
}
#adenosine{
}

.aisatsu{
  background-color:rgba(255, 255, 255, 0.7);
  padding:30px;
  box-shadow: 25px 0 25px 0 rgba(0, 0, 0, .1);
}

#aisatsu{
  padding-top:100px;
  z-index:1;

}

#map{
  padding-top:30px;
  display:block;
}

#footer{
  background-color:#E8F1E0;
  padding-top:230px;
  margin-top:-180px;
  padding-bottom:50px;
  background-image:url(../img/footerbg2.jpg);
    background-repeat:no-repeat;
    background-size:auto 100%;
}

#footer img{
  padding-bottom:50px;
}

.yoyaku {
  background-color:#69B82E;
  padding:5px 20px 5px 20px;
  font-size:20px;
  color:#fff;
  margin-top:20px;
  display:block;
  text-align:center;
}

.phnumber{
  font-size:30px;
  padding:10px 0 10px 0;
  color:#69B82E;
}

#footer th{
  background-color:#69B82E;
  padding:5px;
  color:#fff;
}
#footer td{
  padding:5px;
  color:#69B82E;
}
#footer tr{
  border-bottom:solid 1px #69B82E;
}

#footer table{
  width:100%;
  margin-bottom:20px;
}

.contentsft p{
  color:#69B82E;
  border-bottom:solid 1px #69B82E;
  font-size:20px;
  font-weight:bold;
}

.contentsft li{
  font-size:16px;
  margin:15px;
  color:#666;
}

.contentsft a {
  color:#666;
}

.fukidashi {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #E8F1E0;
  border:solid 1px #69B82E;
}

.fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #69B82E;
}

.fukidashi p {
  padding:20px;
}

.voice img{
  width:90%;
  margin:40px 0 0 30px;
}

.firstview {
  margin:50px 10px;
}

ul.check {
  padding:0;
}

#hurryup li{
  border-bottom:solid 5px #69B82E;
  text-align:center;
  font-size:25px;
}

#hurryup ul{
  padding:0;
}

#hurryup h2{
  margin-top:50px;
}

.leftfv img{
  width:90%;
  margin-left:-20px;
  margin-top:0px;
}

.rightfv img{
  width:100%;
  margin-left:100px;
  padding-bottom:60px;
}


@media screen and (min-width: 900px) {
  .forsp{
    display:none;
  }
  .forsp2{
    display:none;
  }
}

@media screen and (max-width: 900px) {

  .leftfv img{
    width:100%;
    margin-left:0;
    margin-top:10px;
  }

  .rightfv img{
    width:100%;
    margin:0 auto;
    margin:300px 0 0 0;
    padding-bottom:10px;
  }

.firstview{
  margin:20px 0;
}

.page-scroll img{
  width:60%!important;
}

.firstview h1{
}

.light-bg{
  background-image:url(../img/nayamibg4.jpg);
background-repeat:no-repeat;
background-size:auto 100%;}

#footer img{
  width:80%;
  margin:0 auto;
  padding-bottom:0;
}

#footer table{
  margin-top:50px;
}

p.greenbg{
  width:100%;
}
header{

}

p.caption{
  width:100%;
}

h1.bigmidashi{
  font-size:35px;
}

.nayami {
  padding:0;
}
.nayami ul{
  margin-left:0;
  padding:0;
}
.check li{
  font-size:21px;
}

.Kaiketsu img{
  width:100%!important;
}

.fivereason{
  display:none;
}

.video img{
  display:none;
}

.forsp2{
  margin-top:10px;
  border-radius:10px;
  background-color:#fff;
  padding:20px;
  background-image:-webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #EEE), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #EEE),color-stop(.75, #EEE), color-stop(.75, transparent),to(transparent));
}

.balloon1-top{
  width:95%;

}

.balloon1-top h1{
  font-size:25px!important;
}

.but{
  width:90%;
}

.nayami3 ul{
  padding:0;
}

.side-effects{
  width:95%;
  padding:10px;
  text-align:center;
}

.nayami3 h2{
  padding:50px 10px!important;
}

.merit h2{
  font-size:20px;
}

.merit h3{
  line-height:190% ;
}

.merit{
  padding-top:30px;
  padding-bottom:30px;
  background-image:-webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #EEE), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #EEE),color-stop(.75, #EEE), color-stop(.75, transparent),to(transparent));
}

.dake{
  font-size:21px;
}

.button2 img{
  width:90%!important;
}

.forsp2 a{
  width:90%;
  margin:0 auto;
  display:block;
  text-align:center;
  padding:10px;
  color:#fff;
  font-size:20px;
  border-radius:30px;
}

.fvbtn{
  display:none;
}

.nayami {
  background-image:url(../img/nayamibg2.jpg);
  background-size:100%;
  background-position:50% 50%;
}
.nayami ul{
  padding-top:50px;
  padding-bottom:50px;
}
.nayami li{
  font-size:15px;
}

.section-title h2{
  font-size:25px;
}

h2.midashisp{
  font-size:35px;
}

.midashisp span{
  font-size:17px;
}

.forsp3 h2{
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #E8F1E0;/*背景色*/
  border-left: solid 5px #69B82E;/*左線（実線 太さ 色）*/
  font-size:20px;
  margin-top:10px;
}

.forsp3 span{
  font-size:40px;
  color:#69B82E;
}

.forsp3 img{
  margin-bottom:30px;
}

.kouka .section-title h2{
  margin:0;
}

.kouka {
  background-size:300%;
}

.refund h1{
  font-size:45px;
  padding-top:30px;
}

.refund h2{
  font-size:18px;
}

.refund span{
  font-size:20px!important;
}

.video {
  background-size:300%;
}

h2.methodmidashi{
  font-size:25px;
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #E8F1E0;/*背景色*/
  border-left: solid 5px #69B82E;/*左線（実線 太さ 色）*/
}

.methodmidashi{
  margin-top:30px;
}

.shikumi h3{
  font-size:18px;
}

.shikumi{
  width:100%;
}

.shikumi p{
  font-size:14px;
  border-radius:10px;
}
.howtoin{
  width:100%;
}
.howtoin p{
  font-size:14px;
}
.howto {
  background-size:300%;
  height:100%;
}

.hosho{
  margin-top:30px!important;
}

.hosho h1{
  padding:30px;
  font-size:35px;
}

#supplement{
  border-top:solid 1px #ccc;
}

#adenosine{
  border-top:solid 1px #ccc;
}

#hikaku table{
  font-size:13px;
  width:100%;
}

#hurryup li{
  border-bottom:solid 5px #69B82E;
  text-align:center;
  font-size:25px;
}

#hurryup ul{
  width:100%;
  padding:0;
}

#hurryup img{
  margin-top:30px;
}
#hurryup .graybg{
  font-size:28px;
  text-align:left;
  padding:30px 15px 30px 15px;
}

#hurryup .greenbd{
  font-size:22px;
  text-align:left;
  padding:30px 15px 30px 15px;
}

#hurryup span.hurrysp{
  font-size:35px!important;
}

.voice img{
  display:none;
}

.section-title h2{
  margin:30px 0 30px 0;
}
.fukidashi {
  border-radius:10px;
  margin:10px 10px;
}

#question .question h2{
  font-size:18px;
}

#question .question p{
  font-size:14px;
}
#question {
  background-size:cover;
  background-repeat:no-repeat;
}

#aisatsu {
  padding-top:0;
}
.aisatsu{
  padding:30px 10px 0px 10px;
}

#aisatsu h2{
  font-size:25px;
}
#aisatsu h3{
  margin:0;
  text-align:right;
}

#aisatsu img{
  width:100%!important;
  margin:0!important;
}
#aisatsu .col-md-5,.col-md-6{
  padding:0;
}

#map{
  padding-top:0;
}

#footer {
  background-repeat:no-repeat;
  background-size:auto 100%;
  background-position:50% 100%;
}

#footer img{
  width:80%;
  margin:0 auto;
}

a.yoyaku{
  margin:0 auto;
  width:60%;
  border-radius:30px;
  display:block;
  margin-bottom:30px;
}

h3.phnumber{
  text-align:center;
  font-size:35px;
}

.contentsft p{
  margin-top:30px;
  text-align:center;
}

body{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:bold;
}


}
