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


.form_box{
	max-width: 750px;
	padding: 28px 48px;
	margin: 30px auto 50px;
	background: #fff;
	border: #28ae8d solid 2px;
	border-radius: 10px;
}

.prv_box{
	height: 250px;
	overflow: auto;
	background: #fff;
}

.sales_box{
	border-top:#666 solid 1px;
	padding: 19px;
}

.sales_box h3{
	margin-bottom: 10px;
}
.sales_box p{
	height: 100px;
	font-size: 14px;
	overflow: auto;
}

.prv_box h4{
	font-size: 20px;
	margin-bottom: 20px;
	text-align: left;
	padding-bottom: 5px;
}

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

.prv_sign{
	text-align: right;
	margin-bottom: 50px;
}

.subtop_title{
	font-size: 36px;
	text-align: center;
	color: #fff;
	padding: 20px 0;
}

.form_box h2{
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: #64e08d solid 2px;
	margin-bottom: 30px;
}

.form_box p{
	font-size: 16px;
	line-height: 1.5;
}

.fm_tel{
	background: #89ceff; /* Old browsers */
	background: linear-gradient(to bottom, #89ceff 0%,#0071bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	font-size: 40px;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 20px;
	color: yellow;
	border-radius: 15px;
}

.fm_time{
	color: #fff;
	font-size: 20px;
}

.form_box h4{
	
}

.mail_txt{
	text-align: center;
	font-size: 14px !important;
	line-height: 1.0 !important;
}

.buy_title{
	font-size: 1.3rem;
	line-height: 1,2;
	color: red;
	margin-bottom: 5px;
}

.buy_title_txt{
	font-size: 1.1rem;
	padding-bottom: 5px;
	margin-bottom: 40px;
	border-bottom: #999 solid 1px;
}


.by_li{
	line-height: 1.5;
}

.by_li span{
	font-size: 1.2rem;
	color: red;
	font-weight: bold;
}

.by_li li{
	margin-bottom: 20px;
}

.by_li li:last-child{
	margin-bottom: 50px;
}


/* point CSS */
.tubo_box{
	max-width: 1000px;
	margin: 30px auto 50px;
	background: #fff;
}

.kono_h2main{
	font-size:clamp(1.25rem, 0.956rem + 1.47vw, 1.875rem) ;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #0071bb solid 2px;
}

.kono_h2main span{
	font-size: clamp(1.875rem, 1.434rem + 2.21vw, 2.813rem);
	color: #0071bb;
}

.kono_pmain{
	font-size: 1.2rem;
	line-height: 2;
	margin-bottom: 20px;
}

.kono_pmain_att{
	font-size: 1.1rem;
	color: firebrick;
	line-height: 1;
	margin-bottom: 50px;
}

.kono_h3{
	max-width: 600px;
	font-size:clamp(1.25rem, 0.956rem + 1.47vw, 1.875rem) ;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
	background: #89ceff; /* Old browsers */
	background: linear-gradient(to bottom, #89ceff 0%,#0071bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 5px;
	border: #0071bb solid 3px;
}

.kono{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}

.kono li{
	list-style: none;
	margin:0 auto 20px;
}

.kono li a{
	width: 150px;
	font-size: 24px;
	display: block;
	text-decoration: none;
	text-align: center;
	background: #007ed6;
	padding: 20px 0;
	border-radius: 80px;
	color: #fff;
	font-weight: bold;
}

.kono_ill{
	margin-bottom: 30px;
}

.kono li a img{
	width: 80px;
	height: 80px;
	margin-bottom: 5px;
}

.kono_ill h4{
}

.kono_ill h4 img{
	width: 100%;
	height: auto;
}

.kono_sec{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
}

.kono_sec div{
	width: 45%;
	margin: 0 auto 50px;
	padding: 3%;
	border: #89ceff solid 2px;
	border-radius: 20px;
}

.kono_sec div h4{
	font-size: 1.8rem;
	padding-bottom: 5px;
	border-bottom: #0071bb solid 2px;
	margin-bottom: 15px;
}

.kono_sec div p{
	font-size: 1.25rem;
	line-height: 1.8;
}

.kono_sec div p img{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}

.to_shop{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.to_shop p{
	width: 40%;
	min-width: 280px;
	margin: 0 auto 50px;
}

.to_shop p a{
	display: block;
	padding: 2%;
	border: firebrick solid 3px;
	border-radius: 50px;
	text-align: center;
	font-size: clamp(1.125rem, 0.831rem + 1.47vw, 1.75rem);
	line-height: 1.3;
	background: red;
	color: yellow;
	font-weight: bold;
}

@media(max-width:900px){
	.tubo_box{
		margin: 30px 3% 50px;
	}
}


@media(max-width:600px){

	
	.form_box{
		max-width: 94%;
		padding: 20px 20px;
		margin: 0 3% 40px;
	}
	
	.subtop_title{
		font-size: 28px;
		text-align: center;
		color: #fff;
		padding: 20px 0;
	}
	
	.form_box h2{
		font-size: 24px;
		text-align: center;
	}
	
}
	
@media(max-width:480px){
	.fm_tel{
		font-size: 34px;
		padding: 10px 0;
	}
	
	.kono_sec div{
		width: 100%;
		min-width: none;
		margin: 0 auto 50px;
		padding: 3%;
		border: #89ceff solid 2px;
		border-radius: 20px;
	}
}


@media(max-width:414px){
	.form_box{
		max-width: 94%;
		padding: 20px 20px;
		margin: 0 3% 40px;
	}
	
	.fm_tel{
		font-size: 28px;
	}
	
	.fm_time{
		color: #fff;
		font-size: 18px;
	}
	
}


@media(max-width:375px){

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


	.subtop_title{
		font-size: 24px;
		text-align: center;
		color: #fff;
		padding: 20px 0;
	}
	
	.fm_tel{
		font-size: 20px;
	}
	
	.fm_time{
		color: #fff;
		font-size: 14px;
		font-weight: normal;
	}
	
	.mail_txt{
		font-size: 12px !important;
	}
}


