@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	faq.css
*/
.faq .nav-faq a {
	color: #f00;
}
.faq .body {
	padding-top: 40px;
}
.faq .body .heading {
	margin-bottom: 40px;
}

/*============================================================
	ページ送り
*/
.faq .body .pager:after {
	content: '';
	display: block;
	clear: both;
}
.faq .body .pager span,
.faq .body .pager a {
	display: table;
	float: left;
	margin-right: 5px;
	width: 30px; height: 30px;
	border: 1px solid #666;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.faq .body .pager a:hover {
	border-color: #e00;
	background-color: #e00;
}
.faq .body .pager span,
.faq .body .pager a.current {
	border-color: #333;
	color: #666;
	cursor: default;
}
.faq .body .pager a.current {
	background-color: #333;
}

/*============================================================
	ボタン
*/
.faq .body .btn-form button,
.faq .body .btn-form a {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	background-color: #c00;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.faq .body .btn-form button:hover,
.faq .body .btn-form a:hover {
	background-color: #e00;
}
.faq .body .btn-back button {
	background-color: #555;
}
.faq .body .btn-back button:hover {
	background-color: #666;
}

/*============================================================
	質問リスト
*/
.faq .body .index {
	padding: 0 0 60px 0;
}
.faq .body .index .table-primary {
	padding: 15px 0;
	width: 100%;
}
.faq .body .index .table-primary div {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	font-size: 14px;
	line-height: 1.3;
}
.faq .body .index .table-primary .title {
	padding-left: 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
}
.faq .body .index .table-primary .name {
	width: 240px;
}
.faq .body .index .table-primary .btn {
	width: 230px;
	vertical-align: middle;
}
.faq .body .index .table-primary .btn a {
	padding: 10px 0 12px 0;
	font-size: 14px;
}

/*============================================================
	ご質問フォーム
*/
.faq .body .form {
	padding: 40px 0 60px 0;
	background-color: #333;
}
.faq .body .form .heading {
	margin-bottom: 0;
}
.faq .body .form .frame {
	margin-top: 30px;
	padding: 30px 30px 40px 30px;
	background-color: #222;
}
.faq .body .form dl {
	display: table;
	width: 100%;
}
.faq .body .form dl dt,
.faq .body .form dl dd {
	display: table-cell;
	vertical-align: top;
}
.faq .body .form dl dt span:before {
	content: '';
	display: inline-block;
	width: 0; height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #f00;
}
.faq .body .form dl dt {
	width: 90px;
	font-size: 14px;
	line-height: 1.2;
}

/*============================================================
	入力画面
*/
.faq .body .form .form-input dl {
	padding-bottom: 10px;
}
.faq .body .form .form-input dl dt {
	padding-top: 8px;
}
.faq .body .form .form-input dl dd input,
.faq .body .form .form-input dl dd textarea,
.faq .body .form .form-input dl dd .select {
	width: 100%;
}
.faq .body .form .form-input dl.lcol {
	float: left;
	padding-right: 20px;
	width: 50%;
}
.faq .body .form .form-input dl.rcol {
	float: right;
	width: 50%;
}
.faq .body .form .form-input .alert {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.2;
	color: #f00;
}
.faq .body .form .form-input .btn-form {
	margin: 0 auto;
	margin-top: 20px;
	width: 320px;
}

/*============================================================
	確認画面
*/
.faq .body .form .form-confirm {
}
.faq .body .form .form-confirm dl {
	border-top: 1px solid #666;
}
.faq .body .form .form-confirm dl dt,
.faq .body .form .form-confirm dl dd {
	padding: 15px 0;
	font-size: 14px;
	line-height: 1.5;
}
.faq .body .form .form-confirm .btn-wrap {
	margin: 0 auto;
	padding-top: 20px;
	width: 660px;
}
.faq .body .form .form-confirm .btn-wrap .lcol {
	float: left;
	width: 320px;
}
.faq .body .form .form-confirm .btn-wrap .lcol a {
	background-color: #999;
}
.faq .body .form .form-confirm .btn-wrap .lcol a:hover {
	background-color: #aaa;
}
.faq .body .form .form-confirm .btn-wrap .rcol {
	float: right;
	width: 320px;
}
.faq .body .form .form-confirm .read {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

/*============================================================
	完了画面
*/
.faq .body .form .form-complete {
	padding: 60px 0;
	text-align: center;
}
.faq .body .form .form-complete .title {
	margin: 0 0 40px 0;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
}
.faq .body .form .form-complete .title br {
	display: none;
}
.faq .body .form .form-complete ul {
	font-size: 14px;
	line-height: 1.5;
}
.faq .body .form .form-complete .btn {
	margin: 0 auto;
	margin-top: 40px;
	width: 230px;
}

/*============================================================
	エラー画面
*/
.faq .body .form .form-error {
	padding: 60px 0;
	text-align: center;
}
.faq .body .form .form-error .title {
	margin: 0 0 40px 0;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
}
.faq .body .form .form-error .title br {
	display: none;
}
.faq .body .form .form-error .text {
	font-size: 14px;
	line-height: 1.5;
}
.faq .body .form .form-error .btn {
	margin: 0 auto;
	margin-top: 40px;
	width: 230px;
}

/*============================================================
	[ページ] FAQ 詳細
*/
.faq .body .view {
	padding: 40px 0 60px 0;
}
.faq .body .view h3 {
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
}
.faq .body .view .wrap {
	position: relative;
	margin-bottom: 10px;
	padding: 30px 30px 30px 180px;
	font-size: 16px;
	line-height: 1.5;
}
.faq .body .view .wrap i {
	display: block;
	position: absolute;
	left: 30px;
	width: 120px;
	font-style: normal;
	font-size: 60px;
	line-height: 80px;
	text-align: center;
	vertical-align: top;
}
.faq .body .view .wrap .info {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
}
.faq .body .view .question {
	background: #333;
}
.faq .body .view .question i {
	top: 20px;
}
.faq .body .view .answer i {
	top: 20px;
	color: #fb0f0c;
}
.faq .body .view .btn {
	margin: 0 auto;
	margin-top: 40px;
	width: 230px;
}


/*============================================================
	メディアクエリ （スマホ）
*/
@media screen and (max-width: 680px) {

	.faq .body {
		padding-top: 20px;
	}
	.faq .body .heading {
		margin-bottom: 20px;
	}

	/*============================================================
		ページ送り
	*/
	.faq .body .pager span,
	.faq .body .pager a {
		width: 24px; height: 24px;
		font-size: 12px;
		line-height: 24px;
	}

	/*============================================================
		質問リスト
	*/
	.faq .body .index {
		padding: 0 0 20px 0;
	}
	.faq .body .index .container {
		padding: 0 15px;
	}
	.faq .body .index .table-primary {
		padding: 10px 0;
	}
	.faq .body .index .table-primary div {
		display: block;
		padding: 0 !important;
		width: 100% !important;
	}
	.faq .body .index .table-primary .title {
		padding-left: 0;
		font-size: 16px;
		line-height: 1.2;
	}
	.faq .body .index .table-primary .name {
		margin-top: 5px;
	}
	.faq .body .index .table-primary .btn {
		margin-top: 10px;
	}

	/*============================================================
		ご質問フォーム
	*/
	.faq .body .form {
		padding: 20px 0 20px 0;
	}
	.faq .body .form .frame {
		margin: 20px 15px 0 15px;
		padding: 15px 15px 20px 15px;
	}
	.faq .body .form dl {
		display: block;
	}
	.faq .body .form dl dt,
	.faq .body .form dl dd {
		display: block;
	}
	.faq .body .form dl dt {
		margin: 0 0 5px 0;
		width: 100%;
	}

	/*============================================================
		入力画面
	*/
	.faq .body .form .form-input dl dt {
		padding-top: 0;
	}
	.faq .body .form .form-input dl.lcol {
		float: none;
		padding-right: 0;
		width: 100%;
	}
	.faq .body .form .form-input dl.rcol {
		float: none;
		width: 100%;
	}
	.faq .body .form .form-input .btn-form {
		margin-top: 10px;
		width: 100%;
	}

	/*============================================================
		確認画面
	*/
	.faq .body .form .form-confirm dl {
		padding: 10px 0;
	}
	.faq .body .form .form-confirm dl dt,
	.faq .body .form .form-confirm dl dd {
		padding: 0;
	}
	.faq .body .form .form-confirm dl dd {
		padding: 0;
	}
	.faq .body .form .form-confirm .btn-wrap {
		padding-top: 20px;
		width: 100%;
	}
	.faq .body .form .form-confirm .btn-wrap .lcol {
		float: none;
		width: 100%;
	}
	.faq .body .form .form-confirm .btn-wrap .rcol {
		float: none;
		margin: 15px 0 0 0;
		width: 100%;
	}
	.faq .body .form .form-confirm .read {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.5;
	}

	/*============================================================
		完了画面
	*/
	.faq .body .form .form-complete {
		padding: 30px 15px;
	}
	.faq .body .form .form-complete .title {
		margin: 0 0 30px 0;
		font-size: 16px;
		line-height: 1.5;
	}
	.faq .body .form .form-complete .title br {
		display: block;
	}
	.faq .body .form .form-complete ul {
		font-size: 12px;
		line-height: 1.5;
	}
	.faq .body .form .form-complete .btn {
		margin-top: 30px;
		width: 100%;
	}

	/*============================================================
		エラー画面
	*/
	.faq .body .form .form-error {
		padding: 30px 15px;
	}
	.faq .body .form .form-error .title {
		margin: 0 0 30px 0;
		font-size: 16px;
		line-height: 1.5;
	}
	.faq .body .form .form-error .title br {
		display: block;
	}
	.faq .body .form .form-error .btn {
		margin-top: 30px;
		width: 100%;
	}

	/*============================================================
		[ページ] FAQ 詳細
	*/
	.faq .body .view {
		padding: 0 15px 30px 15px;
	}
	.faq .body .view h3 {
		margin: 0 0 15px 0;
		font-size: 16px;
		line-height: 1.5;
	}
	.faq .body .view .wrap {
		margin-bottom: 10px;
		padding: 15px 15px 15px 50px;
		font-size: 14px;
		line-height: 1.5;
	}
	.faq .body .view .wrap i {
		left: 5px;
		width: 40px;
		font-size: 26px;
		line-height: 40px;
	}
	.faq .body .view .wrap .info {
		font-size: 11px;
		line-height: 1.5;
	}
	.faq .body .view .question i {
		top: 5px;
	}
	.faq .body .view .answer i {
		top: 5px;
	}
	.faq .body .view .btn {
		margin-top: 10px;
		width: 100%;
	}


}