@charset "utf-8";
/* CSS Document */

main {
	background-image: url(../images/faq/bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top:50px;
	margin-right:50px;
}
main h1 {
	border-bottom: 2px solid #dadf00;
	width: 600px;
	margin-bottom: 70px;
	padding-top:20px;
	padding-left:100px;
	padding-bottom:20px;
}
main .main_visual{
	margin-bottom: 50px;
}
main dl{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;
}
main span {
	text-decoration: underline;
	display:inline-block;
}
main dt {
	background-image: url(../images/faq/q_bg.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 960px;
	line-height: 75px;
	color: #fff;
}
main dt p {
	background-image: url(../images/faq/icon_q.png);
	background-repeat: no-repeat;
	height: 75px;
	background-position: 50px 10px;
	padding-left:90px;
}
main dd{
	padding-top:40px;
	padding-bottom:40px;
}
main dd p{
	background-image: url(../images/faq/icon_a.png);
	background-repeat: no-repeat;
	background-position: 50px -10px;
	padding-left:90px;
	line-height:30px;
}
/*
main dt:first-child + dd p:last-child {
	background-image:none;
	text-decoration: underline;
}*/

main dd a {
	color: #009eb0;
}

a:hover{
	opacity:0.5;
}
/*jQueryプラグイン*/

/*===========
inview
===========*/

.fadeIn {
	opacity: 0;
	transition: 2s;
}
.fadeIn.is-show {
	opacity: 1;
}
/*===========
inview_right
===========*/

.fadeIn_right {
	opacity: 0;
	transform: translate(50%, 0);
	transition: 2s;
}
.fadeIn_right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}


/*レスポンシブデザイン*/
@media screen and (max-width:640px){
	main{
		margin:0 0 100px 0;;
		background-image:none;
	}
	main h1{
		width:auto;
		padding: 70px 50px 20px 50px;
		margin-bottom: 20px;
	}
	main dl{
		width:auto;
	}
	main dt {
		background-image: url(../images/faq/q_bg_sp.png);
		width:auto;
		height:60px;
	}
	main dt p {
		background-position: 35px 10px;
		padding-left: 75px;
	}
	main dd p {
		background-position: 35px -10px;
		padding-left: 75px;
		line-height: 25px;
		padding-right:50px;
	}
	/*jQueryプラグイン*/
	
	/*===========
	inview_right
	===========*/
	
	.fadeIn_right {
		transition:none;
	}
	.fadeIn_right.is-show {
		transform: translate(0, 0);
	}

}
