/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*spのdetail関連を非表示ココカラ*/
#sp_head_close {
	display: none;
}
/*spのdetail関連を非表示ココマデ*/

section.mv {
	background-image: url("../../common/images/manage/mainvis_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
	width: 100%;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/manage/mainvis_ttl_img.png");
	background-position: 0 0;
	background-size: contain;
	top: 74px;
	margin: 0 auto;
	height: 89px;
	width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_ttl h1 {
	font-size: 13px;
	color: #013e98;
	margin-bottom: 22px;
	text-align: center;
}


section.manage_float {
	width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/manage/manage_area01_bg.jpg");
	background-position: 0 0;
}


.fix_right {
	width: 100%;
	height: 100%;
}

.manage_float_inner {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 18px auto;
	height: 100%;
}		
.manage_news {
	position: relative;
	width: 100%;
	height: 254px;
	margin-bottom: 60px;
	background-color: aliceblue;
}
.manage_news_inner {
	width: 836px;
	height: 254px;
}	
.manage_news_inner > ul.link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.manage_news_inner > ul.link li {
	width: 258px;
	height: 60px;
	color: #fff;
	font-size: 16px;
	background-color: #103e98;
	text-align: center;
	line-height: 60px;
}
.manage_news_inner > ul.link li::before {
	content: url(../../common/images/manage/down_arrow.svg);
	position: absolute;
	display: block;
	margin-left: 30px;
}
.manage_news .section_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/manage/news_ttl.png");
	background-position: 0 0;
	/*top: 100px;*/
	margin: 0 auto 30px;
	height: 78px;
	width: 102px;
}
.manage_news .section_ttl p {
	font-size: 18px;
	color: #71757a;
	position: relative;
	padding-top: 39px;
	text-align: center;
}
.manage_news_inner .more_btn {
	position: absolute;
	left: 711px;
	top: 50px;
}


.top_news_list li {
	height: 26px;
	margin-bottom: 30px;
}
.top_news_list li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.post_date {
	font-size: 16px;
	color: #013e98;
	margin-right: 20px;
	line-height: 28px;
}
.news_cat_icon {
	font-size: 16px;
	color: #fff;
	background-color: #dfb850;
	margin-right: 30px;
	width: 110px;
	height: 26px;
	text-align: center;
}

.news_desc {
	font-size: 16px;
	color: #56595b;	
}

/*.manage_area {
	width: 2560px;
	height: 1509px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/manage/manage_area01_bg.jpg");
	background-position: 0 0;
}*/
/*.background_img {
	width: 2560px;
	background: url("../../common/images/manage/manage_area01_bg.jpg"),
				linear-gradient(70deg,#d9edec 0%, #d2ddfa 80%);
				-webkit-linear-gradient(70deg,#d9edec 0%, #d2ddfa 80%);
				-moz-linear-gradient(70deg,#d9edec 0%, #d2ddfa 80%);
				#d9edec;
	background-repeat: no-repeat,no-repeat;
	background-position:top,bottom;
	position: relative;

}*/
.manage_desc {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 40px;
}
.manage_desc_inner {
	width: 90%;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.manage_desc_inner div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.manage_desc_ttl {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #003567;
}
.manage_desc_txt {
	font-size: 16px;
	color: #1b1b1b;
	line-height: 30px;
}
.manage_desc_img {

}
ul.manage_banner {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
ul.manage_banner li {
	width: 95%;
	box-sizing: border-box;
    border: solid 6px #126ec4;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 40px;
	background-color: #126ec4;	
}
.banner_inner {
	margin: 5px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}
.banner_inner > h3 {
	width: 100%;
	margin-bottom: 10px;
}

.banner01 {
	display: flex;
}
.banner02 {
	display: none;
}

.banner_txt {
	width: 100%;
	color: #fff;
	line-height: 20px;
}
.banner_btn {
	position: relative;
	display: flex;
	height: auto;
}
.banner_btn > img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

section.manage_area02 {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url("../../common/images/manage/manage_area02_bg.jpg");
	background-position: center bottom;
	background-size: cover;
	/*background-position: 0 0;*/
	padding-top: 40px;	
}
.manage_area02_inner {
	width: 90%;
	margin: 0 auto;
}
.manage_area02_ttl {
	margin-bottom: 18px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	margin: 0 auto 40px;	
}
.manage_area02_ttl > h2 {
	font-size: 20px;
	color: #71757a;	
}
.manage_area02_ttl > img {
	width: 100%;
}
.manage_area02_banner {
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
ul.manage_area02_banner li {
	width: 100%;
	box-sizing: border-box;
    border: solid 6px #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 40px;
	background-color: #fff;	
}
.manage_area02_banner01,
.manage_area02_banner02  {
/*	line-height: 30px;
	width: 100%;
	height: 186px;
	position: relative;*/	

}
.manage_area02_banner02 {

}
.manage_area02_banner_txt {
	width: 100%;
	font-size: 16px;
	color: #404040;
}
.manage_area02_banner_btn {
	position: absolute;
	left: 602px;
	top: 123px;
}
.insurance {
	width: 100%;
	position: relative;
	padding: 40px 0;
}

.reasons {
	width: 100%;
	background-repeat: no-repeat;
	background-image: url("../../common/images/manage/reasons_bg.jpg");
	background-position: center bottom;
	background-size: cover;
	position: relative;
	padding-top: 40px;
}
.insurance_inner,
.reasons_inner {
	width: 90%;
	margin: 0 auto;
	position: relative;
	color: #013e98;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	        padding-bottom: 40px;
}

.insurance_ttl {
	height: 81px;
	background-repeat: no-repeat;
	background-image: url("../../common/images/manage/insurance_ttl.png");
	background-position: 0 0;
	width: 198px;
	margin: 0 auto 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.reasons_ttl {
	background-repeat: no-repeat;
	background-image: url("../../common/images/manage/reasons_ttl.png");
	background-position: 0 0;
	width: 179px;
	margin: 0 auto 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.insurance_ttl > h2,
.reasons_ttl > h2 {
	font-size: 16px;
	color: #71757a;
	margin-top: 42px;
}
.insurance_desc,
.reasons_desc {
	font-size: 16px;
	color: #404040;
	line-height: 30px;
	width: 100%;
	margin-bottom: 20px;
}
.insurance_inner > a,
.reasons_inner > a {
	width: 212px;
	height: 54px;
	color: #013e98;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: solid 2px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 auto;
}

@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	.manage_desc_inner {
		width: 90%;
		flex-direction: column;
	}
	.manage_desc_inner div {
		width: 100%;
	}
	.manage_desc_img {
		width: 100%;
		height: auto;
		margin: 15px auto;
	}
	ul.manage_banner li,
	ul.manage_area02_banner li {
		flex-direction: column;
	}
	.banner_inner {
		width: 90%;
	}
	.banner_btn {
		width: 100%;
	}
	.banner_txt {
		font-size: 16px;
	}
	li.manage_area02_banner01 .banner_inner > h3 > img,
	li.manage_area02_banner02 .banner_inner > h3 > img {
		width: 85%;
		display: block;
		/*margin: 0 auto;*/
		height: auto;
	}
	.manage_area02_banner_txt {
		font-size: 16px;
	}
}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	.manage_desc_inner {
		width: 90%;
	}
	.manage_desc_inner div {
		width: 68%;
	}
	.manage_desc_img {
		width: 30%;
		height: auto;
	}
	ul.manage_banner li,
	ul.manage_area02_banner li {
		flex-direction: row;
	}
	.banner_inner {
		width: 46%;
	}
	.banner_btn {
		width: 50%;
	}
	.banner_inner img {
		width: 90%;
	}
	.manage_area02_banner_txt {
		font-size: 12px;
	}
	.banner_txt {
		font-size: 12px;
	}
}