/* *********************
 *
 *     news
 *
 ***********************/
#topWrp #bg.news {
	background-image: url(../img/bg/04.jpg);
}

#newswrap{
	max-width: 1000px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
}
article,
aside{
	text-align: left;
}
aside section{
	margin-bottom: 20%;
}
#news{
	width: 65%;
	margin-left: 10%;
}
#news article{
	margin-bottom: 10%;
	padding-bottom: 10%;
	border-bottom: 1px solid hsla(0,0%,80%,0.50);
}

#news article .titl{
	margin-bottom: 50px;
}

#news article .date{
	font-size: 17px;
	font-family: futura,sans-serif;
	margin-bottom: 25px;
}

#news article .titl h1{
	color: #4a3c4b;
	text-align: left;
	margin-bottom: 30px;
}
#news article .imgWrp {
	margin-right: 5%;
	margin-bottom: 5%;
	text-align: center;
	width: 35%;
}
#news article .news_img {
	margin-bottom: 20px;
}
.newsarticle .imgWrp img  {
	border-radius: 0;
}
#news article .newstext {
	width: 100%;
}
#news article.article .flexbox {
	-webkit-flex-direction: column;
	flex-direction: column;
}
#news article.article .newstext {
	width: 100%;
}
aside.ac{
	width: 25%;
}
aside.ac dl {
	margin-bottom: 50px;
}
aside.ac dl dt{
	font-size: 17px;
	font-family: futura,sans-serif;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #4A3C4B;
}
aside.ac dl dd{
	list-style: disc;
	list-style-position: outside;
	padding-left: 1.5em;
	display: block;
}
aside.ac dl dd p{
	line-height: 1.6;
	position: relative;
	margin-bottom: 20px;
}
aside.ac dl dd p::before{
	content: "・";
	font-weight: bold;
	font-size: 20px;
	line-height: 0px;
	top: 45%;
	left: -24px;
	height: 0px;
	position: absolute;
}

.pager   {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 200px;
}
.pager li   {
}
.pager li a {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	display: block;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-size: 16px;
	line-height: 16px;
}
.pager li a.active  {
	font-weight: bold;
	color: #aaaaaa;
}
#news .wp-block-gallery{
	margin: 10px 0;
}
#news .wp-block-gallery > .wp-block-image {
	height: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.wp-lightbox-overlay .wp-block-image img{
	height: auto!important;
    min-height:initial!important;
    max-height:100%!important;
    min-width: initial!important;
    width: auto!important;
}
#news .wp-block-gallery.has-nested-images figure.wp-block-image img{
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width:768px){
#newswrap {
	width: 90%;
}
#newswrap #news {
	width: 100%;
	margin-left: 0px;
}
#news article .imgWrp {
}
#news article .newstext {
	width: 100%;
}
aside.ac {
	width: 100%;
	margin-bottom: 50px;
}
aside.ac dl {
	margin-bottom: 20px;
}
aside.ac dl dt {
	position: relative;
}
aside.ac dl dt::after {
	content: "DOWN";
	position: absolute;
	right: 2%;
	top: 30%;
	font-size: 10px;
	line-height: 10px;
	background-image: url(../img/icon/arrow/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 10px auto;
	padding-bottom: 10px;
}
aside.ac dl dt.active::after  {
	content: "UP";
	background-image: url(../img/icon/arrow/arrow-up.svg);
	padding-bottom: 0px;
	padding-top: 12px;
	background-position: center top;
	right: 4%;
}
aside.ac dl dd {
	display: none;
}
}

@media screen and (max-width:480px){
}
