@charset "UTF-8";
/* CSS Document */

/*section0*/
.sec0{
	background: #bfbfbf; 
	
}
.subttl{
	background: #000;
	padding-bottom: 100px;
}
.ttl_m{
	padding-bottom: 30px;
}
/* サブタイトルbg */
h2{
	width: 100%;
	height: 300px;
	background-image: url("../img/temp/bg_subtit.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

/* メイン */
.temp_wrap{
	width: 1280px;
	margin: -50px auto 50px auto;
	background: #fff;
}
.temp_inr{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 100px;
}
.temp_inr_group{
	display: flex;
	justify-content: space-between;
}
.temp_inr_group h4{
	font-size: 30px;
	font-weight: bold;
	color: #023378;
	padding-bottom: 20px;
}
.temp_txt{
	width: 45%;
}
.temp_txt p{
	padding-bottom: 20px;
	line-height: 1.7em;
}
.sec_btn{
	width: 100%;
	margin-bottom: 20px;
	padding:30px!important;
	line-height: 3.0em!important;

}

.introduction h4{
	font-size: 30px;
	font-weight: bold;
	color: #023378;
	padding-bottom: 20px;
	text-align: center;
}
.introduction{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.introduction h4{
	text-align: center;
	padding: 100px 0;
}
.intro_box{
	background: #000;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 20px;
	margin-bottom: 30px;
}
.intro_box h6{
	width: 45%;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.intro_box p{
	width: 55%;
	padding: 20px;
	line-height: 1.7em;
}
.intro01{
	background-image: url("../img/temp/bg_01.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 144px;
	padding: 10px;
	line-height: 6.0em;
}
.intro02{
	background-image: url("../img/temp/bg_02.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 144px;
	padding: 10px;
	line-height: 6.0em;
}
.intro03{
	background-image: url("../img/temp/bg_03.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 144px;
	padding: 10px;
	line-height: 6.0em;
}
.intro04{
	background-image: url("../img/temp/bg_04.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 144px;
	padding: 10px;
	line-height: 6.0em;
}


@media screen and (max-width: 1280px){
/* メイン */
.temp_wrap{
	width: 100%;
	margin: -50px auto 50px auto;
	background: #fff;
}
.temp_inr{
	width: 95%;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 100px;
}
.introduction{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 100px;
}
.temp_pic{
	width: 50%;
	}
	.temp_pic img{
		width: 100%;
	}
}
@media screen and (max-width: 815px){
.temp_inr_group{
	flex-direction:column;
}
.temp_pic{
	width: 100%;
	}
.temp_txt{
	width: 100%;
}
}
@media screen and (max-width: 414px){
/* サブタイトルbg */
h2{
	width: 100%;
	height: 100px;
	background-image: url("../img/temp/bg_subtit.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.temp_inr_group h4{
	font-size: 20px;
	font-weight: bold;
	color: #023378;
	padding-bottom: 20px;
}
.introduction h4{
	font-size: 20px;
	font-weight: bold;
	color: #023378;
	padding-bottom: 20px;
	text-align: center;
}
.introduction{
	padding-bottom: 100px;
}
.introduction h4{
	text-align: center;
	padding: 0 0 50px 0;
}
.intro_box{
	background: #000;
	color: #fff;
	flex-direction:column;
	align-items: center;
	border-radius: 20px;
	margin-bottom: 30px;
	padding: 20px;
	box-sizing: border-box;
}
.intro_box h6{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.intro_box p{
	width: 100%;
	padding: 18px;
	line-height: 1.7em;
}
.intro01{
	background-image: url("../img/temp/bg_01.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 144px;
	padding: 10px;
	line-height: 6.0em;
}
.intro02{
	background-image: url("../img/temp/bg_02.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 144px;
	padding: 10px;
	line-height: 6.0em;
}
.intro03{
	background-image: url("../img/temp/bg_03.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 144px;
	padding: 10px;
	line-height: 6.0em;
}
.intro04{
	background-image: url("../img/temp/bg_04.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 144px;
	padding: 10px;
	line-height: 6.0em;
}

}