@charset "UTF-8";

/* ========================================================================
	痛くない治療
======================================================================== */

.lead_sec {
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 20px;
}

.lead_sec .sec_title {
	margin-bottom: 50px;
	text-align: center;
}

.sec02 .cont + .cont {
	margin-top: 80px;
}

.sec02 .cont_image img {
	width: 100%;
	height: auto;
}

.sec02 .cont_title {
	line-height: 1.7;
}

.sec04 .sec_image img {
	width: 100%;
	height: auto;
}

.sec02 .cont.no_image {
	display: block;
}

.sec02 .cont.no_image .textbox {
	width: 100%;
}

.sec02 .cont.no_image .cont_text {
	max-width: none;
}

@media screen and (max-width: 767px) {

	.lead_sec {
		padding: 50px 20px;
	}

	.lead_sec .sec_title {
		margin-bottom: 30px;
	}

	.lead_sec .lead_flex {
		display: block;
	}

	.lead_sec .lead_image {
		width: 100%;
		margin-top: 30px;
	}

	.sec02 .cont + .cont {
		margin-top: 60px;
	}
}

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

	.main_image .text {
		width: auto;
		white-space: nowrap;
	}

	.sec02 .cont,
	.sec04 .flexbox {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 60px;
	}

	.sec02 .cont .textbox,
	.sec04 .sec_text {
		flex: 1;
		min-width: 0;
	}

	.sec02 .cont .cont_image,
	.sec04 .sec_image {
		width: 500px;
		max-width: 500px;
		flex-shrink: 0;
	}

	.sec02 .cont .cont_image img,
	.sec04 .sec_image img {
		display: block;
		width: 100%;
		height: auto;
	}

}