@charset "UTF-8";
/*TOP*/

.s-faq-content {}

.s-faq-content__inner {
	width: 768px;
	margin: 28px auto 28px;
}

.a-heading__faq {
	margin: 45px 0 0;
	padding: 20px 17px 17px;
	background: #f6f6f6;
}

.a-heading__faq>a {
	color: #003d7c;
	font-size: 16px;
}

.s-faq-top-link {
	counter-reset: listUl01;
}

.s-faq-top-link>li {
	border-bottom: 1px solid #ddd;
}

.s-faq-top-link>li a {
	position: relative;
	display: block;
	padding: 1.4em 2em 1.3em 3em;
	text-indent: -2em;
	line-height: 26px;
}

.s-faq-top-link>li a::before {
	counter-increment: listUl01;
	content: "Q"counter(listUl01) ". ";
	color: #00aeef;
}

.s-faq-top-link>li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 16px;
	content: "\EA08";
	font-family: livable;
	color: #00aeef;
	font-size: 16px;
}

/*detail*/

.a-headline-subtitle {
	margin-top: 24px;
	margin-bottom: 24px;
	line-height: 38px;
}

.a-headline-subtitle>span {
	display: block;
	font-size: 16px;
}

.s-lede-txt {
	line-height: 1.5;
	font-weight: bold;
}

.s-buy-link {
	margin: 17px 0 29px;
}

.s-buy-link>a {
	color: #00aeef;
}

.s-buy-link>a::after {
	font-family: 'livable';
	vertical-align: -0.1em;
	margin-left: 5px;
	content: '\EA08';
}

.s-anchor-list {
	margin: 28px 0 28px;
	counter-reset: listOl01;
}

.s-anchor-list>li {
	padding: 0 0 0 1.5em;
	margin-top: 5px;
	text-indent: -1.5em;
}

.s-anchor-list>li:not(:first-child) {
	margin-top: 10px;
}

.s-anchor-list>li:nth-child(n+10) {
	padding: 0 0 0 2em;
	text-indent: -2em;
}

.s-anchor-list>li::before {
	counter-increment: listOl01;
	content: "Q"counter(listOl01) ".";
	color: #00aeef;
}

.s-anchor-list>li::after {
	margin-left: 8px;
	content: "\EA03";
	vertical-align: -.2em;
	font-family: livable;
	color: #00aeef;
	font-size: 16px;
}

.s-anchor-list a {
	text-decoration: none;
	font-size: 14px;
}

.s-faq-list {
	width: 768px;
	margin: 28px auto 28px;
	counter-reset: listOl02;
}

.s-faq-list>li {
	position: relative;
	color: #221e1f;
}

.s-faq-list>li:not(:first-child) {
	margin-top: 10px;
}

.s-faq-list>li:nth-child(n+10) {
	padding: 0 0 0 2em;
	text-indent: -2em;
}

.s-faq-list>li::before {
	position: absolute;
	top: 22px;
	left: 17px;
	counter-increment: listOl02;
	content: "Q"counter(listOl02) ".";
	color: #221e1f;
	font-weight: bold;
}

.s-faq-list__item {
	margin: 28px 0 28px;
}

.s-faq-list__item>dt,
.s-faq-list__item>.s-heading__faq {
	padding: 23px 20px 20px 50px;
	background-color: #f6f6f6;
	font-weight: bold;
}

.s-faq-list__item>dd,
.s-faq-list__item>.s-ans__faq {
	position: relative;
	padding: 25px 15px 30px 38px;
}

.s-faq-list__item>dd::before,
.s-faq-list__item>.s-ans__faq::before {
	position: absolute;
	content: "A. ";
	top: 30px;
	left: 20px;
}

.s-faq-list__item>dd>p,
.s-faq-list__item>.s-ans__faq>p {
	line-height: 1.8;
}

.a-link02 {
	-webkit-transition: border-bottom 0.24s ease-out;
	-o-transition: border-bottom 0.24s ease-out;
	transition: border-bottom 0.24s ease-out;
	border-bottom: 1px solid #221e1f;
	color: #221e1f;
}

.a-link02:hover {
	border-bottom: 1px solid transparent;
}

.s-pager-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 55px 0 85px;
}

.s-pager-list li:first-child .iconfont-livable-arrow_left::before {
	vertical-align: -.05em;
	margin-right: 10px;
}

.s-pager-list li:last-child .iconfont-livable-arrow_right::before {
	display: none;
}

.s-pager-list li:last-child .iconfont-livable-arrow_right::after {
	font-family: 'livable';
	vertical-align: -.05em;
	margin-left: 10px;
	content: '\EA08';
}

.s-pager-list a .a-link-text {
	transition: border-bottom .24s ease-out;
	border-bottom: 1px solid transparent;
}

.s-pager-list a:hover .a-link-text {
	border-bottom: 1px solid currentColor;
}

.s-faq-link {
	margin: 30px 0 0;
	counter-reset: listOl03;
	vertical-align: top;
	font-size: 0;
}

.s-faq-link .s-current {
	box-shadow: none;
}

.s-faq-link .s-current span {
	position: relative;
	display: block;
	padding: 25px 40px 21px 35px;
	background: #00aeef;
	color: #fff;
	font-size: 14px;
}

.s-faq-link .s-current span::after {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	margin: auto 8px auto 0;
	content: "\EA08";
	font-family: livable;
	text-align: center;
	vertical-align: -.2em;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

.s-faq-link li {
	position: relative;
	display: inline-block;
	width: 25%;
	border-bottom: none;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.s-faq-link li:not(:first-child) {
	border-left: 1px solid #ddd;
}

.s-faq-link li:nth-child(n + 10) {
	padding: 0 0 0 2em;
	text-indent: -2em;
}

.s-faq-link li span::before {
	position: absolute;
	top: 24px;
	left: 17px;
	counter-increment: listOl03;
	content: counter(listOl03) ".";
	color: #fff;
	font-size: 16px;
}

.s-faq-link li a {
	position: relative;
	display: block;
	padding: 25px 40px 21px 35px;
	background: #fff;
	color: #000;
	font-size: 14px;
}

.s-faq-link li a::after {
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	overflow: hidden;
	width: 20px;
	height: 20px;
	margin: auto 8px auto 0;
	content: "\EA08";
	font-family: livable;
	vertical-align: -.2em;
	text-align: center;
	line-height: 20px;
	color: #00aeef;
	font-size: 16px;
}

.s-faq-link li a::before {
	position: absolute;
	top: 24px;
	left: 17px;
	counter-increment: listOl03;
	content: counter(listOl03) ".";
	color: #000;
	font-size: 16px;
}

.s-info-sub {
	font-size: 32px;
	line-height: 1.5;
	margin: 40px 0 10px;
}

.s-button--medium {
	width: 560px;
	margin: 10px auto 15px;
}

.s-button--medium li:first-child {
	padding-left: 0;
}

.s-info__text {
	font-size: 13px;
	line-height: 20px;
	color: #777;
	margin-bottom: 40px;
}

.s-other-list {
	border-top: 1px solid #ddd;
}

.s-other-list li {
	margin: 20px 0 0;
	padding: 0 0 20px 5px;
	border-bottom: 1px solid #ddd;
}

.s-other-list {}

@media only screen and (max-width: 768px) {
	/*TOP*/
	.s-faq-content {}
	.s-faq-content__inner {
		width: 100%;
		margin: 28px auto 28px;
	}
	.a-heading__faq {
		margin: 20px 0 0;
		line-height: 1.5;
	}
	.a-heading__faq>a {
		display: block;
	}
	.s-faq-top-link {
		margin-bottom: 40px;
	}
	.s-faq-top-link>li a::after {
		right: -16px;
	}
	/*detail*/
	.a-headline-subtitle {
		line-height: 32px;
		font-size: 24px;
	}
	.a-headline-subtitle>span {
		display: block;
		font-weight: bold;
		font-size: 16px;
	}
	.s-faq-list {
		width: 100%;
	}
	.s-pager-list {
		margin: 15px 0 15px;
	}
	.s-pager-list li {
		width: -webkit-calc((100% - 2em) / 2);
		width: calc((100% - 2em) / 2);
	}
	.s-pager-list li a {
		display: inline-block;
		position: relative;
	}
	.s-pager-list li:first-child a {
		padding-left: 20px;
	}
	.s-pager-list li:last-child {
		text-align: right;
	}
	.s-pager-list li:last-child a {
		padding-right: 20px;
	}
	.s-pager-list li:first-child .iconfont-livable-arrow_left::before {
		position: absolute;
		top: 4px;
		left: 0px;
	}
	.s-pager-list li:last-child .iconfont-livable-arrow_right::after {
		position: absolute;
		top: 4px;
		right: 0px;
	}
	.s-faq-link {
		margin: 15px 0 0;
		border-top: 1px solid #ddd;
	}
	.s-column-link__inner .a-sub-heading {
		margin: 0 16px 10px;
	}
	.s-faq-link li {
		display: block;
		width: 100%;
		box-shadow: none;
		border-bottom: 1px solid #ddd;
	}
	.s-faq-link li:not(:first-child) {
		border-left: none;
	}
	.s-info-sub {
		font-size: 24px;
		line-height: 1.5;
		margin: 20px 0 10px;
		text-align: center;
	}
	.s-button--medium {
		width: 100%;
		padding: 0 16px;
	}
	.m-contact-list__item {
		padding-left: 0;
	}
	.s-info__text {
		margin-bottom: 20px;
	}
}

