
/******************************************************************************
/* FAQレイアウト設定
******************************************************************************/


.faq_area{
	margin: 30px auto 0px auto;
	width:100%;

}


.flex-faq_area {
	display: flex;
	margin-bottom: 30px;

}

.flex-faq_area .flex-1 {
	flex: 1;
	display: block;
}





.flex-faq_area .flex-2 {
	flex: 1; 
	display: block;
	margin-top:0px;
	margin-left:30px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #ffffff;

}

.flex-faq_area .flex-2 p {
	margin-bottom: 1px;
	font-weight: 400;
}




/******************************************************************************
/* アコーディオン設定
******************************************************************************/

.acco_btn{
	padding: 20px 0px 20px 20px;
	background: #D1EDC8;
	width: 100%;
	position: relative;
	cursor: pointer;
	color: #76A28B;
	font-weight:700;
	margin-bottom: 1px;

}


.acco_btn span {
	display: block;
	font-weight:700;
	padding-right: 50px;
}




.acco_btn::before,
.acco_btn::after {
	content: '';
	width: 20px;
	height: 3px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	background-color: #76A28B;

}


.acco_btn::after {
	transform: translateY(-50%) rotate(90deg);
	transition: .5s;
}
.is-active.acco_btn::after {
	transform: translateY(-50%) rotate(0);
}




.acco {
	display: block;
	width: 100%;
}


.acco .acco_contents {
	display: none;
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom:20px;
	background-color:#F4F4F4;
}



.acco .acco_contents p {
	margin-bottom: 15px;

}

span.underline_blue {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
font-weight: 400;
}



/******************************************************************************
/* FAQタイトル設定
******************************************************************************/




.faq_title {
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	text-align: left;
	font-size: 120%;
	line-height: 110%;
	font-weight:700;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #1AA3B7;
}

.faq_title::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #1AA3B7;
}


/******************************************************************************
/* FAQボックス設定
******************************************************************************/

.faq_box {
	margin: 0 auto 0 auto;
	position:relative;
	display:block;
	border: solid 1px #647BC3;
	width: 100%;
	box-sizing:border-box;
	padding: 10px;
	background-color: #ffffff;


}

/******************************************************************************
/* 枠付きテーブル
*******************************************************************************/



.faq_table {
	border-collapse:collapse;
	width: 100%;
	text-align:left;
	line-height: 150%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #76A28B;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #76A28B;
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}


.faq_table th{
	width:160px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #76A28B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1E0D8;
	color: #76A28B;
	background-color: #D1E0D8;
	font-weight: 700;
	margin: 0px;
	padding: 11px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;

}


.faq_table th:last-child{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #76A28B;

}

.faq_table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #76A28B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #76A28B;
	background-color : #ffffff;
	margin: 0px;
	padding: 11px;
	width: 40%;
}

.faq_table th a {
	text-decoration: none;
	color: #4E6C5C;
}

.faq_table th p {
	margin-top: 5px;
	margin-left: 5px;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* 601 - 768用（タブレット用）の記述 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


/******************************************************************************
/* スマートフォン・タブレットサイズ
*******************************************************************************/


@media screen and (max-width:1200px) {

.faq_area{
	margin: -20px auto 0px auto;
	width:100%;
	font-size: 85%;
}





}



/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* 600px - 100px用（スマートフォン用）の記述 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


@media screen and (min-width: 100px) and (max-width: 600px)  {


/******************************************************************************
/* FAQレイアウト設定
******************************************************************************/


.faq_area{
	margin: -20px auto 0px auto;
	width:100%;
	font-size: 80%;
}


.flex-faq_area {
	display: block;
	margin-bottom: 30px;

}

.flex-faq_area .flex-1 {
	flex: 1;
	display: block;
}





.flex-faq_area .flex-2 {
	flex: 1; 
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #ffffff;

}

.flex-faq_area .flex-2 p {
	margin-bottom: 1px;
	font-weight: 400;
}



/******************************************************************************
/* 枠付きテーブル
*******************************************************************************/




.faq_table th{
	width:60px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #76A28B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1E0D8;
	color: #76A28B;
	background-color: #D1E0D8;
	font-weight: 700;
	margin: 0px;
	padding: 11px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;

}




}
