@charset "UTF-8";

@media screen and (min-width: 641px){
header h1{
	position: absolute;
	top:45px;
	left: 8%;
	width: 162px;
	height: 181px;
	z-index: 2;
}
	
/* sec1: メイン ----*/	
	.sec1{
		margin-top: 50px;
		background: #EDEDED;
		position: relative;
		padding: 50px 0 50px;
	}
	.sec1 h2{
		font-size: 28px;
		text-align: center;
		line-height: 1;
	}
	.sec1 .h2-text{
		margin: 20px auto 0;
		font-size: 24px;
		text-align: center;
	}
	.sec1 .h2-text span{
		border-top: 5px #BF8426 solid;
		padding: 5px 0 0;
	}
	
	
	.qa-container {
		margin: 50px auto 0;
		max-width: 900px;
		width: 100%;
	}

	.qa-list:not(:first-child) {
		margin-top: 10px;
	}

	.question-title {
		background: #fff;
		border-radius: 8px;
		cursor: pointer;
		font-size: 18px;
		padding: 15px 80px;
		position: relative;
		color: #BF8426;
	}
	.question-title span{
		position: absolute;
		display: block;
		width: 46px;
		height: 46px;
		line-height: 46px;
		text-align: center;
		top:8px;
		left: 15px;
		color: #fff;
		background-color:#BF8426;
		border-radius: 50%;
	}
	.question-title span.t-d{
		letter-spacing: -0.1em;
	}
	
	.question-title:after {
		position: absolute;
		display: block;
		content: '';
		top: 40%;
		right: 30px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #BF8426;
		border-right: 2px solid #BF8426;
		transform: rotate(135deg);
		transition: all .3s ease-in-out;
	}
	.question-title.open:after {
		transform: rotate(-45deg);
		top: 46%;
	}

	.answer-text {
		display: none;
		padding: 15px 30px 20px 80px;
		position: relative;
		font-size: 16px;
	}
	.answer-text a{
		text-decoration: underline;
	}
	.answer-text a:hover{
		color:#BF8426;
	}
	
}



@media screen and (max-width: 640px) {
header h1{
	position: absolute;
	top:20px;
	left: 4%;
	width: 150px;
	height: 168px;
	transition: .3s;
}
	
/* sec-main: メイン ----*/	
	.sec1{
		margin-top: 90px;
		background: #EDEDED;
		position: relative;
		padding: 100px 0 100px;
	}

	.sec1 h2{
		font-size: 26px;
		line-height: 1;
		text-align: center;
	}
	.sec1 .h2-text{
		margin: 20px auto 0;
		font-size: 18px;
		text-align: center;
	}
	.sec1 .h2-text span{
		border-top: 5px #BF8426 solid;
		padding: 5px 0 0;
	}
	
	.qa-container {
		margin: 50px auto 0;
		max-width: 600px;
		width: 100%;
	}

	.qa-list:not(:first-child) {
		margin-top: 10px;
	}

	.question-title {
		background: #fff;
		border-radius: 8px;
		cursor: pointer;
		font-size: 16px;
		padding: 15px 40px 15px 60px;
		position: relative;
		color: #BF8426;
	}
	.question-title span{
		position: absolute;
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
		left: 10px;
		color: #fff;
		background-color:#BF8426;
		border-radius: 50%;
	}
	.question-title span.t-d{
		letter-spacing: -0.1em;
	}
	
	.question-title:after {
		position: absolute;
		display: block;
		content: '';
		top: 40%;
		right: 15px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #BF8426;
		border-right: 2px solid #BF8426;
		transform: rotate(135deg);
		transition: all .3s ease-in-out;
	}
	.question-title.open:after {
		transform: rotate(-45deg);
		top: 46%;
	}

	.answer-text {
		display: none;
		padding: 15px 10px 20px 15px;
		position: relative;
		font-size: 16px;
	}
	.answer-text a{
		text-decoration: underline;
	}
	.answer-text a:hover{
		color:#BF8426;
	}
}

