/*=============================================================
 lineup
=============================================================*/
/*! kv
------------------------------------------------- */
#faq #mainimgContent {
  background-image: url(../img/faq/pic_mainimg01.png);
}

/*! faqTabs
------------------------------------------------- */
.faqTabs{
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px 20px;
	border: none;
}
.faqTabs.t02{
	margin-bottom: 0;
}

@media (min-width: 600px) {
	.faqTabs{
		margin: 0 0 70px;
		border-bottom: 2px solid #6c5211;
	}
	.faqTabs.t02{
		margin-bottom: 0;
	}
}

.faqTabs li{
	width: 50%;
	padding:0 5px 5px;
}

@media (min-width: 600px) {
	.faqTabs li{
		width: 20%;
		padding:0 5px 0 0;
	}
	.faqTabs li:last-child{
		padding-right: 0;
	}
}

.faqTabs li .tab{
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	padding: 0;
	border: 1px solid #6c5211;
	border-radius: 0;
}
.faqTabs li .tab.active,
.faqTabs li .tab:hover {
  border-bottom: 1px solid #6c5211;
}

@media (min-width: 600px) {
	.faqTabs li .tab{
		font-size: 1.4rem;
		height: auto;
		padding: 18px 0 17px;
		border: 1px solid #6c5211;
		border-bottom: 2px solid #6c5211;
	}
	.faqTabs li .tab.active,
	.faqTabs li .tab:hover {
		border-bottom: 2px solid #6c5211;
	}
}

/*! #faq
------------------------------------------------- */
.faqTit01{
	margin-bottom: 20px;
}

@media (min-width: 600px) {
	.faqTit01{
		margin-bottom: 40px;
	}
}

#faq #contents #faqTxt{
	margin-bottom: 20px;
}

@media (min-width: 600px) {
	#faq #contents #faqTxt{
		margin-bottom: 40px;
	}
}

#faq #contents #faqTxt .imgClm{
	margin: 0 0 20px 10px;
	position: relative;
}
#faq #contents #faqTxt .imgClm .txtBox{
	background: url(../img/faq/bg01.png) repeat 0 0;
	padding: 17px 13px;
	position: absolute;
	bottom: 10px;
	left: -10px;
}
#faq #contents #faqTxt .imgClm .txtBox .name{
	font-size: 1.4rem;
	font-weight: bold;
}

@media (min-width: 600px) {
	#faq #contents #faqTxt .imgClm{
		float: right;
		width: 380px;
		margin: 0;
	}
	#faq #contents #faqTxt .imgClm .txtBox{
		padding: 20px 25px;
		bottom: 20px;
		left: -30px;
	}
	#faq #contents #faqTxt .imgClm .txtBox .name{
		font-size: 1.5rem;
	}
}

#faq #contents #faqTxt .txtClm p{
	font-size: 1.5rem;
}

@media (min-width: 600px) {
	#faq #contents #faqTxt .txtClm{
		float: left;
		width: 600px;
	}
	#faq #contents #faqTxt .txtClm p{
		font-size: 2.0rem;
	}
}

/*! #qa
------------------------------------------------- */
#qa{
	padding-bottom: 15px;
}

@media (min-width: 600px) {
	#qa{
		padding-bottom: 40px;
	}
}

#qa .qaBox{
	background: #fff;
	padding: 20px;
	margin-bottom: 15px;
}
#qa .qaBox .tit{
	font-size: 1.4rem;
	font-weight: bold;
	background: url(../img/faq/ico_q.png) no-repeat left 4px;
	background-size: 15px 15px;
	padding-left: 25px;
	margin-bottom: 12px;
}
#qa .qaBox p span{
	background: #f7efdd;
}
#qa .qaBox p strong{
	color: #6c5211;
}
#qa .qaBox a{
  text-decoration: underline;
}
#qa .qaBox a:hover{
  text-decoration: none;
}

@media (min-width: 600px) {
	#qa .qaBox{
		padding: 40px;
		margin-bottom: 30px;
	}
	#qa .qaBox .tit{
		font-size: 1.8rem;
		background-size: 25px 25px;
		padding-left: 40px;
		margin-bottom: 20px;
	}
}

/*# sourceMappingURL=maps/lineup.css.map */
