/* tab  */
.tab_btn{
	position:relative;
	cursor:pointer;
}

.active_tab .rollOver{
	position:absolute;
	top:50px;
	left:0;
	width:115px;
	height:12px;
	background:url(../etc/images/faq/01on.gif) no-repeat;
	background-position:bottom left;
}

.active_tab{
}

.faq_list_item{
	box-sizing:border-box;
	width:100%;
	padding:10px 0 10px 0;
	border-bottom:#aaa 1px dotted;
}

.faq_list_item .question{
	cursor:pointer;
}

.faq_list_item .answer{
	display:none;
}

/*初期非表示*/
.tab_init_none{
	display:none;
}

/* */
.tabs{
	overflow:hidden;
	width:730px;
	margin:20px 0 5px;
}
.tabs li{
	margin:0 8px 0 0;
	float:left;
}
.tabs li.last{
	margin:0;
}
.faq_list_wrap{
	box-sizing:border-box;border:14px solid #f5f1e8;
}


.question{
	width:670px; /* 親出来たらいらない */
	height:41px;
	font-size:1.00em;
	font-weight:bold;
	line-height:42px;
	padding:0 0 0 40px;
	background:url(../etc/images/faq/q_back.gif) no-repeat;
}
.SubTitle{
	margin:20px 0;
	padding:0 0 0 10px;
}
.answer{
	margin:0 auto;
	padding:10px 20px 20px 40px;
	background:url(../etc/images/faq/a.gif) no-repeat 0 0 #f8f8f8;
}
/**/
.tab_btn p{
	display:none;
}









@media only screen and (max-width:736px){
.tabs {
    width: 100%;
}
.question {
    width: 100%;
	height: auto;
	min-height: 38px;
	padding: 8px 10px 0 40px;
	line-height: 1.3;
}
.faq_list_item .answer {
	word-break: break-all;	
}
.SubTitle {
    margin: 20px 0 0;
}
.tabs li {
	height:60px;
	width: 100px;
}
.active_tab .rollOver {
	width: 100px;
    background-position: -5px bottom;
	top: 42px;
}
/* menu */
.plan_menu{
	width:100%!important;
	margin:0px 0 8px 0;
}
.plan_menu img{
	border:0;
}
.plan_menu ul{
	list-style:none;
	margin:0;
	padding:inherit;
}
.plan_menu li{
	width:49%!important;
	height:auto;
	text-indent:-0px!important;
	margin:0 2% 4px 0!important;
	float:left;
	border:none!important;
}
.plan_menu li:nth-child(even){
	margin:0 0 4px 0!important;
}
.plan_menu #btn_wrap li:last-child{
	margin:0;
}
.plan_menu li p{
	display:block;
	width:100%!important;
	height:auto!important;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	background:none!important;
	border:solid 1px #e0e0e0;
	border-bottom:solid 4px #efe5cd;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height:120%!important;
}
.plan_menu li p.oneline{
	padding:13px 0 0 0;
	height:33px!important;
}
.plan_menu li p br{
	line-height:120%!important;
}
.plan_menu #card_menu04{
	margin:0 0 4px 0;
}
.tab_btn div,
.tab_btn img{
	display:none;
}












}


