@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

News CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/



/* Container
----------------------------------------------- */
#container {
	padding: 40px 0 100px;
}

#container h2 {
	padding: 115px 0 50px;
	color: #779968;
	font-size: 30px;
	letter-spacing: .1em;
	text-align: center;
	line-height: 1;
	background: url(../img/corporate/icon_asterisk.png) no-repeat center 80px;
}



/* Content
----------------------------------------------- */
#wrapper .main_img {
	background-size: cover;
}

.newsWp{
	width: 700px;
	margin:0 auto 50px;
}

.newsWp .news {
	z-index: 3;
	box-sizing: border-box;
}
.newsWp .news h2 {
	color: #779968;
	line-height: 1;
	margin: 0 0 10px;
}
.newsWp .news a {
	display: block;
	width: 100%;
}
.newsWp .news a dl {
	width: 100%;
	font-size: 12px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#EEE dashed 1px;
}
.newsWp .news a dl dt {
	float:left;
	width: 95px;
}
.newsWp .news a dl dd {
	float:left;
}

/* ニュース詳細 */

.newsDwp{
	width: 700px;
	margin:0 auto 50px;
}

.newsDwp .newsTtl{
	margin-bottom:20px;
	border-bottom:#EEE solid 1px;
	color: #779968;
	padding-bottom:5px;
	}

.newsDwp .newsTtl h3{
	font-size:16px;
}

.newsDwp .newsTtl p{
	font-size:12px;
}

.newsDwp p a{
	color: #779968;
	text-decoration:underline;
}

.topNaviF {
text-align: center;
color: #779968;
}

.topNaviF a{
text-align: center;
color: #779968;
}

.topNaviF span{
border-left: 1px solid #779968;
border-right: 1px solid #779968;
font-size: 14px;
padding: 0 20px;
}

ul.sns {
	width: 100%;
	max-width: 370px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
}
ul.sns li {
	width: 30%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #6F93BF;
	letter-spacing: .2rem;
}
 ul.sns li img {
	width: 50%;
	margin-bottom: 5px;
}
 ul.sns li a span {
	display: block !important;
}
ul.otherCont {
	width: 100%;
	max-width: 900px;
	margin-top: 80px;
}
.otherCont li {
	margin-bottom: 15px;
}
.otherCont li a img {
	width: 80px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
}
ul.other_banner {
	max-width: 900px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
}
ul.other_banner li {
	width: 33%;
	margin-bottom: 5px;
}
.wed_line {
	width: 86px;
	height: auto;
	margin: 0 auto 20px;
}
/*
------------------------------------------------------------------------------------------------------------------ Tablet */

@media screen and (max-width: 950px) {

#header .corporate {
	width: 100%;
	padding: 0;
	border-bottom: none;
	text-align: left;
}
#header .corporate li {
	display: block;
	width: 100%;
	float: none;
}
#header .corporate li:first-child {
	display: none;
}
#header .corporate li + li a,
#header .corporate li:last-child a {
	line-height: 1;
	padding: 15px;
	border-bottom: #FFF 1px solid;
	background: url(../img/corporate/icon_asterisk.png) 15px center no-repeat;
	background-size: 12px 12px;
	padding: 15px 15px 15px 33px;
}

#header .corporate li:last-child {
	float: none;
}

.topNaviF {
	padding-bottom:20px;
}

}


/*
------------------------------------------------------------------------------------------------------------------ TabletPortrait */

@media screen and (max-width: 768px) {

/* Content
----------------------------------------------- */

#wrapper .main_img .news {
	padding: 15px 20px 13px;
}

.newsWp .news a dl {
	width: 100%;
	font-size: 12px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#EEE dashed 1px;
}
.newsWp .news a dl dt {
	float:none;
	width: 100%;
}
.newsWp .news a dl dd {
	float:none;
	width: 100%;
}

.newsWp{
	width: 94%;
	margin:0 auto 40px;
	padding: 0 3%;
}

.newsDwp{
	width: 94%;
	margin:0 auto 40px;
	padding: 0 3%;
}
ul.other_banner li {
		width: 49.5%;
	}
}


/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */

@media screen and (max-width: 414px) {

/* Content
----------------------------------------------- */
#wrapper .main_img .icon {
	top: 90vw;
	z-index: 2;
}

#wrapper .main_img .news {
	position: static;
}


/* Container
----------------------------------------------- */
#container {
	padding: 0;
}

#container h2 {
	padding: 85px 0 30px;
	margin: -30px 0 0;
	font-size: 20px;
	background: url(../img/corporate/icon_asterisk.png) no-repeat center 60px;
	background-size: 12px 12px;
}

#container section .txt,
#container section .more_txt {
	text-align: left;
}
	ul.other_banner {
		display: block;
	}
	ul.other_banner li {
		width: 100%;
		margin-bottom: 5px;
	}
	ul.sns {
		width: 100%;
		max-width: none;
		margin: 0 auto 30px;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: center; 
		justify-content: center;
	}
	ul.sns li {
		width: 30%;
		text-align: center;
		font-family: 'Roboto', sans-serif;
		color: #6F93BF;
		letter-spacing: .2rem;
	}
}


/*
* h4, p, blockquote, ul のスタイル追加
*/
.newsDwp h4 {
	margin-top: 48px;
	font-size: 16px;
	}
.newsDwp p {
	margin: 24px 0;
	}
.newsDwp blockquote {
	margin: 24px 6px;
	padding: 48px 24px;
	font-style: normal;
	background-color:#f6f6f6;
	position:relative;
	}
.newsDwp blockquote:before {
	content:"“";
	font-size:600%;
	line-height:1em;
	color:#d3d3d3;
	position:absolute;
	left:0;
	top:0;
	}
.newsDwp blockquote:after {
	content:"”";
	font-size:600%;
	line-height:0em;
	color:#d3d3d3;
	position:absolute;
	right:0;
	bottom:0;
	}
.newsDwp ul {
	margin: 24px 0;
	padding: 0 36px;
	list-style-type: disc;
	}
.newsDwp li {
	margin-bottom: 8px;
	}
.entry-content ul ul,
.entry-content ul ul ul {
	margin: 0;
	}

/*
* ニュース一覧のスタイル追加
* 2021年10月5日
*/
.news dl dd span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
	}
.news dl dd span.icon {
	color: #FFF;
	border-radius: 1em;
	padding: 0 20px;
	}
.news dl dd span.icon.moominsday {
	background: #B0C5DE;
	}
.news dl dd span.icon.travel {
	background: #AE8249;
	}
.news dl dd span.icon.littlelibrary {
	background: #8EC323;
	}
.news dl dd span.icon.knowledge {
	background: #F29A77;
	}
.news dl dd span.icon.news {
	background: #779968;
	}

