@charset "utf-8";
/*---------- ネイティブCSS ----------*/
strong{font-weight:bold;}
em{font-style:italic;}
blockquote{
    display:block;
    -webkit-margin-before:1em;
    -webkit-margin-after:1em;
    -webkit-margin-start:40px;
    -webkit-margin-end:40px;
}
.aligncenter{
    display:block;
    margin:0 auto;
}
.alignright{text-align:right;}
.alignleft{text-align:left;}
img.alignright{margin-left:auto;}
img.alignleft{margin-right:auto;}
img[class*="wp-image-"],
img[class*="attachment-"]{
    max-width:100%;
    height:auto;
}
.clearfix{
    overflow:hidden;
    zoom:1;
}
.clearfix:after{
	content:"."; 
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
pre{white-space:pre-wrap;}
.gallery-item img{width:100%;}
/*-------------------------------*/

.content_area {
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 0;
    box-sizing: border-box;
    background: #fff;
}

#content_wrap {
    background: none;
    padding-bottom: 85px;
}


.page_title {
    max-width: 1140px;
    padding: 0 20px;
    font-weight: 600;
    font-style: normal;
    font-size: 4rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.h1_wrap {
    padding: 50px 0;
    text-align: left;
}

.h1_wrap h1::before {
    display: block;
    content: attr(data-txt) '';
	margin-bottom: 15px;
    font-size: 1.4rem;
    letter-spacing: 1.2px;
    line-height: 1.7rem;
}
}

/* news */

.news_h1_wrap {
    padding: 50px 0 0;
    text-align: left;
}

.news_detail_title {
    max-width: 1140px;
    padding: 0 20px; 
    margin: 0 auto;
    font-weight: 600;
    font-style: normal;
    font-size: 3.5rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
}

.news .content_area p.news_ttl, .archive .content_area p.news_ttl {
    font-weight: 700;
    /* margin-top: 2px; */
    max-width: calc(100% - 256px);
    margin-left: 22px;
}

.news .news_date, .archive .news_date {
    position: relative;
    /* padding-right: 10px; */
    margin-right: 9px;
    /* letter-spacing: 1.2px; */
    font-weight: 700;
    padding-right: 22px;
}

.news_list li .news_date::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: #C5D7E2;
}

.news_link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-decoration: none;
    padding: 22px 35px 22px 30px;
    box-sizing: border-box;
    background: url(/images/arrow_r_blue.svg) no-repeat right 20px center / 8px 15px;
    transition: background-color .3s;
    align-items: center;
}


.news_list li a:hover {
	color: #3E4D8C;
    background-color: #f7f7f7;
    transition: background 0.3s;
}

@media screen and (max-width: 767px) {
	#content_wrap {
		padding-bottom: 45px;
	}
	
	.page_title {
		font-size: 2.5rem;
	}
	
	.news_detail_title {
		font-size: 2.5rem;
	}
	
	.news .content_area p.news_ttl, .archive .content_area p.news_ttl {
		max-width: 100%;
		margin-left: 0;
	}
	
}