@charset "UTF-8";

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

	headline

-----------------------------------*/
#headline {
	background: url(../img/privacy/headline_bg.jpg) no-repeat center/cover;
}
#headline h1::after {
	content: "in-hospital presentation";
}
/*-----------------------------------

	common

-----------------------------------*/
#contents section {
	padding: 100px 0;
}
#contents section h2 {
	font-size: 32px;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.43;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
	#contents section {
		padding: 80px 0;
	}
}
@media screen and (max-width: 640px) {
	#contents section {
		padding: 50px 0;
	}
	#contents section h2 {
		font-size: 22px;
		margin-bottom: 30px;
	}
}
/*-----------------------------------

	presentation_block

-----------------------------------*/
#presentation_block {
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.04em;
	text-align: center;
}
#presentation_block h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", serif;
    line-height: 1.7;
    letter-spacing: 0.04em;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
#presentation_block h2::after {
    content: "";
    width: 140px;
    height: 1px;
    border-bottom: 2px dashed #B1D567;
    position: absolute;
    bottom: 0;
    left: calc(50% - 70px);
}
#presentation_block .presentation_box {
	text-align: left;
}
#presentation_block .presentation_box:not(:last-child) {
	margin-bottom: 40px;
}
#presentation_block .presentation_box h3 {
	font-size: 26px;
	padding-bottom: 15px;
    border-bottom: 1px solid #60433C;
    margin-bottom: 10px;
}
#presentation_block .presentation_box h5 {
	font-size: 20px;
	padding-bottom: 10px;
    border-bottom: 1px solid #60433C;
    margin-bottom: 20px;
}

.presentation_box p {
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: 0.03rem;
}
.presentation_box p a {
	display: inline-block;
	text-decoration: underline;
}
.presentation_box h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.presentation_box ul {
    margin-left: 2em;
}
.presentation_box4 ul {
    margin-bottom: 30px;
}
.presentation_box ul li {
	list-style: disc;
}
.presentation_box ul li:not(:last-child) {
    margin-bottom: 1em;
}
@media screen and (max-width: 840px) {
	#presentation_block h2 {
		font-size: 28px;
	}
}
@media screen and (max-width: 640px) {
	#presentation_block h2 {
		font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 15px;
	}
	#presentation_block h2::after {
		width: 120px;
        left: calc(50% - 60px);
    }
	#presentation_block  .presentation_box:not(:last-child) {
		margin-bottom: 20px;
	}
	#presentation_block .presentation_box h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#presentation_block .presentation_box h5 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.presentation_box p {
        font-size: 14px;
        margin-bottom: 1em;
    }
	.presentation_box h4 {
        font-size: 16px;
        margin-bottom: 1em;
    }
	.presentation_box ul {
        margin-left: 1.5em;
    }
}