/* ========================================================================== */
/* カルーセル */
/* ========================================================================== */

@media only screen and (max-width: 1200px) {
	body#home .slider_wrap {
		padding-top: 96px!important;
	}
}

@media only screen and (max-width: 740px) {
	body#home .slider_wrap {
		padding-top: 66px!important;
	}
}


body#home .slick-initialized .slick-slide{position:relative;}
body#home{overflow-x: hidden;}


body#home .bxImg{
	position:relative;
	z-index:3;
}
body#home .bxImg img{
	width:100%;
}

body#home .bxTextArea{
	z-index:4;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

body#home .bxTextArea .bxTitle{
	display:block;
	margin-bottom: 8px;
	font-size: 2.2vw;
	line-height: 3.5vw;
}
	body#home .bxTextArea .bxText{
	font-size: 1.0vw;
	line-height: 2.0vw;
}




/* ========================================================================== */
/* content */
/* ========================================================================== */
body#home #content{
	width: 100%!important;
	padding: 0;
}

/* ========================================================================== */
/* read_set */
/* ========================================================================== */
.read_set {
	text-align: center;
	margin:50px 0 30px 0;
	padding: 0 15px 5px 15px;
	box-sizing: border-box;
}
	.read_set h1{
		font-size: 250%;
		padding: 0 0 20px 0!important;
	}
	.read_set p{
		line-height: 200%;
		font-size: 110%;
	}

	.read_set .clr01{
		color: #770d4a;
	}
	.read_set .clr02{
		color: #214579;
	}

/* caution */
.caution{
	margin: 40px auto -20px auto;
	width: 1200px;
	margin-top: 40px;
}
	.caution p{
		border: solid 3px #ea0611;
		color:#ea0611;
		text-align: center;
		padding: 20px 20px 17px 20px;
		font-size: 130%;
		box-sizing: border-box;
		font-weight: bold;
		line-height: 140%;
	}


/* tab */
@media only screen and (max-width: 1200px) {
	.caution{
		width: 100%;
		padding: 0 20px 0 20px;
		box-sizing: border-box;
	}
		.caution p{
			padding: 15px 15px 14px 15px;
		}
}

/* sp */
@media only screen and (max-width: 768px) {
	.read_set {
		margin:20px 0 15px 0!important;
	}
	.read_set h1{
		font-size: 200%;
		padding: 0 0 10px 0!important;
	}
	.caution{
		margin-bottom: 0;
	}
	.caution p{
		font-size: 120%;
	}
}

/* ========================================================================== */
/* content01 */
/* ========================================================================== */
body#home .content01{
	background: url(/commoncms/img/index_content_bg.jpg) no-repeat bottom center #d9e5f1;
	background-size: cover;
	padding:0 20px 100px 20px;
	margin-bottom: 60px;
}

.content_box{
	background: #fff;
	width: 1200px;
	margin:0  auto 30px auto;
	padding: 40px 40px 40px 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}

.box_read{
	color:#7b1c3e;
	padding: 0 0 25px 0;
}

.box_left{
	width: 290px!important;
	order: 1;
}
.box_right{
	width: 290px!important;
	order: 3;
}
.box_center{
	text-align: center;
	width: 510px;
	order: 2;
	padding: 0 40px 0 40px;
	min-height: 355px;

}
	.box_center h2{
		border: none;
		font-size: 200%;
		margin: 0 0 0 0;
	}

	.box_center p{
		margin-bottom: 10px;
	}

	.box_center ul{
		margin: 0 0 7px 0;
		text-align: left!important;
	}

		.box_center ul li{
			background: url(/commoncms/img/index_icin_check.png) no-repeat left 3px;
			padding-left: 25px;
			display: inline-block;
			margin-right: 10px;
		}
			.box_center ul li:last-child{
				margin-right: 0;
			}

		.box_center ul.bx_col2 li{
			width: 209px;
		}

		.box_center ul.bx_col3 li{
			width: 125px;
			vertical-align: top;
		}

	.content_arrow{
		text-align: center;
		margin-bottom: 30px;
	}

	.content_box .link_btn.cnt a{
		width: 456px!important;
		background: #edeef4;
		border:none;
		padding:10px 0 10px 0px;
		margin: 0!important;
	}

	.content_box .link_btn.snt a{
		width: 456px!important;
		border:none;
		margin: 0 0 0 0!important;
		color: #fff;
		padding: 20px 0 17px 0!important;
		font-size: 130%;
		font-weight: bold;
		background:#064594;
	}
		.content_box .link_btn.snt a.boxarrow:after {
			border-top: solid 2px #fff;
			border-right: solid 2px #fff;
		}
	.content_box .link_btn.snt a span{
		background: url(/commoncms/img/icon_sa.png) no-repeat left center#064594;
		padding-left: 35px;
	}

	.content_box .link_btn.nor{
		position: absolute;
		right:20px;
		bottom:20px;
		margin: 0;
	}
	.content_box .link_btn.nor a{
			margin: 0;
		}

.cb_btnset{
	margin-top: 40px;
}

/* tab */
@media only screen and (max-width: 1200px) {
	body#home .content01{
		background-size: contain;
		padding-bottom: 50px;
	}

	body#home #content{
		margin-top: 0;
	}
	.content_box{
		width: 100%;
	}
	.box_left{
		width: 30%!important;
	}
	.box_right{
		width: 30%!important;
	}
	.box_center{
		text-align: center;
		width: 40%;
	}
	.box_center ul{
		margin: 0
	}
	.box_center ul li{
		width: 90%!important;
	}
	.content_box .cb_btnset .link_btn a{
		width: 100%!important;
	}
	.content_box .link_btn.nor a{
		width: 100%;
	}



}


/* sp */
@media only screen and (max-width: 768px) {
	body#home .content01{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.content_arrow{
		margin-bottom: 5px;
	}
	.content_arrow img{
		width: 12%;
	}
	.content_box{
		display: block;
		padding: 20px;
		margin-bottom: 15px;
	}
	.box_left{
		width: 80%!important;
		text-align: center;
		margin: 30px auto 0 auto;
	}
	.box_right{
		width: 80%!important;
		text-align: center;
		margin: 20px auto 30px auto;
	}
	.box_center{
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.box_center h2{
		font-size: 150%!important;
	}
	.content_box .link_btn.snt a{
		width: 100%!important;
	}

	.content_box .link_btn.cnt a{
		width: 100%!important;
	}
	.content_box .link_btn.nor{
		position: static;
	}
	.box_read{
		padding: 0 0 3px 0;
	}
	.cb_btnset{
		margin-top:20px;
	}
}

/* ========================================================================== */
/* content_panel */
/* ========================================================================== */

.content_panel{
	width: 1200px;
	margin: auto;
}

	.content_panel a.panel_set{
		display: block;
		float: left;
		background: #fff;
		width: 380px;
		vertical-align: top;
		margin:0 30px 30px 0;
		padding: 25px 25px 20px 25px;
		box-sizing: border-box;
		color: #333;
	}
		.content_panel a.panel_set:nth-child(3n){
			margin-right: 0!important;
		}

		.content_panel .panel_set h3{
			background: none;
			padding: 8px 0 5px 0;
			text-align: center;
			margin: 15px 0 12px 0;
		}



	/* accordion top用 */
	.aco_box.top_ab{
		border-bottom:none;
		margin: 0 0 -20px 0!important;
	}
		.aco_box.top_ab .btnset{
			clear: both;
			margin-top: 0;
		}

	/* TAB */
	@media only screen and (max-width: 1200px) {
	.content_panel{
		width: 100%;
	}
		.content_panel a.panel_set{
			width: 31.5%;
			margin-right: 2.7%;
		}
	}



/* sp */
@media only screen and (max-width: 768px) {
	.content_panel a.panel_set{
		float: none;
		width: 100%;
		/*text-align: center;*/
		text-align: left;
		margin-bottom: 15px;
		height: auto!important;
	}
		.content_panel a.panel_set img{
			width: 100%;
		}

	/* accordion top用 */
	.aco_box.top_ab .btnset{
		margin-top:15px;
	}
}

	/* clear */
	.content_panel:after{
		 content: "."; display: block; height: 0; visibility: hidden; clear: both;
	 }


/* ========================================================================== */
/* content02 */
/* ========================================================================== */
body#home .content02{
	padding:0 20px 0 20px;
}

.newslink_area{
	width: 1200px;
	margin: 0 auto 50px auto;
/*	background: #7b1c3e;*/
	background: #000;
	padding: 1px;
	box-sizing: border-box;
}

.newslink_area .newslink_inner{
	background: #fff;
	padding: 20px 25px 10px 35px;
}

.newslink_area .newslink_inner ul li{
	display: inline-block;
	margin:0 40px 10px 0;
	vertical-align: top;
}
	.newslink_area .newslink_inner ul li a{
		text-indent: 0.5em;
		margin-left: -0.5em;
	}
	.newslink_area .newslink_inner ul li:nth-child(3n){
		margin-right: 0;
	}

.newslink_area h2{
	margin: 0;
/*	background: #7b1c3e;*/
	background: #fff;
/*	color: #fff;*/
	color: #000;
	text-align: center;
	font-size: 130%;
	padding: 10px 0 7px 0;
}

.news_area{
	width: 1200px;
	margin: auto;
}
	.news_area h2{
		border: none;
		text-align: center;
		margin: 0 0 20px 0;
	}


.top_banner_area{
	width: 1200px;
	margin: auto;
}
	.top_banner_area ul{
	  display : flex;
	  flex-wrap : wrap;
	  justify-content:space-between;
	}
	.top_banner_area ul::before{
	  content:"";
	  display: block;
	  width:277px;
	  order:1;
	}

	.top_banner_area ul::after{
	  content:"";
	  display: block;
	  width:277px;
	}
	.top_banner_area ul li{
	  margin-bottom:30px;
	  box-sizing:border-box;
	  width:277px;
	}



/* tab */
@media only screen and (max-width: 1200px) {
	.newslink_area{
		width: 100%;
	}

	.news_area{
		width: 100%;
	}
	.news_area h2{
		margin: 0 0 0 0;
	}
	.top_banner_area{
		width:100%;
	}
	.top_banner_area .aco_box ul{
		margin-top: -2.5%!important;
		margin-bottom: 30px!important;
	}

	.top_banner_area ul li,
	.top_banner_area ul::before,
	.top_banner_area ul::after{
	  width:23%;
		margin-bottom: 2.5%;
	}
}

/* sp */
@media only screen and (max-width: 768px) {
	.newslink_area{
		margin-bottom: 25px;
	}
	.newslink_area .newslink_inner{
		padding: 12px 15px 3px 22px;
	}
	.newslink_area .newslink_inner ul li{
		display: block;
	}
	.top_banner_area{
		margin-bottom:20px;
	}
	.top_banner_area ul{
	  display : block;
	}
	.top_banner_area ul li,
	.top_banner_area ul li img{
	  width:100%;
	}

}
