@charset "utf-8";
/* CSS Document */

section#news{
	margin-top:75px; 
	font-size: 1.6rem;
}
section.mv{
	position: relative;
	/*background: url("../img/img_news_mv_pc.jpg") no-repeat center center;*/
	background-size: cover;
	height: 280px;
}
section.mv h2{
	color: #333333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
}
section.mv h2 span{
	font-size: 1.6rem;
	line-height: 1.3;
	color: #1b1c80;
}
section.mv h2 span.dots{
	font-size: 3.6rem;
	color: #1b1c80;
}

/* news */
.newsarea{
	text-align: left;
}
.newsarea h3{
	font-size: 3.0rem;
	font-weight: bold;
	color: #1b1c80;
	border-bottom: 4px solid #dcdcfa;
	padding-bottom: 5px;
	line-height: 1.5;
}
.newsarea h3 span{
	display:block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333333;
	line-height: 2;
}
.newsarea p{
	margin-top: 35px;
	font-size: 1.6rem;
	line-height: 1.8;
}
.newsarea figure{
	margin-top: 37px;	
}
.newsarea .left{
	text-align: left;
}
.newsarea .center{
	text-align: center;
}
.newsarea .right{
	text-align: right;
}

footer{
	margin-top: 105px;
}
/*　投稿のCSS  */
p,strong,em,li{
	font-size: 1.6rem;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
.newsarea ul li{
	padding-left: 1em;
}
.newsarea ul li:before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #333;
    border-radius:  50%;
	margin-right: 10px;
}
.newsarea ol li{
	padding-left: 1em;
}
.newsarea ol li:before {
	counter-increment: li_count;
	content: counter(li_count)"."; 
	color: #333;               
	margin-right: 5px; 
}
.newsarea blockquote{
    position:relative;
    border-left:3px solid #1b1c80;
    padding-left:10px;
}
.newsarea blockquote:before{
    position:absolute;
    font-family:'FontAwesome';
    content:'\f10d';
    font-size: 20px;
    color:#1b1c80;
}
.newsarea blockquote p{
    position:relative;
    padding-left:30px;
}
.newsarea blockquote cite{
    display: block;
    font-size:0.8rem;
    color:#1b1c80;
    text-align:right;
}
.newsarea a{
	border-bottom: 1px solid #666;
}
.newsarea a:hover{
	border-bottom:none;
}
.newsarea hr{
	display: block;
	border-bottom: 1px solid #666;
}
.newsarea img{
		margin-top:40px;
	}
.newsarea p img{
		margin-top:0px;
	}
.wp-block-columns{
	display: flex;
	gap:20px;
}
.wp-block-columns .wp-block-column figure{
	margin-top: 0;
}
@media screen and (max-width: 750px) {
	section.mv{
		position: relative;
		background: url("../img/img_news_mv_sp.jpg") no-repeat center center;
		background-size: cover;
		height: 170px;
	}
	.breadcrumb ul li:nth-child(2), .breadcrumb ul li:nth-child(3){
		margin-left: 5px;
	}
	.breadcrumb ul li:nth-child(2)::before, .breadcrumb ul li:nth-child(3)::before{
		width: 10px;
		margin-right: 5px;
	}
	.newsarea{
		margin-top: 60px;
	}
	.newsarea h3{
		font-size: 2.1rem;
	}
	.newsarea h3 span{
		font-size: 1.1rem;
		font-weight: normal;
	}
	section.mv h2{
		font-size: 2.1rem;
	}
	section.mv h2 span{
		font-size: 1.4rem;
		line-height: 1;
	}
	.newsarea p{
		margin-top: 20px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
}
@media screen and (max-width: 600px) {
	.wp-block-columns{
		display: block;
	}
}