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

body {
	background-color: #F8F4ED;
}

.sec-inner {
	padding: 40px 0 105px;
}

.content-width {
	max-width: 1350px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

#page-ttl h2 {
	font-family: "Shippori Mincho", serif;
	font-size: 64px;
	font-weight: 600;
	color: #402a26;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 780px) {
	.content-width {
		padding: 0 10px;
	}
	#page-ttl h2 {
		font-size: 40px;
	}
}

/* MV
----------------------------------------------------------------------------------------------------- */
#mv .mv-inner {
	position: relative;
	height: 456px;
	background: url("../img/medical-questionnaire/medical-questionnaire_mv.jpg") no-repeat center/cover;
}

#mv .mv-inner::after {
	position: absolute;
	content: "";
	width: 70%;
	height: 88px;
	background-color: #F8F4ED;
	bottom: 0;
	border-top-right-radius: 30px;
}

@media screen and (max-width: 780px) {
	#mv .mv-inner {
		height: 250px;
	}
}

/*
----------------------------------------------------------------------------------------------------- */


#page-ttl {
	position: relative;
	margin-top: -46px;
}


.sec-ttl-box .sec-ttl {
	font-family: "Shippori Mincho", serif;
	font-size: 32px;
	font-weight: 600;
	color: #402a26;
	letter-spacing: 0.03em;
	line-height: 1.5;
	padding-bottom: 16px;
	border-bottom: 1px solid #D5523B;
}

.sec-ttl-box .sec-ttl .span {
	display: inline-block;
}

@media screen and (max-width: 780px) {
	.sec-ttl-box .sec-ttl {
		font-size: 25px;
	}
}

/* breadcrumb
----------------------------------------------------------------------------------------------------- */

#page-breadcrumb {
	background-color: #F8F4ED;
}

#page-breadcrumb .sec-inner {
	padding: 70px 0 40px;
}

.breadcrumb-list {
	display: flex;
	font-size: 13px;
	color: #402a26;
	font-weight: 500;
}

.breadcrumb-list span {
	opacity: 65%;
}

.breadcrumb-list li {
	display: inline-block;
}

.breadcrumb-list li:nth-child(1) {
	position: relative;
	padding-right: 8px;
}

.breadcrumb-list li:nth-child(1)::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 1px #402a26;
	border-right: solid 1px #402a26;
	transform: translateY(0) translateX(-50%) rotate(45deg);
	top: 2px;
	right: -10px;
}

.breadcrumb-list li:nth-child(2) {
	margin-left: 6px;
	padding-left: 8px;
}

@media screen and (max-width: 780px) {
	#page-breadcrumb .sec-inner {
		padding: 40px 0 30px;
	}
}

/* medical-questionnaire-content
----------------------------------------------------------------------------------------------------- */

#medical-questionnaire-content {
	background-color: #F8F4ED;
}

#medical-questionnaire-content .content-txt {
	font-family: "Shippori Mincho", serif;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	color: #402A26;
	letter-spacing: 0.03em;
}

#medical-questionnaire-content .content-txt a {
	color: #D5523B;
	text-decoration: underline;
}

#medical-questionnaire-content .medical-questionnaire-login-btn {
	margin-top: 48px;
	text-align: center;
}

#medical-questionnaire-content .medical-questionnaire-login-btn a {
	display: inline-block;
	width: 260px;
	height: 56px;
	text-align: center;
	align-content: center;
	color: #fff;
	background-color: #D5523B;
	border-radius: 5px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

#medical-questionnaire-content .en-translation {
	text-align: center;
	margin-top: 30px;
	color: #D5523B;
	font-weight: 500;
}

#medical-questionnaire-content .en-translation a {
	text-decoration: underline;
}


/* お問い合わせ
----------------------------------------------------------------------------------------------------- */
#contact {
	padding-left: 6vw;
	padding-right: 6vw;
	background-color: rgba(255,199,13,0.85);
}
#contact h2 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
	display: flex;
	justify-content: center;
}
#contact h2::before, #contact h2::after {
	content: "-";
	display: inline-block;
	margin: 0 1em;
}
#contact h3 {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	font-weight: bold;
	color: #D56450;
}
#contact h3 .en {
	display: block;
	margin-top: 0.5rem;
	font-size: 0.8rem;
	font-weight: normal;
	opacity: 0.6;
}
#contact .wrapper {
	max-width: 1160px;
	margin: 0 auto;
}
#contact .wrapper section {
	text-align: center;
	background-color: #FFF;
	border-radius: 15px;
}
#contact .wrapper section p span {
	display: inline-block;
	font-size: 0.95em;
	padding-bottom: 5px;
	border-bottom: solid 1px #8E8E8E;
}
#contact .wrapper section p::after {
	content: "";
	display: block;
	width: 17px;
	height: 9px;
	margin: -3px auto 0 auto;
	background: url("../img/top/icon_arrow_contact.svg") no-repeat;
	position: relative;
	z-index: 10;
}
#contact .wrapper section .btn {
	display: inline-block;
	vertical-align: middle;
	padding: 0.75em 1.5em;
	color: #FFF;
	font-weight: bold;
	background-color: #D56450;
	border-radius: 2em;
}
#contact .wrapper section img {
	vertical-align: middle;
}
#contact .wrapper section a {
	display: inline-block;
    margin: 10px 10px 0 10px;
}
@media screen and (min-width: 781px)  {
	#contact {
		padding-top: 110px;
		padding-bottom: 100px;
	}
	#contact h2 {
		margin-bottom: 40px;
		font-size: 1.5em;
	}
	#contact .wrapper {
		display: flex;
		justify-content: space-between;
	}
	#contact .wrapper section {
		width: 49%;
		padding: 40px;
	}	
	#contact .wrapper section:first-of-type a {
		margin: 10px 10px 0 0;
	}
	#contact .wrapper section:last-of-type a {
		width: 17em;
		margin: 10px 0 0 0;
	}
}
@media screen and (max-width: 780px) {
	#contact {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	#contact h2 {
		margin-bottom: 20px;
		padding: 0 6vw;
		font-size: 1.3em;
	}
	#contact h2::before, #contact h2::after {
		margin: 0 0.5em;
	}
	#contact .wrapper section {
		padding: 8vw 6vw 6vw 6vw;
		margin-bottom: 4vw;
	}
	#contact .wrapper section img {
		margin-top: 10px;
	}
}

/* バナー
----------------------------------------------------------------------------------------------------- */
.page_bnr_area {
	width: 100%;
	padding: 40px 6vw;
}
.page_bnrArea {
	text-align: center;
}

.page_bnr_box {
	display: inline-block;
	vertical-align: middle;
	margin: 7px;
}
@media screen and (max-width: 1220px) {
	.page_bnr_box img {
		max-width: 150px;
		width: 100%;
	}
}