@charset "UTF-8";


/*----------------------------------------

	- content
	- box01

-----------------------------------------*/
/*----------------------------------------
	content
-----------------------------------------*/

#content {
	z-index: 0;
}

#content>h1 {
	padding: 93px 0 118px;
	background: #e5e9e5 url(../../img/c_main_bg01.png) repeat-x center top;
	background-size: 1500px 133px;
	text-align: center;
}

#content>h1>span {
	display: block;
}

#content>h1>span:nth-child(2) {
	margin-top: -3px;
}

@media only screen and (max-width: 767px) {
	#content>h1 {
		padding: 64px 0 62px;
		background-size: calc(1500px/2) calc(133px/2);
	}

	#content>h1>span:nth-child(2) {
		margin-top: 2px;
	}
}

#content>dl {
	width: 1000px;
	margin: -100px auto 0;
	padding: 56px 0 0;
	background: #fff;
	text-align: center;
}

#content>dl dt {
	padding-bottom: 22px;
}

#content>dl dd {
	width: 385px;
	margin: 0 auto;
	text-align: left;
}

#content>dl dd span {
	display: block;
}

@media only screen and (max-width: 767px) {
	#content>dl {

		width: calc(100% - 30px);
		/* width: 410px; */
		margin: -50px auto 0;
		/* 221205 */
		padding: 70px 0 46px;
		background: #fff;
		text-align: center;
	}

	#content>dl dt span {
		display: block;
	}

	#content>dl dd {
		/* 20221206
		width: 100%; */
		width: 80%;

	}

	#content>dl dd span {
		display: inline;
	}
}

@media only screen and (max-width:320px) {
	#content>dl {
		width: 300px;
	}
}

#content>figure {
	position: relative;
	z-index: 10;
	height: 141px;
	width: 1000px;
	margin: -70px auto 0;
}

#content>figure img {
	position: absolute;
}

#content>figure img:nth-child(1) {
	left: 56px;
	bottom: 0;
}

#content>figure img:nth-child(2) {
	right: 55px;
	bottom: 42px;
}

#content>figure img:nth-child(3) {
	right: 93px;
	bottom: -22px;
}

@media only screen and (max-width: 767px) {
	#content>dl {
		padding-bottom: 0;
	}

	#content>figure {
		width: 410px;
		height: 48px;
		margin: 14px auto 0;
	}

	#content>figure img:nth-child(1) {
		left: 15px;
		bottom: 0px;
		height: 52px;
		width: 91px;
	}

	#content>figure img:nth-child(2) {
		right: 15px;
		bottom: 21px;
		height: 50px;
		width: 63px;
	}

	#content>figure img:nth-child(3) {
		right: 30px;
		bottom: -11px;
		height: 63px;
		width: 99px;
	}
}

@media only screen and (max-width:320px) {
	#content>figure {
		width: 300px;
	}
}



/*----------------------------------------
	box01
-----------------------------------------*/

#box01 {
	width: 1000px;
	margin: 0 auto;
}

#box01 .faqbox {
	margin-bottom: 30px;
}

#box01 .faqbox:last-child {
	margin-bottom: 60px;
}

#box01 .faqbox>h1 {
	padding: 17px 0;
	border: 6px solid #9bca50;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#box01 .faqbox>h1:hover {
	background-color: #f1f9f1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#box01 .faqbox>h1.active {
	background-color: #9bca50;
}

#box01 .faqbox>h1.active.green01 {
	color: #fff !important;
}

#box01 .faqbox>h1 br {
	display: none;
}

#box01 .faqbox>ul {
	display: none;
	padding: 0 50px;
	background-color: #f6f8f6;
}

#box01 .faqbox>ul>li {
	padding: 30px 0;
	border-bottom: 1px solid #e5e9e5;
}

#box01 .faqbox>ul>li:last-child {
	border-bottom: none;
}

#box01 .faqbox>ul>li>dl {
	width: 900px;
}

#box01 .faqbox>ul>li>dl>dt {
	min-height: 65px;
	margin-bottom: 19px;
}

#box01 .faqbox>ul>li>dl>dt span {
	display: inline-block;
	width: 815px;
	margin-left: 20px;
	padding-top: 16px;
	/*letter-spacing: -0.01em;*/
}

#box01 .faqbox>ul>li>dl>dd {
	min-height: 65px;
}

#box01 .faqbox>ul>li>dl>dd span {
	display: inline-block;
	width: 815px;
	margin-left: 20px;
	padding-top: 16px;
}

#box01 .faqbox>ul>li>dl>dd span>a {
	display: inline-block;
	margin-top: 14px;
}

#box01 .faqbox>ul>li>dl>dd span a.l_orange01:after {
	content: '　>';
	display: inline;
}

#box01 .faqbox>ul>li>dl>dd span a.delmark01.l_orange01:after {
	content: '';
}

#box01 .faqbox>ul>li>dl>dd span>a br {
	display: none;
}



/* 返品 */

#box01 .faqbox>ul>li>dl>dd span#box01 .faqbox>ul>li>dl>dd span>section {
	display: table-cell;
	width: 490px;
	padding: 14px 10px 0 0;
}

#box01 .faqbox>ul>li>dl>dd span>section {
	padding-top: 14px;
	counter-increment: num;
}

#box01 .faqbox>ul>li>dl>dd span>section>h1 {
	position: relative;
	padding-left: 1.4em;
}

#box01 .faqbox>ul>li>dl>dd span>section>div {
	padding-left: 1.4em;
}

#box01 .faqbox>ul>li>dl>dd span>section>h1:before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(num) ".";
}

#box01 .faqbox>ul>li>dl>dd span>section+section dl {
	padding-top: 14px;
}

#box01 .faqbox>ul>li>dl>dd span>section+section dl dt br {
	display: none;
}

@media only screen and (max-width:767px) {
	#box01 .faqbox {
		margin-bottom: 15px;
	}

	#box01 .faqbox>h1 {
		padding: 10px 0;
		border: 3px solid #9bca50;
	}

	#box01 .faqbox>ul>li>dl>dd span>section {
		display: block;
		width: auto;
		padding: 14px 0 0 0;
	}

	#box01 .faqbox>ul>li>dl>dd span>section+section {
		padding: 14px 0 0 0;
	}

	#box01 .faqbox>ul>li>dl>dd span>section+section dl dt br {
		display: inline;
	}
}



/* 推奨環境 */

#box01 .faqbox>ul>li>dl>dd span ul.spac01>dl {
	padding-top: 0;
}

#box01 .faqbox>ul>li>dl>dd span ul.spac01 dl dt {
	padding: 0;
}

#box01 .faqbox>ul>li>dl>dd span ul.spac01 dl dd {
	padding-left: 0;
}

#box01 .faqbox>ul>li>dl>dd span ul.spac01 dl dd dl dt:before {
	content: '■';
}

#box01 .faqbox>ul>li>dl>dd span ul.spac01 dl .pt15 {
	padding-top: 15px;
}

#box01 .faqbox>ul>li>dl>dd span ul.spac01 dl .pt10 {
	padding-top: 10px;
}

#box01 .faqbox>ul>li>dl>dd span ul.spac01 dl .pt5 {
	padding-top: 5px;
}

@media only screen and (max-width:767px) {
	#box01 {
		/* width: 410px;
		221205 */
		width: calc(100% - 30px);

	}

	#box01 .faqbox>h1 {
		padding-right: 40px;
		padding-left: 15px;
		-webkit-transition: none;
		transition: none;
	}

	#box01 .faqbox>h1:hover {
		background-color: #fff;
		-webkit-transition: none;
		transition: none;
	}

	#box01 .faqbox>h1.active:hover {
		background-color: #9bca50;
	}

	#box01 .faqbox>h1 br {
		display: block;
	}

	#box01 .faqbox>ul {
		padding: 0 15px;
	}

	#box01 .faqbox>ul>li {
		padding: 25px 0;
	}

	#box01 .faqbox>ul>li>dl {
		/* width: 410px; */
		/* 221205 */
		width: calc(100% - 30px);

	}

	#box01 .faqbox>ul>li>dl>dt {
		min-height: 50px;
	}

	#box01 .faqbox>ul>li>dl>dt span {
		/* width: 460px;
		221205 */
		width: calc(100% - 30px);

		margin-left: 15px;
		padding-top: 12px;
	}

	#box01 .faqbox>ul>li>dl>dt span.pt0 {
		padding-top: 0;
	}

	#box01 .faqbox>ul>li>dl>dd span {
		/* width: 460px;
		221205 */
		width: calc(100% - 30px);
		margin-left: 15px;
		padding-top: 0;
	}

	#box01 .faqbox>ul>li>dl>dd span>a br {
		display: block;
	}

	#box01 .faqbox>ul>li>dl>dd span>dl {
		width: 460px;
		padding-top: 14px;
	}
}

@media only screen and (max-width:320px) {
	#box01 {
		width: 300px;
	}

	#box01 .faqbox>ul>li>dl {
		width: 270px;
	}

	#box01 .faqbox>ul>li>dl>dt span {
		width: 205px;
	}

	#box01 .faqbox>ul>li>dl>dd span {
		width: 205px;
	}
}



/* ページ内リンク 下向きくの字 */

.arrow {
	position: relative;
	vertical-align: middle;
	text-decoration: none;
}

.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.downarrow::before {
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #333;
}

.downarrow::after {
	position: absolute;
	top: -3px;
	right: 30px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.downarrow.active::before {
	background: #fff;
}

.downarrow.active::after {
	top: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width:767px) {

	.arrow::before,
	.arrow::after {
		right: 9px;
	}

	.downarrow::before {
		width: 23px;
		height: 23px;
	}

	.downarrow::after {
		top: -5px;
		right: 16px;
		width: 8px;
		height: 8px;
	}
}



/* Questions & Answers */

.q01::before,
.a01::before {
	display: inline-block;
	background-color: #f00;
	padding: 0;
	margin: 0;
	width: 65px;
	height: 65px;
	line-height: 65px;
	border-radius: 50%;
	background: #fff;
	color: #fff;
	text-align: center;
	vertical-align: top;
}

@media only screen and (max-width:767px) {

	.q01::before,
	.a01::before {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}

.q01txt::before {
	content: 'Q';
	font-size: 228.57%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #9bca50;
}

.a01txt::before {
	content: 'A';
	font-size: 228.57%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #f18909;
}

@media only screen and (max-width:767px) {

	.q01txt::before,
	.a01txt::before {
		font-size: 171.42%;
	}
}