@charset "UTF-8";
/* CSS Document */

/*治療の流れ*/
#flow {
	padding: 60px 15px 80px;
}

#flow .flow_box {
	padding: 40px 0 60px;
}

#flow .flow_box .box01 {
	padding: 30px 0 60px;
}

#flow .flow_box .box01 div {
	padding-bottom: 30px;
	text-align: center;
}

#flow .flow_box .box01 p span {
	color: #a12525;
}

#flow .flow_box .box01.pb {
	padding-bottom: 0;
}

#flow .flow_box ul.btn {
	padding: 30px 0 25px;
}

#flow .flow_box ul.btn li {
	text-align: center;
}

#flow .flow_box ul.btn li:first-child {
	padding-bottom: 20px;
}

#flow .flow_box ul.btn li img {
	box-shadow: 0px 0px 10px 0px #c9c9c9;
}

#flow .flow_box ul.tel_t {
	text-align: center;
	padding: 0 0 60px;
}

#flow .flow_box ul.tel_t li:nth-child(2) a {
	font-size:min(9.6vw,100px);
	color: #184ea9;
	text-decoration: none;
	padding-left: 1.2em;
	position: relative;
}

#flow .flow_box ul.tel_t li:nth-child(2) a::before {
	content: "";
	width: 1em;
	height: 1em;
	background-image: url("../../images/tel.webp");
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-30%);
}

#flow .flow_box ul.tel_t li:nth-child(3) {
	line-height: 2.5em;
}

#flow .flow_box ul.tel_t li:nth-child(3) span {
	border: 1px solid #0b1216;
	padding: 0 5px;
	line-height: 1em;
}

#flow .flow_box > p {
	background-color: #e7e0c9;
	border-radius: 4px;
	text-align: center;
	margin: 40px 0 60px;
	font-size:min(5.5vw,48px);
	color: #101010;
	font-weight: bold;
	padding: 15px 10px;
}

#flow .box02 {
	padding: 30px 0 80px;
}

#flow .box02 table {
	width: 100%;
	border: 1px solid #101010;
	border-bottom: none;
}

#flow .box02 table td {
	display: block;
	border-bottom: 1px solid #101010;
	padding: 15px;
	line-height: 1.8em;
}

#flow .box02 table td:first-child {
	background-color: #f7f7f9;
	font-weight: 500;
}

#flow > ul {
	padding: 30px 0 0;
}

#flow > ul li {
	padding-left: 1.2em;
	line-height: 1.8em;
	padding-bottom: 25px;
	position: relative;
}

#flow > ul li::before {
	content: "■";
	position: absolute;
	left: 0;
	top: 0;
}

#flow > ul li:last-child {
	padding-bottom: 0;
}


/*料金*/
#price {
	padding: 60px 15px 80px;
}

#price .price_box {
	padding-top: 40px;
}

#price .price_box {
	padding-bottom: 80px;
}


/*よくある質問*/
#faq {
	padding: 60px 15px 40px;
}


/*併用可能*/
#heiyou {
	background-color: #f9f9fb;
	padding: 30px 15px;
}

#heiyou h2 {
	text-align: center;
	font-size:min(7.2vw,72px);
	font-weight: 500;
	padding: 20px 0;
	color: #262627;
	border: 1px solid #072766;
}

#heiyou ul {
	padding: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
}

#heiyou ul li {
	padding-right: 10px;
	padding-bottom: 10px;
}

#heiyou ul li a {
	display: block;
	background-color: #04378c;
	border: 1px solid #04378c;
	color: #fff;
	font-size:min(4.5vw,32px);
	text-decoration: none;
	line-height: 35px;
	padding: 0 10px;
}

