@charset "utf-8";

/* ----------------------------------------------
 * search box
 * ---------------------------------------------- */
.mod-searchForm .searchbox {
	float: none;
}
.pbox-search-status,
._pbox-search-status {
	display: none;
}

@media (min-width: 768px) {
	.mod-withinPageNav {
		margin-bottom: 40px;
	}
	.mod-searchForm.mod-searchForm--form {
		display: inline-block;
		margin: 20px 0 10px;
		padding: 12px 10px 10px;
	}
	.mod-searchForm.mod-searchForm--keyword {
		margin-bottom: 50px;
		padding: 5px 15px 15px;
	}
}
@media (max-width: 767px) {
	.mod-withinPageNav {
		margin-bottom: 30px;
	}
	.mod-searchForm.mod-searchForm--form {
		margin-bottom: 20px;
		padding-top: 5px;
	}
	.mod-searchForm.mod-searchForm--keyword {
		margin-bottom: 50px;
		padding-bottom: 20px;
	}
}

/* ----------------------------------------------
 * integrate-flow
 * ---------------------------------------------- */
.qa-flow {
	margin-bottom: 50px;
}
.qa-flow .step .head {
	position: relative;
	margin-bottom: 0;
	height: 40px;
	color: #fff;
	font-weight: bold;
}
.qa-flow .step .head a {
	color: #fff;
}
.qa-flow .step .head a:hover {
	text-decoration: none;
}
.qa-flow .step .head .status {
	display: table-cell;
	width: 86px;
	height: 40px;
	text-align: center;
	background: #e3e3e3;
	vertical-align: middle;
	font-size: 16px;
}
.qa-flow .step .head.active {
	background: #000;
	cursor: pointer;
}
.qa-flow .step .head.active .status {
	background: #949494;
}
.qa-flow .step .head strong {
	display: table-cell;
	margin: 0;
	padding: 0 15px;
	width: 610px;
	height: 40px;
	background: #c6c6c6;
	vertical-align: middle;
	font-weight: normal;
	font-size: 18px;
}
.qa-flow .step .head strong.wide {
	width: 844px;
}
.qa-flow .step .head.active strong {
	background: none;
}
.qa-flow .step .head:after {
	content: "\f105";
}
.qa-flow .step .head.current:after {
	content: "\f107";
}
.qa-flow .step .head:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.5em;
	line-height: 1;
	font-size: 20px;
	font-family: FontAwesome;
}
.qa-flow .step .head strong span {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: 2px;
}
.qa-flow .step .head strong span br {
	display: none;
}
.qa-flow .step .head.current strong {
	background: #000;
	font-weight: bold;
}
.qa-flow .step .head.current .status {
	background: #949494;
}
.qa-flow .head span,
.qa-flow .head strong {
	display: table-cell !important;
	line-height: 1.2;
}
.qa-flow .box {
	border: 1px solid #d4d4d4;
	padding: 20px 10px;
	display: none;
}
.qa-flow .box.current {
	display: block;
}
.qa-flow #answer .box {
	padding: 15px 10px;
}
.qa-flow .qList {
	overflow: hidden;
	list-style: none;
	margin: 0 auto;
	padding: 0 30px;
}
.qa-flow .qList li {
	float: left;
/*	height: 30px;*/
	height: auto;
	width: 50%;
	display: none;
}
.qa-flow .qList li.current {
	display: block;
}
.qa-flow .qList.fullW li {
	width: 100%;
}
.qa-flow .qList p:before {
	margin-right: 10px;
	padding-left:4px;
	color: #a1a1a1;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	content: "\f105";
}
.qa-flow .qList li p {
	margin: 0;
	padding: 0 10px 0 33px;
	text-indent:-1em;
	cursor: pointer;
}
.qa-flow .qList li span {
/*	height: 30px;*/
	line-height: 30px;
	color: #1d3994;
}
.qa-flow .qList li p:hover {
	background: #eee;
	text-decoration: none;
}
.qa-flow .qList li p.selected {
	background: #eee !important;
}
.qa-flow .qList li p:hover span {
	color: #4d4d4d;
}
.qa-flow .qList.qList-img {
	padding: 0 20px;
}
.qa-flow .qList.qList-img li {
	margin: 0 10px 15px;
	width: calc(25% - 20px);
	height: 170px;
	text-align: center;
	border-bottom: 1px solid #d4d4d4;
}
.qa-flow .qList.qList-img li span {
	display: block;
	font-size: 11px;
	line-height: 1.5;
	/* color: #949494; */
	color: #4d4d4d;
}
.qa-flow .qList.qList-img li figure img {
	max-width: 100%;
	height: auto;
}
.qa-flow .qList.qList-img li:hover {
	/* background: #eee; */
	/* text-decoration: none; */
	opacity: 0.8;
}
.qa-flow .qList.qList-img li:hover figure img {
	opacity: 1;
}
.qa-flow .qList.qList-img li a:hover {
	text-decoration: none;
}
.qa-flow .qList + p {
	padding: 10px 10px 0;
	font-size: 1.4rem;
}

.qa-flow #answer-bring {
	/* margin: -.8em 0 2em; */
	padding: 10px 0;
	list-style-type: none;
}
.qa-flow #answer-bring li {
	display: none;
}
.qa-flow #answer-bring li.current {
	display: block;
}
.qa-flow #answer-way p {
	display: none;
}
.qa-flow #answer-way p.current {
	display: block;
}

/* ----------------------------------------------
 * SP* integrate-flow
 * ---------------------------------------------- */

@media (max-width: 767px) {

	.qa-flow .step {
		margin-top: 18px;
	}
	.qa-flow .step .head {
		margin: 0;
		height: auto;
		min-height: 50px;
		line-height: 1;
	}
	.qa-flow .step .head .status {
		min-height: 50px;
		height: 50px;
		font-size: 14px;
	}
	.qa-flow .step .head strong {
		padding: 4px 10px;
		min-height: 50px;
		line-height: 1.2;
		font-size: 14px;
		vertical-align: middle;
	}
	.qa-flow .step h3.active strong span {
		display: block;
		margin-left: 0;
	}
	.qa-flow .step .head strong br,
	.qa-flow .step .head strong span {
		display: none;
	}
	.qa-flow .step .head strong span {
		margin-left: 0;
		font-size: 12px;
		font-weight: normal;
	}
	.qa-flow .step .box {
		padding: 0;
	}
	.qa-flow .qList {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 10px;
		width: 100%;
	}
	.qa-flow .qList li {
		padding-left: 0;
		height: auto;
		width: 100%;
	}
	.qa-flow .qList li p {
		overflow: hidden;
		padding: 5px 10px;
		line-height: 1.2;
		text-indent:0;
	}
	.qa-flow .qList li p:before {
		float: left;
		line-height: 1.2;
	}
	.qa-flow .qList li span {
		display: block;
		color: #4d4d4d;
		line-height: 1.2;
		margin-left: 20px;
		padding: 0;
		height: auto;
	}
	.qa-flow .qList.qList-img {
		padding: 0 10px;
	}
	.qa-flow .qList.qList-img li {
		/* margin: 0 10px 15px; */
		/* width: calc(25% - 20px); */
		margin: 0;
		width: 100%;
		height: auto;
		/* height: 170px; */
		/* text-align: center; */
		border-bottom: 1px solid #d4d4d4;
	}
	.qa-flow .qList.qList-img li a {
		display: block;
		padding: 6px 0;
		width: 100%;
		text-align: left;
	}
	.qa-flow .qList.qList-img li a:hover {
		text-decoration: none;
	}
	.qa-flow .qList.qList-img li figure,
	.qa-flow .qList.qList-img li span {
		display: inline-block;
		vertical-align: middle;
	}
	.qa-flow .qList.qList-img li figure {
		width: 56px;
		margin-left: 4px;
	}
	.qa-flow .qList.qList-img li span {
		margin-left: 10px;
		font-size: 11px;
		line-height: 1.5;
		/* color: #949494; */
		color: #4d4d4d;
	}
	.qa-flow .qList.qList-img li figure img {
		max-width: 100%;
		height: auto;
	}
	.qa-flow .qList.qList-img li:hover {
		background: #eee;
		text-decoration: none;
	}
	.qa-flow .qList.qList-img li:hover figure img {
		opacity: 1;
	}
	.qa-flow .qList + p {
		padding: 10px;
		font-size: 1rem;
	}
}

/* ----------------------------------------------
 * other qa
 * ---------------------------------------------- */

.mod-arrowList--type-50 li {
	width: calc(50% - 20px);
	margin-bottom: 25px;
}

@media (max-width: 767px) {

	.mod-arrowList--type-50 li {
		margin-bottom: 15px;
		width: 100%;
	}
}
