@charset "utf-8";

h2.main_head {
	margin: 0px 0px 30px;
}
h3.main_h3 {
	margin: 0px 0px 30px;
}
h4.main_h4 {
	margin: 0px 0px 30px;
	text-align: center;
}
div.main_banner {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #e5d4d4;
}
div.main_banner p {
	margin: 0 0 10px;
}
div.boxU40 {
	padding-bottom: 40px;
}
div.text_box {
	width: 340px;
	float: left;
}
div.text_box h3 {
	margin: 0px 0px 15px;
	padding-bottom: 4px;
	border-bottom: 1px solid #e5d4d4;
}
div.text_box h4 {
	margin: 0px 0px 20px;
}
div.text_box p {
	margin: 0px 0px 10px;
}

/*--20251118 追加 提供可能な剤形について--*/
.scn-tablet_provided_wrap h2 {
	text-align: center;
}
.scn-tablet_provided_wrap .box {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.scn-tablet_provided_wrap .headline {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 20px;
	font-weight: bold;
	border: 2px solid #4472C4;
}
.scn-tablet_provided_wrap .item {
	width: 100%;
	max-width: 270px;
	margin: 30px auto;
}
.scn-tablet_provided_wrap .txt {
	width: 90%;
	margin: 10px auto;
	line-height: 150%;
}
.scn-tablet_provided_wrap .img {
	margin-bottom: 20px;
	width: 100%;
}
.scn-tablet_provided_wrap .img img {
	width: 100%;
}

/*--20251118 追加 事例について--*/
.scn-top_case_study_wrap h2 {
	text-align: center;
}
.scn-top_case_study_wrap .box {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.scn-top_case_study_wrap .headline {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 150%;
	font-size: 12px;
}
.scn-top_case_study_wrap .item {
	width: 100%;
    max-width: 19.5em;
    margin: 30px 0;
    padding: 10px;
    border-radius: 10px;
    border: 4px solid #FAC7CA;
}
.scn-top_case_study_wrap .txt {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	font-size: 12px;
	line-height: 150%;
}
.scn-top_case_study_wrap .img {
	margin-bottom: 20px;
	width: 100%;
}
.scn-top_case_study_wrap .img img {
	width: 100%;
}

/*--20251118 追加 FAQコンテンツについて--*/
#scn-faq {
	font-size: 13px;
}
#scn-faq .ttl {
	font-size: 20px;
	margin: 20px 0;
}
#scn-faq dt, dd {
	padding-left: 25px;
}
#scn-faq dt {
	color: #a36868;
	margin: 0px 0px 10px 10px;
	padding: 2px 0px 0px 25px;
	background: url(faq/img/icon_q.gif) no-repeat left;
}
#scn-faq dd {
	margin: 0;
	background: url(faq/img/icon_a.gif) no-repeat left top;
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 20px 25px;
	border-bottom: 1px solid #e5d4d4;
}
