/*============================
MV
============================*/
.mv {
	background-image: url(../img/news/mv_pc.jpg);
}

/*============================
コンテンツ
============================*/
#contents {
	padding-top: 0.5rem;
}

@media screen and (max-width: 599px) {
	#contents {
		padding-top: 0;
	}
}

#contents .cont_box {
	max-width: 10rem;
	margin: auto;
}


/* 日付 */
#contents .date_tag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.10rem;
}

#contents .date_tag .date {
	font-size: 0.15rem;
	padding-right: 0.10rem;
	font-family: 'Poppins', sans-serif;
}

#contents .date_tag .tag {
	font-size: 0.12rem;
	color:#fff;
	background: #2F475C;
	border-radius: 0.05rem;
	padding: 0.05rem 0.10rem;
}

/* タイトル */
#contents .title {
	font-size: 0.30rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.20rem;
	font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 599px) {
	#contents .title {
		font-size: 0.20rem;
	}
}

/* SNS・ページリンク */
#contents .sns_link_wrap {
	padding-bottom: 0.30rem;
}

#contents .sns_link_wrap .list {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 599px) {
	#contents .sns_link_wrap .list {
		flex-wrap: wrap;
	}
}

#contents .sns_link_wrap .list .link {
	padding-right: 0.30rem;
}

@media screen and (max-width: 599px) {
	#contents .sns_link_wrap .list .link {
		padding-right: 0;
		padding-bottom: 0.10rem;
		width: 100%;
	}
}

#contents .sns_link_wrap .list .link a {
	font-size: 0.13rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width: 599px) {
	#contents .sns_link_wrap .list .link a {
		font-size: 0.12rem;
	}
}

#contents .sns_link_wrap .list .link a:hover {
	opacity: 0.5;
}

#contents .sns_link_wrap .list .link.fb a::before {
	content: "";
	width: 0.24rem;
	height: 0.16rem;
	display: inline-block;
	background-image: url(../img/news/icon_fb_black.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.03rem;
}

#contents .sns_link_wrap .list .link.tw a::before {
	content: "";
	width: 0.24rem;
	height: 0.13rem;
	display: inline-block;
	background-image: url(../img/news/icon_tw_black.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.03rem;
}

#contents .sns_link_wrap .list .link.url a::before {
	content: "";
	width: 0.22rem;
	height: 0.13rem;
	display: inline-block;
	background-image: url(../img/news/icon_urllink.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.02rem;
}

/* リンクをコピーしましたの表示 */
.success-msg {
	display: none;
	position: fixed;
	width: 4.00rem;
	height: 0.40rem;
	line-height: 0.40rem;
	text-align: center;
	background-color: #264526;
	color: #fff;
	bottom: 0.50rem;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	border-radius: 0.20rem;
	font-size: 0.15rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	z-index: 5;
}



#contents img {
	margin-bottom: 0.20rem;
}

#contents h1 {
	font-size: 0.26rem;
	font-weight: 600;
	border-left: 0.06rem solid #264526;
	line-height: 1.3;
	padding:0 0.10rem 0.02rem;
	margin-bottom: 0.15rem;
	font-family: 'Noto Serif JP', serif;
	color: #264526;
}
@media screen and (max-width: 599px) {
	#contents h1 {
		font-size: 0.2rem;
	}
}


#contents h2 {
	font-size: 0.24rem;
	font-weight: 600;
	border-left: 0.06rem solid #264526;
	line-height: 1.3;
	padding:0 0.10rem 0.02rem;
	margin-bottom: 0.15rem;
	font-family: 'Noto Serif JP', serif;
	color: #264526;
}
@media screen and (max-width: 599px) {
	#contents h2 {
		font-size: 0.18rem;
	}
}


#contents h3 {
	font-size: 0.22rem;
	font-weight: 600;
	margin-bottom: 0.15rem;
	font-family: 'Noto Serif JP', serif;
	color: #264526;
}
@media screen and (max-width: 599px) {
	#contents h3 {
		font-size: 0.16rem;
	}
}

#contents h4 {
	font-size: 0.2rem;
	font-weight: 600;
	margin-bottom: 0.15rem;
	font-family: 'Noto Serif JP', serif;
	color: #264526;
}
@media screen and (max-width: 599px) {
	#contents h4 {
		font-size: 0.16rem;
	}
}


#contents h5 {
	font-size: 0.18rem;
	font-weight: 600;
	margin-bottom: 0.15rem;
	font-family: 'Noto Serif JP', serif;
	color: #264526;

}
@media screen and (max-width: 599px) {
	#contents h5 {
		font-size: 0.16rem;
	}
}

#contents p {
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.20rem;
	font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 599px) {
	#contents p {
		font-size: 0.14rem;
	}
}

#contents p a {
	color: #111;
	text-decoration: underline;
	font-weight: 500;
}

#contents p a:hover {
	text-decoration: none;
}

/* ページャー */
#contents .single_pager {
	margin-top: 1rem;
	padding-bottom: 1rem;
}

#contents .single_pager ul {
    display: flex;
    flex-wrap: wrap;
	max-width: 5rem;
	margin: auto;
}

#contents .single_pager li {
    width: calc(100% / 3);
    box-sizing: border-box;
}

#contents .single_pager li.prev {
    text-align: left;
}

#contents .single_pager li.prev a::before {
	content: '';
	width: 0.07rem;
	height: 0.14rem;
	background: url(../img/news/icon_before.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	margin-right: 0.10rem;
	position: relative;
	top: 0.03rem;
}

#contents .single_pager li a {
    font-size: 0.16rem;
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 599px) {
	#contents .single_pager li a {
		font-size: 0.14rem;
	}
}


#contents .single_pager li a:hover {
    color: #264526;
}


#contents .single_pager li a span {
    color: #264526;
}

#contents .single_pager li.list {
    text-align: center;
}

#contents .single_pager li.list::before {
	content: '';
	width: 0.18rem;
	height: 0.14rem;
	background: url(../img/news/icon_list.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	margin-right: 0.10rem;
	position: relative;
	top: 0.03rem;
}
@media screen and (max-width: 599px) {
	#contents .single_pager li.list::before {
		top: 0.04rem;
	}
}

#contents .single_pager li.next {
    text-align: right;
}

#contents .single_pager li.next a::after {
	content: '';
	width: 0.07rem;
	height: 0.14rem;
	background: url(../img/news/icon_after.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	margin-left: 0.10rem;
	position: relative;
	top: 0;
}
