.sec_tendency p:not([class]) {
	font-weight: normal;
	font-size: 18px;
	line-height: 2;
}
.sec_tendency p:not([class]):not(:last-child) {
	margin-bottom: 25px;
}
.sec_tendency p:not([class]) b {
	color: #d92323;
	font-weight: bold;
	text-decoration: underline;
}
.page_intro_box {
	padding-top: 42px;
	padding-bottom: 27px;
}
.page_intro_box_txt {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.8;
}
.page_intro_box_bottom {
	margin-top: 23px;
	margin-bottom: 38px;
	padding-bottom: 24px;
	padding-left: 125px;
	background-image: url("../img/tendency/fukidashi_left.png");
	background-position: left bottom;
	background-size: 117px auto;
	background-repeat: no-repeat;
}
.page_intro_box_bottom_txt {
	position: relative;
	padding: 21px 29px 15px;
	border: 1px solid #00a16c;
	border-radius: 20px;
}
.page_intro_box_bottom_txt::after {
	display: block;
	position: absolute;
	top: calc(100% - 1px);
	left: 16px;
	width: 34px;
	height: 26px;
	background-image: url("../img/tendency/fukidashi.svg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}
@media (min-width: 750px) {
	.sec_tendency p:not([class]) {
		font-size: 24px;
		line-height: 1.75;
	}
	.page_intro_box {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.page_intro_box_txt {
		font-size: 24px;
		line-height: 1.75;
		width: 521px;
	}
	.page_intro_box_txt span {
		display: inline-block;
	}
	.page_intro_box_bottom {
		margin-top: 41px;
		margin-bottom: 42px;
		padding-bottom: 49px;
		padding-left: 220px;
		background-position: left 26px bottom;
		background-size: contain;
	}
	.page_intro_box_bottom_txt {
		padding: 24px 10px 30px;
		text-align: center;
	}
}
@media (min-width: 1024px) {
	.page_intro_box_bottom_txt {
		padding-right: 31px;
	}
}

/* 気を付けたい緑内障の危険因子 */
.sec_tendency_list {
	display: grid;
	margin-top: 33px;
	gap: 17px;
}
.sec_tendency_list li {
	padding: 12px 13px 16px;
	background-color: #c0e6e8;
}
.sec_tendency_list li input {
	display: none;
}
.sec_tendency_list .tab_label {
	display: block;
	position: relative;
	padding-right: 85px;
	padding-left: 33px;
	background-image: url("../img/tendency/check.svg");
	background-position: left top 4px;
	background-size: 23px auto;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 1.5;
	cursor: pointer;
}
.sec_tendency_list .tab_label_btn {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 5.3em;
	height: 2em;
	border: 0;
	border-radius: 1em;
	background-color: #fff;
	font: inherit;
	font-size: 13px;
	pointer-events: none;
}
.sec_tendency_list .tab_label_btn::before {
	content: "開く";
}
.sec_tendency_list .tab_label_btn::after {
	content: "＋";
	color: #ff6019;
}
.sec_tendency_list .tab_content {
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	background-color: #fff;
	opacity: 0;
}
.sec_tendency_list .tab_content_inner {
	padding: 24px 22px 32px;
}
.sec_tendency_list_btn {
	margin-top: 31px;
}
.sec_tendency_list_img {
	margin-bottom: 25px;
}
.sec_tendency_list input:checked + .tab_label .tab_label_btn::before {
	content: none;
}
.sec_tendency_list input:checked + .tab_label .tab_label_btn::after {
	content: "ー";
}
.sec_tendency_list input:checked ~ .tab_content {
	visibility: visible;
	max-height: 9999px;
	margin-top: 13px;
	opacity: 1;
}
@media (min-width: 375px) {
	.sec_tendency_list .tab_label {
		font-size: 20px;
	}
	.sec_tendency_list .tab_label_btn {
		font-size: 15px;
	}
}
@media (min-width: 750px) {
	.sec_tendency_list {
		margin-top: 50px;
		gap: 20px;
	}
	.sec_tendency_list li {
		padding: 16px 20px 22px;
	}
	.sec_tendency_list .tab_label {
		padding-right: 145px;
		padding-left: 54px;
		background-size: 40px auto;
		font-size: 30px;
		line-height: 1.4;
	}
	.sec_tendency_list .tab_label_btn {
		width: 6.3em;
		height: 1.91em;
		font-size: 22px;
	}
	.sec_tendency_list .tab_content_inner {
		padding: 35px 30px 40px 40px;
	}
	.sec_tendency_list_img {
		margin-bottom: 44px;
	}
	.sec_tendency_list input:checked ~ .tab_content {
		margin-top: 17px;
	}
}

.sec_tendency_bottom {
	position: relative;
	margin-top: 68px;
	padding: 40px 20px 180px 23px;
	border: 1px solid #787878;
	border-radius: 24px;
}
.sec_tendency_bottom::after {
	display: block;
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: -37px;
	left: 0;
	height: 190px;
	background-image: url("../img/tendency/bottom.png");
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}
.sec_tendency_bottom_txt {
	font-weight: normal;
	font-size: 20px;
	line-height: 1.8;
}
.sec_tendency_bottom_txt:not(:last-child) {
	margin-bottom: 34px;
}
.sec_tendency_bottom_txt em {
	background: linear-gradient(to top, transparent 2px, #ffed97 2px, #ffed97 8px, transparent 8px);
	font-weight: 500;
}
.sec_about_bottom_outer {
	margin-top: 88px;
}
@media (min-width: 750px) {
	.sec_tendency_bottom {
		margin-top: 90px;
		padding: 40px 48px 53px 48px;
	}
	.sec_tendency_bottom::after {
		right: 0;
		bottom: -47px;
		left: auto;
		width: 31.1%;
		height: 269px;
	}
	.sec_tendency_bottom_txt {
		font-size: 24px;
		line-height: 1.75;
	}
	.sec_tendency_bottom_txt:not(:last-child) {
		margin-bottom: 42px;
	}
	.sec_tendency_bottom_txt.txt2 {
		width: 75%;
		max-width: 23em;
	}
	.sec_about_bottom_outer {
		margin-top: 117px;
	}
}

.bnr_lnk{
	margin-top: 70px;
}
@media (min-width: 750px) {
	.bnr_lnk{
		margin-top: 100px;
	}
}