@charset "utf-8";
/* CSS Document */
/*基本css*/

body{
	/* font-family: 'Roboto', sans-serif; */
}

h1, h2, h3, h4, h5, h6, h7 {
	/* font-family: 'Roboto', sans-serif; */
	font-weight: 700;
}

.page_cont_nomg {
    max-width: 990px;
    margin: auto;
}
@media screen and (max-width: 990px) {
    .page_sp {
        max-width: 90%;
        margin: auto;
    }
}
/*基本css end
    ---------------------------------------------*/
/*cate_flex
    ---------------------------------------------*/
.cate_flex {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 30px;
}
.info_dl .cate_flex {
     margin-bottom: 0em;
}


.cate_flex > * + * {
    margin-left: 1%;
}
.cate {
    /*font-size: 16px;*/
    border-radius: 20px;
    text-align: center;
    padding: 3px 10px;
    display: inline-block;
    background: #009EEB;
    color: #FFFFFF;
}
.date {
    /*font-size: 16px;*/
}
.new {
    content: "NEW";
    font-weight: bold;
    color: #FF6D97;
    left: 14em;
    padding: 0.1em 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.report {
    background: #FF7B00!important;
}
.emergency {
    background: #CC0000!important;
}
.important {
    background: #006697!important;
}
.examinfo {
	background: #61BB00!important;
}


/*news_inner
----------------------------------------------*/
.news_inner{
padding: 0 0 80px 0 ;
position: relative;
}
/*news_cms
    ---------------------------------------------*/
.news_cms h1 {
    margin-bottom: 1em;
		font-weight: 700;
		font-size: 36px;
		line-height: 1.2;
	}
	.news_cms h2 {
		margin-bottom: 1.5em;
    font-size: 24px;
    border-left: 7px solid #FD8F26;
    padding-left: 10px;
		font-weight: 700;
		line-height: 1.2;
}
.news_cms p{
	font-size: 16px;
}
.news_cms p.mb0{
	margin-bottom: 0;
}

.news_cms ul.disc li{
	position: relative;
	padding-left: 23px;
	font-size: 16px;
}
.news_cms ul.disc li::before{
	content: "・";
	position: absolute;
	left: 4px;
	top: 2px;
}

@media screen and (max-width: 990px) {
    .news_cms h1 {
    margin-bottom: 1em;
}
}


.news_block {
    margin-bottom: 8em;
}

.news_box {
}

.news_box::after { clear: both; content: " "; display: block;}

.news_block h3{
	font-size: 1.5em;
    margin-bottom: 2em;
	}

.news_box .text{
	float: left;
	width: 55%;
	margin-right: 2%;
	}
.news_box .images{
	/*margin-left: 7%;*/
	float: left;
	width: 40%;
	}
.news_box p:last-child{
	margin-bottom: 0;
	}
.text .comment{
	display: block;

	margin-bottom: 0.7em;
	}

.news_box .img_f{
	width: 2.5em;
	height: 2.5em;
	margin-right: 10px;
	}

.news_box p[style="padding-left: 40px;"] {
	padding-left: 1em !important;
}

.news_box p[style="padding-left: 40px;"] {
	padding-left: 1em !important;
	margin-top: -1em;
}

.news_box p[style="padding-left: 80px;"] {
	padding-left: 2em !important;
	margin-top: -1em;
}

.news_cms p + .w_arrow_b_btn{
	margin-top: 40px;
}

.news_cms p + .w_arrow_b_btn.mtl{
	margin-top: 20px;
}

.news-column2{
	display: flex;
}

.news-column2__article{
	flex-basis: 51%;
}

.news-column2__img{
	flex-basis: 43.5%;
	margin-left: auto;
}
ul.disc{
	margin-bottom: 1em;
}
ul.disc--2{
	margin-bottom: 2em;
}
ul.disc li{
	position: relative;
}

ul.disc li::before{
	content: "・";
}

.h3_title2{
	position: relative;
	font-size: 18px;
	font-weight: 700;
	padding-left: 22px;	
	margin-bottom: 10px;
}

.h3_title2--2{
	font-size: 16px;
	font-weight: normal;
}

p + .h3_title2,
.maplink + .h3_title2,
.news-timiline + .h3_title2{
	margin-top: 36px;
}

.w_arrow_b_btn + .h3_title2{
	margin-top: 36px;
}


.h3_title2::before{
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #363B43;
	position: absolute;
	left: 0;
	top: 5px;
}
.h3_title2 + p{
	margin-left: 22px;
}

.maplink{
	color: #00C0FF;
	text-decoration: underline;
	margin-left: 22px;
	padding-left: 33px;
	position: relative;
}

.maplink::before{
	content: "";
	background-image: url(../img/news/icon_map.svg);
	background-repeat: no-repeat;
	width: 22px;
	height: 29px;
	position: absolute;
	left: 0;
	top: -5px;
}


.news-timiline{
	display: flex;
	flex-wrap: wrap;
	margin-left: 22px;
	box-sizing: border-box;
}

.news-timiline > *{
	box-sizing: border-box;
}

.news-timiline dt{
	flex-basis: 105px;
	border-right: 5px solid #81CE00;
	padding-left: 18px;
	text-align: center;
	font-size: 16px;
}

.news-timiline dt.blue{
	border-color: #474F58;
}

.news-timiline dd{
	flex-basis: calc(100% - 105px);
	padding-left: 16px;
}

.news-timiline dd.vc{
	display: flex;
	align-items: center;
}

.news-timiline dd + dt{
	margin-top: 4px;
}

.news-timiline dd h4{
	font-size: 18px;
	font-weight: 700;
}

.linklist{
	margin-left: 22px;
}

.linklist li{
	padding-left: 36px;
	position: relative;
}

.linklist li:nth-child(n+2){
	margin-top: 16px;	
}

.linklist li a{
	color: #00C0FF;
	text-decoration: underline;
	position: relative;
}

.linklist li::before{
	position: absolute;
	left: 0;
	top: 1px;
}

.linklist li.whatapp::before{
	content: "";
	width: 25px;
	height: 25px;
	background-image: url(../img/news/icon_whatapp.svg);
	top: 0;
}
.linklist li.email::before{
	content: "";
	width: 25px;
	height: 19px;
	background-image: url(../img/news/icon_mail.svg);
}

.sns_box{
	position: absolute;
	left: -100px;
	top: 31px;
	display: flex;
	flex-direction: column;
	height: 55px;
	width: 55px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
}
.sns_item{
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #E6E6E6;
}
.sns_item:nth-last-child(1){
	border-bottom: none;
}
.sns_item img{
	width: 25px;
}

.news-mainv{
	margin-bottom: 60px;
}

.news_cms p.img-cap{
	color: #58626C;
	font-size: 14px;
	margin-left: 12px;
	margin-top: 5px;
}

.img-shadow{
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
}

.pmb2{
	margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
	.news_cms h1 {
		font-size: 26px;
	}
	.news_cms h2 {
    font-size: 22px;
}
.news_cms p{
	font-size: 15px;
}
	.h1_title.flex-sta{
		display: block;
		}
	.day{
		margin-right: 1em;
		}
	.news_box {
			display: block !important;
		}
	.news_box .text{
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 2.5em;
		}
	.news_box .images{
		float: none;
		width: 90%;
		margin: 0 auto 2em;
		}
	.news-column2{
		flex-direction: column;
	}
	.news-column2__article{
		flex-basis: 100%;
	}
	.news-column2__img{
		flex-basis: 100%;
		margin-top: 40px;
	}
	.news_cms p + .w_arrow_b_btn{
		margin-top: 20px;
		width: 260px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.news_cms p + .w_arrow_b_btn span{
		display: inline-block;
	}
	.news-column2 + .h2_title{
		margin-top: 40px;
	}
	p + .h3_title2, .maplink + .h3_title2, .news-timiline + .h3_title2{
		margin-top: 20px;
	}
	.news-timiline{
		margin-left: 0;
		
	}
	.news-timiline dt{
		flex-basis: 80px;
	}
	.news-timiline dd{
		flex-basis: calc(100% - 80px);
	}
	.sns_box{
		display: none;
	}
	.news-mainv{
		margin-bottom: 30px;
	}
	.pmb2{
		margin-bottom: 1em;
	}
}