@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secTop */
.secTop{
	width: 1000px;
	margin: 0 auto;
}
.secTop .txt{
	font-size: 15px;
	text-align: center;
	color: #000;
	line-height: 32px;
	letter-spacing: 1.25px;
	margin: 31px 0 42px;
}
.secTop .boxBtn{
	font-size: 0;
	margin-bottom: 60px;
}
.secTop .boxBtn li{
	display: inline-block;
	margin-right: 26px;
}
.secTop .boxBtn li:last-child{
	margin-right: 0;
}
@media only screen and (max-width:767px){
	.secTop{
		width: 93.75%;
	}
	.secTop .txt{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		text-align: left;
		margin: 15px 0;
	}
	.secTop .boxBtn{
		margin-bottom: 30px;
	}
	.secTop .boxBtn li{
		width: 50%;
		margin: 0;
		padding: 2%;
	}
	.secTop .boxBtn li:nth-child(2n){
		padding-right: 0;
	}
	.secTop .boxBtn li:nth-child(2n+1){
		padding-left: 0;
	}
	.secTop .boxBtn li:nth-child(-n+2){
		padding-top: 0;
	}
	.secTop .boxBtn li:nth-child(n+3){
		padding-bottom: 0;
	}
}

/* secFaq */
.secFaq{
	background: #FEF7F3;
}
.secFaq .titFaq{
	height: 120px;
	background: repeating-linear-gradient(-45deg, #EB642F, #EB642F 24.8px, #F3A283 24.8px, #F3A283 49.6px);
	background-color: #EB642F;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
	color: #FFF;
	line-height: 120px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 4.5px;
}
.secFaq .boxList{
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 60px;
}
.secFaq .boxList li{
	margin-bottom: 20px;
}
.secFaq .boxList .tit{
	height: 66px;
	border: 1px solid #D6D6D6;
	background: #FFF;
	position: relative;
	line-height: 60px;
	text-align: left;
	font-size: 16px;
	color: #000;
	padding-left: 20px;
	letter-spacing: 1.75px;
	cursor: pointer;
}
.secFaq .boxList .tit .txtQ{
	color: #3E7F34;
}
.secFaq .boxList .tit:after{
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/faq/btnDown.gif) center top no-repeat;
	position: absolute;
	top: 17px;
	right: 17px;
}
.secFaq .boxList .opened .tit:after{
	background: url(../img/faq/btnUp.gif) center top no-repeat;
}
.secFaq .boxList .txt{
	display: none;
	border: 1px solid #D6D6D6;
	border-top: none;
	background: #F9F9F9;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	padding: 20px 25px 25px 28px;
	letter-spacing: 0.7px;
}
.secFaq .boxList .txt .txtA{
	color: #EB6652;
}
.secFaq .boxList .txt .txtNote{
	display: block;
	margin-top: 21px;
}
.secFaq#faq02{
	background: #F7FBFD;
}
.secFaq#faq02 .titFaq{
	background: repeating-linear-gradient(-45deg, #379AD6, #379AD6 24.8px, #98CCEB 24.8px, #98CCEB 49.6px);
	background-color: #379AD6;
}
.secFaq#faq03{
	background: #FAFDF7;
}
.secFaq#faq03 .titFaq{
	background: repeating-linear-gradient(-45deg, #72AF2C, #72AF2C 24.8px, #A4D968 24.8px, #A4D968 49.6px);
	background-color: #72AF2C;
}
.secFaq#faq04{
	background: #FFFBF0;
}
.secFaq#faq04 .titFaq{
	background: repeating-linear-gradient(-45deg, #EEA900, #EEA900 24.8px, #FFD166 24.8px, #FFD166 49.6px);
	background-color: #EEA900;
}
@media only screen and (max-width:767px){
	.secFaq .titFaq{
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 0.5px;
	}
	.secFaq .boxList{
		width: 93.75%;
		padding: 20px 0 30px;
	}
	.secFaq .boxList li{
		margin-bottom: 10px;
	}
	.secFaq .boxList .tit{
		height: auto;
		line-height: 1.5;
		text-align: left;
		font-size: 13px;
		padding: 10px 40px 10px 10px;
		letter-spacing: 0.5px;
	}
	.secFaq .boxList .tit:after{
		width: 20px;
		height: 20px;
		background-size: cover;
		top: calc(50% - 10px);
		right: 10px;
	}
	.secFaq .boxList .opened .tit:after{
		background-size: cover;
	}
	.secFaq .boxList .txt{
		font-size: 12px;
		line-height: 1.5;
		padding: 10px;
		letter-spacing: 0.5px;
	}
	.secFaq .boxList .txt .txtNote{
		margin-top: 21px;
	}
}
