input {
	font-family: "Noto Sans JP", sans-serif;
}

input::-moz-placeholder {
	color: #999999;
}

input::placeholder {
	color: #999999;
}

/* IE */

input:-ms-input-placeholder {
	color: #999999;
}

/* Edge */

input::-ms-input-placeholder {
	color: #999999;
}

.ly-signup {
	padding-bottom: 0;
}

.ly-signup__box {
	padding: 4rem;
	border-radius: 0.5rem;
	background: #FFF5F2;
	text-align: center;
}

.ly-signup__box a {
	color: #619DD0;
	text-decoration: underline;
}

.ly-signup__bottom {
	margin-top: 2rem;
	text-align: center;
}

.ly-signup__bottom-txt {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

.ly-signup__bottom-txt > a {
	color: #619DD0;
	text-decoration: underline;
}

.ly-signup__list {
	display: inline-block;
	margin-bottom: 2rem;
	text-align: left;
}

.ly-signup__list-item:nth-child(n+2) {
	margin-top: 1rem;
}

.ly-signup__list-item input[type=checkbox]:checked + label::after {
	opacity: 1;
}

.ly-signup__list-item input[type=checkbox] + label {
	position: relative;
	padding-left: 1.75rem;
	font-size: 1rem;
	line-height: 1.5;
	cursor: pointer;
}

.ly-signup__list-item input[type=checkbox] + label::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	transform: translateY(-50%);
	border: 1px solid #999999;
	border-radius: 0.25rem;
	background: #fff;
	content: "";
}

.ly-signup__list-item input[type=checkbox] + label::after {
	position: absolute;
	top: calc(50% - 2px);
	left: 0.3125rem;
	width: 0.625rem;
	height: 0.3125rem;
	transform: translatey(-50%) rotate(-45deg);
	border-bottom: 3px solid #F5A186;
	border-left: 3px solid #F5A186;
	content: "";
	opacity: 0;
}

.ly-signup__list-item input[type=checkbox] + label > a {
	color: #619DD0;
	text-decoration: underline;
}

.ly-signup__row input[type=email],
.ly-signup__row input[type=password] {
	width: 100%;
	max-width: 30rem;
	padding: 0.5625rem 1.0625rem 0.8125rem;
	border: 1px solid #8B3B2D;
	border-radius: 0.25rem;
	background: #fff;
	font-size: 1rem;
	line-height: 1.5;
}

.ly-signup__row:nth-of-type(1) {
	margin-bottom: 1.5rem;
}

.ly-signup__row:nth-of-type(2) {
	margin-bottom: 1.5rem;
}

.ly-signup__btn {
	text-align: center;
}

.ly-signup__btn input[type=submit] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 15.25rem;
	min-height: 3.5rem;
	padding-bottom: 0.25rem;
	border-radius: 6.25rem;
	background: #8B3B2D url(../img/pad-icon-white.svg) no-repeat right 1rem center/1.25rem auto;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.72px;
	cursor: pointer;
	transition: 0.4s ease;
	transition-property: opacity;
}

.ly-signup__btn input[type=submit]:hover,
.ly-signup__btn input[type=submit]:active {
	opacity: 0.7;
}

.ly-login {
	padding-bottom: 0;
}

.ly-login__box {
	padding: 4rem;
	border-radius: 0.5rem;
	background: #FFF5F2;
	text-align: center;
}

.ly-login__box .login_status {
	text-align: center;
}

.ly-login__box .login_status a {
	color: #619DD0;
	text-decoration: underline;
}

.ly-login__bottom {
	margin-top: 1rem;
	text-align: center;
}

.ly-login__bottom-txt {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.75;
}

.ly-login__bottom-txt > a {
	color: #619DD0;
	text-decoration: underline;
}

.ly-login__row._reset > label {
	display: block;
	max-width: 30rem;
	margin: 0 auto 0.5rem;
	text-align: left;
}

.ly-login__row input[type=text],
.ly-login__row input[type=email],
.ly-login__row input[type=password] {
	width: 100%;
	max-width: 30rem;
	padding: 0.5625rem 0.6875rem 0.8125rem;
	border: 1px solid #8B3B2D;
	border-radius: 0.25rem;
	background: #fff;
	font-size: 1rem;
	line-height: 1.5;
}

.ly-login__row:nth-of-type(1) {
	margin-bottom: 1.5rem;
}

.ly-login__row:nth-of-type(2) {
	margin-bottom: 1.5rem;
}

.ly-login__row-label {
	margin-bottom: 1rem;
}

.ly-login__btn {
	text-align: center;
}

.ly-login__btn._password {
	margin-top: 1rem;
}

.ly-login__btn._password input[type=submit] {
	max-width: 18.75rem;
}

.ly-login__btn input[type=submit] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 15.25rem;
	min-height: 3.5rem;
	padding-bottom: 0.25rem;
	border-radius: 6.25rem;
	background: #8B3B2D url(../img/pad-icon-white.svg) no-repeat right 1rem center/1.25rem auto;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.72px;
	cursor: pointer;
	transition: 0.4s ease;
	transition-property: opacity;
}

.ly-login__btn input[type=submit]:hover,
.ly-login__btn input[type=submit]:active {
	opacity: 0.7;
}

.ly-login__link {
	margin-top: 1.5rem;
	text-align: center;
}

.ly-login__link:last-child {
	display: none;
}

.ly-login__link a {
	color: #619DD0;
	text-decoration: underline;
}

.ly-mypage__top-txt {
	margin-bottom: 2rem;
	padding: 1rem 1rem 1.1875rem;
	border-radius: 0.5rem;
	background: #FFF5F2;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
	text-align: center;
}

.ly-mypage__date {
	text-align: right;
}

.ly-mypage__date-txt {
	display: inline-block;
	margin-bottom: 1.125rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #333333;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
}

.ly-mypage__id {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.ly-mypage__id-ttl {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 9.125rem;
	height: 2rem;
	padding-bottom: 2px;
	border-radius: 0.5rem;
	background: #FFF5F2;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
}

.ly-mypage__id-txt {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
	word-break: break-all;
}

.ly-mypage__block.is-error .ly-mypage__error {
	display: block;
}

.ly-mypage__block:nth-child(n+2) {
	margin-top: 2rem;
}

.ly-mypage__block-ttl,
.ly-mypage__block-txt {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
}

.ly-mypage__block-ttl {
	display: flex;
	align-items: center;
	min-height: 3.625rem;
	padding: 0.875rem 1.5rem 1.125rem;
	border-radius: 0.5rem;
	background: #f7f7f7;
	font-weight: 700;
}

.ly-mypage__block-ttl ._required {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 1.5rem;
	margin-left: 0.5rem;
	padding-bottom: 2px;
	background: #d63333;
	color: #fff;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.ly-mypage__block-txt {
	margin-top: 1rem;
	font-weight: 500;
}

.ly-mypage__block-txt a {
	color: #619DD0;
	text-decoration: underline;
	transition: 0.4s ease;
	transition-property: opacity;
}

.ly-mypage__block-txt a:hover,
.ly-mypage__block-txt a:active {
	opacity: 0.7;
}

.ly-mypage__block-field {
	margin-top: 1rem;
}

.ly-mypage__block-field input[type=text],
.ly-mypage__block-field input[type=tel],
.ly-mypage__block-field input[type=email] {
	width: 100%;
	padding: 0.5625rem 1.0625rem 0.8125rem;
	border: 1px solid #cccccc;
	border-radius: 0.25rem;
	background: #fff;
	font-size: 1rem;
	line-height: 1.5;
}

.ly-mypage__bottom {
	margin-top: 2rem;
	text-align: center;
}

.ly-mypage__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 18.125rem;
	min-height: 3.5rem;
	padding-right: 1.125rem;
	padding-bottom: 4px;
	border-radius: 6.25rem;
	background: #F5A186 url(../img/pad-icon-white.svg) no-repeat right 1rem center/1.25rem auto;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.72px;
	transition: 0.4s ease;
	transition-property: opacity;
}

.ly-mypage__btn:hover,
.ly-mypage__btn:active {
	opacity: 0.7;
}

.ly-mypage__contract {
	margin-top: 2rem;
	text-align: center;
}

.ly-mypage__btn02 {
	color: #619dd0;
	font-size: 0.875rem;
	text-decoration: underline;
}

.ly-mypage__plan-list {
	margin-top: 1rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.ly-mypage__plan-item {
	display: flex;
	align-items: center;
	max-width: 38.4375rem;
	padding: 0.4375rem;
	gap: 0.5rem;
	border: 1px solid #F5A186;
	border-radius: 0.25rem;
	background: #FFF5F2;
}

.ly-mypage__plan-item:nth-child(n+2) {
	margin-top: 0.5rem;
}

.ly-mypage__plan-item--ttl,
.ly-mypage__plan-item--txt {
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-mypage__plan-item--ttl {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2rem;
	padding: 0 1rem;
	padding-bottom: 4px;
	border-radius: 0.25rem;
	background: #F5A186;
	color: #fff;
	font-weight: 700;
}

.ly-mypage__plan-item--txt {
	font-weight: 500;
}

.ly-mypage__plan-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 3.5rem;
	padding-right: 1.125rem;
	padding-bottom: 4px;
	border-radius: 6.25rem;
	background: #F5A186 url(../img/pad-icon-white.svg) no-repeat right 1rem center/1.25rem auto;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.72px;
	transition: 0.4s ease;
	transition-property: opacity;
}

.ly-mypage__plan-btn._delete {
	max-width: 21.625rem;
}

.ly-mypage__plan-btn._purchase {
	max-width: 15.8125rem;
}

.ly-mypage__plan-btn:hover,
.ly-mypage__plan-btn:active {
	opacity: 0.7;
}

.ly-mypage__plan-btn--box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	gap: 1rem;
}

.ly-mypage__address {
	margin-top: 1rem;
	padding: 1rem 1.125rem;
	border-radius: 0.25rem;
	background: #FFF5F2;
}

.ly-mypage__address-container {
	display: none;
}

.ly-mypage__address-container.is-show {
	display: block;
}

.ly-mypage__address-ttl,
.ly-mypage__address-caution {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

.ly-mypage__address-ttl .strong,
.ly-mypage__address-caution .strong {
	color: #d63333;
}

.ly-mypage__address-hospital {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 1.08px;
}

.ly-mypage__address-hospital--list {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
	gap: 0.625rem;
}

.ly-mypage__address-hospital--item {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 1.08px;
}

.ly-mypage__address-hospital--item input[type=radio]:checked + ._txt::after,
.ly-mypage__address-hospital--item input[type=checkbox]:checked + ._txt::after {
	opacity: 1;
}

.ly-mypage__address-hospital--item input[type=radio] + ._txt,
.ly-mypage__address-hospital--item input[type=checkbox] + ._txt {
	position: relative;
	padding-left: 2rem;
	font-size: 1rem;
	line-height: 1.5;
	cursor: pointer;
}

.ly-mypage__address-hospital--item input[type=radio] + ._txt::before,
.ly-mypage__address-hospital--item input[type=checkbox] + ._txt::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	transform: translateY(-50%);
	border: 1px solid #999999;
	border-radius: 0.25rem;
	background: #fff;
	content: "";
}

.ly-mypage__address-hospital--item input[type=radio] + ._txt::after,
.ly-mypage__address-hospital--item input[type=checkbox] + ._txt::after {
	position: absolute;
	top: calc(50% - 2px);
	left: 0.4375rem;
	width: 0.625rem;
	height: 0.3125rem;
	transform: translatey(-50%) rotate(-45deg);
	border-bottom: 3px solid #F5A186;
	border-left: 3px solid #F5A186;
	content: "";
	opacity: 0;
}

.ly-mypage__address-hospital--item input[type=radio] + ._txt > a,
.ly-mypage__address-hospital--item input[type=checkbox] + ._txt > a {
	color: #619DD0;
	text-decoration: underline;
}

.ly-mypage__address-ttl,
.ly-mypage__address-hospital {
	margin-bottom: 0.5rem;
}

.ly-mypage__error {
	display: none;
	padding-top: 0.5rem;
	color: #d63333;
	font-size: 0.75rem;
}

.ly-mypage__hospital {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 1rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	gap: 1rem;
}

.ly-mypage__hospital p {
	flex: 1;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
}

.ly-mypage__hospital a {
	max-width: 15.8125rem;
}

.ly-name {
	margin-bottom: 5rem;
}

.ly-name__contents {
	padding-top: 5rem;
	padding-bottom: 1rem;
}

.ly-name__breadcrumb {
	margin-bottom: 0;
}

.ly-name__top-txt {
	margin-bottom: 2rem;
	padding: 1rem 1rem 1.1875rem;
	border-radius: 0.5rem;
	background: #FFF5F2;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
	text-align: center;
}

.ly-name__top-txt .only-sp {
	display: none;
}

.ly-name__list {
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
	gap: 1rem;
}

.ly-name__item {
	display: flex;
	padding: 0.9375rem;
	gap: 1rem;
	border: 1px solid #F5A186;
	border-radius: 0.5rem;
	background-color: #FFF5F2;
}

.ly-name__item-ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 12.375rem;
	min-height: 4.25rem;
	padding-bottom: 0.1875rem;
	border-radius: 0.5rem;
	background: #F5A186;
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
}

.ly-name__item-field {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	gap: 1rem;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
	white-space: nowrap;
}

.ly-name__item-field input[type=text] {
	flex: 1 1 auto;
	width: 100%;
	min-height: 3rem;
	padding: 0.625rem 0.9375rem;
	border: 1px solid #cccccc;
	border-radius: 0.25rem;
	background: #fff;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
}

.ly-name__bottom-txt {
	margin-bottom: 2rem;
	color: #d63333;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-name__btn {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-width: 16.375rem;
	min-height: 3.5rem;
	padding-right: 1.25rem;
	padding-bottom: 0.25rem;
	border-radius: 6.25rem;
	background: #8B3B2D;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.72px;
	transition: 0.4s ease;
	transition-property: opacity;
}

.ly-name__btn:hover,
.ly-name__btn:active {
	opacity: 0.7;
}

.ly-name__btn::before {
	position: absolute;
	top: calc(50% + 0.125rem);
	right: 0.875rem;
	width: 1.3125rem;
	height: 1.25rem;
	transform: translateY(-50%);
	background: url(../img/pad-icon-white.svg) no-repeat center center/cover;
	content: "";
	pointer-events: none;
}

.ly-name__btn-box {
	margin-bottom: 2rem;
	text-align: center;
}

.ly-name__back {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-width: 11.4375rem;
	min-height: 2.375rem;
	padding-bottom: 0.25rem;
	padding-left: 0.3125rem;
	border: 1px solid #333;
	border-radius: 6.25rem;
	background: #fff;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.64px;
	transition: 0.4s ease;
	transition-property: opacity;
}

.ly-name__back:hover,
.ly-name__back:active {
	opacity: 0.7;
}

.ly-name__back::before {
	position: absolute;
	top: 50%;
	left: 1.125rem;
	width: 5px;
	height: 5px;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	content: "";
	pointer-events: none;
}

.ly-name__back-box {
	text-align: left;
}

.ly-plan__list {
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
	gap: 1rem;
}

.ly-plan__item {
	display: flex;
	align-items: center;
	padding: 0.9375rem;
	gap: 1rem;
	border: 1px solid #F5A186;
	border-radius: 0.5rem;
	background: #FFF5F2;
}

.ly-plan__item-ttl {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 12.375rem;
	min-height: 4.25rem;
	padding-bottom: 0.1875rem;
	border-radius: 0.5rem;
	background: #F5A186;
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: 0.8px;
}

.ly-plan__item-name {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
}

.ly-plan__item-name.only-sp {
	display: none;
}

.ly-plan__item-info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	margin-left: auto;
	gap: 0.5rem;
}

.ly-plan__item-info--head {
	cursor: not-allowed;
}

.ly-plan__item-info--head .ly-plan__item-check {
	pointer-events: none;
}

.ly-plan__item-info--head.is-cancellable {
	cursor: pointer;
}

.ly-plan__item-info--head.is-cancellable .ly-plan__item-check {
	pointer-events: auto;
}

.ly-plan__item-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1rem 0.5625rem;
	border-radius: 0.5rem;
	background: #fff;
	pointer-events: none;
}

.ly-plan__item-check.is-cancellable {
	pointer-events: auto;
}

.ly-plan__item-check input[type=checkbox]:checked + ._txt::after {
	opacity: 1;
}

.ly-plan__item-check input[type=checkbox] + ._txt {
	position: relative;
	padding-left: 2rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.96px;
	cursor: pointer;
}

.ly-plan__item-check input[type=checkbox] + ._txt::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	transform: translateY(-50%);
	border: 1px solid #999999;
	border-radius: 0.25rem;
	background: #fff;
	content: "";
}

.ly-plan__item-check input[type=checkbox] + ._txt::after {
	position: absolute;
	top: calc(50% - 2px);
	left: 0.375rem;
	width: 0.625rem;
	height: 0.3125rem;
	transform: translatey(-50%) rotate(-45deg);
	border-bottom: 3px solid #F5A186;
	border-left: 3px solid #F5A186;
	content: "";
	opacity: 0;
}

.ly-plan__item-check input[type=checkbox] + ._txt > a {
	color: #619DD0;
	text-decoration: underline;
}

.ly-plan__item-date {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	letter-spacing: 0.56px;
	text-align: right;
}

.ly-plan__btn {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 24.0625rem;
	min-height: 3.5rem;
	padding-right: 0.375rem;
	border: 1px solid #333;
	border-radius: 6.25rem;
	background: #fff;
	color: inherit;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
	cursor: pointer;
}

.ly-plan__btn::before {
	position: absolute;
	top: 50%;
	right: 1.125rem;
	width: 5px;
	height: 5px;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	content: "";
	pointer-events: none;
}

.ly-plan__btn-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 5rem;
	gap: 2rem;
}

.ly-plan__btn-caution {
	margin-top: 1rem;
	color: #d63333;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
	text-align: center;
}

.ly-plan__add {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-width: 16.375rem;
	min-height: 3.5rem;
	padding-right: 1.25rem;
	padding-bottom: 0.25rem;
	border-radius: 6.25rem;
	background: #8B3B2D;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.72px;
	transition: 0.4s ease;
	transition-property: opacity;
}

.ly-plan__add:hover,
.ly-plan__add:active {
	opacity: 0.7;
}

.ly-plan__add::before {
	position: absolute;
	top: calc(50% + 0.125rem);
	right: 0.875rem;
	width: 1.3125rem;
	height: 1.25rem;
	transform: translateY(-50%);
	background: url(../img/pad-icon-white.svg) no-repeat center center/cover;
	content: "";
	pointer-events: none;
}

.ly-plan__price-ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4rem;
	margin-bottom: 1.5rem;
	padding-bottom: 0.1875rem;
	border-radius: 0.5rem;
	background: #f7f7f7;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
}

.ly-plan__price-num {
	margin-bottom: 0.5rem;
	text-align: center;
}

.ly-plan__price-num ._lg {
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 1.45;
	letter-spacing: 1.6px;
}

.ly-plan__price-num ._rg {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.96px;
}

.ly-plan__price-num ._sm {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1;
	letter-spacing: 0.72px;
}

.ly-plan__price-coupon {
	margin-bottom: 2rem;
	color: #f58686;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
	text-align: center;
}

.ly-plan__price-item {
	display: flex;
	padding-bottom: 1rem;
	border-bottom: 1px solid #cccccc;
}

.ly-plan__price-item:nth-child(n+2) {
	margin-top: 1rem;
}

.ly-plan__price-item--ttl {
	flex: 0 0 auto;
	width: 9.375rem;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0;
}

.ly-plan__price-item--txt {
	flex: 1 1 auto;
	font-weight: 400;
	font-size: 1.125rem;
	letter-spacing: 0;
}

.ly-plan__box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 17.9375rem;
	margin-bottom: 2rem;
	border: 1px solid #F5A186;
	border-radius: 0.5rem;
	background: #FFF5F2;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
}

.ly-plan__box-btn {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-width: 16.375rem;
	min-height: 3.5rem;
	padding-right: 1.25rem;
	padding-bottom: 0.25rem;
	border-radius: 6.25rem;
	background: #8B3B2D;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.72px;
	transition: 0.4s ease;
	transition-property: opacity;
}

.ly-plan__box-btn:hover,
.ly-plan__box-btn:active {
	opacity: 0.7;
}

.ly-plan__box-btn::before {
	position: absolute;
	top: calc(50% + 0.125rem);
	right: 0.875rem;
	width: 1.3125rem;
	height: 1.25rem;
	transform: translateY(-50%);
	background: url(../img/pad-icon-white.svg) no-repeat center center/cover;
	content: "";
	pointer-events: none;
}

.ly-plan__box-btn--container {
	text-align: center;
}

.ly-cancell__top-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4.25rem;
	margin-bottom: 2rem;
	border-radius: 0.5rem;
	background: #f7f7f7;
	color: #d63333;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
	text-align: center;
}

.ly-cancell__top-txt .only-sp {
	display: none;
}

.ly-cancell__list {
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
	gap: 1rem;
}

.ly-cancell__item {
	display: flex;
	align-items: center;
	min-height: 6.25rem;
	padding: 0.9375rem;
	gap: 1rem;
	border: 1px solid #F5A186;
	border-radius: 0.5rem;
	background: #FFF5F2;
}

.ly-cancell__item-ttl {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 12.375rem;
	min-height: 4.25rem;
	padding-bottom: 0.1875rem;
	border-radius: 0.5rem;
	background: #F5A186;
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
}

.ly-cancell__item-name {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
}

.ly-cancell__bottom-txt {
	margin-bottom: 2rem;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
	text-align: center;
}

.ly-cancell__bottom-txt .strong {
	color: #D63333;
}

.ly-cancell__btn {
	display: inline-flex;
	position: relative;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 14.6875rem;
	min-height: 3.5rem;
	padding-bottom: 0.25rem;
	border: 1px solid #333;
	border-radius: 6.25rem;
	background: #fff;
	color: inherit;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
	transition: 0.4s ease;
	transition-property: opacity;
}

.ly-cancell__btn:hover,
.ly-cancell__btn:active {
	opacity: 0.7;
}

.ly-cancell__btn::before {
	position: absolute;
	top: 50%;
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #333;
	content: "";
	pointer-events: none;
}

.ly-cancell__btn._prev {
	padding-left: 0.3125rem;
}

.ly-cancell__btn._prev::before {
	left: 1.125rem;
	transform: translateY(-50%) rotate(45deg);
	border-left: 1px solid #333;
}

.ly-cancell__btn._next {
	padding-right: 0.3125rem;
}

.ly-cancell__btn._next::before {
	right: 1.125rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 1px solid #333;
}

.ly-cancell__btn-box {
	display: flex;
	justify-content: center;
	gap: 2rem;
}

.ly-completion__txt {
	margin-bottom: 4rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
	text-align: center;
}

.ly-completion__txt br.only-pc {
	display: inline;
}

.ly-completion__txt br.only-sp {
	display: none;
}

.ly-completion__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 19.3125rem;
	min-height: 3.5rem;
	padding-right: 1.125rem;
	padding-bottom: 4px;
	border-radius: 6.25rem;
	background: #F5A186 url(../img/pad-icon-white.svg) no-repeat right 1rem center/1.25rem auto;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.72px;
	transition: 0.4s ease;
	transition-property: opacity;
}

.ly-completion__btn:hover,
.ly-completion__btn:active {
	opacity: 0.7;
}

.ly-completion__btn-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 2rem;
}

.ly-thanks__contents {
	padding-bottom: 1rem;
}

.ly-thanks__txt {
	margin-bottom: 5rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
	text-align: center;
}

.ly-thanks__txt-lg {
	margin-bottom: 2rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4375;
	letter-spacing: 1.28px;
	text-align: center;
}

.ly-thanks__txt a {
	color: #619DD0;
	text-decoration: underline;
}

.ly-thanks__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 19.3125rem;
	min-height: 3.5rem;
	padding-right: 1.125rem;
	padding-bottom: 4px;
	border-radius: 6.25rem;
	background: #F5A186 url(../img/pad-icon-white.svg) no-repeat right 1rem center/1.25rem auto;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.72px;
	transition: 0.4s ease;
	transition-property: opacity;
}

.ly-thanks__btn:hover,
.ly-thanks__btn:active {
	opacity: 0.7;
}

.ly-thanks__btn-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 5rem;
	gap: 1rem 2rem;
}

.ly-thanks__breadcrumb {
	margin-bottom: 0;
}

.ly-purchace {
	padding-bottom: 1rem;
}

.ly-purchace__breadcrumb {
	margin-bottom: 0;
}

.ly-purchace__txt {
	margin-bottom: 2rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
	text-align: center;
}

.ly-purchace__txt-lg {
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
	text-align: center;
}

.ly-purchace__container {
	display: flex;
	align-items: flex-start;
	max-width: 80rem;
	margin: 0 auto 5.3125rem;
	gap: 2rem 2.5rem;
}

.ly-purchace__plans {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2.5rem;
}

.ly-purchace__plans-item {
	flex: 1 0 auto;
	width: calc(50% - 1.25rem);
	min-width: 20rem;
	padding: 0.9375rem 0.9375rem 1.6875rem;
	border: 1px solid #F5A186;
	border-radius: 0.5rem;
	background: #FFF5F2;
}

.ly-purchace__plans-head {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	padding: 0.25rem 0.4375rem 0.4375rem;
	border-radius: 0.5rem;
	background: #F5A186;
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
}

.ly-purchace__plans-body {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.5625rem;
	gap: 1rem;
}

.ly-purchace__plans-body--pic {
	flex: 0 0 auto;
	aspect-ratio: 1/1;
	width: 7.8125rem;
	border-radius: 50%;
	background: #fff;
}

.ly-purchace__plans-body--box {
	flex: 1 1 auto;
	padding: 0.5rem 0.5rem 1rem;
	border-radius: 0.5rem;
	background: #fff;
	text-align: center;
}

.ly-purchace__plans-body--txt {
	margin-bottom: 0.25rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-purchace__plans-body--txt ._color {
	color: #D63333;
}

.ly-purchace__plans-body--txt .only-sp {
	display: none;
}

.ly-purchace__plans-body--txt-num {
	margin-bottom: 0.25rem;
}

.ly-purchace__plans-body--txt-num ._lg {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4375;
	letter-spacing: 1.28px;
}

.ly-purchace__plans-body--txt-num ._rg {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1;
	letter-spacing: 0.8px;
}

.ly-purchace__plans-body--txt-sm {
	margin-bottom: 1rem;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	letter-spacing: 0.56px;
}

.ly-purchace__plans-body--txt-rg {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-purchace__plans-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 1.5rem;
}

.ly-purchace__plans-bottom--ttl {
	padding-bottom: 0.1875rem;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.4583333333;
	letter-spacing: 0.96px;
}

.ly-purchace__plans-bottom--btn {
	position: relative;
	bottom: 0.25rem;
	width: 2rem;
	height: 2rem;
	border: 1px solid #333;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	perspective: 1000px;
}

.ly-purchace__plans-bottom--btn._asc::after {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.75rem;
	height: 1px;
	transform: translate(-50%, -50%) rotate(90deg);
	background: #333;
	content: "";
}

.ly-purchace__plans-bottom--btn::before {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.75rem;
	height: 1px;
	transform: translate(-50%, -50%);
	background: #333;
	content: "";
}

.ly-purchace__plans-bottom--num {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4375;
	letter-spacing: 1.28px;
}

.ly-purchace__plans-caution {
	flex: 0 0 auto;
	width: 100%;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.32px;
}

.ly-purchace__payment {
	flex: 0 0 auto;
	width: 25rem;
}

.ly-purchace__payment-txt {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
	text-align: center;
}

.ly-purchace__payment-num {
	margin-bottom: 1rem;
	text-align: center;
}

.ly-purchace__payment-num ._lg {
	font-size: 2.5rem;
	line-height: 1.45;
	letter-spacing: 1.6px;
}

.ly-purchace__payment-num ._rg {
	font-size: 1.75rem;
	line-height: 1;
	letter-spacing: 1.12px;
}

.ly-purchace__payment-num ._sm {
	font-size: 0.875rem;
	line-height: 1;
	letter-spacing: 0.56px;
}

.ly-purchace__payment-list {
	margin-bottom: 2rem;
}

.ly-purchace__payment-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.4375rem;
	border-bottom: 1px solid #cccccc;
}

.ly-purchace__payment-item:nth-child(n+2) {
	margin-top: 0.5rem;
}

.ly-purchace__payment-item--ttl {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-purchace__payment-item--txt {
	color: #d63333;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-purchace__payment-box {
	padding: 2rem 2.5rem 2rem 2.5rem;
	border-radius: 0.5rem;
	background: #f7f7f7;
}

.ly-purchace__payment-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 16.375rem;
	min-height: 3.5rem;
	padding-right: 1.125rem;
	padding-bottom: 0.25rem;
	border-radius: 6.25rem;
	background: #8B3B2D url(../img/pad-icon-white.svg) no-repeat right 1rem center/1.25rem auto;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.72px;
	cursor: pointer;
	transition: 0.4s ease;
	transition-property: opacity;
}

.ly-purchace__payment-btn--box {
	text-align: center;
}

.ly-purchace__payment-btn:hover,
.ly-purchace__payment-btn:active {
	opacity: 0.7;
}

.ly-purchace__payment-caution {
	margin-top: 1rem;
	color: #D63333;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-purchace__coupon {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #cccccc;
}

.ly-purchace__coupon-txt {
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
	text-align: center;
}

.ly-purchace__coupon-field {
	display: flex;
	width: 100%;
	overflow: hidden;
	border: 1px solid #cccccc;
	border-radius: 0.25rem;
}

.ly-purchace__coupon-field input[type=text] {
	flex: 1 1 auto;
	width: calc(100% - 4rem);
	padding: 0.6875rem 0.9375rem;
	background: #fff;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-purchace__coupon-field--btn {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 4rem;
	background: #F5A186;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

/* クーポンコード入力欄と次に進むボタンの位置入れ変え */

.ly-purchace__coupon {
	margin-top: 0;
	margin-bottom: 2rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-top: unset;
	border-bottom: 1px solid #cccccc;
}

.ly-purchace__payment-list {
	margin-bottom: 0;
}

.ly-purchace__payment-btn--box {
	margin-top: 2rem;
}

.ly-payment {
	padding-bottom: 5rem;
}

.ly-payment__contents {
	padding-bottom: 1rem;
}

.ly-payment__breadcrumb {
	margin-bottom: 0;
}

.ly-payment__block + .ly-payment__block {
	margin-top: 5rem;
}

.ly-payment__block-ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
	padding: 1rem 1rem 1.1875rem;
	border-radius: 0.5rem;
	background: #F7F7F7;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
}

.ly-payment__list {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
	gap: 0.5rem;
}

.ly-payment__item {
	display: flex;
	align-items: center;
	padding: 0.9375rem;
	padding-right: 1.9375rem;
	gap: 1rem;
	border: 1px solid #F5A186;
	border-radius: 0.5rem;
	background: #FFF5F2;
}

.ly-payment__item-ttl {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 12.375rem;
	min-height: 4.25rem;
	padding-bottom: 0.1875rem;
	border-radius: 0.5rem;
	background: #F5A186;
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
}

.ly-payment__item-name {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
}

.ly-payment__item-price {
	margin-left: auto;
}

.ly-payment__item-price ._lg {
	font-size: 2rem;
	line-height: 1.4375;
	letter-spacing: 1.28px;
}

.ly-payment__item-price ._rg {
	font-size: 1.25rem;
	line-height: 1.45;
	line-height: 1;
	letter-spacing: 0.8px;
}

.ly-payment__item-price ._sm {
	font-size: 0.875rem;
	line-height: 1;
	letter-spacing: 0.56px;
}

.ly-payment__caution {
	color: #D63333;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.32px;
}

.ly-payment__price {
	max-width: 28.75rem;
	margin-top: 2rem;
	margin-left: auto;
}

.ly-payment__price-list {
	margin-bottom: 1rem;
	border-bottom: 1px solid #F5A186;
}

.ly-payment__price-item {
	display: flex;
	min-height: 4rem;
	border-top: 1px solid #F5A186;
}

.ly-payment__price-item--ttl {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 17.5rem;
	padding-bottom: 0.1875rem;
	background: #FFF5F2;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
}

.ly-payment__price-item--txt {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: flex-end;
	padding: 0 1.4375rem;
}

.ly-payment__price-item--txt._color {
	color: #D63333;
}

.ly-payment__price-item--txt ._lg {
	font-size: 1.5rem;
	line-height: 1.4583333333;
	letter-spacing: 0.96px;
}

.ly-payment__price-item--txt ._rg {
	font-size: 1.125rem;
	line-height: 1;
	letter-spacing: 0.72px;
}

.ly-payment__price-caution {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-payment__form-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
	gap: 2rem;
}

.ly-payment__form-item {
	flex: 0 0 auto;
	width: 100%;
}

.ly-payment__form-item._security,
.ly-payment__form-item._term {
	width: 15rem;
}

.ly-payment__form-item--ttl {
	margin-bottom: 0.875rem;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
	letter-spacing: 0.8px;
}

.ly-payment__form-item--field input[type=text],
.ly-payment__form-item--field #card_security,
.ly-payment__form-item--field #card_expiry,
.ly-payment__form-item--field #card_number {
	width: 100%;
	padding: 0.5625rem 1.0625rem 0.8125rem;
	border: 1px solid #CCCCCC;
	border-radius: 0.25rem;
	background: #fff;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.ly-payment__form-check {
	margin-bottom: 2rem;
	text-align: center;
}

.ly-payment__form-check input[type=checkbox]:checked + ._txt::after {
	opacity: 1;
}

.ly-payment__form-check input[type=checkbox] + ._txt {
	display: inline-block;
	position: relative;
	padding-left: 2.5rem;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.5;
	letter-spacing: 0;
	cursor: pointer;
}

.ly-payment__form-check input[type=checkbox] + ._txt::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	transform: translateY(-50%);
	border: 1px solid #999999;
	border-radius: 0.25rem;
	background: #fff;
	content: "";
}

.ly-payment__form-check input[type=checkbox] + ._txt::after {
	position: absolute;
	top: calc(50% - 2px);
	left: 0.375rem;
	width: 0.625rem;
	height: 0.3125rem;
	transform: translatey(-50%) rotate(-45deg);
	border-bottom: 3px solid #F5A186;
	border-left: 3px solid #F5A186;
	content: "";
	opacity: 0;
}

.ly-payment__form-check input[type=checkbox] + ._txt > a {
	color: #619DD0;
	text-decoration: underline;
}

.ly-payment__btn {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-width: 20.375rem;
	min-height: 3.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.25rem;
	border-radius: 6.25rem;
	background: #8B3B2D;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.72px;
	transition: 0.4s ease;
	transition-property: opacity;
}

.ly-payment__btn:hover,
.ly-payment__btn:active {
	opacity: 0.7;
}

.ly-payment__btn::before {
	position: absolute;
	top: calc(50% + 0.125rem);
	right: 0.875rem;
	width: 1.3125rem;
	height: 1.25rem;
	transform: translateY(-50%);
	background: url(../img/pad-icon-white.svg) no-repeat center center/cover;
	content: "";
	pointer-events: none;
}

.ly-payment__btn-box {
	margin-bottom: 2rem;
	text-align: center;
}

.ly-payment__back {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-width: 11.4375rem;
	min-height: 2.375rem;
	padding-bottom: 0.25rem;
	padding-left: 0.3125rem;
	border: 1px solid #333;
	border-radius: 6.25rem;
	background: #fff;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.64px;
	transition: 0.4s ease;
	transition-property: opacity;
}

.ly-payment__back:hover,
.ly-payment__back:active {
	opacity: 0.7;
}

.ly-payment__back::before {
	position: absolute;
	top: 50%;
	left: 1.125rem;
	width: 5px;
	height: 5px;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	content: "";
	pointer-events: none;
}

.ly-payment__back-box {
	text-align: left;
}

.c-nav-btn.-mypage {
	min-width: 11.875rem;
}

.c-nav-btn.-logout {
	min-width: 9.875rem;
}

.c-page-title.-setting {
	margin-bottom: 4rem;
}

.ly-login__row.error .error-message,
.ly-signup__list-item.error .error-message,
.ly-signup__row.error .error-message {
	display: block;
}

.error-message {
	display: none;
	width: 100%;
	max-width: 30rem;
	margin: 0.5rem auto 0;
	color: #D63333;
	font-size: 0.75rem;
	line-height: 1.5;
	text-align: left;
}

.error-message.is-active {
	display: block;
}

.wpmem_msg {
	margin-bottom: 1rem;
	color: #D63333;
	font-size: 0.875rem;
	line-height: 1.5;
}

.c-popup {
	visibility: hidden;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 245, 242, 0.7);
	opacity: 0;
	transition: all 0.4s ease-out;
}

.c-popup.is-show {
	visibility: visible;
	opacity: 1;
}

.c-error {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 30rem;
	margin: 0.5rem auto 0;
	margin-bottom: 2.5rem;
	padding: 1.5rem;
	border: 2px solid #D63333;
	color: #D63333;
	font-size: 1.125rem;
	line-height: 1.5;
	text-align: center;
}

.ly-enquete__txt {
	margin-bottom: 2rem;
	font-size: 1rem;
	text-align: center;
}

.ly-enquete__form {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.ly-enquete__form .wpcf7-not-valid-tip {
	display: none !important;
}

.ly-enquete__block-head {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	padding: 1rem 1.5rem;
	border-radius: 0.5rem;
	background: #F7F7F7;
}

.ly-enquete__block-head .required,
.ly-enquete__block-head .optional {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 1.5rem;
	padding: 0 0.375rem;
	color: #fff;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	white-space: nowrap;
}

.ly-enquete__block-head .required {
	background: #D63333;
}

.ly-enquete__block-head .optional {
	background: #999999;
}

.ly-enquete__block-head .comment {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.ly-enquete__block-ttl {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.04em;
}

.ly-enquete__checkbox {
	padding: 1.125rem;
	border-radius: 0.25rem;
	background: #FFF5F2;
}

.ly-enquete__checkbox .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0;
}

.ly-enquete__checkbox .wpcf7-checkbox .wpcf7-list-item {
	width: 50%;
	margin: 0;
}

.ly-enquete__checkbox .wpcf7-checkbox .wpcf7-list-item.last {
	width: 100%;
}

.ly-enquete__checkbox .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.ly-enquete__checkbox .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span {
	position: relative;
	padding-left: 2rem;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.06em;
}

.ly-enquete__checkbox .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span::before {
	position: absolute;
	top: 50%;
	left: 0;
	aspect-ratio: 1/1;
	width: 1.5rem;
	transform: translate(0, -50%);
	border: 1px solid #999999;
	border-radius: 0.25rem;
	background: #fff;
	content: "";
}

.ly-enquete__checkbox .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span::after {
	position: absolute;
	top: 50%;
	left: 0;
	aspect-ratio: 1/1;
	width: 1.5rem;
	transform: translate(0, -50%);
	background: url(../img/check-icon.svg) no-repeat center/100% auto;
	content: "";
	opacity: 0;
}

.ly-enquete__checkbox-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0;
}

.ly-enquete__checkbox-item {
	width: 50%;
}

.ly-enquete__checkbox-item.-other {
	width: 100%;
}

.ly-enquete__checkbox-item input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.ly-enquete__checkbox-item input[type=checkbox] + span {
	position: relative;
	padding-left: 2rem;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.06em;
}

.ly-enquete__checkbox-item input[type=checkbox] + span::before {
	position: absolute;
	top: 50%;
	left: 0;
	aspect-ratio: 1/1;
	width: 1.5rem;
	transform: translate(0, -50%);
	border: 1px solid #999999;
	border-radius: 0.25rem;
	background: #fff;
	content: "";
}

.ly-enquete__checkbox-item input[type=checkbox] + span::after {
	position: absolute;
	top: 50%;
	left: 0;
	aspect-ratio: 1/1;
	width: 1.5rem;
	transform: translate(0, -50%);
	background: url(../img/check-icon.svg) no-repeat center/100% auto;
	content: "";
	opacity: 0;
}

.ly-enquete__checkbox-other {
	display: block;
	flex: 0 0 auto;
	width: 100%;
	margin-top: 0.5rem;
	padding-left: 2rem;
}

.ly-enquete__checkbox-other input[type=text] {
	width: 100%;
	max-width: 20.875rem;
	padding: 0.375rem 0.9375rem;
	border: 1px solid #999999;
	border-radius: 0.25rem;
	background: #fff;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.ly-enquete__field textarea {
	width: 100%;
	height: 12rem;
	padding: 0.5625rem 0.9375rem;
	border: 1px solid #999999;
	border-radius: 0.25rem;
	background: #fff;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	resize: none;
}

.ly-enquete__cta {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 3.5rem;
	padding: 0.9375rem 2.625rem 0.9375rem 1.5rem;
	border-radius: 6.25rem;
	background: #F5A186;
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: all 0.3s;
}

.ly-enquete__cta:hover {
	opacity: 0.7;
}

.ly-enquete__cta .only-sp {
	display: none;
}

.ly-enquete__cta::before {
	display: flex;
	position: absolute;
	top: 50%;
	right: 1.125rem;
	align-items: center;
	aspect-ratio: 15/16;
	width: 0.9375rem;
	transform: translate(0, -50%) rotate(16deg);
	background: url(../img/btn-icon.svg) no-repeat center/100% auto;
	content: "";
}

.ly-enquete__cta .icon {
	display: flex;
	position: absolute;
	top: 50%;
	right: 1.125rem;
	align-items: center;
	aspect-ratio: 15/16;
	width: 0.9375rem;
	transform: translate(0, -50%) rotate(16deg);
}

.ly-enquete__cta .icon img {
	width: 100%;
	height: auto;
}

.ly-enquete__cta-box {
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	text-align: center;
}

.ly-enquete__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

.ly-enquete__submit-dummy {
	position: relative;
	width: auto;
	min-width: 16.375rem;
	min-height: 3.5rem;
	border: 1px solid #333333;
	border-radius: 6.25rem;
	background: #fff url(../img/btn-arrow-icon.svg) no-repeat right 1.125rem center/0.3125rem auto;
	color: #333333;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: all 0.3s;
}

.ly-enquete__submit-dummy:hover {
	opacity: 0.7;
}

.ly-enquete__submit input[type=submit] {
	display: none;
}

.ly-enquete__submit .icon {
	display: flex;
	position: absolute;
	top: 50%;
	right: 1.125rem;
	align-items: center;
	aspect-ratio: 4/10;
	width: 0.3125rem;
	transform: translate(0, -50%);
}

.ly-enquete__submit .icon img {
	width: 100%;
	height: auto;
}

.ly-enquete__back {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 16.375rem;
	min-height: 3.5rem;
	border-radius: 6.25rem;
	background: #F5A186;
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: all 0.3s;
}

.ly-enquete__back:hover {
	opacity: 0.7;
}

.ly-enquete__back::before {
	display: flex;
	position: absolute;
	top: 50%;
	right: 1rem;
	align-items: center;
	aspect-ratio: 15/16;
	width: 0.9375rem;
	transform: translate(0, -50%) rotate(16deg);
	background: url(../img/btn-icon.svg) no-repeat center/100% auto;
	content: "";
}

.ly-enquete__back .icon {
	display: flex;
	position: absolute;
	top: 50%;
	right: 1rem;
	align-items: center;
	aspect-ratio: 15/16;
	width: 0.9375rem;
	transform: translate(0, -50%) rotate(16deg);
}

.ly-enquete__back .icon img {
	width: 100%;
	height: auto;
}

.ly-enquete__error {
	display: block;
	flex: 0 0 auto;
	width: 100%;
	margin-top: 0.5rem;
	color: #D63333;
	font-size: 0.875rem;
	line-height: 1.5;
}

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

.ly-signup {
	padding-bottom: 2rem;
}

.ly-signup__box {
	padding: 1.5rem;
}

.ly-signup__bottom {
	margin-top: 1rem;
}

.ly-signup__list {
	display: block;
	margin-bottom: 1.5625rem;
}

.ly-signup__list-item:nth-child(n+2) {
	margin-top: 0.5rem;
}

.ly-signup__list-item input[type=checkbox] + label {
	padding-left: 2rem;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.ly-signup__row input[type=email],
.ly-signup__row input[type=password] {
	padding: 0.5625rem 0.6875rem 0.8125rem;
}

.ly-signup__row:nth-of-type(1) {
	margin-bottom: 0.5rem;
}

.ly-signup__row:nth-of-type(2) {
	margin-bottom: 0.9375rem;
}

.ly-signup__btn input[type=submit] {
	min-height: 3rem;
}

.ly-login {
	padding-bottom: 2rem;
}

.ly-login__box {
	padding: 1.5rem;
}

.ly-login__row:nth-of-type(1) {
	margin-bottom: 0.5rem;
}

.ly-login__row:nth-of-type(2) {
	margin-bottom: 1rem;
}

.ly-login__row-label {
	text-align: left;
}

.ly-login__btn input[type=submit] {
	min-height: 3rem;
}

.ly-mypage__block-ttl ._required {
	width: 2rem;
	height: 1.25rem;
	font-size: 0.75rem;
	line-height: 1.4166666667;
}

.ly-mypage__plan-list {
	padding: 0;
}

.ly-mypage__plan-item {
	flex-wrap: wrap;
}

.ly-mypage__plan-item--ttl {
	width: 100%;
}

.ly-mypage__plan-btn {
	font-size: 1rem;
}

.ly-mypage__plan-btn--box {
	justify-content: center;
	padding: 0;
}

.ly-mypage__address-hospital--item input[type=radio] + ._txt,
.ly-mypage__address-hospital--item input[type=checkbox] + ._txt {
	padding-left: 2rem;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.ly-mypage__hospital {
	flex-direction: column;
	align-items: start;
}

.ly-name {
	margin-bottom: 2rem;
}

.ly-name__contents {
	padding-top: 2rem;
}

.ly-name__top-txt {
	margin-bottom: 1rem;
	padding: 0.875rem 1rem 1.125rem;
	border-radius: 0.25rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-name__top-txt .only-sp {
	display: inline-block;
}

.ly-name__list {
	margin-bottom: 1rem;
}

.ly-name__item {
	flex-direction: column;
	gap: 0.75rem;
}

.ly-name__item-ttl {
	max-width: 100%;
	min-height: 2.5rem;
}

.ly-name__item-field {
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
}

.ly-name__back {
	min-width: 10.625rem;
}

.ly-plan__list {
	margin-bottom: 1rem;
	gap: 0.5rem;
}

.ly-plan__item {
	flex-wrap: wrap;
	gap: 0.5rem;
	border-radius: 0.25rem;
}

.ly-plan__item-ttl {
	width: 100%;
	min-height: 2.5rem;
	padding-bottom: 0.25rem;
	border-radius: 0.25rem;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
}

.ly-plan__item-name {
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
}

.ly-plan__item-name.only-pc {
	display: none;
}

.ly-plan__item-name.only-sp {
	display: block;
}

.ly-plan__item-info {
	width: 100%;
	margin: 0;
	gap: 1rem;
}

.ly-plan__item-info--head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	gap: 0.25rem;
}

.ly-plan__item-check {
	margin-left: auto;
}

.ly-plan__item-check input[type=checkbox] + ._txt {
	padding-left: 1.75rem;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.ly-plan__item-check input[type=checkbox] + ._txt::before {
	width: 1.25rem;
	height: 1.25rem;
}

.ly-plan__item-check input[type=checkbox] + ._txt::after {
	left: 0.3125rem;
}

.ly-plan__item-date {
	width: 100%;
	text-align: center;
}

.ly-plan__btn {
	max-width: 18rem;
	min-height: 2.5rem;
	padding-right: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	letter-spacing: 0.56px;
}

.ly-plan__btn::before {
	right: 1rem;
}

.ly-plan__btn-box {
	margin-bottom: 2rem;
	gap: 1rem;
}

.ly-plan__add {
	min-width: 18rem;
	min-height: 3rem;
}

.ly-plan__price-ttl {
	min-height: 2.5rem;
	margin-bottom: 0.25rem;
	padding-bottom: 0.25rem;
	border-radius: 0.25rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-plan__price-num {
	margin-bottom: 0.25rem;
}

.ly-plan__price-num ._lg {
	font-size: 2rem;
	line-height: 1.4375;
	letter-spacing: 1.28px;
}

.ly-plan__price-num ._rg {
	font-size: 1.5rem;
	letter-spacing: 0.96px;
}

.ly-plan__price-coupon {
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-plan__price-item {
	flex-wrap: wrap;
	padding-bottom: 0.75rem;
	gap: 0.375rem;
}

.ly-plan__price-item:nth-child(n+2) {
	margin-top: 0.75rem;
}

.ly-plan__price-item--ttl {
	width: 100%;
	font-size: 1rem;
	line-height: 1.5;
}

.ly-plan__price-item--txt {
	width: 100%;
	font-size: 1rem;
	line-height: 1.5;
}

.ly-plan__box {
	min-height: 7.75rem;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
}

.ly-plan__box-btn {
	min-width: 18rem;
}

.ly-cancell {
	padding-bottom: 2rem;
}

.ly-cancell__top-txt {
	margin-bottom: 1rem;
	padding: 0.875rem 0.875rem 1.125rem;
	border-radius: 0.25rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-cancell__top-txt .only-sp {
	display: inline;
}

.ly-cancell__list {
	margin-bottom: 1rem;
	gap: 0.5rem;
}

.ly-cancell__item {
	flex-wrap: wrap;
	gap: 0.5rem;
	border-radius: 0.25rem;
}

.ly-cancell__item-ttl {
	flex: 0 0 auto;
	width: 100%;
	min-height: 2rem;
	padding-bottom: 0.125rem;
	border-radius: 0.25rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-cancell__item-name {
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-cancell__bottom-txt {
	margin-bottom: 1rem;
	text-align: left;
}

.ly-cancell__bottom-txt.only-pc {
	display: none;
}

.ly-cancell__bottom-txt .only-pc {
	display: none;
}

.ly-cancell__btn {
	min-width: 9.75rem;
	min-height: 2.5rem;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	letter-spacing: 0.56px;
}

.ly-cancell__btn._prev {
	padding-left: 0.9375rem;
}

.ly-cancell__btn._prev::before {
	left: 1rem;
}

.ly-cancell__btn._next {
	padding-right: 0.9375rem;
}

.ly-cancell__btn._next::before {
	right: 1rem;
}

.ly-cancell__btn-box {
	gap: 0.5625rem;
}

.ly-completion {
	padding-bottom: 2rem;
}

.ly-completion__txt {
	margin-bottom: 2rem;
	text-align: left;
}

.ly-completion__txt br.only-pc {
	display: none;
}

.ly-completion__txt br.only-sp {
	display: inline;
}

.ly-completion__btn {
	max-width: 16.25rem;
	min-height: 3rem;
	padding-right: 1.75rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-completion__btn-box {
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.ly-thanks {
	padding-bottom: 2rem;
}

.ly-thanks__txt-lg {
	margin-bottom: 0.5rem;
	font-size: 1.125rem;
	line-height: 1.3888888889;
	letter-spacing: 0.72px;
	text-align: left;
}

.ly-thanks__txt {
	margin-bottom: 2rem;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	letter-spacing: 0.56px;
	text-align: left;
}

.ly-thanks__btn {
	max-width: 16.25rem;
	min-height: 3rem;
	padding-right: 1.75rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-thanks__btn-box {
	flex-direction: column;
	align-items: center;
	margin-bottom: 2.875rem;
	gap: 1rem;
}

.ly-purchace__txt {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	letter-spacing: 0.56px;
	text-align: left;
}

.ly-purchace__txt-lg {
	margin-bottom: 0.5rem;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
	text-align: left;
}

.ly-purchace__container {
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.ly-purchace__plans-item {
	width: 100%;
	min-width: 0;
}

.ly-purchace__plans-body {
	margin-bottom: 0.5rem;
	gap: 0.625rem;
}

.ly-purchace__plans-body--txt .only-sp {
	display: inline-block;
}

.ly-purchace__plans-caution {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	letter-spacing: 0.56px;
}

.ly-purchace__payment {
	width: 100%;
}

.ly-purchace__payment-num {
	margin-bottom: 1.5rem;
}

.ly-purchace__payment-list {
	margin-bottom: 1.5rem;
}

.ly-purchace__payment-item {
	padding-bottom: 0.6875rem;
}

.ly-purchace__payment-box {
	padding: 2rem 1rem;
}

.ly-payment {
	padding-bottom: 2rem;
}

.ly-payment__block + .ly-payment__block {
	margin-top: 2rem;
}

.ly-payment__block-ttl {
	margin-bottom: 1rem;
	padding: 0.375rem 0.375rem 0.625rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-payment__item {
	flex-direction: column;
	padding-right: 0.9375rem;
	gap: 0;
}

.ly-payment__item-ttl {
	flex: 0 0 auto;
	width: 100%;
	min-height: 2.5rem;
	margin-bottom: 0.75rem;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
}

.ly-payment__item-name {
	flex: 0 0 auto;
	width: 100%;
	margin-bottom: 0.25rem;
	margin-bottom: 0.25rem;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	letter-spacing: 0.72px;
}

.ly-payment__item-price ._lg {
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.4583333333;
	letter-spacing: 0.96px;
	text-align: left;
}

.ly-payment__item-price ._rg {
	font-size: 1rem;
	letter-spacing: 0.64px;
}

.ly-payment__caution {
	letter-spacing: 0.64px;
}

.ly-payment__price {
	max-width: 100%;
	margin-top: 1rem;
}

.ly-payment__price-item--ttl {
	width: 50%;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.64px;
}

.ly-payment__price-item--txt {
	padding: 0 1rem;
}

.ly-payment__price-caution {
	letter-spacing: 0;
}

.ly-payment__form-list {
	margin-bottom: 2rem;
	gap: 1rem;
}

.ly-payment__form-item._term {
	width: 7.5rem;
}

.ly-payment__form-item._security {
	flex: 1 1 auto;
	width: 100%;
	max-width: 12rem;
}

.ly-payment__form-check input[type=checkbox] + ._txt {
	padding-left: 2.5rem;
}

.ly-payment__btn {
	min-width: 19.875rem;
}

.ly-payment__back {
	min-width: 10.625rem;
}

.ly-payment__back-box {
	max-width: 19.875rem;
	margin: 0 auto;
}

.c-page-title.-setting {
	margin-bottom: 2rem;
}

.c-error {
	margin-bottom: 1.5rem;
	font-size: 1rem;
}

.ly-enquete__txt {
	margin-bottom: 1.5rem;
	font-size: 0.875rem;
	text-align: left;
}

.ly-enquete__form {
	gap: 1.5rem;
}

.ly-enquete__block-head {
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
	padding: 0.875rem 0.875rem;
	gap: 0.5rem 0;
	border-radius: 0.25rem;
}

.ly-enquete__block-head .required,
.ly-enquete__block-head .optional {
	height: 1.25rem;
	margin-left: auto;
	padding: 0 0.25rem;
	font-size: 0.75rem;
}

.ly-enquete__block-head .comment {
	font-size: 0.875rem;
}

.ly-enquete__block-ttl {
	width: 100%;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.ly-enquete__checkbox {
	padding: 0.875rem;
}

.ly-enquete__checkbox .wpcf7-checkbox .wpcf7-list-item {
	width: 100%;
}

.ly-enquete__checkbox .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span {
	padding-left: 1.75rem;
	font-size: 1rem;
	line-height: 1.5;
}

.ly-enquete__checkbox .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span::before {
	width: 1.25rem;
}

.ly-enquete__checkbox .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span::after {
	width: 1.25rem;
}

.ly-enquete__checkbox-item {
	width: 100%;
}

.ly-enquete__checkbox-item input[type=checkbox] + span {
	padding-left: 1.75rem;
	font-size: 1rem;
	line-height: 1.5;
}

.ly-enquete__checkbox-item input[type=checkbox] + span::before {
	width: 1.25rem;
}

.ly-enquete__checkbox-item input[type=checkbox] + span::after {
	width: 1.25rem;
}

.ly-enquete__checkbox-other {
	padding-left: 1.75rem;
}

.ly-enquete__cta .only-sp {
	display: inline;
}

.ly-enquete__cta {
	width: 100%;
	min-height: 3rem;
	padding: 0.5rem 2.625rem 0.5rem 1.5rem;
	font-size: 1rem;
}

.ly-enquete__cta::before {
	width: 0.9375rem;
}

.ly-enquete__cta .icon {
	width: 0.9375rem;
}

.ly-enquete__cta-box {
	padding-top: 1rem;
	padding-bottom: 0.5rem;
}

.ly-enquete__bottom {
	gap: 1.5rem;
}

.ly-enquete__submit-dummy {
	min-height: 3rem;
	font-size: 1rem;
}

.ly-enquete__submit .icon {
	width: 0.3125rem;
}

.ly-enquete__back {
	min-height: 3rem;
	font-size: 1rem;
}

.ly-enquete__back::before {
	width: 0.9375rem;
}

.ly-enquete__back .icon {
	width: 0.9375rem;
}

.ly-enquete__error {
	font-size: 0.75rem;
}

}

