@charset "UTF-8";

.qa-head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 37px 0 0;
	margin-bottom: 110px;
}

.qa-head::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 100vw;
	height: 100%;
	display: block;
	background: url(../img/q_a/bg_qa_head.png) no-repeat center/cover;
}

.qa-head__main {
	width: 50%;
	margin-top: 10px;
}

.qa-head__text {
	position: relative;
	max-width: 406px;
	margin-left: auto;
	margin-right: 0;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.qa-head__image-wrap {
	position: relative;
	width: 50%;
}

.qa-head__image {
	max-width: 290px;
	margin-left: 10px;
}

.qa-cat {
	margin-bottom: 65px;
}

.qa-cat__heading {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: center;
	margin-bottom: 23px;
}

.qa-cat__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.qa-cat__item {
	width: 31.7%;
	height: 110px;
	border: 1px solid #db6557;
	border-radius: 8px;
	margin-bottom: 30px !important;
}

.qa-cat__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 calc(9px + 8% + 5px) 0 8%;
	position: relative;
}

.qa-cat__item a::before {
	position: absolute;
	top: 50%;
	right: 8%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	content: "";
	width: 9px;
	height: 13px;
	display: block;
	background: url(../img/q_a/icon_arrow_pink.png) no-repeat center/contain;
}

.qa-cat__icon {
	display: block;
	width: 17.1%;
	margin-right: 9.6%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.qa-cat__text {
	font-size: clamp(14px, 1.5vw, 18px);
	max-width: 10.5em;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.qa:not(:last-child) {
	margin-bottom: 120px;
}

.qa__heading {
	font: 600 28px "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	margin-bottom: 49px;
}

.qa__heading__icon {
	display: inline-block;
	width: 50px;
	margin-right: 24px;
	vertical-align: middle;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.qa__heading__icon img {
	display: block;
}

.qa__item {
	border: 1px solid #db6557;
	border-radius: 4px;
	overflow: hidden;
}

.qa__item:not(:last-child) {
	margin-bottom: 38px;
}

.qa__q {
	background: #ffffff;
	border: none;
	width: 100%;
	text-align: left;
	padding: 14px 60px 14px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: inherit;
}

.qa__q:before,
.qa__q:after {
	content: "";
	display: block;
	width: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #db6557;
	position: absolute;
	top: 50%;
	right: 32px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.qa__q:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.qa__q:after {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.qa__q:hover {
	color: #db6557;
}

.qa__q.is-opend:before {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.qa__q__icon {
	font-size: 20px;
	background: #db6557;
	color: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.qa__q__text {
	font-size: 16px;
	font-weight: 700;
	line-height: 2.25;
	margin-top: 6px;
	color:#333;
}

.qa__a {
	background: #fef9f8;
	display: none;
}

.qa__a__inner {
	padding: 25px 110px 26px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.qa__a__icon {
	font-size: 20px;
	background: #ffffff;
	color: #db6557;
	border: 1px solid #db6557;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.qa__a__content {
	margin-top: 9px;
}

.qa__a__content--2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.qa__a__content--2col .qa__a__text {
	width: 68.8%;
}

.qa__a__content--2col .qa__a__image {
	width: 28%;
	margin-top: 6px;
}

.qa__a__text {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	word-break: break-word;
}

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

.qa__a__text p:not(:last-of-type) {
	margin-bottom: 1.75em;
}

.qa__a__text p a {
	display: inline;
	margin-top: 0;
}

.qa__a__text p a::after {
	content: none;
}

.qa__a__text a {
	color: #db6557;
	display: inline-block;
	margin-top: 8px;
	font-weight: 700;
}

.qa__a__text a::after {
	content: "";
	width: 7px;
	height: 11px;
	display: inline-block;
	background: url(../img/q_a/icon_arrow_pink.png) no-repeat center/contain;
	margin-left: 0.7em;
	vertical-align: middle;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}

.qa__a__text a:hover {
	text-decoration: underline;
}

.qa__a__text span {
	font-weight: 700;
}

.qa__a__image {
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 8px;
}

.qa__a__image img {
	display: block;
	width: 100%;
}

@media screen and (min-width: 768px) {

.qa-cat__item { /* pc */
}

.qa-cat__item:not(:nth-child(3n)) {
	margin-right: 2.45% !important;
}

.qa__a__text a[href*="tel:"] { /* pc */
	pointer-events: none;
	color: #000;
	font-weight: 400;
}

}

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

.qa-head { /* sp */
	display: block;
	padding: 25px 0 0;
	margin-bottom: 52px;
}

.qa-head__main { /* sp */
	width: 100%;
	margin-top: 0;
	margin-bottom: 18px;
}

.qa-head__text { /* sp */
	font-size: 13px;
}

.qa-head__image-wrap { /* sp */
	width: 48.7%;
	margin-left: auto;
	margin-right: auto;
}

.qa-head__image { /* sp */
	max-width: 100%;
	margin-left: 0;
}

.qa-cat { /* sp */
	margin-bottom: 40px;
}

.qa-cat__heading { /* sp */
	font-size: 14px;
}

.qa-cat__item { /* sp */
	width: 47.8%;
	height: 80px;
	border-radius: 4px;
	margin-bottom: 15px !important;
}

.qa-cat__item:nth-child(odd) {
	margin-right: 4.4% !important;
}

.qa-cat__item a { /* sp */
	padding: 0 16% 0 5%;
}

.qa-cat__item a::before { /* sp */
	right: 6%;
	width: 7px;
	height: 11px;
}

.qa-cat__icon { /* sp */
	width: 25px;
	margin-right: 10px;
}

.qa-cat__text { /* sp */
	font-size: 13px;
}

.qa:not(:last-child) { /* sp */
	margin-bottom: 53px;
}

.qa__heading { /* sp */
	font-size: 19px;
	margin-bottom: 20px;
	text-indent: -40px;
	padding-left: 40px;
}

.qa__heading__icon { /* sp */
	width: 30px;
	margin-right: 10px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.qa__item:not(:last-child) { /* sp */
	margin-bottom: 14px;
}

.qa__q { /* sp */
	padding: 14px 45px 15px 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.qa__q:before,
.qa__q:after { /* sp */
	width: 11px;
	height: 2px;
	right: 18px;
}

.qa__q__icon { /* sp */
	font-size: 15px;
	width: 35px;
	height: 35px;
	margin-right: 14px;
}

.qa__q__text { /* sp */
	font-size: 13px;
	line-height: 1.5;
	margin-top: 0;
}

.qa__a__inner { /* sp */
	padding: 14px 20px 17px 14px;
}

.qa__a__icon { /* sp */
	font-size: 15px;
	width: 35px;
	height: 35px;
	margin-right: 14px;
}

.qa__a__content { /* sp */
	margin-top: 3px;
}

.qa__a__content--2col { /* sp */
	display: block;
}

.qa__a__content--2col .qa__a__text { /* sp */
	width: 100%;
}

.qa__a__content--2col .qa__a__image { /* sp */
	width: 100%;
	margin-top: 12px;
	margin-left: 0;
}

.qa__a__text { /* sp */
	font-size: 13px;
	line-height: 1.5;
}

.qa__a__text p:not(:last-of-type) { /* sp */
	margin-bottom: 0.7em;
}

.qa__a__text p a { /* sp */
	margin-top: 0;
}

.qa__a__text a { /* sp */
	margin-top: 12px;
}

.qa__a__text a::after { /* sp */
	width: 6px;
	height: 10px;
	margin-left: 0.5em;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.qa__a__image { /* sp */
	border-radius: 4px;
	margin-top: 13px;
	margin-bottom: 0;
	width: calc(100% + 49px);
	margin-left: -49px;
}

}

/*20250314add*/

#payment-credit01 .qa__a__image img{
	width:auto;
}

#payment-credit01 .img_credit_orderbutton_width{
	height:29px;
}

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

#payment-credit01 .img_credit_orderbutton_width{
	height:22px;
}

}