@charset "UTF-8";

/* doctor
---------------------------------------------------------------------------*/

/* .sec-greetings
---------------------------------------------------------------------------*/
.sec-greetings {
	display: -webkit-box;
	display: flex;
	width: 920px;
	margin: 0 auto;
	transform: translateX(10px);
}

.sec-greetings figure {
	position: relative;
	margin-bottom: 55px;
}

.sec-greetings figure:last-of-type {
	margin-bottom: 0;
	text-align: right;
}

.sec-greetings figcaption {
	position: absolute;
	top: 59px;
	left: -71px;
	background-color: #91C60A;
	padding: 28px 20px 25px 15px;
	color: #FFFFFF;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-feature-settings: 'palt' 0;
}

.sec-greetings figcaption em {
	display: block;
	margin: 2px 0 0 13px;
	font-size: 14px;
	letter-spacing: 0.2em;
}

.sec-greetings figcaption strong {
	display: block;
	margin-left: 30px;
	font-size: 23px;
	letter-spacing: 0.35em;
}

.sec-greetings figcaption strong span {
	padding-top: 7px;
}

.sec-greetings figcaption p {
	letter-spacing: 0.12em;
}

.sec-greetings .txt {
	padding: 15px 0 0 75px;
}

.sec-greetings .txt h1 {
	margin: 0 0 37px;
}

.sec-greetings .txt h2 {
	margin: 0 0 35px -1px;
}

.sec-greetings .txt p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.15em;
	white-space: nowrap;
}

.sec-greetings dl {
	margin: 20px 0 0 -9px;
}

.sec-greetings dt {
	transform: translateY(1px);
}

.list-dl > div {
	padding: 13px 9px 10px;
}



/* media query
---------------------------------------------------------------------------*/
@media (max-width: 1360px) {
	.sec-greetings figcaption {
		left: -60px;
	}
}