@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

よくある質問

------------------------------------------------------------ */

/* pagettl
---------------------------------------------- */
#bg_pagettl{margin-bottom: 20px;}

#bg_pagettl::after{background-image: url(../faq/img/bg_pagettl01.png);}

/* 
---------------------------------------------- */
.faq{
	border-bottom: 1px solid #DDDDDD;
	padding: 30px 0;
}

.question{
	background: url(../faq/img/ico_question01.png) no-repeat left 0;
	min-height: 40px;
	padding: 2px 0 0 72px;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: normal;
}

.answer{
	background: url(../faq/img/ico_answer01.png) no-repeat left 0;
	min-height: 40px;
	padding: 7px 0 0 72px;
	line-height: 1.8;	
}

.answer a{
	color: #4661b8;
	text-decoration: underline;
}

.answer>p{
	padding-top: calc(1em*1.8);
}
.answer>p:first-child{
	padding-top: 0;
}

.answer-heading1{
	padding-top: 35px;
}
.answer-heading1>p{
	font-weight: bold;
	background-color: #f5f6f7;
	padding: 16px;
	line-height: normal;
	border-radius: 6px;
}



.answer-block-wrapper{
	padding-bottom: 70px;
}
.answer-block{
	padding-top: 100px;
}
.answer-block:first-of-type{
	padding-top: 35px;
}
.answer-block-head{
	display: flex;
}
.answer-block-heading{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: normal;
	width: 320px;
	flex: none;
}
.answer-block-heading::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #536fc9;
	margin-right: 8px;
	vertical-align: 2px;
}
.answer-block-heading span{
	font-size: 1.6rem;
	display: inline-block;
}
.answer-block-text{
	border-left: 1px solid #DDD;
	padding-left: 40px;
}
.answer-block-text p{
	padding-top: calc(1em * 1.8);
}
.answer-block-text p:first-of-type{
	padding-top: 0;
}
.answer-block-body{
	padding-top: 35px;
}
.answer-block-body iframe,
.answer-block-body video{
	display: block;
	width: 828px;
}

.faq-entry-flow{
	counter-reset: listnum;
}
.faq-entry-flow>li{
	position: relative;
	padding: 20px 0 0 26px;
	line-height: normal;
}
.faq-entry-flow>li::before{
	counter-increment: listnum;
	content: counter(listnum)".";
	font-size: 2rem;
	font-family: "Inter", sans-serif;
	color: #4661b8;
	line-height: normal;
	position: absolute;
	top: 19px;
	left: 0;
}
.answer-note{
	padding-top: calc(1em * 1.8);
}
.answer-note p{
	text-indent: -1em;
	margin-left: 1em;
}
