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

/*section0*/
.sec0{
	background: #bfbfbf; 
	
}
.subttl{
	background: #000;
	padding-bottom: 100px;
}
/* サブタイトルbg */
h2{
	width: 100%;
	height: 300px;
	background-image: url("../img/offtime/subtitle.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
h4{
	margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	color: #023378;
	padding: 20px 0 0 0;
}

/* メイン */
.main_offtime{
	width: 100%;
	height: 531px;
	background-image: url("../img/offtime/bg_1.png");
	background-repeat: no-repeat;
}

.main_offtime p{
	width: 1200px;
	text-align: center;
	margin: -120px auto 100px auto;
}
.main_offtime ul{
	width: 1200px;
	margin: 0 auto;
}
.main_offtime ul li{
	margin: 30px 0 0 auto;
}
.charm{
	text-align: center;
}
.charm01{
	width: 100%;
	height: 531px;
	background-image: url("../img/offtime/bg_2.png");
	background-repeat: no-repeat;
	background-position: right;	
}
.charm01 .concept,.charm03 .distribution{
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}
.charm01 .concept h5,.charm03 .distribution h5{
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 50px
}
.charm01 .concept h5 img,.charm03 .distribution h5 img{
	vertical-align: middle;
	margin-right: 20px;
}
.charm01 .concept h5,.charm01 .concept p,.charm03 .distribution h5,.charm03 .distribution p{
	width: 50%;
	margin: 0 auto 0 0;
	text-align: left;
}
.charm01 .concept p,.charm02 .target p,.charm03 .distribution p{
	line-height: 1.7em;
	padding-bottom: 20px;
}

.charm02,.charm04{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 100px 0 0 0;
}
.charm02 table{
	width: 500px;
	border-collapse: collapse;
	text-align: left;
	margin: 20px 50px 30px 0;
}
.charm02 table tr th,.charm02 table tr td{
	border-bottom: 1px dotted;
	padding: 20px 0;
	font-size: 15px;
}
.charm02 table caption{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 0px;
	text-align: left;
}
.charm02 .target h5{
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 50px
}
.charm02 .target h5 img{
	vertical-align: middle;
	margin-right: 20px;
}
.charm02 .target h5,.charm02 .target p{
	margin: 0 0 0 auto;
	text-align: left;
}
.charm03{
	width: 100%;
	height: 531px;
	background-image: url("../img/offtime/bg_3.jpg");
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 100px;

}
.charm04{
	margin-top: -50px;
}
.charm04 p img{
	margin: 50px 50px 0 0;
}
.charm04 .media h5{
	font-size: 25px;
	font-weight: bold;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.charm04 .media h5 img{
	vertical-align: middle;
	margin-right: 20px;
}
.charm04 .media h5,.charm04 .media p{
	margin: 0 0 0 auto;
	text-align: left;
}

.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;
}
.off_wrap{
	display: block!important;
}
.off_wrap_sp{
	display: none!important;
}

@media screen and (max-width: 1700px){
.distribution p{
		width: 50%;
}
.charm03{
	width: 100%;
	height: 531px;
	background-image: url("../img/offtime/bg_3.jpg");
	background-repeat: no-repeat;
	background-position: right 60%;
	background-size: 750px 400px;
	padding-top: 100px;

}
	
}
@media screen and (max-width: 1500px){
.distribution p{
		width: 50%;
}
.charm03{
	width: 100%;
	height: 531px;
	background-image: url("../img/offtime/bg_3.jpg");
	background-repeat: no-repeat;
	background-position: right 60%;
	background-size: 650px 331px;
	padding-top: 100px;

}
}
@media screen and (max-width: 1380px){
.charm03{
	width: 100%;
	height: 531px;
	background-image: url("../img/offtime/bg_3.jpg");
	background-repeat: no-repeat;
	background-position: right 60%;
	background-size: 550px 331px;
	padding-top: 100px;

}
}
@media screen and (max-width: 1200px){
.main_offtime p{
	width: 100%;
	text-align: center;
	margin: -120px auto 100px auto;
}
.main_offtime ul{
	width: 100%;
	margin: 0 auto;
}
.charm01 .concept,.charm03 .distribution{
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
}
.charm02,.charm04{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 100px 0 0 0;
}
.charm01{
	width: 100%;
	height: 531px;
	background-image: url("../img/offtime/bg_2.png");
	background-repeat: no-repeat;
	background-position: right;	
	background-size: 500px 400px;
}
.charm03{
	width: 100%;
	height: 531px;
	background-image: url("../img/offtime/bg_3.jpg");
	background-repeat: no-repeat;
	background-position: right 60%;
	background-size: 500px 331px;
	padding-top: 100px;

}
.introduction{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
}

}
@media screen and (max-width: 1100px){
.off_wrap_sp{
	display: block!important;
}
.off_wrap{
	display: none!important;
}
	.off_wrap_sp{
		width: 95%;
		margin: 0 auto;
	}
h4{
	width: 95%;
	margin: 0 auto;
	font-size: 25px;
	font-weight: bold;
	color: #023378;
	padding: 20px 0 0 0;
}	
.off_wrap_sp h4{
	padding: 20px 0 100px 0;
}	
.main_offtime_sp{
	width: 100%;
	margin: -100px auto 100px auto;
}
.main_offtime_sp .sec_btn{
	width: 100%;
}
.charm01_sp .concept h5,.charm02_sp h5,.charm03_sp h5,.charm04_sp h5{
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 50px
}
.charm01_sp .concept h5 img,.charm02_sp h5 img,.charm03_sp h5 img,.charm04_sp h5 img{
	width: 30%;
	vertical-align: middle;
	margin-right: 20px;
}
	.charm01_sp p,.charm02_sp p,.charm03_sp p,.charm04_sp p{
		text-align: left;
	}
	.charm01_sp p img,.charm03_sp p img,.charm04_sp p img{
		width: 100%;
		margin-bottom: 30px;
	}
	.charm01_sp,.charm02_sp,.charm03_sp,.charm04_sp{
		margin-bottom: 80px;
		
	}	
.charm02_sp table{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin: 50px 50px 30px 0;
}
.charm02_sp table tr th,.charm02_sp table tr td{
	border-bottom: 1px dotted;
	border-top: 1px dotted;
	padding: 20px;
	font-size: 15px;
}
	.charm02_sp table tr th{
		border-right: 1px dotted;
	}
.charm02_sp table caption{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: left;
}
.charm04_sp h5{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	}

}
@media screen and (max-width: 414px){
/* サブタイトルbg */
h2{
	width: 100%;
	height: 100px;
	background-image: url("../img/offtime/subtitle.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
h4{
		font-size: 20px;
	}
.sec_btn{
		font-size: 16px;
		padding:30px 0 20px 0;
}
.main_offtime_sp{
	width: 100%;
	margin: -100px auto 50px auto;
}
.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: 25px;
	font-weight: bold;
	text-align: center;
}
.intro_box p{
	width: 100%;
	padding: 20px;
	line-height: 1.7em;
}
}

