@charset "UTF-8";

.pay-flow {
	padding: 70px 0 80px;
}

.pay-flow__item:not(:last-child) {
	margin-bottom: 68px;
}

.pay-flow__number {
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #fff;
	font-weight: 700;
	width: 45px;
	margin-right: 18px;
}

.pay-flow__number::before {
	position: absolute;
	content: "";
	background: #db6557;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 54%;
	left: 47%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pay-flow__number span {
	position: relative;
}

.pay-flow__heading {
	position: relative;
	font: 600 28px "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	padding-bottom: 16px;
	border-bottom: 2px solid #9b9b9b;
	margin-bottom: 21px;
	padding-left: 63px;
}

.pay-flow__heading::after {
	position: absolute;
	content: "";
	background: #db6557;
	height: 2px;
	width: 5%;
	left: 0;
	bottom: -2px;
}

.pay-flow__heading--no-num {
	padding-left: 0;
}

.pay-flow__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pay-flow__inner:not(:last-child) {
	margin-bottom: 31px;
}

.pay-flow__image {
	margin-top: 10px;
	width: 50%;
	border: 2px solid #000;

}

.pay-flow__main {
	width: 47.7%;
}

.pay-flow__text {
	margin-top: 3px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.pay-flow__text__image {
	display: inline-block;
	width: 209px;
	margin-right: 25px;
	vertical-align: middle;
}

.pay-flow__text__image--lg {
	width: 222px;
}

.pay-flow__text__image--sm {
	width: 108px;
}

.pay-flow__text__btn {
	display: block;
	font-size: 16px;
	letter-spacing: 0.1em;
	background: #db6557;
	color: #ffffff;
	padding: 10px 0;
	text-align: center;
	border-radius: 4px;
	max-width: 444px;
	position: relative;
	margin: 3px 0;
}

.pay-flow__text__btn::before {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 9px;
	height: 11px;
	display: block;
	background: url(../img/guide_pay/icon_arrow_white.png) no-repeat center/contain;
}

.pay-flow__text p:not(:last-child) {
	margin-bottom: 83px;
}

.pay-flow__text--mb-sm p:not(:last-child) {
	margin-bottom: 30px;
}

.pay-flow__text--mb-sm-2 p:not(:last-child) {
	margin-bottom: 73px;
}

.pay-flow__text .text-red {
	color: #df0b28;
}

.pay-flow__screen-btn {
	padding: 0 12px;
	font-size: 18px;
	min-width: 320px;
	margin-right: 25px;
	color: #db6557;
    padding: 0 12px;
    font-size: 18px;
    border: 2px solid #db6557;
    position: relative;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    background: url(../../../../pic-labo/llimg/icon_arrow_pink.png) no-repeat right 11px center/8px auto, #fff;
    cursor: pointer;
    font-family: inherit;
    box-shadow: none;
    transition: 0.4s;
    padding-right: 34px;
    padding-left: 20px;
    margin-right: 20px;
}

.bg-pink {
	background: #fef9f8;
	display: none;
}

.lead {
	margin-bottom: 16px;
}

.pay-message {
	margin-top: -23px;
	text-align: center;
	padding-bottom: 75px;
}

.pay-message__text {
	color: #db6557;
	font: 600 24px "Noto Serif JP", serif;
	line-height: 1.5833;
	letter-spacing: 0.1em;
}

.paymethod-head {
	padding: 70px 0 60px;
}

.paymethod-head--pb0 {
	padding: 70px 0 0;
}

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

.paymethod-head__text {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.paymethod-head__image {
	max-width: 662px;
	margin-top: 22px;
}

.paymethod-head__btn {
	margin-top: 60px;
}

.paymethod-head__btn a {
	height: 50px;
}

.paymethod-head__btn .btn {
	position: relative;
	width: 582px;
	height: 50px;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	cursor: pointer;
	font-family: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

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

.paymethod-head__btn .btn:before {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.paymethod-head__btn .btn:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.paymethod-head__btn .btn:hover {
	background-color: #db6557;
}

.paymethod-head__btn .btn:hover:before,
.paymethod-head__btn .btn:hover:after {
	background-color: #FFF;
}

.paymethod-head__btn .btn:hover .text {
	color: #ffffff;
}

.paymethod-head__btn .btn.is-opend:after {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.paymethod-head__list {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	text-indent: -1em;
	padding-left: 1em !important;
}

.paymethod-head__list li::before {
	content: "●";
}

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

.pay-flow { /* sp */
	padding: 45px 0 50px;
}

.pay-flow__item:not(:last-child) { /* sp */
	margin-bottom: 45px;
}

.pay-flow__number { /* sp */
	top: 4px;
}

.pay-flow__number::before { /* sp */
	width: 20px;
	height: 20px;
}

.pay-flow__number { /* sp */
	width: 25px;
	font-size: 15px;
	margin-right: 8px;
}

.pay-flow__heading { /* sp */
	padding-left: 32px;
}

.pay-flow__heading::after { /* sp */
	width: 8%;
	height: 1px;
	bottom: -1px;
}

.pay-flow__heading { /* sp */
	font-size: 19px;
	line-height: 1.75;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid #9b9b9b;
	margin-bottom: 15px;
}

.pay-flow__heading--no-num { /* sp */
	line-height: 1.5;
	padding-left: 0;
}

.pay-flow__inner:not(:last-child) { /* sp */
	margin-bottom: 19px;
}

.pay-flow__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.pay-flow__image { /* sp */
	margin-top: 27px;
	width: 100%;
}

.pay-flow__main { /* sp */
	width: 100%;
}

.pay-flow__text { /* sp */
	font-size: 13px;
}

.pay-flow__text__image { /* sp */
	display: block;
	width: 177px;
}

.pay-flow__text__image--sm { /* sp */
	width: 102px;
}

.pay-flow__text__image--sp-lg { /* sp */
	width: 209px;
}

.pay-flow__text__image--sp-sm { /* sp */
	display: inline-block;
	width: 169px;
	margin-right: 10px;
}

.pay-flow__text__btn { /* sp */
	font-size: 11px;
	padding: 8px 0;
	width: 91%;
}

.pay-flow__text__btn::before { /* sp */
	right: 12px;
	width: 7px;
	height: 9px;
}

.pay-flow__text p:not(:last-child) { /* sp */
	margin-bottom: 20px;
}

.pay-flow__text--mb-sm p:not(:last-child) { /* sp */
	margin-bottom: 20px;
}

.pay-flow__text--mb-sm-2 p:not(:last-child) { /* sp */
	margin-bottom: 20px;
}

.pay-flow__screen-btn { /* sp */
	width: 100%;
	min-width: inherit;
	font-size: 15px;
	margin-right: 0;
	margin-bottom: 1em;
	position: relative;
	background: url(../../../../pic-labo/llimg/icon_arrow_pink.png) no-repeat right 20px center/8px auto, #fff;
}

.lead { /* sp */
	margin-bottom: 8px;
}

.pay-message { /* sp */
	margin-top: -26px;
	padding-bottom: 25px;
}

.pay-message__text { /* sp */
	font-size: 17px;
	line-height: 1.7353;
	letter-spacing: 0;
}

.paymethod-head { /* sp */
	padding: 42px 0 50px;
}

.paymethod-head--pb0 { /* sp */
	padding: 42px 0 0;
}

.paymethod-head__heading { /* sp */
	font-size: 19px;
	margin-bottom: 25px;
}

.paymethod-head__heading--mb-sm { /* sp */
	margin-bottom: 13px;
}

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

.paymethod-head__btn { /* sp */
	margin-top: 50px;
}

.paymethod-head__btn .btn { /* sp */
	width: 92%;
	height: 61px;
	text-align: center;
}

.paymethod-head__btn .btn .text {
	font-size: clamp(10px, 3.38541vw, 16px) !important;
	line-height: 1.38 !important;
}

.paymethod-head__btn .btn:before,
.paymethod-head__btn .btn:after { /* sp */
	right: 13px;
	width: 8px;
	height: 2px;
}

.paymethod-head__list { /* sp */
	font-size: 13px;
}

}

