#page_title {
	width: calc(100% - 8.32dvw);
	height: clamp(290px, 25vw, 480px);
	box-sizing: border-box;
	background-size: cover !important;
	position: relative;
	margin: 0 auto clamp(80px, 9dvh, 120px);
	border-radius: 40px;
font-family: "sicellemin", sans-serif;
}

#page_title h2 {
	position: absolute;
	left: 9%;
	bottom: 17.241%;
	font-size: 48px;
	text-shadow:
	#fff 2px 0px, #fff -2px 0px,
	#fff 0px -2px, #fff 0px 2px,
	#fff 2px 2px, #fff -2px 2px,
	#fff 2px -2px, #fff -2px -2px,
	#fff 1px 2px, #fff -1px 2px,
	#fff 1px -2px, #fff -1px -2px,
	#fff 2px 1px, #fff -2px 1px,
	#fff 2px -1px, #fff -2px -1px;
}

#page_title h2 small {
	padding: 20px 0 0;
	font-size: 24px;
	display: block;
}

#wrapper {
	padding: 0 3%;
}

main {
	max-width: 1270px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

main #contents {
	width: 880px;
}

#page_side {
	width: 280px;
	position: sticky;
	top: 120px;
}

#page_side ul {
	list-style: none;
	padding: 60px 20px;
	border: 1px solid #999;
	border-radius: 40px;
	box-sizing: border-box;
	background: #f2f2f2;
}

#page_side li {
	padding: 0 10px;
	border-bottom: 1px solid #cfcfcf;
	/* line-height: 80px; */
	line-height: 1.5;
	padding: 1em 0;
}

#page_side li:first-child {
	border-top: 1px solid #cfcfcf;
}

#page_side a {
	text-decoration: none;
}

#page_side a:hover {
	text-decoration: underline;
}

main section {
	border: 1px solid #999;
	border-radius: 40px;
	margin: 0 auto 80px;
	padding: 60px 50px;
}

main article {}

main section h3 {
	margin: 0 auto 50px;
	color: #11a1da;
	line-height: 1.2em;
	font-family: "sicellemin", sans-serif;
	font-size: 36px;
	background: #d5eaf2;
	background: linear-gradient(90deg, rgba(213, 234, 249, 1) 0%, rgba(233, 244, 247, 1) 100%);
	padding: 5px 10px;
	border-radius: 10px;
}

main section h3::before{
	content: " ";
	border-left: 7px double #11a1da;
	margin: 0 10px 0 0;
}

main section h4 {
	line-height: 1.5em;
	color: #11a1da;
	margin: 0 0 30px;
	font-family: "sicellemin", sans-serif;
	font-size: 30px;
}

main section h5 {
	font-size: 21px;
	margin: 20px 0 10px;
	color: #555555;
}

.iconlist_5column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px 20px;
	padding: 20px 0;
}

.iconlist_5column figure {
	width: calc((100% - 80px) / 5);
	text-align: center;
}

.iconlist_5column figure img {
	width: 100%;
	height: 118px;
	object-fit: contain;
	display: block;
}

.iconlist_5column figcaption {
	color: #2b80b7;
}

.iconlist_4column {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	padding: 20px 10%;
}

.iconlist_4column figure {
	width: calc((100% - 180px) / 4);
	text-align: center;
}

.iconlist_4column figcaption {
	color: #2b80b7;
}

.iconlist_4column figure img {
	width: 100%;
	height: 118px;
	object-fit: contain;
	display: block;
}

.iconlist_3column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	padding: 40px 0;
}

.iconlist_3column figure {
	width: calc((100% - 90px) / 3);
	text-align: center;
}

.iconlist_3column figcaption {
	color: #2b80b7;
}

.photo_comment {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
	align-items: center;
}

.comment_photo .comment {}

.comment_photo figure {}

.comment_photo figure img {
	display: block;
	margin: 0 auto;
}

main section article ul,
main section article ol {
	margin: 0 auto;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

main section article table {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border-top: 1px solid #b8b8b8;
}

main section article th {
	white-space: nowrap;
	padding: 10px 20px;
	text-align: left;
	color: #11a1da;
	font-weight: normal;
	vertical-align: top;
	box-sizing: border-box;
	border-bottom: 1px solid #b8b8b8;
}

main section article td {
	padding: 10px 20px;
	box-sizing: border-box;
	word-break: break-all;
	vertical-align: top;
	border-bottom: 1px solid #b8b8b8;
}

a.button_link {
	display: block;
	line-height: 70px;
	border-radius: 35px;
	text-align: center;
	font-weight: 24px;
	background: #11a1da;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}

.pagination {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 30;
}

.page-numbers {
	text-align: center;
	margin: 40px 0;
}

.page-numbers li {
	display: inline-block;
	color: #000;
	padding: 0 5px;
	vertical-align: middle;
}

.page-numbers li a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 5px 12px;
	border: 1px solid #000;
	border-radius: 5px;
}

.page-numbers li a:hover {
	color: #000;
	background: #ccc;
}

.page-numbers li span {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 5px 12px;
	border: 1px solid #000;
	background: #fff;
	border-radius: 5px;
}

.page-numbers li span.current {
	background: #ccc;
}

img.alignleft {
	float: left;
	margin: 0 40px 40px 0;
}

img.alignright {
	float: right;
	margin: 0 0 40px 40px;
}

img.aligncenter {
	display: block;
	margin: 0 auto 30px;
}


#bottom_recruit {}

#bottom_recruit:before {
	content: "";
	display: block;
	width: 100%;
	height: 70px;
	background: url('../images/common/bottom_recruit_line.svg') repeat-x;
	margin: 0 auto 60px;
}

#bottom_recruit:after {
	content: "";
	display: block;
	width: 100%;
	height: 70px;
	background: url('../images/common/bottom_recruit_line.svg') repeat-x;
	margin: 60px auto 160px;
}

#bottom_recruit article {
	max-width: 1100px;
	margin: 0 auto 60px;
	gap: 70px;
	display: flex;
	font-size: 24px;
	line-height: 1.8em;
}

#bottom_recruit2 {}

#bottom_recruit2:before {
	content: "";
	display: block;
	width: 100%;
	height: 70px;
	background: url('../images/common/bottom_recruit_line.svg') repeat-x;
	margin: 0 auto 60px;
}

#bottom_recruit2:after {
	content: "";
	display: block;
	width: 100%;
	height: 70px;
	background: url('../images/common/bottom_recruit_line.svg') repeat-x;
	margin: 60px auto 160px;
}

#bottom_recruit2 article {
	max-width: 1100px;
	margin: 0 auto 60px;
	gap: 70px;
	display: flex;
	font-size: 20px;
	line-height: 1.8em;
}

#bottom_recruit2 article .comment {
	width: calc(100% - 550px);
	flex: none;
}

#bottom_recruit2 article figure {
	width: 480px;
	flex: none;
}

#bottom_recruit2 .more {
	padding: 30px 0 0;
	display: flex;
	gap: 100px;
	justify-content: center;
	list-style: none;
}

#bottom_recruit2 .more li {
	width: 450px;
}

.more a {
	margin: 0 auto;
	display: block;
	line-height: 46px;
	border-radius: 25px;
	background: #11a1da;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 21px;
	border: 2px solid #11a1da;
}

.more a:hover {
	background: #fff;
	color: #11a1da;
}

main section article video {
	display: block;
	margin: 0 auto;
}



#notes #contents h3 {
	font-size: 24px;
	margin: 20px auto 10px;
}

#notes #contents h4{
	font-size: 21px;
	margin: 0 0 10px;
	border-bottom: 1px solid #11a1da;
}

#notes #contents p{
	text-align: justify;
}

#notes #contents ul{
	margin: 20px 0 40px;
}



/* SINGLE PAGE SETTING */

.single-post #page_title,
.archive #page_title{
	background: url(../images/brain-checkup/pagetitle.webp) no-repeat center center;
}


.single-post #notes #post_main_title{
	font-size: 28px;
	background: none;
	border: none;
	padding: 0 0 40px 0;
}

.single-post #notes #post_main_title::before{
	display: none;
}

.post-category{
	background-color: #2F9DC9;
	padding: 1px 5px;
	border-radius: 4px;
	color: #fff;
	font-size: 85%;
	font-weight: normal;
	float: right;
}


.single-post #page_side h3,
.archive #page_side h3{
	border-bottom: 3px double #11a1da;
	color: #11a1da;
	font-size: 21px;
}

.single-post #page_side ul,
.archive #page_side ul{
	padding: 20px;
	margin: 20px 0 40px 0;
	background: none;
}

.single-post #page_side ul li,
.archive #page_side ul li{
	line-height: 1.5;
	padding: 10px 0;
}

.single-post #page_side select,
.archive #page_side select{
	width: 100%;
}

.post-category{
	font-size: 18px;
}

.post-date{
	border-top: 1px solid #999;
}

.post-tags{
	margin: 0 0 20px;
}