@charset "utf-8";

#main{
	margin-bottom: 125px;
}

section{
	text-align: center;
	position: relative;
}

#page_mv{
	background-image: url(../../img/news/pc/bg_h2.jpg);
}

#page_mv h2{
	background: url(../../img/news/pc/icon_h2.png) no-repeat top 67px center;
	background-size: 39px 46px;
}

.postWrap {
    margin-top: 75px;
	text-align: initial;
}
.postBox {
	float: left;
	width: 72%;
}
.catBox {
	float: right;
	width: 23%;
}

.article{
	margin: 0 auto 80px;
	border: 1px dashed #ccc;
	border-radius: 20px;
	padding-bottom: 65px;
}

.newsTitle{
	width: 90%;
	color: #6c5417;
	font-size: 24px;
	letter-spacing: 2.4px;
	line-height: 30px;
	background: #ebf4f7;
	border-radius: 10px;
	margin: 50px auto 40px;
	padding: 18px 165px 22px 30px;
	box-sizing: border-box;
	position: relative;
}

.newsTitle span{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 16px;
	color: #666;
	letter-spacing: 0.8px;
	height: 42.857%;
	padding-left: 28px;
	padding-right: 25px;
	border-left: 1px dotted #999;
	font-family: '游ゴシック体','Yu Gothic',YuGothic,Arial,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,Helvetica,'メイリオ',sans-serif;
}

.newsCat {
	margin-bottom: 20px;
}
.newsCat span + span::before {
    content: ', ';
}

article p{
	font-size: 16px;
	letter-spacing: 1.28px;
	line-height: 2.25;
	padding: 0 8%;
	word-wrap: break-word;
}

article div{
	font-size: 16px;
	letter-spacing: 1.28px;
	line-height: 2.25;
	padding: 0 8%;
	word-wrap: break-word;
}

article ul{
	font-size: 16px;
	letter-spacing: 1.28px;
	line-height: inherit;
	padding: 0 8%;
	word-wrap: break-word;
}

article ul li{
	list-style:disc;
	margin:0 2em;
}

.article a{
	color: #829146;
	transition: .3s;
	word-wrap: break-word;
}

.article a:hover{
	color: #829146;
	opacity: 0.6;
}

.page-navi{
	font-size: 0;
	text-align: center;
}

.page-numbers{
	display: inline-block;
	background: #B1C55D;
	width: 40px;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.9px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #B1C55D;
	margin-right: 5px;
	transition: .5s ease-in-out;
}

.page-numbers:last-child{
	margin-right: 0;
}

.page-numbers:hover,.page-numbers.current,.page-numbers.prev:hover,.page-numbers.next:hover{
	color: #829146;
	background-color: #fff;
	border: 1px solid #B1C55D;
}

.page-numbers.prev{
	background: url(../../img/news/pc/icon_pager_prev.png) no-repeat center #B1C55D;
	background-size: 8px 11px;
}
.page-numbers.prev:hover{
	background-image: url(../../img/news/pc/icon_pager_prev_active.png);
}

.page-numbers.next{
	background: url(../../img/news/pc/icon_pager_next.png) no-repeat center #B1C55D;
	background-size: 8px 11px;
}
.page-numbers.next:hover{
	background-image: url(../../img/news/pc/icon_pager_next_active.png);
}

.page-numbers.dots,.page-numbers.dots:hover{
	background: transparent;
	color: #829146;
	border: none;
	margin: 0 -6px 0 -10px;
}


.catBox h3 {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 25px;
	line-height: 1;
	font-size: 20px;
	color: #483826;
}
.catBox ul + h3 {
	margin-top: 50px;
}
.catBox li {
    padding: 8px 0;
}
.catBox li a {
	position: relative;
	display: block;
	padding-left: 15px;
	background-image: url(../../img/gallery/pc/icon-arrow.svg);
	background-size: 7.1188px;
	background-repeat: no-repeat;
	background-position: 0px 3px; 
	line-height: 1.2;
	font-size: 13px;
	color: #483826;
	transition: .3s;
}
.catBox li a:hover {
	opacity: 0.6;
}
.catBox li:not(.postpartum-event) a[href*='postpartum-event'] {
	margin-left: 10px;
	background: none;
}
.catBox li:not(.postpartum-event) a[href*='postpartum-event']::before {
	content: '└';
	position: absolute;
	left: 0;
}
.selectBox {
    position: relative;
}
.selectBox::after{
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 30px;
	height: 30px;
	background-color: #fff;
	background-image: url(../../img/common/pc/icon_sitemap.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7.8094px 9.0175px;
    transform: rotate(90deg);
    pointer-events: none;
}
.catBox select {
    width: 100%;
    border-radius: 0;
    height: 40px;
    padding-left: 8px;
}


@media screen and (max-width: 768px){
	#main{
		margin-bottom: 90px;
	}
	.postWrap {
		margin-top: 50px;
	}
	.postBox {
		float: none;
		width: 100%;
		margin-bottom: 60px;
	}
	.catBox {
		float: none;
		width: 100%;
	}
	.article{
		margin-bottom: 50px;
		padding-bottom: 25px;
	}
	.article + article{
		margin-top: 30px;
	}
	.newsTitle{
		font-size: 16px;
		letter-spacing: 0.8px;
		line-height: 1.7;
		padding: 11px 14px;
		margin: 5% auto 45px;
	}
	.newsTitle span{
		top: unset;
		bottom: -25px;
		height: 15px;
		font-size: 14px;
		letter-spacing: 0.7px;
		padding-right: 3px;
		line-height: 1;
		border-left: none;
	}
	.newsCat {
		margin-bottom: 12px;
	}
	article p,article div{
		font-size: 14px;
		line-height: 2.2;
		padding: 0 6%;
	}
	.page-numbers{
		width: 33px;
		line-height: 38px;
		font-size: 14px;
		letter-spacing: 0.7px;
	}
	.page-numbers.prev{
		background-size: 7.2px 9.9px;
	}
}