
/*====================
よくある質問部分
====================*/
.qhead{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
h2.pagetitle{
	margin-bottom: 80px;
	padding-top: 15px;
	position: relative;
	padding-left: 120px;
	line-height: 1;
	font-size: 6rem;
	font-weight: bold;
}
h2.pagetitle span{
	top: 0;
	position: absolute;
	width: 92px;
	line-height: 1;
	height: 92px;
	left: 0;
	border-radius: 50%;
	background: #ffda01;
}

.qhead nav{
	background: #ffda01;
	border-radius: 30px;
	padding: 30px 50px;
	margin-bottom: 50px;
}
.qhead ul.cate{
	display: flex;
	flex-wrap: wrap;
}
.qhead ul.cate li{
	width: calc(100% / 3);
	margin-top: 20px;
}
.qhead ul.cate li a{
	padding-left: 25px;
	line-height: 1;
	display: inline-block;
	font-size: 2.8rem;
	font-weight: bold;
	position: relative;
	color: #534741;
}
.qhead ul.cate a img{
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.qhead ul.cate a:hover img{
	left: 5px;
}
.qhead nav p{
	font-size: 3.8rem;
	font-weight: bold;
}

/* Q&Aコンテンツここから */

.questio{
	border-radius: 30px;
	padding: 50px;
	background: #fff;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	margin-bottom: 100px;
}
.questio h3.title{
	padding-right: 60px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid #ffda01 7px;
	font-size: 3.8rem;
}
.qtitle span{
	top: 0;
	position: absolute;
	width: 62px;
	line-height: 1;
	height: 62px;
	left: 0;
	border-radius: 50%;
	background: #ffda01;
}
.qtitle span img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.qtitle{
	cursor: pointer;
	cursor: hand;
	padding-right: 60px;
	font-weight: bold;
	position: relative;
	font-size: 2.8rem;
	padding-left: 80px;
	padding-top: 12px;
}
.qtitle:after{
	transition: .1s;
	-moz-transition: .1s;
	-webkit-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
	content: "";
	display: block;
	right: 0;
	top: 24px;
	position: absolute;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border-right: solid 6px #534741;
	border-bottom: solid 6px #534741;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.qtitle.on:after{
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
}
.ansBox{
	display: none;
	margin-top: 40px;
	padding-top: 6px;
	position: relative;
	padding-left: 80px;
}
.ansBox .ansIcon{
	top: 0;
	position: absolute;
	width: 42px;
	line-height: 1;
	height: 42px;
	left: 10px;
	border-radius: 50%;
	background: #998675;
}
.ansBox .ansIcon img{
	position: absolute;
	left: 0;
	right: 0;
	top: 8px;
	margin: auto;
}
.ansBox li,
.ansBox p{
	font-size: 2rem;
	line-height: 2;
}
.ansBox p a{
	text-decoration: underline;
	display: inline;
	word-break: break-all;
}
.ansBox p a:hover{
	text-decoration: none;
}
.ansBox li + li{
	margin-top: 10px;
}
.ansBox li:before{
	text-indent: -1em;
	content: "・";
	display: inline-block;
}
.ansBox li{
	padding-left: 1em;
}
.ansBox strong{
	font-weight: bold;
}

.qList{
	border-bottom: solid 2px #998675;
	padding-bottom: 50px;
	padding-top: 30px;
}
.qList:last-child{
	border-bottom: none;
	padding-bottom: 20px;
}

/* 私が答えました */
.anser{
	margin-top: 50px;
	border-top: solid 2px #c7b299;
	border-bottom: solid 2px #c7b299;
	margin-bottom: 20px;
	padding: 10px 0;
	display: flex;
}
.anser figure{
	margin: 0;
	width: 82px;
	height: 82px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 50%;
}
.anser figure img{
	max-width: 100%;
}
.anser .text{
	margin-left: 20px;
	font-weight: bold;
}
.anser .title{
	margin-bottom: 10px;
	font-size: 1.8rem;
}
.anser .post,
.anser .name{
	display: inline-block;
	vertical-align: bottom;
}
.anser .post{
	font-size: 1.8rem;
}
.anser .post span{
	display: inline-block;
	white-space: nowrap;
}
.anser .name{
	font-size: 2rem;
}


@media screen and (max-width: 750px){
	.qhead,
	.questio{
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 60px);
	}
	.questio{
		margin-bottom: 100px;
	}
	.qhead ul.cate{
	}
	.qhead ul.cate li{
		width: 50%;
		margin-top: 20px;
	}
	.ansBox{
		padding-top: 0px;
	}
	.ansBox li,
	.ansBox p{
		font-size: 2.4rem;
		max-height: 100%;
	}


	/* 私が答えました */
	.anser{
		padding: 20px 0;
	}
	.anser figure{
		padding: 0;
		width: 120px;
		height: 120px;
		border-radius: 50%;
		box-sizing: border-box;
	}
	.anser figure img{
		max-width: 100%;
		height: auto;
	}
	.anser .text{
		margin-left: 30px;
		font-weight: bold;
		width: calc(100% - 150px);
	}
	.anser .title{
		margin-bottom: 15px;
		font-size: 2.4rem;
	}
	.anser .post{
		font-size: 2.4rem;
	}
	.anser .name{
		font-size: 2.8rem;
	}

}
