
/*====================
よくある質問部分
====================*/
.qhead{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.qhead p{
	max-height: 100%;
	margin-bottom: 60px;
	color: #867e7a;
	font-weight: bold;
	font-size: 1.25rem;
}


h2.pagetitle{
	margin-bottom: 70px;
	padding-top: 15px;
	position: relative;
	padding-left: 120px;
	line-height: 1;
	font-size: 3.75rem;
	font-weight: bold;
}
h2.pagetitle span{
	top: 0;
	position: absolute;
	width: 92px;
	line-height: 1;
	height: 92px;
	left: 0;
	border-radius: 50%;
	background: #1aa7c1;
}

h2.pagetitle span img{
	width: 100%;
}
@media screen and (max-width: 750px){
	h2.pagetitle{
		padding: 0.25em 0 0.25em 2em;
        z-index: 1;
        position: relative;
        font-size: 1.75rem;
		margin-bottom: 1.5em;
	}
	h2.pagetitle span{
		width: 1.5em;
		height: 1.5em;
	}
	header{
		margin-bottom: 18vw;
	}
	
}

.qhead nav{
	background: #1aa7c1;
	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: 20px;
	padding: 0 30px 10px;
	background: #fff;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
  max-width: 100%;
	margin-bottom: 10px;
}
.qhead h3.title{
  padding: 20px 4px;
	padding-right: 80px;
	font-weight: bold;
	line-height: 1;
  color: #1aa7c1;
	margin-bottom: 20px;
	border-bottom: solid #1aa7c1 3px;
	border-top: solid #1aa7c1 3px;
	font-size: 2.375rem;
}
.qtitle span{
	top: 0;
	position: absolute;
	width: 42px;
	line-height: 1;
	height: 42px;
	left: 0;
	border-radius: 50%;
	background: #1aa7c1;
}
.qtitle span img{
  width: 50%;
	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: 1.75rem;
	padding-left: 60px;
}
.qtitle:after{
	transition: .1s;
	-moz-transition: .1s;
	-webkit-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
	content: "";
	display: block;
	right: 0;
	bottom: 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: 20px;
	padding-top: 6px;
	position: relative;
	padding-left: 40px;
}
.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: 1.25rem;
	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{
	padding-bottom: 30px;
	padding-top: 30px;
}


/* 私が答えました */
.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){
	.qtitle{
		font-size: 1.2rem;
		padding-left: 2.25em;
		padding-right: 1em;
	}
	.qtitle span{
		width: 1.75em;
		height: 1.75em;
	}
	.qtitle span img{
		width: 50%;
	}
	.qtitle:after{
		bottom: 50%;
		width: 0.5em;
		height: 0.5em;
		border-right: solid 3px #534741;
		border-bottom: solid 3px #534741;
	}
	.qhead h3.title{
		font-size: 1.75rem;
		padding-bottom: 0.5em;
		margin-bottom: 0.5em;
	}
	.ansBox .ansIcon{
		width: 6vw;
		height: 6vw;
	}
	.ansBox .ansIcon img{
		width: 50%;
		height: auto;
	}

	.qList{
		padding-bottom: 2vw;
		padding-top: 0;
	}

	
	.qhead p{
		font-size: 1rem;
	}
	.qhead,
	.questio{
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 10vw);
	}
	.questio{
		padding:  5vw;
		margin-bottom: 10px;
	}
	.qhead ul.cate{
	}
	.qhead ul.cate li{
		width: 50%;
		margin-top: 20px;
	}
	.ansBox{
		padding-left: 0;
		padding-top: 0px;
	}
	.ansBox li,
	.ansBox p{
		font-size: 1rem;
		max-height: 100%;
		line-height: 1.5;
	}


	/* 私が答えました */
	.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;
	}

}

.qawrap { margin-bottom: 100px;}
.acon h2 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 40px;
  border-bottom: 2px dotted #998675;
  padding-left: 20px;
  position: relative;}
.acon h3 {
  padding-top: 40px;
  font-size: 18px;
  padding-left: 44px;
  position: relative;}
.acon h3::before {
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background: url("../img/qa/aicon.png") no-repeat center center #998675;
  background-size: 14px auto;}
.tagList {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
  padding-bottom: 16px;
  list-style: none;}
.tagItem::before {
  display: inline-block;
  content: "#";}
.tagItem {
	padding: 4px 12px;
	border-radius: 9999px;
  background: #f2f2f2;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;}

.tagwrap {
  padding: 0 5vw;
  margin: 0 auto 20px;
  box-sizing: border-box;
  width: 1000px;
  max-width: 100%;
  background: #fff;
  border-radius: 20px;
  border: solid #1aa7c1 2px;}
.tagwrap h1 {
  padding-top:20px;
  color: #1aa7c1;
  text-align: center;
  font-size: 20px;
  font-weight: bold;}
.qaTagFilter {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 24px;}

.qaTagFilter button {
  padding: 6px 14px 5px;
  border: 1px solid #1aa7c1;
  color: #1aa7c1;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;}

.qaTagFilter button.is-active {
  background: #1aa7c1;
  color: #fff;
  border-color: #1aa7c1;}

.acon a { display: inline;text-decoration: underline;}

@media screen and (max-width: 750px){
  .acon h2 { padding-left: 0;font-size:16px;padding-bottom:20px;}
  .acon h3 { font-size:16px;padding-top:20px;}
  .acon h3::before { top: 20px;}
  .tagwrap { margin-left: auto; margin-right: auto; width: calc(100% - 10vw);padding: 0 2vw;}
  .qaTagFilter { gap:2px;}
  .qaTagFilter button {padding: 3px 8px 2px;font-size: 13px;}

}