@charset "utf-8";
/* Copyright 2017 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

よくあるご質問

------------------------------------------------------------ */

/* グローバルナビアクティブ
---------------------------------------------- */
#nav_global ul li.g06 a{background: url(../img/nav_global01.jpg) no-repeat -978px -59px;}

/* 
---------------------------------------------- */
.faq{
	display: table;
	width: 100%;
	margin-bottom: 60px;
}

.faq:last-child{margin-bottom: 0;}

.question{
	display: table-cell;
	background: #0188C2;
	color: #FFF;
	padding: 30px;
	width: 23%;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}

.question .ico{
	padding-bottom: 17px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #FFFFFF;
}

.answer{
	display: table-cell;
	background: #F3F8FC;
	line-height: 1.8;
	padding: 30px;
}

.answer .ico{
	padding-bottom: 17px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #0188C2;
}



