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

/* format CSS */
a{ 
	text-decoration:none;
}

.transion{ 
}

a:visited{}

a:hover{
	transition: 0.6s ease-in-out;
	opacity: .5;
}

strong {
	color: #000;
	text-decoration: underline;
}

.center{
	text-align: center;
}

.red{
	color: red !important;
	font-weight: bold !important;
}

em{
	font-style: normal;
	text-decoration: none !important;
}

.word_break0,.word_break,.word_break02{
	display: none;
}

@media(max-width:600px){
	.word_break0{
		display: inherit;
	}
}

@media(max-width:480px){
	.word_break{
		display: inherit;
	}
}

@media(max-width:375px){
	.word_break02{
		display: inherit;
	}
}

/* botton */	
.lp_btn{
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 50px;
	line-height: 1.0;
}

.lp_btn a{
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
	margin: 0 auto;
	font-size: 36px;
	border: #fff solid 3px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.9);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.9);
	box-shadow: 0px 0px 10px rgba(0,0,0,.9);
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

.lp_btn a span{
	font-weight: normal;
	font-size: 24px;
}

.lp_btn a:hover{
	opacity: .5;
}

.lp_btn a::after{
	content: '';
	width: 30px;
	height: 30px;
	border: 0px;
	border-top: solid 6px yellow;
	border-right: solid 6px yellow;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 4%;
	margin-top: -12px;
}

.lp_btn_color01{
	color: #fff;
	background: #ff1d25;
}

.lp_btn_color02{
	background: rgb(0,0,88);
	background: linear-gradient(180deg, rgba(0,0,88,1) 0%, rgba(33,33,33,1) 100%);
}

.btn_box{
	text-align: center;
	margin: 0 auto 50px;
}

.btn_cmt{
	text-align: center;
	line-height: 1.5;
	margin-bottom: 0;
}

@media(max-width:750px){

	
	.lp_btn{
		text-align: center;
		max-width: 94%;
		margin: 0 3%;
		padding: 0 0;
	}
	
	.btn_box{
		width: 94%;
		text-align: center;
		margin: 0 3% 40px;
	}

}

@media(max-width:600px){
	.lp_btn a{
		font-size: 30px;
	}
}


@media(max-width:375px){
	.lp_btn a{
		padding: 15px 0;
		margin: 0 auto;
		border-radius: 30px;
	}

		.lp_btn a span{
			font-size: 16px;
		}
	
	.lp_btn a::after{
		content: '';
		width: 26px;
		height: 26px;
		border: 0px;
		border-top: solid 5px yellow;
		border-right: solid 5px yellow;
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 4%;
		margin-top: -13px;
	}
	.btn_box{
		margin: 0 3% 20px;
	}
}

@media(max-width:320px){
	.lp_btn a{
		margin: 0 auto;
		font-size: 18px;
	}
	
	.lp_btn a span{
		font-size: 12px;
	}
	
	.lp_btn a::after{
		content: '';
		width: 18px;
		height: 18px;
		border: 0px;
		border-top: solid 5px yellow;
		border-right: solid 5px yellow;
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 4%;
		margin-top: -9px;
	}
}
/* botton */	

.pagewrap{
	width:100%;
	margin:0 auto;
}

/* header CSS */
header{
}

.top_header{
	background: url(../images/top_main.jpg) no-repeat center bottom;
	background-size: cover;
	height: 500px;
}

.sub_header{
	background: url(../images/subtop_main.jpg) no-repeat center center;
	background-size: auto;
	height: 200px;
}

.head_logo{
	position: absolute;
	z-index: 200;
	top: 0;
	left: 50;
}

.logo{
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}

.nv_effect{
	display:none;
}

nav{
	width:100%;
	margin: 0 auto;
	background:#0eb740;
	background:rgba(255,255,255,.85);
	box-shadow: 0px 3px 5px rgba(0,0,0,.4);
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
}

nav ul{
	max-width: 900px;
	margin: 5px auto 10px;
	padding: 0;
	display: flex;
	flex-flow: row;
	align-items: flex-end;
	z-index: 0;
}

nav li{
	list-style: none;
}

nav li:first-child{
	margin-right: auto;
}

nav li a{
	display: block;
	color: #4d4d4d;
	line-height: 1.0;
}

.top_contact{
	padding: 6px 10px;
}

.top_buy{
	padding: 5px 10px;
	border: #fff solid 1px;
	color: #fff;
	font-weight: normal;
	background: #89ceff; /* Old browsers */
	background: linear-gradient(to bottom, #89ceff 0%,#0071bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0px 3px 5px rgba(0,0,0,.4);
	border-radius: 4px;
}

.tel-link a{
	text-decoration: underline !important;
}

/* toppage header fof smp */
@media(max-width:750px){
	
	.pagewrap{
	}
	
	.top_header{
		width: 100%;
		background: url(../images/top_main_750.jpg) no-repeat center bottom;
		background-size: cover;
		height: 300px;
	}
	
	nav ul{
		max-width: none;
		width: 94%;
		margin: 10px 3%;
	}

	.logo{
		max-width: none;
		width: 94%;
		margin: 0 3%;
	}

}

@media(max-width:480px){
	.top_header{
		width: 100%;
		background: url(../images/top_main_480.jpg) no-repeat center bottom;
		background-size: cover;
	}

}

@media(max-width:414px){
	.logo img{
		width: 120px;
		height: 120px;
	}
}

@media(max-width:375px){
	.logo img{
		width: 100px;
		height: 100px;
	}
}

@media(max-width:320px){
	.top_header{
		height: 200px;
	}
	
	.logo img{
		width: 80px;
		height: 80px;
	}
	
	nav li img{
		width: auto;
	}
	
	nav li a{
		font-size: 13px;
	}
}

main{
	margin-bottom: 150px;
}

.main_catch{
	width: 100%;
	margin: 0 auto ;
	padding: 40px 0 50px;
	background: #89ceff; /* Old browsers */
	background: linear-gradient(to bottom, #89ceff 0%,#0071bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: relative;
}

/*.main_catch::after{
	content: "";
	position: absolute;
	bottom: -60px;
	left: 50%;
	border-top: 30px solid #0071BB;
	border-bottom: 30px solid transparent;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	margin-left: -70px;
}*/

.top_maincatch{
	text-align: center;
	padding: 12px 0 7px;
	margin: 0 auto;
}

.top_maincatch02{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 65px;
	text-align: center;
	margin: 0 auto 10px;
	color: #fff;
	line-height: 1.0;
	font-weight: bolder;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}

.top_maincatch02_spn{
	display:inline-block;
	font-size: 30px;
	padding-left: 10px;
	text-shadow: none;
}

.top_maincatch03{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 38px;
	text-align: center;
	margin: 0 auto;
	color: yellow;
	font-weight: bolder;
}

.copy_box{
	position: relative;
	max-width: 1200px;
	margin: 0 auto 50px;
	padding: 0 50px;
	display: flex;
	flex-flow: row;
	justify-content:space-between;
}

.copy_box_inner{
	width: 32%;
	text-align: center;
	font-size: 26px;
	line-height: 1.5;
	border: #fff solid 3px;
	box-shadow: 0 3px 10px 5px rgba(0,0,0,.2);
	border-radius: 20px;
	padding: 25px 5px; 
	color: #fff;
}

.copy_box_spn{
	font-size: 20px;
	font-weight: normal;
}

.copy_box_bg01{
	background: #31bcff; /* Old browsers */
}

.copy_box_bg02{
	background: #31bc2f; /* Old browsers */
}

.copy_box_bg03{
	background: #ff8bd2; /* Old browsers */
}


.mv_catch{
	color: #fff;
	font-size: 40px;
	padding: 10px 0;
	margin: 0 auto 30px;
	text-align: center;
	background: #64e08d; /* Old browsers */
	background: radial-gradient(ellipse at center, #64e08d 0%,#28ae8d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.mv{
	max-width: 600px;
	width: 100%;
	aspect-ratio: 16/9;
	margin: 0 auto 20px;
}

.mv iframe {

}


@media(max-width:900px){
	.copy_box{
		padding: 0 20px;
	}
	
	.top_maincatch02{
		font-size: 45px;
	}

	.top_maincatch02_spn{
		font-size: 24px;
	}
	
	.top_maincatch03{
		font-size: 30px;
	}
}

@media(max-width:750px){
	.top_maincatch02{
		font-size: 40px;
	}

	.top_maincatch02_spn{
		font-size: 20px;
	}
	
	.top_maincatch03{
		font-size: 26px;
	}
	.copy_box{
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto 40px;
		padding: 0 0;
	}
	
	.copy_box_inner{
		width: 45%;
		margin:0 2.5% 30px;
	}
}

@media(max-width:600px){
	.top_maincatch02{
		font-size: 50px;
	}

	.top_maincatch02_spn{
		font-size: 26px;
	}
	
	.top_maincatch03{
		font-size: 34px;
	}
	.mv_catch{
		margin: 0 auto 0;
	}
	
	.mv_catch img{
		width: 40px;
		height: 40px;
	}
}

@media(max-width:480px){
	.main_catch{
		width: 100%;
		padding: 10px 0 10px;
	}
		.top_maincatch02{
		font-size: 42px;
	}

	.top_maincatch02_spn{
		font-size: 26px;
	}
	
	.top_maincatch03{
		font-size: 30px;
	}
	.copy_box_inner{
		width: 48%;
		margin: 0 1% 30px;
		font-size: 16px;
	}
}

@media(max-width:414px){
	.top_maincatch02{
		font-size: 35px;
	}
	.top_maincatch03{
		font-size: 24px;
	}

	.copy_box{
		flex-wrap: wrap;
		flex-direction: column;
		margin: 0 auto 0;
	}
	
	.copy_box_inner{
		width: 90%;
		margin: 0 auto 30px;
	}
	
	.mv_catch {
		font-size: 32px;
	}
}

@media(max-width:375px){
	.top_maincatch02{
		font-size: 28px;
	}

	.top_maincatch02_spn{
		font-size: 20px;
	}
	
	.top_maincatch03{
		font-size: 21px;
	}
	.mv_catch {
		font-size: 24px;
	}
}

@media(max-width:320px){
	.top_maincatch02{
		font-size: 24px;
	}
	.top_maincatch03{
		font-size: 19px;
	}
}

/* contents */
.box_format01{
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 0 50px;
}

.sec01_h2{
	font-size: 36px;
	line-height: 1.1;
	margin-bottom: 30px;
	color: #000;
}

.sec01_h2 span{
	font-weight: normal;
	font-size: 24px;
}

.sec01_h3{
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 30px;
	color: #0071bb;
}

.sec01_img{
	float: right;
	margin-left: 50px;
}

.sec01_txt,.sec02_txt{
	font-size: 20px;
	line-height: 1.5;
}

.kaidoku_txt{
	padding: 20px;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.sec01_txt img,.sec02_txt img{
	margin-top: 15px;
	box-shadow: 0px 3px 5px rgba(0,0,0,.4);
}

@media(max-width:750px){
	.box_format01{
		max-width: none;
		width: 94%;
		margin: 0 3% 50px;
		padding: 0 0;
	}
}

@media(max-width:600px){
	.sec01_h2{
		font-size: 30px;
		text-align: center;
	}
}


@media(max-width:480px){
	.main_catch{
		margin: 0 auto;
	}
	.main_catch::after{
		bottom: -40px;
		left: 50%;
		border-top: 20px solid #0071BB;
		border-bottom: 20px solid transparent;
		border-left: 60px solid transparent;
		border-right: 60px solid transparent;
		margin-left: -60px;
	}
	
	.sec01_h2{
	}
	
	.sec01_h2 span{
		font-size: 14px;
	}
	
	.sec01_h3{
		font-size: 24px;
		text-align: center;
		margin-bottom:30px;
	}
	
	.sec01_txt{
		font-size: 15px;
	}
	
	.sec01_img{
		width: 50%;
		height: auto;
		float: none;
		clear: both;
		display: block;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
	}
}

@media(max-width:414px){
	
}

@media(max-width:375px){
	.sec01_h2{
		font-size: 24px;
	}

	.sec01_h3{
		font-size: 20px;
	}
}

@media(max-width:320px){
	.sec01_h2{
		font-size: 22px;
	}

	.sec01_h3{
		font-size: 18px;
	}
}
.box_format02{
	width: 100%;
	background: #ffffee;
	padding: 0 0 50px 0;
}

.sec02_catch{
	color: #fff;
	font-size: 60px;
	padding: 40px 0;
	margin-bottom: 50px;
	text-align: center;
	background: #64e08d; /* Old browsers */
	background: radial-gradient(ellipse at center, #64e08d 0%,#28ae8d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sec02_catch img{
	margin-bottom: 20px;
}

.sec02_h3{
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 15px;
	color: #28ae8d;
	text-align: center;
}

.sec02_h3 span{
	font-size: 20px;
	font-weight: normal;
}

.sec02_mj{
	width: 45%;
	text-align: center;
	border: red solid 1px;
	background: #fff;
	font-size: 20px;
	padding: 10px 0;
	margin: 0 auto 10px;
	line-height: 1.5;
	color: red;
	border-radius: 5px;
}

.sec02_mj a{
	color: red;
	text-decoration:underline;
}

.sec02_mj a:visited{
	color: red;
	text-decoration:underline;
}

.spec_box{
	margin-bottom: 50px;
	display: flex;
	flex-flow: row;
	justify-content: center;
}

.spec_box_inner{
	width: 32%;
	margin-right: 2%;
	text-align: center;
}

.spec_box_inner:last-child{
	margin-right: 0;
}

.spec_box_inner h4{
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 30px;
}

.spec_box_inner h4 img{
	margin-bottom: 30px;
}

.spec_box_inner p{
	font-size: 18px;
	line-height: 1.2;
}

.spec_box_inner em{
	font-style: normal;
	font-weight: bold;
	color: red;
}

.spec_box_inner p span{
	display: block;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.1 !important;
}

.sec02_hikakku{
	border: #f05a24 solid 2px;
	padding: 28px;
	background: #fff;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 50px;
	border-radius: 5px;
}

.sec02_hikakku h4{
	color: #f05a24;
	font-size: 22px;
	margin-bottom: 20px;
}

.sec02_h4{
	width: 40%;
	background: #f05a24;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	display: inline-block;
	font-size: 24px;
	margin-bottom: 20px;
	border-radius: 5px;
}

@media(max-width:750px){
	
	.spec_box_inner h4{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.sec02_txt img{
		width: 100%;
		height: auto;
	}
}

@media(max-width:600px){
	
	.spec_box_inner h4{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.sec02_h4{
		width: 50%;
		font-size: 20px;
	}
	.sec02_mj{
		width: 65%;
		font-size: 20px;
	}
	.sec02_mj02{
		width: 65%;
	}
}

@media(max-width:480px){
	.sec02_catch{
		font-size: 45px;
	}
	
	.spec_box{
		margin-bottom: 50px;
		display: flex;
		flex-flow: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.spec_box_inner{
		width: 50%;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.sec02_txt{
		font-size: 16px;
	}
	
	.sec02_hikakku{
		padding: 18px;
	}
	
	.sec02_hikakku h4{
		text-align: center;
		line-height: 1.2;
	}
	
	.sec02_h3{
		font-size: 30px;
	}
	
	.sec02_mj,.sec02_mj02{
		width:90%;
	}
	
	.sec02_h4{
		width: 100%;
		background: #f05a24;
		color: #fff;
		padding: 10px 0;
		text-align: center;
		display: inline-block;
		font-size: 20px;
		margin-bottom: 20px;
		border-radius: 5px;
	}
}

@media(max-width:414px){
	
	.spec_box_inner:last-child{
		margin-bottom: 0;
	}
	.sec02_catch{
		font-size: 30px;
	}

	.sec02_txt{
		font-size: 15px;
	}
	
	.sec02_hikakku{
		padding: 18px;
	}
	
	.sec02_hikakku h4{
	}
	
	.sec02_h3{
		font-size: 24px;
	}
	
	.sec02_mj,.sec02_mj02{
		width: 100%;
	}	
	.sec02_h4{
		width: 100%;
		background: #f05a24;
		color: #fff;
		padding: 10px 0;
		text-align: center;
		display: inline-block;
		font-size: 20px;
		margin-bottom: 20px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
}

@media(max-width:375px){
	
	.spec_box_inner h4{
		font-size: 16px;
	}
	
	.sec02_h4{
		width: 100%;
		background: #f05a24;
		color: #fff;
		padding: 10px 0;
		text-align: center;
		display: inline-block;
		font-size: 20px;
		margin-bottom: 20px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
}

@media(max-width:320px){

	.spec_box_inner:last-child{
		margin-bottom: 0;
	}
	
	.spec_box_inner p{
		font-size: 15px;
		line-height: 1.2;
	}
}

.box_format03{
	max-width: 900px;
	margin: 0 auto 150px;
	padding-bottom: 50px;
	background: #fff;
}

.lineup_box{
	display: flex;
	flex-flow: row;
	margin:0 0 50px 0;
}

.lineup_box02{
	display: flex;
	flex-flow: row-reverse;
	margin:0 0 50px 0;
}

.lineup_box:last-child,.lineup_box02:last-child{
	margin-bottom: 0;
}

.lineup_pht{
	width: 50%;
}

.lineup_pht img{
	width: 100%;
	height: auto;
}

.price{
	width: 50%;
	text-align: center;
}

.price h3{
	font-size: 18px;
	margin-bottom: 20px;
}

.price h3 span{
	font-size: 30px;
	margin-left: 15px;
	color: red;
}

.price h3 img{
	margin-bottom: 20px;
}

.price p{
	width: 75%;
	margin: 0 auto 20px;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
	border: #000 solid 1px;
}

.price p span{
	font-size: 14px;
}

.price h4{
	font-size: 18px;
	margin-bottom: 20px;
}

.price h4 span{
	font-size: 30px;
	margin-left: 15px;
	color: red;
}

@media(max-width:750px){
	.lineup_box,.lineup_box02{
		width: 94%;
		margin: 0 3% 50px;
	}
	
	.lineup_pht{
		margin-top: 30px;
	}
	
	.price p{
		width: 90%;
	}
}

@media(max-width:600px){
	.price p{
		font-size: 18px;
	}
}

@media(max-width:480px){
	.lineup_pht{
		width: 80%;
		margin: 0 auto;
	}

	.price{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.lineup_box{
		display: flex;
		flex-flow: row;
		flex-direction: column;
	}
	
	.lineup_box02{
		flex-flow: row;
		flex-direction: column;
	}
	
	.price h3 img{
		margin-top: -30px;
		margin-bottom: 20px;
	}
}

.box_format04{
	max-width: 900px;
	margin: 0 auto;
	padding: 0 50px 50px;
	background: #64e08d; /* Old browsers */
	background: linear-gradient(to bottom, #64e08d 0%,#28ae8d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sec03_logo{
	text-align: center;
	margin-bottom: 40px;
}

.sec03_logo img{ 
	margin-top: -100px;
}

.sec03_h2{
	font-size: 40px;
	color: #fff;
	margin-bottom: 15px;
}

.sec03_box{
	border: #f6921e solid 4px;
	padding: 26px;
	margin-bottom: 50px;
	background: #fff;
	border-radius: 10px;
}

.sec03_box:last-child{
	margin-bottom: 0;
}

.sec03_qa{}

.sec03_qa dt{
	font-size: 24px;
	line-height: 1.0;
	margin-bottom: 20px;
}

.sec03_qa dt img{
	margin-top: -5px;
	margin-right: 5px;
}

.sec03_qa dd{
	font-size: 18px;
	line-height: 1.5;
	padding: 0;
	margin-bottom: 50px;
}

.sec03_qa dd:last-child{
	margin-bottom: 0;
}

.sec03_qa dd img{
	float:left;
	margin-right: 20px;
}

.sec03_box_att{
	height: 300px;
	overflow: auto;
	border-bottom: #999 solid 1px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.sec03_box_att ol{
	margin-bottom: 50px;
	
}

.sec03_box_att li{
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 16px;
}


.sec03_box h3{
	color: red;
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.sec03_box_st{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}

@media(max-width:750px){
	.box_format04{
		max-width: none;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 50px;
		background: #64e08d; /* Old browsers */
		background: linear-gradient(to bottom, #64e08d 0%,#28ae8d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	
	.sec03_box{
		width: 90%;
		margin: 0 auto;
		border: #f6921e solid 4px;
		padding: 26px;
		margin-bottom: 50px;
		background: #fff;
		border-radius: 10px;
	}
	
	.sec03_h2{
		text-align: center;
	}
	
	.sec03_logo{
		margin-bottom: 20px;
	}

	.sec03_logo img{ 
		margin-top: -100px;
	}
}

@media(max-width:600px){
	.sec03_box{
		width: 94%;
		margin: 0 auto;
		border: #f6921e solid 4px;
		padding: 16px;
		margin-bottom: 50px;
		background: #fff;
		border-radius: 10px;
	}
}

@media(max-width:480px){
	.sec03_h2{
		font-size: 36px;
	}
	
	.sec03_qa dt{
		text-align: center;
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	.sec03_qa dt img{
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.sec03_qa dd{
		font-size: 16px;
		margin-left: 0;
	}
	
	.sec03_qa dd img{
		float:none;
		clear: both;
		margin-right: 0;
		margin-left: 40%;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.sec03_box h3{
		font-size: 24px;
		margin-bottom: 10px;
		text-align: center;
	}
}

@media(max-width:414px){
	.sec03_h2{
		font-size: 30px;
	}
	
	.sec03_qa dt{
		font-size: 22px;
	}
}

@media(max-width:375px){
	.sec03_h2{
		font-size: 24px;
	}
	
	.sec03_box h3{
		font-size: 20px;
		margin-bottom: 10px;
		text-align: center;
	}
}

@media(max-width:320px){
	.sec03_box h3{
		font-size: 16px;
		margin-bottom: 10px;
		text-align: center;
	}

	.sec03_box_st{
		font-size: 15px;
	}

	.sec03_box li{
		font-size: 14px;
	}
}

.box_format05{
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
}

.sec04_h2{
	font-size: 60px;
	padding: 40px 0 20px;
	margin-bottom: 0;
	text-align: center;
}

.sec04_h2 img{
	margin-bottom: 30px;
}

.sec04_box{}
.sec04_box h3{
	font-size: 24px;
	margin-bottom: 15px;
}

.sec04_box table{
	width: 100%;
	margin-bottom: 50px;
}

.sec04_box table th{
	padding: 10px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	border: #666 solid 1px;
	background: #c4f3d4;
}

.sec04_box table td{
	padding: 10px;
	font-size: 16px;
	line-height: 1.5;
	border: #666 solid 1px;
}

.sec04_box table td a{
	color: #0071bb;
	text-decoration: underline;
	font-weight: bold;
}

@media(max-width:750px){
	.box_format05{
		max-width: none;
		width: 94%;
	}
}

@media(max-width:600px){
	.sec04_box table th{
		font-size: 16px;
	}
}

@media(max-width:480px){
	.sec04_h2{
		font-size: 50px;
	}
	.sec04_box table th{
		width: 35%;
		padding: 5px;
		font-size: 14px;
		line-height: 1.1;
	}
	
	.sec04_box table td{
		padding: 5px;
		font-size: 14px;
		line-height: 1.1;
	}
}

@media(max-width:375px){
	.sec04_h2{
		font-size: 36px;
	}
}

@media(max-width:320px){
	.sec04_box table th{
		width: 36%;
		font-size: 13px;
	}
	
	.sec04_box table td{
		font-size: 12px;
	}
}

/* footer CSS */
footer{
	width:100%;
	margin: 0 auto;
	background: #89ceff; /* Old browsers */
	background: radial-gradient(ellipse at center, #89ceff 0%,#0071bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	color: #fff;
}

.ft_logo{
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
}

.ft_logo img{ 
	margin-top: -100px;
}

#footerbox{
	max-width: 900px;
	margin: 0 auto;
	padding: 0 50px 50px;
	text-align: center;
}

#footerbox h2{
	color: yellow;
	font-size: 36px;
	margin-bottom: 30px;
}

#footerbox h3 a{
	display: block;
	font-size: 36px;
	color: #fff;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: #fff solid 2px;
}
#footerbox h3 span{
	font-size: 20px;
	color: #fff;
	font-weight: normal;

}

#footerbox h4{
	padding-left: 20px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 30px;
	color: #fff
}

#footerbox h4 a{
	color: yellow;
	text-decoration: underline;
	font-weight: bold;
}

#footerbox h6{
	font-size: 16px;
	font-weight: normal;
}

.ft_btn{
	text-align: center;
	max-width: 800px;
	margin: 0 auto 30px;
	padding: 0 50px;
	line-height: 1.0;
}

.ft_btn a{
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
	margin: 0 auto;
	font-size: 36px;
	border: #fff solid 3px;
	color: #000;
	background: #ffd912;
	box-shadow: 0px 0px 10px rgba(0,0,0,.9);
	border-radius: 40px;
}

.ft_btn a:hover{
	opacity: .5;
}

.ft_btn a::after{
	content: '';
	width: 30px;
	height: 30px;
	border: 0px;
	border-top: solid 6px red;
	border-right: solid 6px red;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 4%;
	margin-top: -15px;
}

.smp_dsp{
	display: none;
}

.dsp{
	display: inherit;
}

/* footer for smp */
@media(max-width:750px){

	#footerbox{
		max-width: 94%;
		padding: 50px 3%;
	}
}

@media(max-width:600px){
	.ft_btn{
		text-align: center;
		max-width: none;
		width: 90%;
		margin: 0 5% 30px;
		padding: 0 0;
		line-height: 1.0;
	}
}

@media(max-width:480px){
	
	#footerbox h2{
		font-size: 30px;
	}
	
	#footerbox h4{
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 30px;
	}
}

@media(max-width:414px){
	.ft_logo img{ 
		margin-top: -80px;
	}
	
	#footerbox h2{
		font-size: 24px;
	}
	
	#footerbox h4{
		font-size: 18px;
	}
	
	.ft_btn a{
		font-size: 30px;
	}
}

@media(max-width:375px){
	.ft_btn a{
		font-size: 24px;
	}
	
	#footerbox h4{
		font-size: 16px;
	}
}

@media(max-width:320px){

	
	#footerbox h2{
		font-size: 20px;
	}
	
	#footerbox h3 a{
		display: block;
		font-size: 30px;
		color: #fff;
		margin-bottom: 30px;
		padding-bottom: 20px;
		border-bottom: #fff solid 2px;
	}
	
	#footerbox h4{
		font-size: 14px;
	}
	
	.ft_btn a{
		font-size: 24px;
	}
	
	.ft_btn a::after{
		content: '';
		width: 24px;
		height: 24px;
		border: 0px;
		border-top: solid 5px red;
		border-right: solid 5px red;
		top: 50%;
		right: 4%;
		margin-top: -12px;
	}
	
	#footerbox h6{
		font-size: 12px;
		font-weight: normal;
	}

}

.imgbox img{
	width: 100%;
	height: auto;
}

/* common CSS */
.mgb00{margin-bottom:0 !important;}
.mgb10{margin-bottom:10px;}
.mgb20{margin-bottom:20px;}
.mgb30{margin-bottom:30px;}
.mgb40{margin-bottom:40px;}
.mgb50{margin-bottom:50px;}
.mgb100{margin-bottom:100px;}

.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0.9em;
}

.pagetop a {
	background: #28ae8d; /* Old browsers */
    border: #fff solid 2px;
    text-decoration: none;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
	font-weight: bold;
    display: block;
    border-radius: 6px;
}

.pagetop a:hover {
opacity: .5;
}


.clr{clear:both !important;}
