@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ /
/ FAQ
/ よくあるご質問
/ ++++++++++++++++++++++++++++++++++++++++++++++++++ */
#cont {
	color: #000;
}
#cont > section {
	padding-bottom: 0;
}
#cont > section:after {
	content: "";
	display: block;
	clear: both;
}
#cont > section h2 {
	font-size: 22px;
}
#cont > section h2:before,
#cont > section h2:after {
	content: "";
	width: 24px;
	height: 0;
	border-top: solid 1px;
	display: inline-block;
	vertical-align: baseline;
}
#cont > section h2:before {
	margin-bottom: 15px;
}
#cont > section h2:after {
	margin-top: 15px;
}
#cont > section .box {
	font-size: 14px;
	line-height: 2;
}
#cont > section dl.box {
	padding-left: 35px;
	position: relative;
}
#cont > section .box dd {
	color: #ff4848;
	margin-top: 10px;
}
#cont > section .box dd + dt {
	margin-top: 33px
}
#cont > section .box dt:before,
#cont > section .box dd:before {
	left: 0;
	color: #fff;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	display: block;
	font-size: 16px;
	position: absolute;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-family: 'Poppins', sans-serif;
}
#cont > section .box dt:before {
	content: "Q";
	background: #c1bbb6;
}
#cont > section .box dd:before {
	content: "A";
	background: #ff4848;
}
@media screen and (min-width:966px){
	#cont {
		padding-top: 17px;
	}
	#cont:after {
		content: "";
		display: block;
		clear: both;
	}
	#cont > section {
		float: right;
		width: 675px;
		padding-right: 27px;
		margin-left: calc(100vw - 1000px);
	}
	#cont > section:first-child {
		padding-top: 40px;
	}
	#cont > section h2 {
		float: left;
	}
	#cont > section .box {
		margin-left: 130px;
	}
	#cont #faq_other {
		padding-bottom: 150px;
	}
	#cont #faq_other .roundLink a {
		margin-left: 0;
	}
}
@media screen and (max-width:965px){
	#cont > section h2 {
		margin-bottom: 30px;
	}
	#cont #faq_other {
		padding-bottom: 100px;
	}
	#cont #faq_other .roundLink {
		padding-top: 35px;
	}
}