@charset "utf-8";

/*==========================================================
	よくある質問
==========================================================*/

/*==========================================================
	コンテンツエリア
==========================================================*/
.contents_area{
	width: 100%; height: 100%;
	margin: 1px auto;
}

.contents_area ul{
	width: 100%;
	text-align: center;
}

.contents_area li{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
.contents_area li img {
}

.contents_area li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.conts_textbox {
	position: absolute;
	top: 0px;
	line-height: 2.0rem;
	font-size: 1.0rem;
	text-align: center;;
}

.conts_textbox .en {
	font-size: 2.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: 'Lato', sans-serif;
}

.conts_textbox .ja {
	font-size: 1.5em;
	letter-spacing: 0.03em;
}

.conts_textbox .com {
	display: inline-block;
	margin: 1% 0px 1%;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}

.contents_area li.margin_btm0 {
	margin-bottom: 0px;
}

/* コンテンツヘッダー */
.conts_head   {
	top: 40%;
	left: 0px; right: 0px;
	margin: 0px auto 0px;
	font-size: 0.9rem;
	line-height: 2.0rem;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #000000;
}


/*==========================================================
	補足
==========================================================*/
.conts_info   {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 6.25% 0;
	color: #FFFFFF;
	text-align: center;
	word-wrap: break-word;
	white-space: normal;
	background-color: #607F9A;
}


/*==========================================================
	情報１
==========================================================*/
.infobox   {
	width: 100%;
	padding: 6.25% 3.125% 6.25%;
	background-repeat: no-repeat;
	background-size: cover;
}

.infobox .conts_textbox {
	position: relative;
	margin: 0px;
	padding: 0 3.125% 3.125%;
	color: #333333;
	text-align: left;
	word-wrap: break-word;
	white-space: normal;
	border-bottom: 0px solid #333333;
}

.infobox .conts_textbox .sub {
	display: table-cell;
	height: 60px;
	margin: 1.5% 0 1.5%;
	padding-left: 52px;
	font-size: 2.0em;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.4em;
	vertical-align: middle;
	background-image: url('../img/faq/icon_q.png');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
}

.infobox .conts_textbox .com {
	display: block;
	position: relative;
	margin: 0 ;
	width: 78%;
	padding: 2%;
	text-align: left;
	font-size: 1.3em;
	letter-spacing: 0.03em;
	line-height: 1.4em;
	border-radius: 12px;
  border: 0px solid #FF0000;
}
.infobox .conts_textbox .icon_ans {
	width: 20%;
}

.infobox.left .conts_textbox span.com:after {
	display: block;
	position: absolute;
	top: 15px;
	left: -14px;
	content: ' ';
	width: 0px;
	height: 0px;
	border-color: transparent;
	border-style: solid;
	border-right: 1px solid #E9E9E9;
	border-width: 8px 14px 8px 0px;

}

.infobox.right .conts_textbox span.com:after {
	display: block;
	position: absolute;
	top: 15px;
	right: -14px;
	content: ' ';
	width: 0px;
	height: 0px;
	border-color: transparent;
	border-style: solid;
	border-left: 1px solid #FFFFFF;
	border-width: 8px 0px 8px 14px;

}

/*==========================================================
	各infobox背景
==========================================================*/
.infobox.right  {
	background-color: #E9E9E9;
}
.infobox.left .com  {
	margin-left: 2%;
	background-color: #E9E9E9;
}

.left .com,.left .icon_ans {
	float: left;
}
.infobox.right .com  {
	margin-right: 2%;
	background-color: #FFFFFF;
}

.right .com,.right .icon_ans {
	float: right;
}

/*==========================================================
	MEDIA QUERIES (smartphone)
==========================================================*/
@media screen and (min-width: 321px) and (max-width: 640px){

.infobox .conts_textbox .com {
	font-size: 1.6em;
}




}/* (min-width: 321px) and (max-width: 640px) */


