@charset "utf-8";

/*====================================================================================================

できる治療

====================================================================================================*/

/*---------------------
イントロ
---------------------*/

#intro h2{
	text-align: center;
	margin-bottom:20px;
}

#intro{
	margin-bottom:60px; 
}
#intro > p{
	margin-bottom:30px; 
}

/*@media screen and (max-width:800px) {
	#intro{
	margin-bottom:30px; 
}
}*/


#treatment > div:not(:last-child){
	margin-bottom: 90px;
}

#treatment > div h2{
	margin-bottom: 40px;
}

#treatment > div h3{
	margin-bottom: 20px;
	/*text-align: center;*/
}

.col2{
	display: grid;
	list-style: none;
}

@media screen and (min-width:801px) {

	
.col2{
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 40px;
}

}

@media screen and (max-width:800px) {
	
.col2{
  grid-template-columns: repeat(1,1fr);
  grid-row-gap: 40px;
}
	
}

.w800{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.w800 h3{
	text-align: center;
}

#not-support h3{
	margin-bottom: 20px;
}

#medical-bills{
	margin-top: 90px;
	padding-top: 80px;
	padding-bottom: 80px;
}

#medical-bills h3{
	margin-bottom: 20px;
}
