@charset "UTF-8";

/* faq */

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ 共通設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.blank {
	height: 1000px;
}

.que-list {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.que-list  li a {
	display: block;
	padding: 5px 0 5px 30px;
	margin-bottom: 10px;
	background: url(../../_images/_common/icons/ico_qa_q.png) left center no-repeat;
	font-size: 1.4rem;
	background-size: 20px;
}
.que-list  li:last-child a {
	margin-bottom: 0;
}
.faq_block {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.faq_heading {
	padding: 11px 0 11px 40px;
	margin-bottom: 10px;
	background: url(../../_images/_common/icons/ico_qa_q.png) left center no-repeat;
	background-size: 30px;
	font-size: 1.6rem;
	font-weight: bold;
}
.faq_block p {
	margin-bottom: 0 !important;
	padding-left: 40px;
	background: url(../../_images/_common/icons/ico_qa_a.png) 0px 0px no-repeat;
	background-size: 30px;
	min-height: 30px;
}

.mod-tab-switch	.tab-menu {
	border-bottom: 1px solid #91C3E7;
		overflow: hidden;
		display: -webkit-box;
		display: box;
		text-align: center;
}
.mod-tab-switch	.tab-menu li {
	margin: 0 1px;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px5px 0 0 / 5px 5px 0 0;
	border: 1px solid #eee;
	border-bottom: none;
	background: #eee;
	padding: 10px 0;
	-webkit-box-flex: 1;
  	box-flex: 1;
	width: 100%;
	border-left: 1px solid #fff;
	color: #AAA;
}
.mod-tab-switch	.tab-menu li:hover {
	cursor: pointer;
	background: #DAEDFD;
}
.mod-tab-switch	.tab-menu li.select {
	background: #91C3E7;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.2);
}

.tab-content-wrap .tab-content {
		padding: 20px;
}
.tab-content-wrap .tab-content.hide {
	display: none;
}

@media screen and ( min-width: 1024px ) {
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ デスクトップ専用設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*==================================================
	$pc_
==================================================*/

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
}

@media screen and ( min-width: 600px ) and ( max-width: 1023px ) {
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ タブレット（縦）用設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*==================================================
	$tb_
==================================================*/



/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
}

@media screen and ( max-width: 599px ) {
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ モバイル用設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*==================================================
	$sp_
==================================================*/



/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
}

/*==================================================

	[ utility ] $clearfix

==================================================*/

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}