@charset "utf-8";
/* CSS Document */

@import url('https://use.fontawesome.com/releases/v5.0.9/css/all.css');

/* top　*/
/*.top {
	position: relative;
	width: 100vw;
	display: inline-block;
}*/

.intv_ttl01 {
    font-size: 187.5%;
    font-weight: bold;
    padding: 1rem 0 0.5rem;
    line-height: 1.3;
}

.ln_gr {
	height: 5px;
	background-color: rgba(0,65,54,1);
	border: none;
	width:15%;
	margin:0.5rem auto 1.2rem;
	}
	



.topim {
     background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 0;
	
	
	
}



.top_container{
	margin:0 auto 40px ;
	width: 100%;
	display: block;
	padding:20px;
	background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255,255,255,0.50) 47%, rgba(0,0,0,0.50) 100%);
 background-blend-mode: screen;

	
}

.top_container p {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	/*line-height: 80px;*/
}



.outer {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.outer2 {
	max-width: 1000px;
	padding: 20px;
	margin: 30px auto;

}

/* profile */

.pr_ttl {
	text-align: center;
	margin-top: 20px;
	color: #e84a5f;
	padding: 10px 0;
}

.pr2 h3 {
	font-size:22px;
	text-align: center;
}


.pr2 p {
	font-size: 18px;
	line-height: 2;
	text-align: left;
	
}

@media screen and (max-width: 767px){
	.pr2 p{
	text-align: center;
		
	}
	
	.pr2 {
		margin: 20px auto;
		width: 100%;
	}
	
	.pr2 h3 {
	font-size:17px;
	
}
	
	
}
	
	



@media screen and (min-width: 767px){
.intv_ttl01 {
    padding: 2rem 0 1rem;
}



.ln_gr {
	width:5%;
	margin:0.5rem auto 1.5rem;
	}
	

.profile {
	display:flex;
	justify-content: center;
}	
	
	
.pr2 {
 margin: 0  40px;	

  }
}






/* content */

.ttl {
	background: #ffdecf;
	margin: 40px auto 30px;
	border-radius:30px;
	padding: 5px 0;
}

.ttl h2{
	text-align: center;
	/*font-size: 19px;*/
	
}


.content {
	padding: 0 20px;
	margin-top: 10px;
	
}

.content strong {
		color:#e84a5f;
	}

.content h3 {
	color:#e84a5f;
	text-align: center;
	border-bottom: double;
	margin-bottom: 20px;
}

.content p {
	font-size: 16px;
	text-align: left;
	line-height: 2.5;
}

.content2 {
	padding: 20px 30px;
	border-radius: 20px;
   	border:solid 2px #e84a5f;
	width: 80%;
	margin: 40px auto 60px;
	
}

.coment{
  text-align: left;

}


.eigyo {
	font-size: 15px;
	text-align: right;
	border-bottom: solid 1px;
	margin-bottom: 20px;
}



@media screen and (max-width: 767px){
	.content_sp1 {
		margin-top:20px;
	} 	
	
	.content {
	padding: 0 10px;
	margin-top: 10px;
	
}
 .content p {
	 line-height: 1.8;
	 font-size: 15px;
	}
	
.content h3 {
	font-size: 18px;
		
	}
	
	.content2 {
	padding: 20px;
	width: 100%;
}
	

	
	
}




/*.line {
	position: relative;
	height: 2px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#ffdecf 50%,transparent 100%);
	background-image:linear-gradient(90deg,	transparent 0%,#ffdecf 50%,transparent 100%);
	margin-bottom: 20px;
}*/

.plan {
	margin: 10px auto 20px;
	text-align: center;
	box-shadow: 10px #666;
}



/* concept */
.container {
	padding: 50px 0 30px;
	text-align: center;

}


.bg {
	background: #ffdecf;
	position: relative;
	padding: 20px 0 20px;
}


@media screen and (max-width: 767px){
	.outer,
	.outer2{
		width:95%;
	}

	
	img {
		display: block;
		margin: auto;
	}
	
	p {
		font-size:14px;
	}

	

}

/* btn */
.return_btn a {
	text-align: center;
	color: #fff;
	background: #003333 ;
	padding: 20px 40px;
	

}

.return_btn {
	text-align: center;
    margin: 50px auto;
}

.return_btn a:before {
content: "\f053";
font-family: "Font Awesome 5 Free";
font-weight: 900;
}

