@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 figure.alignleft img{
	margin: 0 auto 0 0;
    display: block;
}
.newsarea figure.aligncenter img{
	margin: 0 auto;
    display: block;
}
.newsarea figure.alignright img{
	margin: 0 0 0 auto;
    display: block;
}

.newsarea figure > img{
	margin-top: 0;
}
.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;
	text-indent: -1em;
}
.newsarea ul li:before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #333;
    border-radius:  50%;
	margin-right: 6px;
}
.newsarea ol {
  counter-reset: li_count;
}
.newsarea ol li{
	padding-left: 1em;
	text-indent: -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;
	}
/*　記事CSS  */
.has-text-align-left{
	text-align: left;
}
.has-text-align-center{
	text-align: center;
}
.has-text-align-right{
	text-align: right;
}
h3.wp-block-heading{
	margin-top: 30px;
}
h4.wp-block-heading{
	margin-top: 20px;
	font-size: 2.4rem;
}
h5.wp-block-heading{
	margin-top: 20px;
	font-size: 2.0rem;
}
h6.wp-block-heading{
	margin-top: 20px;
	font-size: 1.8rem;
}
p em{
	font-style: italic;
	font-family: 'Hiragino Kaku Gothic ProN';
}
ul,ol{
	margin-top: 20px;
}
.wp-block-table table{
	border-collapse: collapse; /* ボーダー同士をくっつける */
}
.wp-block-table th,.wp-block-table td {
  border: 1px solid #000; /* セルの枠線 */
  padding: 8px;            /* セル内の余白 */
  text-align: left;        /* テキストの位置調整 */
}
.wp-block-table th {
  background-color: #f2f2f2; /* ヘッダーの背景色 */
}
.wp-block-columns{
	display: flex;
	gap:20px;
}
.wp-block-columns figure img{
	width: 1024px;
}
/*.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;
	}
	/*　記事CSS  */
	h4.wp-block-heading{
		margin-top: 20px;
		font-size: 2.0rem;
	}
	h5.wp-block-heading{
		margin-top: 20px;
		font-size: 1.8rem;
	}
	h6.wp-block-heading{
		margin-top: 20px;
		font-size: 1.6rem;
	}
	ul,ol,p em{
		font-size: 1.4rem;
	}
	.newsarea ul li,.newsarea ol li{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 600px) {
	.wp-block-columns{
		display: block;
	}
	
}