/***  section  ***/

section{
  overflow: hidden;
  width: 100%;
  padding: 5% 1%;
}
section.bg{
  background-color: #f6fafd;
}
section.self{
  height: 1400px;
  padding: 0;
background: url(./img/srfーbg.jpg)no-repeat center center fixed;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
position: relative;
}
section.self::before {
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.self-wrap{
  position: absolute;
    width: 100%;
    margin-top: 5%;
}
section.top{
  padding: 0;
  background-image: url(./img/doctor.jpg);
  background-size: cover;
background-repeat: no-repeat;
  height: 1000px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.top::before {
  background: rgba(255,255,255,0.55);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' '; 
  height: 1000px;
}
.top-wrap{
  position: absolute;
    width: 100%;
    margin-top: 5%;
}
/****************************

 h1 h2 h3

 *************************/
 h1.title{
  font-size: 700%;
  font-weight: 900;
  text-shadow: 3px 3px 3px #037dce;
}
h2.page-title{
  text-align: center;
  line-height: 1.8;
  font-weight: bolder;
  margin-bottom: 5%;
  color: #006699;
  font-size: 220%;
}
h2.page-title-2{
  text-align: center;
  line-height: 1.8;
  font-weight: bolder;
  margin-bottom: 5%;
  color: #006699;
  font-size: 350%;
}
h2.end-message{
  text-align: center;
  line-height: 1.8;
  font-weight: bolder;
  margin-bottom: 5%;
  color: #000;
  font-size: 300%;
}
h3.benefits{
  background:#006699;
    width: 40%;
    text-align: center;
    color: #FFF;
    padding: 3% 4%;
    font-size: 250%;
    border-radius: 50px;
    margin: 0 auto;
}
h3.spacel-price{
  background: red;
    width: 70%;
    text-align: center;
    color: #FFF;
    padding: 3% 4%;
    font-size: 200%;
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: 3%;
    margin-top: 3%;
}

h3.page-subtitle{
  text-align: center;
}
.heading14 {
	position: relative;
	font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-left: 25%;
    margin-bottom: 5%;
}

.heading14::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #f19171;
	font-size: 50px;
}

.heading14::after {
	content: '';
	position: absolute;
	bottom: -50%;
	left: 0;
	width: 100px;
	height: 1px;
	background-color:#f8ccbd;
}

/****************************

 p 

 ****************************/
p.d-message{
    font-size: 200%;
    text-align: center;
    margin: 3% 1%;
    font-weight: bold;
}
p.text{
  font-size: 110%;
  line-height: 2;
  margin-bottom: 3%;
}
p.text-2{
  font-size: 180%;
  line-height: 2;
  margin-bottom: 3%;
}
p.message{
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}
p.spacel-message{
  font-size: 150%;
    color: red;
}
p.last-message{
  font-size: 230%; font-weight: bolder; color: red;
    margin-top: 10%; text-align: center;
}
/*************************

 よく使う 

 ****************************/
 .ts{
   text-align: start;
 }
.lim{order: 1;}
.pr-text{
  font-size: 300%;
  font-weight: bold;
  color: red;
  text-align: center;
}
/*** top **/
.top-text{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 5px;
}
p.theme{
 font-size: 180%;
 text-shadow:0 0 10px #FFF;
}
.title-box{
  margin-bottom: 3%;
  color: #037dce;
  text-shadow:0 0 10px #FFF;
}
p.sub-titile{
  font-size: 220%;
  text-shadow: 0.5px 0.5px 0.5px #037dce;
}
p.sub-titile-2{
  font-size: 250%;
  text-shadow: 1px 1px 1px #037dce;
}

p.top-text-1{
  font-size: 180%;
  margin-bottom: 3%;
  text-shadow: 3px 3px 3px #cdcdcd;
    -webkit-text-stroke: 0.3px #FFF;
}
p.top-text-2{
  font-size: 180%;
  margin-bottom: 3%;
  text-shadow: 3px 3px 3px #cdcdcd;
    -webkit-text-stroke: 0.3px #FFF;
}
p.top-text-3{
  font-size: 180%;
  margin-bottom: 3%;
  text-shadow: 3px 3px 3px #cdcdcd;
    -webkit-text-stroke: 0.3px #FFF;
}
/****  span ****/
span.under-line{
  background: linear-gradient(transparent 70%, #a5ddfa 0%);
}
span.red{color: red;}
span.red-line{
  color: red;
  text-decoration:underline;
  text-decoration-color: red;
  font-weight: bold;
}
span.wils{color: #006699; font-weight: bold;}
span.bold{font-weight: bold;}
span.under-b{text-decoration:underline;
  text-decoration-color:#000;}
  span.under-w{text-decoration:underline;
    text-decoration-color:#FFF;}
  span.big{font-size: 250%; font-weight: bolder;}
  span.s-price{
      font-size: 200%;
      font-weight: bold;
  }
  span.answer{
    font-size: 200%;
    color: red;
    font-weight: bold;
  }

/***************

 感想 

 **************/
/*** card  ***/
.thoughts-box-wrap{
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 5%;
}
.box-contents{
  width: 100%;
  display: flex;
justify-content: space-around;
align-items: center;
}
.thought-img{width: 35%;}

.thought-text{
  width: 60%;
}
.thought-box{
box-shadow: 0 0 30px rgb(163, 161, 161);
width: 45%;
border-radius: 5px;
padding: 1.5% 3%;
}
.thoughts-box{
display: flex;
justify-content: space-around;
margin-bottom: 5%;
}
p.card-title{ 
  font-weight: bold;
  margin-bottom: 5%;
  color: #006699;
  font-size: 105%;
}
p.card-text{font-size: 90%;}
p.card-name{font-weight: bold;}


/****  レ点  ****/

ul.thoughts{
  font-size: 150%;
  line-height: 1.5;
  margin: 5% 0%;
}

li.thought-item + li.thought-item{
  margin-top: 5px;
}
li.thought-item{
  position: relative;
  padding-left: 25px;
  list-style: none;
}

li.thought-item:before {
  content: "";
  position: absolute;
  top: .35em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 3px;
  height: 7px;
  border-right: 2px solid #006699;
  border-bottom: 2px solid #006699;
}

li.thought-item:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #006699;;
  border-radius: 2px;
}
/*****************

 6つの可能性 

 ***********************/
p.proglam-title{
	position: relative;
	font-size: 26px;
}
p.proglam-title::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #006699;
	font-size: 30px;
	border-bottom: 1px solid #006699;
}
.proglam-contents{
  display: flex;
  justify-content: space-around;
  margin-bottom: 5%;
}
.proglam-card{
  width: 40%; 
  text-align: center; 
  padding: 3% 4%; 
  background-color: #FFF;
  box-shadow: 0 0 30px rgb(163, 161, 161);
}
.proglam-img{text-align: center; margin: 10% 0%;}
img.proglam-card-img{width: 90%;}
/*********

self  

*************/

/********************
  3大特典
******************/
.benefit-block{
  margin-top: 10%;
}
.b-img{
  width: 100%;
  text-align: center;
  margin-bottom: 5%;
}
img.benefit-img{
  width: 40%;
}
/***************************
profile
**************************/
.profile-box{
  display: flex;
  align-items: center;
  margin-bottom: 5%;
}
.profile-text{
  width: 50%;
}
.profile-img{
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
img.p-img{
  width: 50%;
}
/****   参加方法  *****/
.point{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 3% 1%;
  margin: 5% 0;
}
.point-left{
  width: 60%;
}
.point-right{
  width: 30%;
  display: inline-block;
  position: relative;
}
.point-right::after{
position: absolute;
display: block;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
transform: rotate(3deg); /* 回転させる */
background: #fff;
z-index: -1;
}

img.point-img{
  width: 100%;
  height: auto;
}

.point-text{
  line-height: 2;
}

/************************

六ヶ月のプログラム紹介

************************/
.flow{
  margin-top: 10%;
}
.flow-wrap-1, .flow-wrap-2{
	position: relative;
	width: 100%;
	height: 450px;
	margin-bottom: 15%;
}
.flow-wrap-3{
  position: relative;
	width: 100%;
	margin-bottom: 15%;
  height: 510px;
}
.flow-wrap-4{
  position: relative;
	width: 100%;
	margin-bottom: 15%;
  height: 450px;
}
.flow-left{
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 5%;
}
img.flow-img{
	width: 55%;
	box-shadow: 0px 4px 25px 4px rgb(0 8 43 / 50%);
    -moz-box-shadow: 0px 4px 25px 4px rgba(0, 8, 43, 0.5);
}
.flow-right{ 
	position: absolute;
	width: 45%;
	height: 45%;
	z-index: 5;
	background: rgb(0, 102, 153,0.95);
	color: #FFF;
	padding: 3% 4%;
	right: 3%;
 bottom: -5%;
	box-shadow: 0px 4px 25px 4px rgb(0 8 43 / 50%);
    -moz-box-shadow: 0px 4px 25px 4px rgba(0, 8, 43, 0.5);
display: table;
}
.flow-right-text{
	display: table-cell;
  vertical-align: middle;
}
.flow-right-2,.flow-right-3{ 
	position: absolute;
	width: 48%;
	z-index: 5;
	background: rgb(0, 102, 153,0.95);
	color: #FFF;
	padding: 3% 3.5%;
	left: 1%;
  bottom: -10%;
	box-shadow: 0px 4px 25px 4px rgb(0 8 43 / 50%);
    -moz-box-shadow: 0px 4px 25px 4px rgba(0, 8, 43, 0.5);
    display: table;
}
.flow-left-2{
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 0;
	right: 5%;
	text-align: end;
}
p.right-tetx{
	margin-top: 10%;
    line-height: 1.8;
}
@media screen and (max-width: 768px){
	.flow-wrap-1, .flow-wrap-2{
		margin-bottom: 50%;
	}
	.flow-wrap-3{
    margin-bottom: 60%;
  }
  .flow-wrap-4{
    margin-bottom: 50%;
  }
	img.flow-img{
	width: 80%;
}
	.flow-left,.flow-left-2{
	text-align: center;
		left: 0;
	}
	.flow-right,.flow-right-2 {
		width: 80%;
    bottom: -70%;
    left: 0;
    right: 0;
		margin: 0 auto;
		height: 90%;
	}
  .flow-right-3 {
		width: 80%;
    bottom: -70%;
    left: 0;
    right: 0;
		margin: 0 auto;
		height: 70%;
	}
	img.flow-img{
		width: 95%;
	}

}
@media screen and (max-width: 480px){
		img.flow-img{
		width: 100%;
	}
	.flow-right, .flow-right-2 {
		width: 95%;
    right: 0;
    left: 0;
    bottom: -15%;
    height: 70%;
}
.flow-right-3 {
  width: 95%;
  right: 0;
  left: 0;
  bottom: -5%;
  height: 55%;
}
	h2.flow-title{
		font-size: 120%;
	}
	p.right-tetx {
		font-size: 85%;
    line-height: 1.7;
}
	.flow-wrap-1, .flow-wrap-2{
		margin-bottom: 30%;
	}
  .flow-wrap-3{
    margin-bottom: 40%;
  }
  .flow-wrap-4{
    margin-bottom: 30%;
  }
}
/************************

price

*****************/

/***********************
価格表
***************/
.box29 {
  margin: 2em 0;
  background: #fff;
  border: solid 2px #006699;
  text-align: center;
  padding-bottom: 10%;
}
.box29 .box-title {
  font-size: 220%;
  background: #006699;
  padding: 3% 4%;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box29 p {
  padding: 15px 20px;
  margin: 0;
}
.triangle-bottom {
  display: inline-block;
  border-style: solid;
  border-width: 41px 24px 0 24px;
  border-color: #006699  transparent transparent transparent;
}
/************************
表
*******************/

/***  支払い方法 ***/
.method-of-payment{
  margin-top: 3%;
}
a.payment{
display: block;
width: 70%;
margin: 0 auto;
text-decoration: none;
background-color:#FF4F02;
color: #FFF;
text-align: center;
padding: 3% 4%;
font-size: 220%;
border-radius: 50px;
}
a.payment:hover{
  background-color:#ff0202;
  color: #FFF;
  text-decoration: none;
}
a.payment-2{
  display: block;
width: 70%;
margin: 0 auto;
text-decoration: none;
background-color:#00CC99;
color: #FFF;
text-align: center;
padding: 3% 4%;
font-size: 220%;
border-radius: 50px;
}
a.payment-2:hover{
  background-color:#048f39;
  color: #FFF;
  text-decoration: none;
}

/*****  注意文 *****/
.box22{
  padding: 0.5em 1em;
  margin: 5% 1%;
  background: #f4f4f4;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);

}

/********************************************

テーブル

******************************************/

table {
  width: 100%;
  border-collapse: collapse;
  border: solid 2px #000;/*表全体を線で囲う*/
  text-align: center;
}
table th, table td {
  border: solid 2px #000;/**/
  padding: 5px 2px;
}
@media screen and (max-width: 480px) {
  table th, table td {
    border: solid 1px #000;
    font-size: 10px;
    padding: 3px 1px;
}
  /*tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td.exp{
    background:red;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }*/
}

/************************************
よくある質問
************************************/
.qaContainer{
	margin: 0 auto;
}

.qaContainer dt {
  position: relative;
  padding: 20px 20px 20px 30px;
  border-left: solid 60px #006699;
  border-radius: 10px;
  font-size: 20px;
	background-color: #e9e9e9;
	color: #000;
  margin-bottom: 3%;
}

.qaContainer dt:before {
  content: "Q";
  position: absolute;
  color: #fff;
  font-weight: bold;
  top: 50%;
  left: -31px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/**********************************

footer

************************************/
footer{
  background-color: #006699;
  padding: 3% 5%;
  text-align: center;
}
footer a{
  font-size: 110%;
  color: #FFF;
}
footer a:hover{
  font-size: 110%;
  color: #FFF;
}
p.f-text{
  font-size: 80%;
  color: #FFF;
}
/*** ボタン ***/
.btn-area{
  width: 100%;
  text-align: center;
  margin: 10% 0%;
}
.button-simple {
  width: 60%;
  position: relative;
  font-weight: bold;
  padding: 20px 30px;
  margin: 0px 5px;
  border-radius: 999px;/*角の丸み*/
  font-size: 200%;
  background-color: #00b46f;/*背景色*/
  color: #fff;/*文字色*/
  display: inline-block;
  text-shadow: 1px 1px 0px rgb(0, 0, 0, 0.3);
  box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}

a:hover .button-simple {
  background-color: #cc0000;/*触れたときの背景色*/
  color: #fff;/*触れたときの文字色*/
  box-shadow: 0 0px 0 rgb(0, 0, 0, 0.3);
  animation-play-state: paused;
  top: 3px;
}
  .bururi {
  animation: bururi 1s infinite;
}
@keyframes bururi {
  50% {
      transform: scale(1, 1);
  }
  52% {
      transform: scale(0.98, 0.95)
  }
  54% {
      transform: scale(1, 1);
  }
  56% {
      transform: scale(0.98, 0.95)
  }
  58% {
      transform: scale(1, 1);
  }
  60% {
      transform: scale(0.98, 0.95)
  }
}


/*******************************************************

レスポンシブ 

********************************************************/

@media only screen and (max-width: 768px) {
  section.top{
    height: 770px;
  }
  section.top::before {
    height: 770px;
  }
  .top-text{
    letter-spacing: 3px;
  }
  /***************
  p
  *************/
  p.text{
    line-height: 1.9;
  }
  /*****************
  h
  ***************/

    h2.page-title {
      font-size: 180%;
    }
    h2.page-title-2{
      font-size: 300%;
    }
/*****  購入特典 *****/
  h3.benefits {
    font-size: 200%;
    width: 40%;
  }

/************************

top

*************************/
   p.sub-titile{
    font-size: 180%;
  }
  p.sub-titile-2{
    font-size: 200%;
  }
   h1.title{
     font-size: 480%;
   }
   p.top-text-1{
    font-size: 155%;
  }
  p.top-text-2{
    font-size: 155%;
  }
  p.top-text-3{
    font-size: 155%;
  }
/******** お客様の声  *******/
.box-contents {display: block;}
.thought-img {
  width: 40%;
  margin: 0 auto;
}
.thought-text {
  width: 90%;
  margin: 0 auto;
  margin-top: 10%;
}
/***********************************
  6つの可能性
********************************/
p.proglam-title {
  font-size: 120%;
}
img.benefit-img{
  width: 70%;
}
/***************************
参加まで流れ
************************/
.point {
  display: block;
}
.point-left,.point-right {
  width: 100%;
}
.point-right {
  text-align: center;
}
img.point-img{
  width: 50%;
}
/*************
btn
***********/
.button-simple {
  width: 100%;
}/********************
  3大特典
  *************/

  h3.benefits {
    width: 50%;
  }
/**  支払い方法  ***/
  a.payment {
    width: 80%;
  }
  a.payment-2 {
    width: 80%;
  }


}

 @media only screen and (max-width: 480px) {
  section{
  padding: 10% 1%;
  }
  section.top{
    background-image: url(./img/doctor-sp.jpg);
    height: 680px;
  }
  section.top::before {
    height: 680px;
  }
  .self-wrap{
      margin-top: 3%;
  }
  .top-wrap{
      margin-top: 3%;
  }
  /*********************************

  top

  *******************************************/
  .title-box{
    margin-bottom: 3%;
    color: #037dce;
  }
  p.subtitile{
    font-size: 220%;
  }
  h1.title{
    font-size: 700%;
    font-weight: 900;
  }

  p.top-text-1{
    font-size: 145%;
    text-shadow: 2px 2px 2px #cdcdcd;
    -webkit-text-stroke: 0.1px #FFF;
  }
  p.top-text-2{
    font-size: 140%;
    text-shadow: 1.8px 1.8px 1.8px #cdcdcd;
    -webkit-text-stroke: 0.08px #FFF;
  }
  p.top-text-3{
    font-size: 140%;
    text-shadow: 1.8px 1.8px 1.8px #cdcdcd;
    -webkit-text-stroke: 0.08px #FFF;
  }

  /********  p  **************/
  p.text{
    font-size: 100%;
    line-height: 1.5;
    margin-bottom: 7%;
  }
 
  p.sub-titile{
    font-size: 150%;
    text-shadow: 0.2px 0.2px 0.2px #037dce;
  }
  p.sub-titile-2{
    font-size: 200%;
    text-shadow: 0.5px 0.5px 0.5px #037dce;
  }
  p.message {
    font-size: 150%;
}
p.d-message {
  font-size: 180%;
}

  /******* h2 h3 ..  ******/
  h1.title{
    font-size: 295%;
    text-shadow: 1px 1px 1px #037dce;
    }


  h2.page-title {
    font-size: 130%;
  }
  h2.page-title-2{
    font-size: 250%;
  }

  img.point-img {
    width: 80%;
  }

  /*****************************************
  top
  **************************************/
  p.top-text{
    font-size: 110%;
  }
  .top-text{
    letter-spacing: 1.5px;
  }
  .title-box{
    margin: 10% 0%;
  }
  /*************

  お客様の声

  **********/
  .thoughts-box {
    display: block;
  }

  .thought-box {
    width: 100%;
    margin-bottom: 10%;
    padding: 5% 6%;
  }

/**************************

checkbox

*******************************/
ul.thoughts {
  font-size: 120%;
  padding: 0;
    padding-left: 3%;
}
/*****************************

可能性

************************/
.proglam-contents {
  display: block;
}

.proglam-card {
  width: 100%;
  margin-bottom: 10%;
  padding: 3% 5% 4%; 
}
/**********************
参加まで
**********************/
.heading14{
  padding-left: 30%;
  font-size: 18px;
}
.heading14::before {
  font-size: 30px;
}
.heading14::after {
  bottom: -10%;
}
/********************

  3大特典

****************/
  h3.benefits {
    width: 60%;
    font-size: 140%;
  }
  img.benefit-img{
    width: 90%;
  }
/**  支払い方法  ***/
.box29 .box-title {
  font-size: 120%;
}
p.text-2 {
  font-size: 105%;
}
.triangle-bottom {
  border-width: 20px 15px 0 15px;
} 
h3.spacel-price {
  width: 90%;
  font-size: 120%;
}
p.spacel-message {
  font-size: 100%;
}

a.payment {
  width: 90%;
  font-size: 120%;
}
a.payment-2 {
  width: 90%;
  font-size: 120%;
}
/**** profile  ****/
.profile-box {
  display: block;
}
.profile-text {
  width: 100%;
}
.profile-img {
  width: 100%;
}
/**************
質問
************/
span.answer{
  font-size: 150%;
  font-weight: bold;
  color: red;
}
.qaContainer dt {
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  border-left: solid 50px #006699;
}

  /*********** btn  ****************/
  .button-simple{
    padding: 3% 3.5%;
    width: 99%;
    font-size: 130%;
  } 
}
@media only screen and (max-width: 370px) {
  p.top-text-1 {
    font-size: 100%;
  }
  p.sub-titile {
    font-size: 100%;
  }
  h1.title {
    font-size: 200%;
  }
  p.sub-titile-2 {
    font-size: 150%;
  }
  p.top-text-2,p.top-text-3 {
    font-size: 100%;
  }
  section.top{
    height: 500px;
  }
  section.top::before {
    height: 500px;
  }
  /*  p  */
  p.text {
    font-size: 95%;
  }

  /**** h2 h3  ****/
  h2.page-title {
    font-size: 110%;
}
h3.page-subtitle {
  font-size: 110%;
}

ul.thoughts {
  font-size: 100%;
}
.pr-text {
  font-size: 200%;
}
.flow-right{
  bottom: -11%;
}
.flow-right-2 {
  bottom: -15%;
}
.qaContainer dt {
  font-size: 16px;
}
p.last-message {
  font-size: 150%;
}
.box29 p {
  padding: 5px 10px;
}
p.text-2 {
  font-size: 85%;
}
h3.spacel-price {
  width: 95%;
  font-size: 100%;
}
a.payment {
  width: 95%;
  font-size: 110%;
}
a.payment-2 {
  width: 95%;
  font-size: 90%;
}
.heading14 {
  font-size: 16px;
  padding-left: 25%;
}
.heading14::before {
  font-size: 20px;
}
}