@charset "UTF-8";



/* ----------------------------------------------------------------------------------- section1 */
#contents .section1 .faq .strong ul{
	padding: 10px 0 20px;
	font-size: 18px;
}
#contents .section1 .faq .strong ul li{
	width: 300px;
}
@media screen and (max-width: 480px) {
	#contents .section1 .faq .strong ul li{
		width: auto;
	} }

#contents .section1 .faq .strong .txt{
	float: right;
	width: 750px;
	font-size: 14px;
}

/* ----------------------------------------------------------------------------------- section3 */
#contents .section3 h3{
	margin: 0 0 40px;
}
#contents .section3 .box{
	display: table;
	width: 100%;
	line-height: 1.3;
}
#contents .section3 .box > div{
	box-sizing: border-box;
	display: table-cell;
	background-color: #ffffff;
	border: 1px solid #FBD6D5;
	padding: 30px 35px;
	width: 500px;
}
@media screen and (max-width: 480px) {
	#contents .section3 .box > div{
		display: inherit;
		width: 100%;
	} }
#contents .section3 .box > div + div{
	border-left: none;
}
@media screen and (max-width: 480px) {
	#contents .section3 .box > div + div{
		border-left: 1px solid #FBD6D5;
		border-top: none;
	} }

#contents .section3 .box h4{
	display: inline-block;
	box-sizing: border-box;
	background-color: #484866;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 0 0 40px;
	padding: 7px 0 0;
	width: 200px;
	height: 40px;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
}
#contents .section3 .box ul{
	text-align: left;
	color: #484866;
}
#contents .section3 .box ul li{
	margin: 0 0 15px;
	padding: 0 0 0 0.5em;
	text-indent: -0.5em;
}
#contents .section3 .img{
	margin: 0 0 55px;
}
@media screen and (max-width: 480px) {
	#contents .section3 .img img{
		width: 100%;
		height: auto;
	} }

#contents .order_list{
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
	#contents .order_list{
		display: inherit;
	} }	
#contents .order_list li{
	width: calc((100% - 4px) / 2);
	background: #ffffff;
	padding: 10px;
	box-sizing:border-box;
	color: #EA524D;
    line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: center;
}	
@media screen and (max-width: 480px) {
	#contents .order_list li{
		width: 100%;
		margin: 4px 0;
	} }	