/* @override 
	https://www.heya-collection.com/wp-content/uploads/sites/518/2021/11/faq.css?* */

@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@1,300&display=swap');

/* font-family: 'Barlow', sans-serif; */

/*font-family: fot-rodin-pron,sans-serif;
font-weight: 600;
font-style: normal;*/

/*  */

.es-container,
body:not(#home) #content {
	max-width: 1114px;
	width: 1114px;
	padding-left: 0;
	padding-right: 0;
}

#content_faq #ttl_faq {
	margin-top: 0.8em;
	border-top: none;
}

#ttl_faq h2 {
	font-size: 1.5rem;
	text-align: left;
	background-color: #e91b77;
	color: #fff;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	padding: 0.8em 1.0em;
}

#ttl_faq h2:after {
	content: 'FAQ';
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	font-size: 3.375rem;
	
	width: auto;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1;
	background-color: transparent;
	/*background-color: #000;*/
/*	position: absolute;
	top: 0.1em;
	right: 0;*/
}

#ttl_faq div.inq {
	position: absolute;
	top: 24px;
	right: 0;
	/*text-align: right;*/
}

#ttl_faq div.inq .inner {
	display: inline-block;
	font-size: 0.9375rem;
	margin-top: 1.8em;
	margin-left: 120px;
}

p[class^='btn_sq_'] a>span::before {
	font-size: 1em;
	
}

#ttl_faq figure {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: row;

}

#ttl_faq figure:before {
	content: '?';
	font-family: fot-rodin-pron,sans-serif;
	font-style: italic;
	font-size: 10.5625rem;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	position: absolute;
	z-index: 999;
	left: 0.7em;
	top: 0;
}

#ttl_faq figure img[src$="fig_02.jpg"] {
	margin-top: 76px;
	margin-left: -1px;
}

#ttl_faq figure figcaption {
	font: italic 1.5rem 'Barlow', sans-serif;
	position: absolute;
	left: 0;
	/*bottom: 2.0em;*/
	top: 8.4em;
}

/*  */

#cnav {
	margin-top: 3.4em;
	margin-left: 2em;
}

#cnav li {
	
}

#cnav li a {
	display: block;
	font-size: 1.25rem;
	margin-bottom: 1.2em;
	background-image: url(/wp-content/uploads/sites/518/2021/11/fig_icon.jpg);
	background-position: 0 -1px;
	background-repeat: no-repeat;
	background-size:65px auto;
	padding-left: 3.8em;
	line-height: 38px;
	height: calc(65px * 0.6);
	font-weight: bold;
}

#cnav li:nth-child(6) a,
#cnav li:nth-child(1) a {
	background-position: 0 0;
}
#cnav li:nth-child(7) a,
#cnav li:nth-child(2) a {
	background-position: 0 calc(65px * 0.6 * -1 - 1px);
}
#cnav li:nth-child(8) a,
#cnav li:nth-child(3) a {
	background-position: 0 calc(65px * 0.6 * 2 * -1 - 2px);
}
#cnav li:nth-child(9) a,
#cnav li:nth-child(4) a {
	background-position: 0 calc(65px * 0.6 * 3 * -1 - 3px);
}
#cnav li:nth-child(10) a,
#cnav li:nth-child(5) a {
	background-position: 0 calc(65px * 0.6 * 4 * -1 - 4px);
}

/*  */

section[id^="faq"] {
/*	border-top: 0.5em solid #e91b77;
	margin-top: 4em;*/
	margin-top: 0.5em;
	padding-top: 4em;
	text-align: center;
	position: relative;
}

section[id^="faq"]:before {
	content: '';
	display: block;
	width: 100%;
	height: 0.5em;
	background-color: #e91b77;
	position: absolute;
	top: 3.5em;
	left: 0;
}

section[id^="faq"] h3 {
	text-align: center;
	font-size: 1.75rem;
	margin-top: 1.8em;
	margin-bottom: 0;
	font-weight: bold;
	
	display: inline-block;
	position: relative;
	min-height: 56px;
	/*text-indent: 118px;*/
	padding-left: 118px;
	padding-top: 0.3em;
	overflow: visible;
	
	/*min-width: 70%;*/
	width: auto;
	
}

section#faq09 h3 {
	margin-left: 3.2em;
}

#faq10 h3 {
	text-align: left;
}

section[id^="faq"] figure {
	margin-top: 2em;
}

section[id^="faq"] h3 small {
	display: block;
}

section[id^="faq"] h3:before {
	content: '';
	display: block;
	width: 98px;
	position: absolute;
	top: calc(50% - 28px);
	left: 0;
	background-position: 0 -1px;
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/sites/518/2021/11/fig_icon.jpg);
	background-size:98px auto;
	height: calc(98px * 0.6);
	/*height: 57px;*/
	overflow: visible;
}
section#faq06 h3:before,
section#faq01 h3:before{
	background-position: 0 0;
}
section#faq07 h3:before,
section#faq02 h3:before{
	background-position: 0 calc(98px * 0.6 * -1 - 2px);
}
section#faq08 h3:before,
section#faq03 h3:before{
	background-position: 0 calc(98px * 0.6 * 2 * -1 - 2px);
}
section#faq09 h3:before,
section#faq04 h3:before{
	background-position: 0 calc(98px * 0.6 * 3 * -1 - 2px);
}
section#faq10 h3:before,
section#faq05 h3:before{
	background-position: 0 100%;
}

section#faq10 h3:before {
	top: 22px;
}

section p.anser {
	font-size: 1.5rem;
	/*text-align: left;*/
	position: relative;
	padding-left: 105px;
	padding-right: 1em;
	line-height: 1.6;
	margin-top: 1.8em;
	margin-bottom: 1.5em;
	display: inline-block;
	color: #e91b77;
	font-weight: bold;
}

section#faq02 p.anser,
section#faq01 p.anser {
	font-size: 1.125rem;
	text-align: left;
	padding-left: 95px;
}

section p.anser:before {
	content: 'A';
	font-family: fot-rodin-pron,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2rem;
	position: absolute;
	left: 1.85em;
	top: -0.20em;
	z-index: 9;
	color: #222;
}

section p.anser:after {
	content: '';
	width: 2.25em;
	height: 2.25em;
	border: 2px solid #333;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 1.8em;
	top: -0.3em;
	background-color: #f7f7f6;
}

section#faq02 p.anser:before,
section#faq01 p.anser:before {
	/*top: 0;*/
	top: 0.05em;
	left: 1.52em;
}

section#faq02 p.anser:after,
section#faq01 p.anser:after {
	width: 3.0em;
	height: 3.0em;
	/*top: -0.5em;*/
	top: 0;
	left: 1.8em;
}

section#faq02 p.anser:before {
	top: -0.20em;
}
section#faq02 p.anser:after {
	top: -0.4em;
}


section p.anser small {
	display: block;
	text-align: right;
	margin-top: 3em;
}

#faq04 figure + p,
section p.anser + p {
	text-align: left;
	font-size: 1rem;
	padding: 0 3em;
	line-height: 1.8;
}

#faq04 figure + p {
	margin-top: 3em;
}

/*  */
#list_anser01 {
	margin-top: 4em;
}

#list_anser01 li {
	background-color: #f7f7f6;
	margin-bottom: 6em;
	position: relative;
	overflow: visible;
	padding-bottom: 2em;
}

#list_anser01 li:last-child {
	padding-bottom: 3em;
}

#list_anser01 li:before {
	content: '';
	width: 1.6em;
	height: 2.8em;
	background-color: #e91b77;
	display: block;
	position: absolute;
	left: calc(50% - 0.8em);
	bottom: -1.6em;
}

#list_anser01 li:after {
	content: '';
	border-color: #e91b77;
	border-top: 1.6em solid #e91b77;
	border-left: 2.0em solid transparent;
	border-right: 2.0em solid transparent;
	position: absolute;
	left: calc(50% - 2.0em);
	bottom: -2.8em;
}

#list_anser01 li:last-child:after,
#list_anser01 li:last-child:before {
	display: none;
}

#list_anser01 li h4 {
	font-size: 1.7825rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	font-weight: bold;
	margin-top: -1.4em;
	margin-bottom: 0.2em;
	position: relative;
}

#list_anser01 li h4 br {
	display: none;
}

#list_anser01 li h4 span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	position: relative;
	padding-right: 1.2em;
}

#list_anser01 li h4 span:after {
	content: '';
	display: block;
	width: 1.4em;
	height: 1.4em;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border-right: 2px solid #e91b77;
	position: absolute;
	bottom: 0.9em;
	right: 0.4em;
	transform: rotate(40deg);
}


#list_anser01 li h4 strong {
	color: #e91b77;
	font-weight: normal;
	font-style: normal;
	font-size: 1.8em;
	margin-top: -0.1em;
}

#list_anser01 li:last-child h4 strong {
	font-size: 1.6em;
}

#list_anser01 li p {
	font-size: 1rem;
	text-align: left;
	line-height: 1.8;
	padding-left: 270px;
	padding-right: 2em;
	margin-top: 0.8em;
}

#list_anser01 li img {
	position: absolute;
	top: 43px;
	left: 36px;
	box-shadow: 2px 8px 12px 0px rgba(0, 0, 0, 0.2);
}

#list_anser01 li h5 {
	text-align: left;
	padding-left: 270px;
	font-weight: bold;
	color: #e91b77;
	font-size: 1.25rem;
}

#list_anser01 li p strong {
	font-size: 1.1em;
}

/*  */

div.box_btn {
	display: flex;
	justify-content: center;
	margin-top: 3em;
}

div.box_btn p {
	margin: 0 0.5em;
}

/*  */

#faq02 div.inner {
	background-color: #f7f7f6;
	width: 76%;
	margin: 1em auto 0;
	position: relative;
	
	padding: 2em;
}

#faq02 div.inner img {
	width: 250px;
	height: 250px;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	top: 100px;
	right: -40px;
	transform: rotate(2deg);
	box-shadow: 2px 8px 12px 0px rgba(0, 0, 0, 0.2);
}

#faq02 div.inner ul {
	width: 90%;
	margin: 0 auto;
}

#faq02 div.inner li {
	font-size: 1.5rem;
	/*margin-bottom: 2.1em;*/
	padding-bottom: 1.6em;
	margin-bottom: 0.6em;
	position: relative;
}

/* yoko */
#faq02 div.inner li:before {
	content: '';
	display: block;
	width: 1.2em;
	height: 4px;
	background-color: #e91b77;
	position: absolute;
	/*bottom: calc(-50% - 2px);*/
	bottom: calc(0.6em - 2px);
	left: calc(50% - 0.6em);
}
/* tate */
#faq02 div.inner li:after {
	content: '';
	display: block;
	width: 4px;
	height: 1.2em;
	background-color: #e91b77;
	position: absolute;
	left: calc(50% - 2px);
	/*bottom: calc(-50% - 0.6em);*/
	bottom: 0;
}

#faq02 div.inner li:last-child:after,
#faq02 div.inner li:last-child:before {
	display: none;
}

#faq02 div.inner li:first-child {
	
}

#faq02 div.inner li:first-child p {
	display: inline-block;
	/*font-size: 1.3em;*/
	font-size: 1.5rem;
	margin: 0 0.4em;
}

#faq02 div.inner li:first-child p strong {
	font-weight: normal;
	font-style: normal;
}


#faq02 div.inner li:last-child {
	border-bottom: 1px solid #8c8c8c;
}

#faq02 div.inner ul + p {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1.2em;
	margin-bottom: 0.4em;
}

#faq02 div.inner ul + p strong {
	font-weight: bold;
	display: block;
	font-size: 1.125rem;
}

/*#faq02 div.inner + p {
	width: 88%;
	text-align: left;
	font-size: 1rem;
	line-height: 1.8;
	margin: 3em auto 0;
}*/

/*  */

#txt_cost {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 2em;
	line-height: 1.8;
}

#txt_cost span {
	display: inline-block;
	margin-bottom: 0.6em;
}

#txt_cost strong {
	font-size: 1.4em;
	background: linear-gradient(transparent 80%, #f3fa2e 0%);
}

#txt_cost strong:after {
/*	content: '';
	display: block;
	/*width: 13em;*!/
	width: auto;
	height: 0.4em;
	background-color: #8c54d1;
	position: absolute;
	left: -0.2em;
	bottom: 0;
	z-index: -1;*/
}

/*  */

div.inq.btm {
	text-align: center;
	margin-top: 4em;
	padding-top: 5em;
	border-top: 0.5em solid #e91b77;
}

div.inq.btm > p {
	font-size: 1.125rem;
	font-weight: bold;
}

div.inq.btm p.btn_sq_shop {
	font-size: 0.904375rem;
	display: inline-block;
}

/*  */

@media screen and (max-width: 480px) {
	.es-container, body:not(#home) #content {
		max-width: initial;
		width: 100%;
	}
	
	.entry-content > * {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	
	/*  */
	
	
	#content_faq #ttl_faq {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	
	#ttl_faq h2 {
		font-size: 4.375vw;
		/* 14px */
		margin-bottom: 0;
		width: 100vw;
		margin-left: -5vw;
	}
	
	#ttl_faq h2 br {
		display: none;
	}
	
	#ttl_faq h2:after {
		font-size: 7.5vw;
		/* 24px */
		margin-left: 0.4em;
	}
	
	#cnav {
		margin-left: 0;
		margin-top: 2em;
		order: 3;
		width: 90vw;
		margin: 3em auto 0;
	}
	
	#cnav li {
		margin-bottom: 2.0em;
	}
	
	#cnav li a {
		font-size: 3.75vw;
		/* 12px */
		padding-left: 4em;
		line-height: 1.4;
		
		padding-left: 16vw;
		background-size: 14vw auto;
		/*min-height: calc(18vw * 0.58);*/
		height: calc(14vw * 0.6);
	}
	
	#cnav li:nth-child(6) a,
	#cnav li:nth-child(1) a {
		background-position: 0 0;
	}
	#cnav li:nth-child(7) a,
	#cnav li:nth-child(2) a {
		background-position: 0 calc(14vw * 0.6 * -1 - 1px);
	}
	#cnav li:nth-child(8) a,
	#cnav li:nth-child(3) a {
		background-position: 0 calc(14vw * 0.6 * 2 * -1 - 2px);
	}
	#cnav li:nth-child(9) a,
	#cnav li:nth-child(4) a {
		background-position: 0 calc(14vw * 0.6 * 3 * -1 - 3px);
	}
/*	#cnav li:nth-child(10) a,
	#cnav li:nth-child(5) a {
		background-position: 0 calc(14vw * 0.6 * 4 * -1 - 4px);
	}*/
	
/*	#cnav li:nth-child(6) a,
	#cnav li:nth-child(1) a {
		background-position: 0 0;
	}
	#cnav li:nth-child(7) a,
	#cnav li:nth-child(2) a {
		background-position: 0 calc(14vw * 0.58 * -1);
	}
	#cnav li:nth-child(8) a,
	#cnav li:nth-child(3) a {
		background-position: 0 calc(14vw * 0.58 * 2 * -1);
	}
	#cnav li:nth-child(9) a,
	#cnav li:nth-child(4) a {
		background-position: 0 calc(14vw * 0.58 * 3 * -1);
	}*/
	#cnav li:nth-child(10) a,
	#cnav li:nth-child(5) a {
		background-position: 0 100%;
	}
	
	#ttl_faq div.inq {
		position: static;
		order: 2;
		width: 100vw;
		margin-left: -5vw;
		text-align: center;
	}
	
	#ttl_faq figure {
		/*align-items: stretch;*/
		/*align-items: flex-start;*/

		position: relative;
		justify-content: space-around;
		width: 100vw;
		overflow: hidden;
		
	}
	
	#ttl_faq figure img {
/*		flex-grow: 1;
		flex-shrink: 1;*/
		/*align-self: flex-start;*/

	}
	
	#ttl_faq figure img[src$="fig_01.jpg"] {
		width: 35%;
	}
	
	#ttl_faq figure img[src$="fig_02.jpg"] {
		margin-top: 0;
		width: 65%;
		/*max-width: calc(100% * 0.7);*/
	}
	
	#ttl_faq figure:before {
		font-size: 28vw;
		top: 0.0em;
		left: 1.0em;
		line-height: 1;
	}
	
	#ttl_faq figure figcaption {
		width: 100%;
		font-size: 4.0625vw;
		/* 13px */
		top: auto;
		bottom: 0.3em;
		margin-left: 1em;
		text-align: center;
	}
	
	#ttl_faq div.inq .inner {
		margin: 2em auto 0;
		text-align: center;
		display: none;
	}
	
	#ttl_faq div.inq_btm {
		order: 4;
		display: inline-block;
		text-align: center;
		font-size: 0.9375rem;
		margin: 2em auto 0;
	}
	
	/*  */
	
	section[id^="faq"] h3 {
		font-size: 5vw;
		/* 16px */
		padding-left: 20vw;
		text-align: left;
	}
	section#faq09 h3 {
		margin-left: 0;
	}
	
	section[id^="faq"] h3:before {
		/*		width: 98px;
		height: 57px;*/
		width: 18vw;
		height: calc(18vw * 0.6);
		background-size: 18vw auto;
		top: calc(50% * 0.4);
	}
	
	section#faq06 h3:before,
	section#faq01 h3:before{
		background-position: 0 0;
	}
	section#faq07 h3:before,
	section#faq02 h3:before{
		background-position: 0 calc(18vw * 0.6 * -1 - 2px);
	}
	section#faq08 h3:before,
	section#faq03 h3:before{
		background-position: 0 calc(18vw * 0.6 * 2 * -1 - 2px);
	}
	section#faq09 h3:before,
	section#faq04 h3:before{
		background-position: 0 calc(18vw * 0.6 * 3 * -1 - 2px);
	}
	section#faq10 h3:before,
	section#faq05 h3:before{
		background-position: 0 100%;
	}
	
	/*  */
	
	section p.anser {
		font-size: 4.375vw;
		/* 14px */
		padding-left: calc(14vw + 1em);
		text-align: left;
		line-height: 1.3;
		margin-bottom: 1.6em;
	}
	
	section#faq02 p.anser,
	section#faq01 p.anser {
		font-size: 3.75vw;
		/* 12px */
		text-align: left;
		padding-left: 15vw;
		line-height: 1.6;
	}
	
	section p.anser:before,
	section p.anser:after {
		font-size: 6.25vw;
		/* 20px */
		width: 2em;
		height: 2em;
		top: -0.1em;
		left: 0.5em;
	}
	
	section p.anser:before {
		line-height: 2em;
		text-align: center;
		
	}
	
	section p.anser:after {
		
	}
	
	section#faq02 p.anser:before,
	section#faq01 p.anser:before {
		/* top: 0; */
		top: 0.2em;
		left: 0;
		width: 2em;
		height: 2em;
	}
	
	section#faq09 p.anser:before,
	section#faq09 p.anser:after {
		top: -0.5em;
	} 
	
	section#faq02 p.anser:after,
	section#faq01 p.anser:after {
		top: 0.2em;
		left: 0;
		/*left: 0.5em;*/
		width: 2em;
		height: 2em;
	} 
	
	section p.anser small {
		font-size: 3.125vw;
		/* 10px */
		margin-left: -15vw;
		/*text-align: left;*/
		text-align: left;
	}
	
	/*  */
	
	#list_anser01 {
		margin-top: 2em;
	}
	
	#list_anser01 li {
		margin-bottom: 5em;
	}
	
	#list_anser01 li h4 {
		font-size: 5.625vw;
		/* 18px */
	}
	
	#list_anser01 li h4 br {
		display: inline-block;
	}
		
	#list_anser01 li img {
		position: static;
		margin-bottom: 1em;
	}
	
	#list_anser01 li p {
		font-size: 3.75vw;
		/* 12px */
		padding-left: 1em;
		padding-right: 1em;
	}
	
	#list_anser01 li p small {
		display: block;
	}
	
	#list_anser01 li h5 {
		padding-left: 0;
		font-size: 4.375vw;
		/* 14px */
		text-align: center;
	}
	
	#list_anser01 li p strong {
		font-size: 3.75vw;
		/* 12px */
		line-height: 1.2;
	}
	
	#list_anser01 li h4 strong {
		font-size: 9.375vw;
		/* 30px */
	}
	
	/*  */
	
	#faq02 div.inner {
		width: 94%;
	}
	
	#faq02 div.inner ul {
		width: 100%;
	}
	
	#faq02 div.inner li {
		font-size: 3.75vw;
		/* 12px */
	}
	
	#faq02 div.inner li:first-child p {
		font-size: 5.625vw;
		/* 18px */
	}
	
	#faq02 div.inner img {
		width: 30vw;
		height: 30vw;
		top: calc(50% - 15vw);
		right: -14%;
	}
	
	#faq02 div.inner ul + p {
		font-size: 3.75vw;
		/* 12px */
	}
	
	/*  */
	
	#txt_cost {
		font-size: 3.75vw;
		/* 12px */
	}
	
	#txt_cost span {
		margin-bottom: 0.6em;
	}
	
	#txt_cost strong {
		font-size: 1.3em;
	}
	
	/*  */
	
	#faq04 figure + p,
	section p.anser + p {
		padding: 0 1em;
	}
	
	#faq04 figure + p {
		/*margin-top: 3em;*/
	}
	
	/*  */
	
	div.inq.btm {
		
	}
	
	div.inq.btm > p {
		font-size: 3.225vw;
	}
	
	/*  */
	
	div.box_btn {
		flex-direction: column;
		
	}
	
	div.box_btn p {
		min-width: 20em;
		margin: 0 auto 1em;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*  */
}































/*  */


