@charset "UTF-8";
#wrap{
    overflow: hidden;
}
img{
    width: 100%;
    height: auto;
}
.header{
    background: rgba(12,66,106,0.4);
}
/* subhead */
.subhead{
    height: 100vw;
    max-height:400px;
    background: url(../img/strength/subhead.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.subhead_ttl {
    display: flex;
    /* margin: 90px 0 0; */
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 110px;
    text-align: center;
}
.subhead_ttl_ja {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
}

/* ---------------------------------- セクションタイトル */
.ttl {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 150px auto 0;
    margin: 0 auto;
}
.ttl::after {
    content:"";
    display: block;
    width: 60px;
    height: 2px;
    background: #444;
    margin: 0 auto;
    margin-top: 20px;
}
.ttl h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.ttl p {
    font-size: 16px;
    color: #0e7ed0;
}
.cc_btn_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 300px;
    height: 60px;
    margin: 30px auto 30px;
}

/* ---------------------------------- お知らせ */
#news {
/* 	padding-top: 200px; */
}
.news_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.news_head {
	width: 33%;
	max-width: 240px;
}
.news_head .ttl {
	margin-bottom: 50px;
}
.news_content {
	width: 100%;
	max-width: 1000px;
	margin: 80px auto;
    padding: 0 20px;
}
.news_content li {
	border-bottom: 1px solid #d3d3d3;
}
.news_content li:nth-child(1) {
	border-top: 1px solid #d3d3d3;
}
.news_content a {
	display: block;
	padding: 30px 0;
	position: relative;
}
.news_content a::before {
	content:"";
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	background: rgba(249,249,249,0.47);
	transition: 0.6s;
}
.news_content a:hover::before {
	width: 100%;
}
.news_content a span {
	display: inline-block;
}
.news_date {
	padding-right: 45px;
	margin-right: 45px;
	position: relative;
}
.news_date::after {
	content:"";
	display: inline-block;
	width: 1px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	background: #d3d3d3;
}



/* お知らせ詳細 */

.news_sec{
	max-width: 1000px;
	padding: 0 20px;
	margin: 250px auto 0;
	padding-bottom: 100px;
}
.news_sec h3{
    font-size: 28px;
    text-align: center;
    font: bold;
    margin: 110px 0 40px;
}
.news_detail{
    margin:0 auto 80px;
}
.news_sec .content{
	line-height: 1.5;
    font-size: 16px;
    margin-bottom: 50px;
}
.news_sec .content a{
	color: #2ea5fc;
	text-decoration: underline;
}
.news_sec .date{
	text-align: left;
	font-size: 15px;
	margin-bottom: 3em;
    padding: 0 0 0 30px;
    position: relative;
}
.news_sec .date::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 15px;
    height: 0.5px;
    background: #111;
    box-sizing: border-box;
}
.news_sec .content p {
    display: block;
    margin: 1em 0;
}
.news_sec .content strong { font-weight: bold; }
.news_sec .content em { font-style: italic; }
.news_sec .content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
/* img */
/* .news_sec .content .aligncenter {
    display: block;
    margin: 0 auto;
}
.news_sec .content .alignright { float: right; }
.news_sec .content .alignleft { float: left; }
.news_sec .content img[class*="wp-image-"],
.news_sec .content img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
} */

/* main */
section.news_sec{
    margin: 0 auto;
    padding-top: 120px;
    min-height: 100vh;
}
.newsinner_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newsinner_flex .flex_con.img{
    width: 28.021%;
}  
.newsinner_flex .flex_con.content{
    width: 68%;
}


.br450{
    display: none;
}

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

    .news_content {
		width: 100%;
		max-width: initial;
	}
}

@media screen and (max-width: 900px){
    .over900{
        display: none;
    }
}

@media screen and (max-width: 768px){
    /* 	 */
	.ttl {
        margin: 120px auto 0;
        margin: 0 auto;
	}
	.ttl::after {
		width: 50px;
		height: 2px;
		margin-top: 20px;
	}
	.ttl h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.ttl p {
		font-size: 14px;
	}

    /* 	 */
    .news_content a {
    	padding: 15px 0;
    }
    .news_date {
    	margin: 0 0 10px 0;
    	padding: 0;
    }
    .news_date::after {
    	display:none;
    }
    .newb_txt {
    	width: 100%;
    }

    /**/
    .news_sec h3 {
        font-size: 24px;
        margin: 40px 0 30px;
    }
    .news_sec .date {
        font-size: 13px;
        margin-bottom: 2.5em;
        padding: 0 0 0 20px;
    }
    .newsinner_flex .flex_con.img{
        width: 70%;
        margin: 0 auto 20px;
    }  
    .newsinner_flex .flex_con.content{
        width: 100%;
    }
}

@media screen and (max-width: 750px){
    .str_ttl {
        font-size: 20px;
    }
}

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

    .over900{
        display: block;
    }
    .sec_ttl {
        font-size: 24px;
    }
    .str_ttl {
        font-size: 18px;
    }
    section.news_sec {
        margin: 80px 0;
    }
    .text_area {
        text-align: center;
    }
    .img_down {
        padding-top: 20px;
    }
    .str_btn {
        font-size: 16px;
        width: 140px;
    }
}

@media screen and (max-width: 450px){
    .br450{
        display: block;
    }
}

@media all and (-ms-high-contrast: none) {
}
