@charset "utf-8";
.sec_about p:not([class]) {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.67;
}
.sec_about p:not([class]):not(:last-child) {
	margin-bottom: 25px;
}
.sec_about p:not([class]) b {
	color: #d92323;
	font-weight: 500;
	text-decoration: underline;
}
.sec_about p .sup{
	font-size: 50%;
	vertical-align: top;
}
/* 眼について */
.about01 {
	padding-top: 47px;
	padding-bottom: 35px;
}
.about01_title {
	margin-bottom: 15px;
	padding-bottom: 17px;
	border-bottom: 1px solid #ff6019;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.59;
	text-align: center;
}
.about01_img {
	margin: 41px auto 0;
}
@media (min-width: 750px) {
	.sec_about p:not([class]) {
		font-size: 24px;
		line-height: 1.67;
	}
	.about01 {
		padding-top: 68px;
		padding-bottom: 52px;
	}
	.about01 h3 {
		margin-bottom: 33px;
	}
	.about01_title {
		margin-bottom: 22px;
		padding-bottom: 14px;
		font-size: 32px;
		text-align: left;
	}
	.about01_img {
		margin-top: 79px;
	}
}

/* 緑内障とは？ */
.about02 {
	padding-top: 40px;
	padding-bottom: 54px;
	background-color: #f7fbf2;
}
.about02_img {
	margin: 27px auto 0;
}
@media (min-width: 750px) {
	.about02 {
		padding-top: 73px;
		padding-bottom: 79px;
	}
	.about02 h3 {
		margin-bottom: 38px;
	}
	.about02 p:not([class]):not(:last-child) {
		margin-bottom: 40px;
	}
	.about02_img {
		margin-top: 49px;
	}
}

/* 原因は？ */
.about03 {
	padding-top: 51px;
	padding-bottom: 51px;
}
.about03 p:not([class]):not(:last-child) {
	margin-bottom: 18px;
}
.about03_note {
	font-weight: normal;
	font-size: 16px;
}
.about03_img {
	margin: 27px auto 0;
}
.about03_btn {
	margin-top: 65px;
}
@media (min-width: 750px) {
	.about03 {
		padding-top: 84px;
		padding-bottom: 73px;
	}
	.about03 p:not([class]):not(:last-child) {
		margin-bottom: 16px;
	}
	.about03_note {
		font-size: 20px;
	}
	.about03_img {
		margin-top: 67px;
	}
	.about03_btn {
		margin-top: 102px;
	}
}

/* 自覚症状はあるの？どうやって進行するの？ */
.about04 {
	padding-top: 52px;
	padding-bottom: 112px;
	background-color: #fff;
}
.about04 h3 {
	margin-bottom: 29px;
}
.about04_box {
	margin-top: 40px;
	padding: 36px 17px 38px;
	border: 1px solid #007e2c;
	border-radius: 12px;
	background-color: #fff;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
}
.about04_box_title {
	margin-bottom: 27px;
	line-height: 1.68;
}
.about04_box_txt {
	margin-top: 8px;
}
.about04_box_list li:first-child {
	margin-bottom: 30px;
}
.about04_box_list li:nth-child(2) {
	margin-bottom: 26px;
}
.about04_box_img {
	width: 100%;
	max-width: 370px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 20px;
}
.about04_box_img figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 2.7em;
	padding: 3px 5px 6px;
	color: #eef1f5;
}
.about04_box_img.img01 figcaption {
	background-color: #b180ca;
}
.about04_box_img.img02 figcaption {
	background-color: #f2619e;
}
.about04_box_img.img03 figcaption {
	background-color: #5aa7d3;
}
.about04_img {
	margin: 24px auto 39px;
}
.sec_about_bottom_outer {
	margin-top: -50px;
}
@media (min-width: 750px) {
	.about04 {
		padding-top: 105px;
		padding-bottom: 105px;
	}
	.about04 h3 {
		margin-bottom: 45px;
	}
	.about04_box {
		margin-top: 62px;
		padding: 34px 20px 43px;
		font-size: 24px;
		line-height: 1.67;
	}
	.about04_box_title {
		margin-bottom: 37px;
		font-size: 28px;
		line-height: 1.2;
	}
	.about04_box_txt {
		margin-top: 10px;
	}
	.about04_box_list {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 24px 60px;
	}
	.about04_box_list li:first-child {
		width: 100%;
		margin-bottom: 0;
	}
	.about04_box_list li:nth-child(2) {
		margin-bottom: 0;
	}
	.about04_box_img figcaption {
		min-height: 2.4em;
		font-size: 26px;
	}
	.about04_img {
		margin-top: 49px;
		margin-bottom: 78px;
	}
	.sec_about_bottom_outer {
		margin-top: -117px;
	}
}

/* 緑内障はどうやって診断するの？ */
.about06{
	padding-top: 52px;
	padding-bottom: 112px;
	background-color: #f7fbf2;
}
.about06__lnk{
	margin-top: 36px;
}
.about06__lnk .page_btn:not(:last-of-type){
	margin-bottom: 20px;
}
@media (min-width: 750px) {
	.about06{
		padding-top: 105px;
		padding-bottom: 208px;
	}
	.about06__lnk{
		display: flex;
		justify-content: space-between;
		margin-top: 72px;
	}
	.about06__lnk .page_btn{
		flex: 0 0 49%;
		margin: 0;
	}
	.about06__lnk .page_btn:not(:last-of-type){
		margin-bottom: 0;
	}
}
@media (min-width: 900px) {
	.about06__lnk .page_btn{
		flex: 0 0 46.2%;
	}
}