@charset "UTF-8";
/* common */
#header {
	width: 100%;
	height: 115px;
	border: dotted #000;
	border-width: 0 0 1px;
	background: #fff;
}
#header .inner {
	height: 107px;
}
#header .inner h1 {
	padding-top: 28px;
}
#header .inner .navi {
	position: absolute;
	top: 5px;
	left: 120px;
}
#header .inner .navi li {
	float: left;
	height: 97px;
	padding: 0 2px;
	border-left: dotted 1px #000;
}
#header .inner .navi li:last-child {
	border-right: dotted 1px #000;
}
#header .inner .sns {
	position: absolute;
	top: 20px;
	right: 0;
}
#header .inner .sns li {
	float: left;
	padding-left: 10px;
}
#header .inner .sns li a img {
	width: 29px;
	height: 29px;
}
#header .inner .corp {
	position: absolute;
	top: 77px;
	right: 0;
}
#title {
	width: 100%;
	height: 139px;
	background: url(../img/second/bg_ttl.png) repeat-x;
}
#title .inner h2 {
	text-align: center;
}
#content {
	width: 100%;
	background: url(../img/common/bg_pattern.png) repeat;
}
#content .inner {
	padding: 40px 0 90px;
}
#appl {
	box-sizing: border-box;
	width: 100%;
	height: 120px;
	padding-top: 30px;
	background: #fff;
}
#appl .inner .btn-appl {
	box-sizing: border-box;
	width: 300px;
	height: 60px;
	margin: 0 auto;
	padding: 5px;
	background: url(../img/home/bg_btn_y.png);
}
#appl .inner .btn-appl p {
	width: 100%;
	height: 100%;
	background-color: #feed06;
	background-image: url(../img/home/bg_btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	transition: 0.3s;
}
#appl .inner .btn-appl p:hover {
	background-color: #fff683;
}
#appl .inner .btn-appl p a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
#footer {
	background-color: #f7f5f5;
}
/* faq */
#faq {
	width: 944px;
	margin: 0 auto;
	padding: 18px;
	background: #f1f1f1;
	border-radius: 2px;
}
#faq .inner {
	width: 892px;
	padding: 26px;
	background: #fff;
}
#faq .inner .question {
	padding: 55px;
	background-image: url(../img/faq/bg_question_top.png), url(../img/faq/bg_question_bottom.png);
	background-position: left top, left bottom;
	background-repeat: no-repeat, no-repeat;
}
#faq .inner .question .ttl {
	margin-bottom: 12px;
	color: #cf0073;
	font-size: 18px;
}
#faq .inner .question dl {
	margin-bottom: 10px;
}
#faq .inner .question dt {
	width: 782px;
	min-height: 21px;
	padding: 4px 0 0 32px;
	background: url(../img/faq/icon_q.png) no-repeat;
	box-sizing: border-box;
	color: #027795;
	font-size: 14px;
	cursor: pointer;
}
#faq .inner .question dt:hover {
	text-decoration: underline;
}
#faq .inner .question dd {
	width: 750px;
	margin: 10px 0 20px 32px;
	padding: 0 0 0 32px;
	background: url(../img/faq/icon_a.png) no-repeat;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	display: none;
}
#faq .inner .question hr {
	width: 782px;
	margin: 20px 55px 20px 0;
	padding: 0;
	border: 0;
	border-bottom: 1px dotted #000;
	clear: both;
}