@charset "UTF-8";

/* common */
.cmn_heading {
	background-image: url(../sy_images/speciality/speciality_billboard.jpg);
}

.footer_container {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.footer_container {
		margin-top: 40px;
	}
}

/* ===========================================
		speciality Page
   =========================================== */

/* ページ内リンク */
.sp_pnav {
	margin-top: 20px;
	background-color: #F0F8EF;
}

.sp_pnav a {
	display: block;
	width: 170px;
	line-height: 46px;
	border: solid 1px #6cbb63;
	border-radius: 8px;
	text-align: center;
	letter-spacing: .15;
	font-family: "source-han-sans-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.5rem;
	text-decoration: none;
	color: #6cbb63;
	background: #fff url(../sy_images/common/common_linkarrow.png) no-repeat 95% center;
	background-size: 6px auto;
	transition: .4s;
}

.sp_pnav a:hover {
	background-color: #B5DDB1;
	color: #fff;
}

@media (max-width: 767px) {
	.sp_pnav {
		padding-top: 5px;
		padding-bottom: 20px;
	}

	.sp_pnav a {
		width: 70%;
		margin: 15px auto 0;
		line-height: 40px;
		font-size: 1.3rem;
	}
}

@media (min-width: 768px) {
	.sp_pnav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 calc((100% - 600px) / 2) 20px;
	}

	.sp_pnav li {
		margin: 20px 15px 0;
	}
}

/*  */
.sp_icon {
	width: 60px;
	margin: 0 auto 10px;
}

.sp_list {
	margin-top: 27px;
}

.sp_list li {
	display: inline-block;
	line-height: 1.666;
	font-family: "source-han-sans-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	color: #6cbb63;
	letter-spacing: .15em;
}

.sp_list li:not(:last-child):after {
	display: inline-block;
	content: "／";
}

.sp_list+p,
.sp_list+p~p {
	margin-top: 25px;
}

.cmn_heading_sec+p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.sp_list2 li {
	color: #6cbb63;
	padding-left: 1.5em;
	line-height: 2.2;
}

.sp_list2 li:before {
	display: inline-block;
	content: "●";
	margin-right: .5em;
	margin-left: -1.5em;
}

.sp_note li {
	padding-left: 1em;
	text-indent: -1em;
}

.table2 {
	/* background-color: #F0F8Ef; */
	background-color: white;
}

.table2 th {
	width: 13em;
}

.table1 tr:first-child th {
	text-align: center;
}

.table1 td:last-child,
.table2 td:last-child {
	text-align: center;
}

@media (max-width: 767px) {
	.table1 {
		width: 700px;
	}

	.table2 {
		width: 550px;
	}
}

@media (min-width: 768px) {
	.sp_section {
		width: 100%;
		min-width: 1040px;
		padding-left: calc((100% - 750px) / 2);
		padding-right: calc((100% - 750px) / 2);
	}

	.sp_icon {
		width: 120px;
	}

	.sp_list {
		margin-top: 34px;
		text-align: center;
	}

	.sp_list li {
		font-size: 1.7rem;
	}

	.sec1_list {
		padding-left: 125px;
		padding-right: 125px;
	}

	.sp_list+p,
	.sp_list+p~p {
		margin-top: 44px;
	}

	.cmn_heading_sec+p {
		margin-top: 32px;
		margin-bottom: 32px;
		text-align: center;
	}

	.sp_list2 li {
		font-size: 1.8rem;
		letter-spacing: .15;
	}
}

/* news */
.sp_va_heading {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
	color: #6cbb63;
	font-size: 2rem;
}

.ho_news a {
	color: #383331;
}

.ho_news li {
	opacity: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	transition-duration: 0.5s;
	transition-property: opacity;
}

.ho_news li[aria-hidden=true] {
	opacity: 0;
}

.ho_news li~li {
	border-top: solid 1px #EBEAEA;
}

.ho_news dl:after {
	clear: both;
	display: block;
	content: "";
}

.ho_news dt span {
	display: inline-block;
	width: 6em;
	font-family: "din-2014-narrow", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: .1em;
	color: #74716F;
}

.ho_news dt b {
	position: relative;
	display: inline-block;
	width: 90px;
	line-height: 17px;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 9px;
}

.ho_news dt b.news_new:before {
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -29px;
	content: "";
	display: block;
	width: 58px;
	height: 12px;
	background: url(../sy_images/common/common_cms_new.png) no-repeat;
	background-size: 100% auto;
}

.news_closed {
	background-color: #6CBBC2;
	color: #fff;
}

.news_vaccination {
	background-color: #917BA7;
	color: #fff;
}

.news_infection {
	background-color: #D7788F;
	color: #fff;
}

.news_info {
	background-color: #6cbb63;
	color: #fff;
}

.ho_news dd {
	margin-top: 5px;
	font-size: 1.4rem;
	line-height: 1.7;
}

@media (min-width: 768px) {
	.sp_va_heading {
		margin-top: 42px;
		font-size: 2.4rem;
		letter-spacing: .15em;
	}

	.ho_news li {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.ho_news dt {
		float: left;
		padding-right: 20px;
	}

	.ho_news dd {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.ho_news dt span {
		font-size: 1.5rem;
	}

	.ho_news dt b {
		width: 110px;
		line-height: 23px;
		font-size: 1.3rem;
		border-radius: 12px;
	}

	.ho_news dd {
		margin-top: 0;
		font-size: 1.7rem;
		letter-spacing: .15;
	}
}