.b-txt {
	width: 100%;
	font-size: 36px;
	font-weight: 300;
	line-height: 64.8px;
	color: #11445E;
}
.p-box  {
	width: 100%;
}
.p-box .patients-cont-txt {
	padding-left: 20px;
}
.p-ttl {
	font-size: 18px;
	font-weight: 500;
	color: #11445E;
	margin-bottom: 15px;
}
.f-s {
	font-size: 14px;
	margin-top: 10px;
    display: block;
}
.patients-cont-txt a {
	border-bottom: 1px solid;
}
/*--------------------------------------*/
.patients-cont-item ul {
	display: flex;
	align-items: center;
	text-align: center;
	gap: 12px;
}
.patients-cont-item li:nth-child(odd) {
	background-color: #11445E;
    padding: 40px 50px;
    border-radius: 5px;
	display: flex; /* 高さを揃える準備 */
    flex-direction: column; /* 縦方向レイアウト */
    justify-content: space-between; /* 上下のスペース調整 */
}
.patients-cont-item li p:first-child {
	font-size: 30px;
	margin-bottom: 15px;
}
.patients-cont-item li p:last-child {
	line-height: 21px;
}
/*--------------------------------------*/
.contact-box {
	padding: 50px 13.5em;
    width: 90%;
    background-color: #11445E;
    border-radius: 5px;
	display: flex;
	justify-content: space-between;
	line-height: 50px;
}
.contact-01 {
	
}
.contact-02 {
	font-size: 24px;
	text-align: center;
}
.contact-02 span {
	font-size: 14px;
}
.contact-btn {
	align-items: center;
    display: flex;
    padding: 0 3.5%;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 50px;
}
.c-box {
	flex: none;
	position: relative;
}

.divider {
  border-left: 1px solid rgb(255 255 255 / 30%);
}
/*--------------------------------------*/
.r-box {
	width: 100%;
	color: #11445E;
}
#booking-package_calendarPage,
#booking-package_schedulePage {
	border-radius: 5px;
}
#booking-package,
#booking-package_inputFormPanel,
#booking-package_inputFormPanel .title_in_form {
	background-color: unset!important;
}
#booking-package_inputFormPanel .title_in_form,
#booking-package_inputFormPanel .row {
	border: none!important;
}
#booking-package_inputFormPanel .title_in_form {
	border-bottom: 1px solid #11445E!important;
	padding-bottom: 20px!important;
	margin-bottom: 30px;
}
#booking-package_inputFormPanel {
	width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}
#booking-package_inputFormPanel .row {
	display: flex;
	justify-content: end;
    align-items: center;
	padding: 20px!important;
	gap: 10px;
}
#booking-package_inputFormPanel .row a {
	border-bottom: 1px solid;
}
.row:first-of-type {
	margin-bottom: 100px!important;
}
.row:last-child {
	margin: 0 0 30px!important;
}
.name {
	padding-bottom: 0!important;
}
.required {
	width: 30%;
    text-align: right;
    padding-right: 20px;
	padding-bottom: 0 !important;
}
.value {
	width: 70%;
}
.row:last-child .required,
.row:last-child .value {
	width: auto;
}
/*--------------------------------------*/
#booking-package input[type=text], #booking-package textarea {
	border: none;
    padding: 15px;
    border-radius: 5px;
	background-color: #ffffff!important;
}
#booking-package_inputFormPanel .description,
#booking-package_durationStay .description {
	margin-top: 0!important;
}
#booking-package_inputFormPanel label,
#booking-package-subscription_form label {
	margin-bottom: 0!important;
}
#paymentPanel {
	float: right;
	padding-right: 30%!important;
	margin-top: 30px!important;
}
#nextAndReturnPanel {
	float: left;
	padding-left: 30%!important;
	margin-top: 30px!important;
}
.cartPanel,
.bottomBarPanel {
	margin: 0!important;
}
.return_form_button {
	background-color: #ffffff;
	padding: 15px 30px;
	border-radius: 5px;
}
.book_now_button {
	background-color: #11445E;
	color: #ffffff;
	padding: 15px 30px;
	border-radius: 5px;
}
#returnToSchedules {
	margin: 0!important;
}
#booking-package_inputFormPanel textarea {
	padding: 15px!important;
}
#booking-package_inputFormPanel .error_empty_value,
#booking-package_serviceDetails .error_empty_value {
	margin: 20px 0!important;
}
#booking-package_inputFormPanel .required:after {
	top: 0!important;
	content: '必須'!important;
	font-size: 12px;
	color: #ffffff!important;
	background-color: #11445E;
	margin-left: 10px!important;
	padding: 5px 8px;
	border-radius: 3px;
}

booking_package_totalCost {
	display: none!important;
}

#booking_package_input_record,
#booking_package_input_gender {
	display: flex;
    gap: 20px;
}

.value .description {
	line-height: 24px;
}
#booking_package_input_check {
	padding-bottom: 10px;
}


/*--------------------------------------*/
@media screen and (max-width: 1500px) {
	#paymentPanel {
		float: right;
		padding-right: 15%!important;
	}
	#nextAndReturnPanel {
		float: left;
		padding-left: 15%!important;
	}
	.required {
		width: 40%;
	}
}
/*--------------------------------------*/
@media screen and (max-width: 768px) {
	#booking-package_inputFormPanel {
		width: 100%;
	}
	#booking-package_inputFormPanel label,
	#booking-package-subscription_form label {
		justify-content: center!important;
	}
	#booking-package_inputFormPanel .row {
		display: block!important;
	}
	.name {
		margin-bottom: 10px;
	}
	.required,
	.value {
		width: auto!important;
	}
	.required {
		margin-bottom: 20px;
	}
	#paymentPanel {
		padding-right: 10%!important;
	}
	#nextAndReturnPanel {
		padding-left: 10%!important;
	}
	#booking-package_inputFormPanel .hidden_panel {
		display: none!important;
	}
}