@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* bgStripe */
.bgStripe01{
	background: repeating-linear-gradient(-45deg, #FFA399, #FFA399 24.8px, #EB6652 24.8px, #EB6652 49.6px);
	background-color: #EB6652;
}
.bgStripe03{
	background: repeating-linear-gradient(-45deg, #6385CC, #6385CC 24.8px, #0A4D94 24.8px, #0A4D94 49.6px);
	background-color: #0A4D94;
}
.bgStripe05{
	background: repeating-linear-gradient(-45deg, #FFAD66, #FFAD66 24.8px, #DF6C20 24.8px, #DF6C20 49.6px);
	background-color: #DF6C20;
}
.bgStripe06{
	background: repeating-linear-gradient(-45deg, #FFACE5, #FFACE5 24.8px, #A15067 24.8px, #A15067 49.6px);
	background-color: #A15067;
}

/* titSection */
.titSection{
	text-align: center;
}
.titSection .tit{
	color: #000;
	font-size: 34px;
	font-weight: bold;
	margin-top: 30px;
	letter-spacing: 5px;
}
.titSection .txt{
	color: #000;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 1.75px;
	margin-top: 32px;
}
@media only screen and (max-width:767px){
	.titSection .img{
		width: 40px;
		margin: 0 auto;
	}
	.titSection .tit{
		font-size: 15px;
		line-height: 1.5;
		margin-top: 11px;
		letter-spacing: 0.5px;
		padding: 0 3.125%;
	}
	.titSection .txt{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin-top: 15px;
		padding: 0 3.125%;
		text-align: left;
	}
}

/* titItem */
.titItem{
	height: 140px;
	line-height: 140px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
	color: #FFF;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3.75px;
}
@media only screen and (max-width:767px){
	.titItem{
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		letter-spacing: 0.5px;
	}
}

/* boxFaq */
.boxFaq.bgGray,
.wrapperFaq.bgGray{
	background: #FAF8F8;
}
.boxFaq .wrapper{
	width: 1000px;
	margin: 0 auto;
}
.boxFaq .titFaq{
	font-size: 30px;
	font-weight: bold;
	color: #EB6652;
	text-align: center;
	letter-spacing: 3px;
	padding: 70px 0 31px;
	position: relative;
}
.boxFaq .titFaq::after{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #EB6652;
	position: absolute;
	left: calc(50% - 20px);
	bottom: 0;
}
.boxFaq .boxList{
	width: 1000px;
	margin: 0 auto;
	padding: 29px 0 60px;
}
.wrapperFaq .boxFaq .boxList{
	padding-top: 44px;
}
.wrapperFaq.trouble05 .boxFaq .boxList{
	padding-top: 49px;
}
.boxFaq .boxList li{
	margin-bottom: 20px;
}
.boxFaq .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;
}
.boxFaq .boxList .tit .txtQ{
	color: #EB6652;
}
.boxFaq .boxList .tit:after{
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/faq/btnDown.gif) center top no-repeat;
	position: absolute;
	top: 17px;
	right: 17px;
}
.boxFaq .boxList .opened .tit:after{
	background: url(../img/faq/btnUp.gif) center top no-repeat;
}
.boxFaq .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;
}
.boxFaq .boxList .txt .txtNumber{
	display: block;
	margin: 14px 0;
}
.boxFaq .boxList .txt .txtA{
	color: #3E7F34;
}
.boxFaq .boxList .txt .txtNote{
	display: block;
	margin-top: 21px;
}
@media only screen and (max-width:767px){
	.boxFaq .wrapper{
		width: 93.75%;
	}
	.boxFaq .titFaq{
		font-size: 15px;
		letter-spacing: 0.5px;
		padding: 35px 0 15px;
	}
	.boxFaq .titFaq::after{
		width: 20px;
		left: calc(50% - 10px);
	}
	.boxFaq .boxList{
		width: 100%;
		padding: 20px 0 30px;
	}
	.wrapperFaq .boxFaq .boxList{
		padding-top: 25px;
	}
	.wrapperFaq.trouble05 .boxFaq .boxList{
		padding-top: 30px;
	}
	.boxFaq .boxList li{
		margin-bottom: 10px;
	}
	.boxFaq .boxList .tit{
		height: auto;
		line-height: 1.5;
		text-align: left;
		font-size: 13px;
		padding: 10px 40px 10px 10px;
		letter-spacing: 0.5px;
	}
	.boxFaq .boxList .tit:after{
		width: 20px;
		height: 20px;
		background-size: cover;
		top: calc(50% - 10px);
		right: 10px;
	}
	.boxFaq .boxList .opened .tit:after{
		background-size: cover;
	}
	.boxFaq .boxList .txt{
		font-size: 12px;
		line-height: 1.5;
		padding: 10px;
		letter-spacing: 0.5px;
	}
	.boxFaq .boxList .txt .txtNumber{
		margin: 7px 0;
	}
	.boxFaq .boxList .txt .txtNote{
		margin-top: 21px;
	}
}

/* secTrouble */
.secTrouble{
	margin-top: 80px;
    margin-bottom: 100px;
}
.secTrouble .titSection{
	margin: 80px 0 50px;
}
.secTrouble .btnTrouble{
	width: 1000px;
	margin: 0 auto 60px;
	font-size: 0;
}
.secTrouble .btnTrouble li{
	display: inline-block;
	width: 180px;
	margin-right: 25px;
}
.secTrouble .btnTrouble li:last-child{
	margin-right: 0;
}
.secTrouble .boxDescription{
	width: 1000px;
	margin: 0 auto;
}
.secTrouble .boxDescription .tit{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	padding-top: 49px;
	letter-spacing: 2.75px;
}
.secTrouble .boxDescription .txt{
	color: #000;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.4px;
	margin-top: 15px;
}
.secTrouble .btnEquip{
	width: 1000px;
	margin: 30px auto 60px;
	font-size: 0;
}
.secTrouble .btnEquip li{
	display: inline-block;
	width: 232px;
	margin-right: 24px;
}
.secTrouble .btnEquip li:last-child{
	margin-right: 0;
}
.secTrouble .btnEquip li a{
	display: block;
	height: 70px;
	line-height: 70px;
	background: #EB6652;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	border-radius: 8px;
	text-align: center;
	letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
	.secTrouble{
	margin-top: 40px;
    margin-bottom: 50px;
}
	.secTrouble .titSection{
		margin: 40px 0 25px;
	}
	.secTrouble .btnTrouble{
		width: 93.75%;
		margin: 0 auto 20px;
		text-align: center;
	}
	.secTrouble .btnTrouble li{
		width: 32%;
		margin: 0 2% 10px 0;
	}
	.secTrouble .btnTrouble li:nth-child(3),
	.secTrouble .btnTrouble li:last-child{
		margin-right: 0;
	}
	.secTrouble .boxDescription{
		width: 93.75%;
	}
	.secTrouble .boxDescription .tit{
		font-size: 15px;
		line-height: 1.5;
		padding-top: 20px;
		letter-spacing: 0.5px;
	}
	.secTrouble .boxDescription .txt{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin-top: 10px;
	}
	.secTrouble .btnEquip{
		width: 93.75%;
		margin: 15px auto 30px;
	}
	.secTrouble .btnEquip li{
		width: 48%;
		margin: 0 0 10px 0;
		vertical-align: top;
	}
	.secTrouble .btnEquip li:nth-child(2n){
		margin-left: 2%;
	}
	.secTrouble .btnEquip li:nth-child(2n+1){
		margin-right: 2%;
	}
	.secTrouble .btnEquip li a{
		height: 35px;
		line-height: 35px;
		font-size: 13px;
		border-radius: 4px;
	}
}