﻿@charset "UTF-8";

/*----- Common -----*/

html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
* { 
	box-sizing: border-box; 
	margin:0;
	padding:0;
}
ul li {
	list-style: none;
}
html {
	scroll-behavior: smooth;
}
html, body { 
	display: flex; 
	height: 100%
}
body {
	-webkit-text-size-adjust: 100%;
	background-color: #EBF2F1;
	color: rgba(0, 0, 0, .87);
	flex-direction: column;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	width: 100%;
}
header, footer { 
	flex-shrink: 0; 
}
main {
	width: 100%;
}
/*main.contacts, デザイナから受領したものへの修正のためコメントアウト*/
main.forgot-password,
main.may-page,
main.customer-information,
main.terms-of-service,
main.select-type-medical-exams,
main.select-type-applicants,
main.link-medical-exams,
main.confirm-registration,
main.application-curse,
main.custom_error,
main.maintenance {
	margin-top: 48px;
}
.comments{
	width: 100%;
	word-wrap: break-word;
    word-break: break-all;
}
.comments-disable{
	display: none;
}
#app {
	height: 100%;
}

/*----- Section -----*/

section {
    margin: 0 auto;
    max-width: 720px;
	padding: 48px 0 80px 0;
	width: 100%;
}
@media screen and (max-width:768px){
section {
	display: block;
	padding: 48px 16px 80px 16px;
	width: 100%;
}
}
.top section,
.prototype section {
	margin: 0 auto;
    max-width: 720px;
	width: 100%;
}
@media screen and (max-width:768px){
.top section {
	display: block;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.prototype section {
	display: block;
	padding: 0 20px;
	width: 100%;
}
}
.app_center-wrap {
	 align-items: center;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 height: 100%;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 width: 100%;
}
@media screen and (max-width:768px){
.app_center-wrap {
	min-height: 100%;
	height: auto;
}
}
.top {
	max-width: 720px;
	max-height: 100%;
    padding-top: 48px;
}
@media screen and (max-width:768px){
.top {
	max-width: 100%;
	padding-top: inherit;
}
}
.login,
.prototype {
	max-height: 100%;
}
@media screen and (max-width:767px){
.login,
.prototype {
	padding-top: inherit;
	max-width: 100%;
}
}
.login section,
.forgot-password section {
	max-width: 520px;
	margin: 0 auto;
}
main.top section {
	padding-top: 0;
}

/*----- Common Text -----*/

.title {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 28px;
	text-align: center;
	word-wrap: break-word;
    word-break: break-all;
}
.title-small {
	color: #000000;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
	text-align: center;
}
h1 {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	overflow-wrap: break-word;
}
h1.curse {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
}
h2 {
	border-left: 4px solid #1E8568;
	color: rgba(0, 0, 0, .87);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 8px;
	text-align: center;
	text-align: left;
	overflow-wrap: break-word;
}
h3,
h3 a,
.modal_list-title {
	color: rgba(0, 0, 0, .87);
	font-size: 14px;
	font-weight: 700;
	line-height: 22.4px;
	text-decoration: none;
	word-wrap: break-word;
    word-break: break-all;
}
h3 a:hover {
	color: rgba(0, 0, 0, .87);
}
h4 {
	color: rgba(0, 0, 0, .87);
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	word-wrap: break-word;
    word-break: break-all;
}
.font_body2 {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	word-wrap: break-word;
    word-break: break-all;
}
.font_body3 {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	word-wrap: break-word;
    word-break: break-all;
}
.form-title {
	color: rgba(0, 0, 0, .87);
	font-size: 15px;
	font-weight: 400;
	word-wrap: break-word;
    word-break: break-all;
}
.form_caption {
	color: rgba(0, 0, 0, .54);
	display: block;
	font-size: 12px;
	font-weight: 400;
	overflow-wrap: break-word;
}
time {
	color: rgba(0, 0, 0, .6);
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding-top: 4px;
}
.form-caption2{
	color: rgba(0, 0, 0, .6);
	display: block;
	font-size: 12px;
	font-weight: 400;
	max-width: 39%;
	text-align: right;
	word-wrap: break-word;
    word-break: break-all;
}
@media screen and (max-width:768px){
.form-caption2{
	max-width: 100%;
	text-align: left;
}
}
.total-price {
	color: #1E8568;
	font-size: 24px;
	font-weight: 700;
	line-height: 31.99px;
	padding: 0 4px 0 12px;
	text-align: left;
}
.memo {
	color: rgba(0, 0, 0, .6);
	font-size: 12px;
	font-weight: 400;
	/*margin-bottom: 20px;*/
	word-wrap: break-word;
    word-break: break-all;
}
.bold {
	font-family: Noto Sans JP;
	font-size: 14px;
	font-weight: 700;
	line-height: 22.4px;
	text-align: left;
	overflow-wrap: break-word;
}

/*----- Alerts + Error -----*/

.alerts {
	background-color: #F6E0E5;
	border-radius: 4px;
	color: #B71C1C;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.95px;
	margin-top: 8px;
	padding: 16px 28px;
	width: 100%;
	overflow-wrap: break-word;
}
@media screen and (max-width:768px){
.alerts {
	padding: 16px;
}
}
.alert-title {
	color: #B71C1C;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
	overflow-wrap: break-word;
}
.alert-title:before {
	background: url(../images/icon=tooltip.svg) no-repeat;
	background-size: 24px 24px;
	content: "";
	display: inline-block;
	height: 24px;
	padding-right: 10px;
	padding-top: 2px;
	width: 24px;
	vertical-align: middle;
}
.alerts p {
	overflow-wrap: break-word;
}
.alert-description {
	padding-left: 34px;
	position: relative;
}
.alert-description:before {
	background: url(../images/icon=tooltip.svg) no-repeat;
	background-size: 24px 24px;
	content: "";
	display: inline-block;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	vertical-align: middle;
}
.err-msg {
	color: #B71C1C;
	display: block;
	font-size: 12px;
	margin-top: 4px;
	padding-left: 16px;
	overflow-wrap: break-word;
}
.err-msg2 {
	color: #B71C1C;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.95px;
	margin-top: 20px;
	overflow-wrap: break-word;
}
.err-input {
	border-bottom: 1px solid #B71C1C !important;
}
.err-textarea {
	border: 1px solid #B71C1C !important;
}
.err-radio {
	border: 1px solid #B71C1C !important;
}
.bottom-errors {
	background-color: #F6E0E5;
	border-radius: 4px;
	color: #B71C1C;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 16px;
	letter-spacing: 0.10000000149011612px;
	padding: 8px 16px;
}
.top-errors {
	background-color: #F6E0E5;
	border-radius: 4px;
	color: #B71C1C;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 16px;
	letter-spacing: 0.10000000149011612px;
	padding: 16px;
}
.middle-errors {
	background-color: #F6E0E5;
	border-radius: 4px;
	color: #B71C1C;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 16px 0;
	letter-spacing: 0.10000000149011612px;
	padding: 8px 16px;
	word-wrap: break-word;
    word-break: break-all;
}
.errors-lists {
	margin-top: 4px;
	width: 100%;
}
.errors-lists li{
	list-style-type: disc;
	list-style-position: inside;
}
.errors-lists li:not(:last-child) {
	margin-top: 4px;
}
.err-text-btn_wrap {
	align-items: center;
	display: flex;
	justify-content: end;
	gap: 8px; 
}

/*----- Common link -----*/

a,
.modal_open-label {
	color: #0277BD;
	font-weight: 400;
	font-size: 14px;
	text-decoration: underline;
	overflow-wrap: break-word;
}
a:hover,
.modal_open-label:hover {
	color: #01579B;
}
.modal_open-label::after {
	background: url(../images/icon=question_circle.svg);
    background-size: 16px 16px;
	content: '';
    display: inline-block;
    height: 16px;
	margin-left: 4px;
    vertical-align: middle;
	width: 16px;
}
.modal_open-label:hover::after {
	background: url(../images/icon=question_circle_hover.svg);
	background-size: 16px 16px;
}
.modal_wrap{
	position: relative;
	width: 100%;
}
.modal_wrap label.my-page-question img{
	cursor: pointer;
	display: block;
	position: absolute;
	top: 8px;
	left: 130px;
}
.modal_wrap label.customer-info img{
	cursor: pointer;
	display: block;
	position: absolute;
	top: 8px;
	left: 174px;
}
.modal_wrap label.application-curse-question img{
	cursor: pointer;
	display: block;
	position: absolute;
	top: 8px;
	left: 152px;
}
.modal_wrap label.select-location-day-question img{
	cursor: pointer;
	display: block;
	position: absolute;
	top: 8px;
	left: 200px;
}
.modal_wrap label.option-curse-question img,
.modal_wrap label.self-paid-option-question img{
	cursor: pointer;
	display: block;
	position: absolute;
	top: 8px;
	left: 294px;
}
.link-list {
	margin-top: 40px;
}
.link-list li {
	text-align: center;
}
.link-list li:not(:last-child) {
	margin-bottom: 8px;
}

/*----- Common Status -----*/

/*仮予約*/
.tentative-reservation{
	align-items: center;
	background-color: rgba(30, 133, 104, .2);
	border-radius: 2px;
	color: #1E8568;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	/*height: 28px;*/
	justify-content: center;
	margin-bottom: 4px;
	/*width: 60px;*/
	padding: 6px 10px;
	width: fit-content;
}
/*予約完了*/
.reservation-completed{
	align-items: center;
	background-color: #1E8568;
	border-radius: 2px;
	color: #FFFFFF;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	/*height: 28px;*/
	justify-content: center;
	margin-bottom: 4px;
	/*width: 72px;*/
	padding: 6px 10px;
	width: fit-content;
}
/*受診済*/
.already-examined{
	align-items: center;
	background-color: rgba(0, 0, 0, .18);
	border-radius: 2px;
	color: #000000;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	/*height: 28px;*/
	justify-content: center;
	margin-bottom: 4px;
	/*width: 72px;*/
	padding: 6px 10px;
	width: fit-content;
}
/*予約取消*/
.cancel-reservation{
	align-items: center;
	background-color: rgba(0, 0, 0, .06);
	border-radius: 2px;
	color: rgba(0, 0, 0, 06);
	display: flex;
	font-size: 12px;
	font-weight: 500;
	/*min-height: 28px;*/
	justify-content: center;
	margin-bottom: 4px;
	/*width: 72px;*/
	padding: 6px 10px;
	width: fit-content;
}

/*----- Common Button -----*/

button {
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.large-primary-button {
	align-items: center;
	border: none;
    border-radius: 50px;
    background-color: #1E8568;
	color: #fff;
    display: flex;
	font-weight: 500;
    font-size: 14px;
	height: 52px;
    justify-content: center;
    margin:0 auto;
	width: 300px;
    padding: 10px 15px 10px 15px;
}
@media screen and (max-width:768px){
.large-primary-button {
    max-width: 100%;
}
}
.large-primary-button:hover {
    background-color: #007365;
}
.large-primary-button:disabled {
    background-color: #84BBAC !important;
	pointer-events: none;
}
.large-secondary-button {
	align-items: center;
	border: 1px solid #1E8568;
    border-radius: 50px;
    background-color: #FFFFFF;
	color: #1E8568;
    display: flex;
	font-weight: 500;
    font-size: 14px;
	height: 52px;
    justify-content: center;
	margin:0 auto;
	width: 300px;
    padding: 10px 15px 10px 15px;
}
@media screen and (max-width:768px){
.large-secondary-button {
    max-width: 100%;
}
}
.large-secondary-button:hover,
.small-secondary-button:hover,
.small-secondary-button2:hover,
.x-small-secondary-button:hover,
.small-thirdly-button:hover,
.small-fourth-button:hover {
    background-color: #D3E5E3;
}
.small-secondary-button {
	border: 1px solid #1E8568;
    border-radius: 50px;
    background-color: #FFFFFF;
	color: #1E8568;
	font-weight: 500;
    font-size: 14px;
	margin:0 auto;
	padding: 8px 24px;
	text-align: center;
	max-width: 90px;
}
.small-secondary-button2 {
	border: 1px solid #1E8568;
    border-radius: 50px;
    background-color: #FFFFFF;
	color: #1E8568;
	font-weight: 500;
    font-size: 14px;
	padding: 8px 16px;
	text-align: center;
	max-width: 110px;
}
.x-small-secondary-button {
	border: 1px solid #1E8568;
    border-radius: 50px;
    background-color: #FFFFFF;
	color: #1E8568;
	font-weight: 500;
    font-size: 12px;
	height: 28px;
	line-height: 1.68;
	padding: 0 8px;
	text-align: center;
	min-width: 60px;
}
.small-thirdly-button {
	background-color: #FFFFFF;
	color: rgba(0, 0, 0, .87);
	display: block;
	box-shadow: 0px 2px 4px 0px #00000033;
	border-radius: 8px;
	padding: 8px 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	width: calc(100% / 4 - 8px);
}
.small-thirdly-button:disabled {
	opacity: 50%;
	pointer-events: none;
}
.small-fourth-button {
	background-color: #FFFFFF;
	box-shadow: 0px 2px 4px 0px #00000033;
	color: rgba(0, 0, 0, .87);
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	height: 38px;
	line-height: 22.4px;
	padding: 8px 16px;
	text-align: center;
	width: calc( 100% / 4 - 9px);
}
@media screen and (max-width:768px){
.small-fourth-button {
	width: calc( 100% / 3 - 8px);
	padding: 8px 12px;
}
}
.small-fourth-button:disabled {
	opacity: 50%;
	pointer-events: none;
}
button.disable {
	background-color: #FFFFFF !important;
	cursor: default !important;
}
.back-button,
.back-mypage-button {
	color: rgba(0, 0, 0, .87);
	border-radius: 4px;
	display: block;
	font-weight: 500;
    font-size: 14px;
	margin: 0 auto;
	padding: 10px 12px;
	overflow-wrap: break-word;
	width: 100%;
}
.back-button:before {
	content: "";
	background: url(../images/icon=arrow_back.svg) no-repeat;
	background-size: 18px 18px;
	display: inline-block;
	height: 18px;
	padding-right: 8px;
	width: 18px;
	vertical-align: middle;
}
.back-button:hover,
.back-mypage-button:hover {
	background-color: #D3E5E3;
}
.sp_menu-button {
	background-color: #FFFFFF;
	color: #1E8568;
	display: block;
	font-weight: 500;
    font-size: 10px;
}
.sp_menu-button:before {
	content: "";
	background: url(../images/icon=account_circle.svg) no-repeat;
	background-size: 28px 28px;
	display: inline-block;
	height: 28px;
	padding-right: 8px;
	width: 28px;
	vertical-align: middle;
}
.sp_close-button {
	content: "";
	background: url(../images/icon=close.svg) no-repeat;
	background-size: 28px 28px;
	display: inline-block;
	height: 28px;
	padding-right: 8px;
	width: 28px;
	vertical-align: middle;
}

/*----- Prototype -----*/

.prototype-main-container {
	background: rgba(255, 255, 255, .6);
	padding: 100px 16px;
}
@media screen and (max-width:768px){
prototype section {
	width: 100%;
}
}
.prototype-buttons-wrap li:first-child {
	margin-bottom: 20px;
}

/*----- Top -----*/

.top-main-container {
	margin-bottom: 40px;
}
@media screen and (max-width:768px){
.top-main-container {
	margin-bottom: 0;
	padding: 48px 20px 40px 20px;
	width: 100svw;
}
}
.logo-container {
	background: rgba(255, 255, 255, .6);
	padding: 40px;
	width: 100%;
}
@media screen and (max-width:768px){
.logo-container {
	align-items: center;
	background: rgba(255, 255, 255, .6);
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	/*上下左右中央寄せ */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 64px 16px;
	width: 100%;
}
}
.logo-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:768px){
.logo-wrap {
	display: block;
	width: 100%;
}
}
.logo-content {
	text-align: center;
	width: 297px;
}
@media screen and (max-width:768px){
.logo-content {
	margin-bottom: 40px;
	width: 100%;
}
}
.button-content {
	text-align: center;
	width: 300px;
}
@media screen and (max-width:768px){
.button-content {
	width: 100%;
}
}
.buttons-wrap {
	margin-bottom: 28px;
	width: 300px;
}
@media screen and (max-width:768px){
.buttons-wrap {
	width: 100%;
}
}
.buttons-wrap li:first-child {
	margin-bottom: 20px;
}
.news-list li {
	font-size: 16px;
	padding-bottom: 16px;
	padding-top: 16px;
	word-wrap: break-word;
    word-break: break-all;
}
.news-list li:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, .06);
}

/*----- Login -----*/

.form-container {
	background-color: #FFFFFF;
	border-radius: 8px;
	margin: 40px 0;
	padding: 24px 28px;
}
@media screen and (max-width:768px){
.form-container {
	padding: 24px 16px;
}
}
/*.form-container .form-wrap label {
	display: block;
	margin-bottom: 20px;
}*/
.form_title_caption {
	margin-bottom: 4px !important;
}
.password-wrap {
	position: relative;
}
.password-wrap img {
	cursor: pointer;
	position: absolute;
	right: 10px;
	transform: translateY(20%);
	top: 20%;
	width: 20px;
}

/*----- Header -----*/

header {
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 0px 0px 8px 8px;
	box-shadow: 0px 2px 4px 0px #00000033;
	display: flex;
	height: 48px;
	justify-content: space-between;
	left:0;
	padding: 13px 24px;
	position: fixed;
	text-align: left;
	top:0;
	width: 100%;
	z-index: 30;
}
.sp-header-nav {
	display: none;
}
@media screen and (max-width:768px){
nav.header-nav {
	display: none;
}
.sp-header-nav {
	display: block;
}
}
nav.header-nav ul {
	display: flex;
	display: -ms-flex;
	flex-direction: row;
	justify-content: flex-end;
}
nav.header-nav ul li:not(:last-child),
nav.sp-header-nav ul li:not(:last-child) {
	margin-right: 24px;
}
nav.header-nav ul li {
	align-items: center;
	display: flex;
	font-weight: 500;
	justify-content: start;
}
nav.header-nav ul li a {
	color: #1E8568;
	display: block;
	font-size: 10px;
	font-weight: 500;
	text-decoration: none;
}
nav.header-nav ul li.account-info {
	color: #000000;
	font-size: 12px;
}
nav.header-nav ul li.account-info img {
	margin-right: 6px;
}
.sp-header-nav ul li {
	align-items: center;
	display: flex;
	color: #1E8568;
	justify-content: start;
	font-size: 10px;
	font-weight: 500;
}
.sp-header-nav ul li.menu img {
	margin-right: 6px;
}

/*----- Input -----*/

.textbox-label {
    display: block;
    margin-bottom: 8px;
	overflow-wrap: break-word;
}
.textbox-input {
	background-color: rgba(0, 0, 0, .06);
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid rgba(0, 0, 0, .40);
    border-radius: 4px 4px 0 0;
    font-size: 16px;
	font-weight: 400;
    line-height: 1.5;
	padding: 8px 16px;
	width: 100%;
}

.textbox-input::placeholder {
    color: #999;
}
input[type="text"], 
input[type="text"]:focus,
input[type="password"]:focus {
	outline: none;
}
::-ms-reveal {
    display: none;
}

/*----- Selectbox -----*/

.selectbox,
.selectbox2,
.selectbox3 {
	align-items: center;
    display: inline-flex;
	margin-right: 8px;
    position: relative;
	width: 100%;
}
.selectbox::after,
.selectbox3::after {
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    height: 7px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top : 70%;
    width: 10px;
}
@media screen and (max-width:768px){
.selectbox::after {
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    height: 7px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top : 70%;
    width: 10px;
}
}
@media screen and (max-width:768px){
.selectbox3::after {
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    height: 7px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top : 50%;
    width: 10px;
}
}
.selectbox2::after {
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    height: 7px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top : 50%;
    width: 10px;
}
.selectbox select,
.selectbox2 select,
.selectbox3 select {
    appearance: none;
	border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .40);
    border-radius: 4px 4px 0 0;
    background-color: rgba(0, 0, 0, .06);
	cursor: pointer;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	height: 2.6em;
    min-width: 100%;
    padding: 8px calc(4px + 30px) 8px 16px;
	width: 100%;
}
.selectbox select:focus,
.selectbox2 select:focus,
.selectbox3 select:focus {
    outline: none;
}
select:invalid,
select2:invalid,
select3:invalid {
	color: rgba(0, 0, 0, .40);
}
.selectbox select option,
.selectbox2 select option,
.selectbox3 select option {
	color: #000000;
	overflow-wrap: break-word;
	max-width: 100%;
}
.col2 span {
	opacity: 0;
}
.col1,
.col2 {
	display: flex;
	justify-content: start;
}
@media only screen and (max-width: 768px) {
.col2 {
	display: flex;
	justify-content: start;
}
.col2 span {
	display: none;
}
.col1 {
	display: block;
	width: 100%;
}
}

/*----- Checkbox -----*/

.checkbox-field{
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: start;
	margin-top: 12px;
}
.checkbox-field label{
	overflow-wrap: break-word;
	word-wrap: break-word;
    word-break: break-all;
    width: 100%;
}
.checkbox-field2{
	align-items: center;
	cursor: pointer;
	display: flex;
	font-weight: 400;
	justify-content: start;
	line-height: 19.95px;
	margin-top: 16px;
}
.checkbox-field2 label{
	overflow-wrap: break-word;
	word-wrap: break-word;
    word-break: break-all;
    width: 100%;
}
input[type="checkbox"] {
	position: relative;
	width: 18px;
	height: 18px;
  	border: 1px solid #757575;
	border-radius: 2px;
	margin-right: 8px;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
}
input[type="checkbox"]:checked {
	background-color: #1E8568;
	border: none;
}
input[type="checkbox"]:checked:before {
	position: absolute;
	top: 0;
	left: 5px;
	transform: rotate(50deg);
	width: 6px;
	height: 10px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	content: '';
}

/*----- Radiobox -----*/

input[type="radio"] {
	position: relative;
	width: 18px;
	height: 18px;
	border: 1px solid #757575;
	border-radius: 50%;
	margin-right: 8px;
	vertical-align: -4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="radio"]:checked:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #1E8568;
	border: 1px solid #1E8568;
	content: '';
}

/*----- Textarea -----*/

textarea {
	border: 1px solid #BDBDBD;
	border-radius: 8px;
	color: rgba(0, 0, 0, .87);
	font-size: 16px;
	font-weight: 400;
	height:183px;
	line-height: 24px;
	resize:none;
	padding: 16px 28px;
	text-align: left;
	width:100%;
}
@media only screen and (max-width: 768px) {
textarea {
	padding: 8px 16px;
}
}

/*----- Common Space -----*/

.line-space4 {
	margin-bottom: 4px !important;
}
.line-space8 {
	margin-bottom: 8px !important;
}

/*----- Modal -----*/

.modal_wrap {
    display: inline-block;
}
.modal_wrap input {
    display: none !important;
}
.modal_open-label,
.modal_close-label {
    cursor: pointer;
}
.modal {
	display: none;
	height: 100%;
    left: 0;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}
.modal_open-input:checked + label + input + .modal {
	animation: modal-animation .6s;
    display: block;
}
.modal_content-wrap {
	background-color: #EBF2F1;
	border-radius: 5px;
    left: 50%;
	max-width: 520px;
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 20;
}
.modal_close-label {
	align-items: center;
    background-color: #FFFFFF;
    border-radius: 20px;
	display: flex;
    height: 24px;
	justify-content: center;
    line-height: 1.5;
    position: fixed;
	right: -2%;
	text-align: center;
    top: -12px;
	width: 24px;
}
@media only screen and (max-width: 768px) {
.modal_close-label {
	right: -3%;
	top: -12px;
}
}
.modal_content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 28px 20px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
.modal_content {
	max-width: 100%;
	padding: 28px 20px;
}
}
.modal_content label {
	margin-bottom: 0;
}
.modal_background {
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.modal_content_box {
	color: #000000;
	margin-bottom: 40px;
	text-align: left;
	overflow-wrap: break-word;
}
@keyframes modal-animation {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}

/*----- Contacts -----*/

.contacts-wrap {
	margin: 40px 0;
}
.contacts-wrap li{
	overflow-wrap: break-word;
}
.contacts-details li:not(:last-child) {
	margin-bottom: 8px;
}

/*----- Forgot Password -----*/

.description{
	font-size: 14px;
	font-weight: 400;
	margin-top: 16px;
	overflow-wrap: break-word;
}

/*----- Contacts -----*/

.content-wrap {
	margin: 40px 0;
}

/*----- My Page -----*/

.application-list {
	width: 100%;
}
.application-list li:not(:last-child) {
	margin-bottom: 12px;
}
.applications-info{
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgb(0, 0, 0, .2);
	padding: 24px 28px;
}
@media only screen and (max-width: 768px) {
.applications-info{
	padding: 16px 24px;
}
}
.buttons-row {
	align-items: center;
	display: flex;
	justify-content: end; 
	margin-top: 20px;
}
.buttons-row li {
	margin-bottom: 0 !important;
}
.buttons-row li:not(:last-child) {
	margin-right: 8px;
}
.semi-transparent_box {
	background-color: rgba(255, 255, 255, .6);
	border-radius: 8px;
}
.new-application_area {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 24px 28px;
	width: 100%;
}
@media only screen and (max-width: 768px) {
.new-application_area {
	display: block;
	padding: 16px 24px;
}
}
.cancer-application_area {
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, .06);
	display: flex;
	justify-content: space-between;
	padding: 24px 28px;
	width: 100%;
}
@media only screen and (max-width: 768px) {
.cancer-application_area {
	display: block;
	padding: 24px 16px;
}
}
h4.municipality-icon {
	align-items: center;
	display: flex;
	justify-content: start;
	position: relative;
    padding-left: 48px;
	word-wrap: break-word;
    word-break: break-all;
}
h4.municipality-icon:before {
	content: "";
	background: url(../images/img=municipality.svg) no-repeat;
	background-size: 40px 40px;
	display: inline-block;
	height: 40px;
	padding-right: 12px;
	width: 40px;
	vertical-align: middle;
	position: absolute;
	left: 0;
}
.cancer-application_info {
	margin-right: 28px;
}
@media only screen and (max-width: 768px) {
.cancer-application_info {
	margin-right: 0;
}
}
.button-center {
	text-align: center;
	width: 100%;
}

/* My Page_Read More */

.read-more {
    position: relative;
}
.read-more-content {
    position: relative;
    overflow: hidden;
    height: 60px;
}
.read-more-content::before {
    display: block;
}
.read-more-label {
	color: #1E8568;
	display: block;
	font-size: 12px;
	font-weight: 500;
	margin: 4px auto 0 auto;
	text-align: right;
}
.read-more-label:before {
    content: '＋ もっと見る';
}
.read-more-check{
    display: none;
}
.read-more-check:checked ~ .read-more-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.read-more-check:checked ~ .read-more-label:before {
    content: '－ 閉じる';
}
.read-more-check:checked ~ .read-more-content {
    height: auto;
}
.read-more-check:checked ~ .read-more-content::before {
    display: none;
}

/* My Page_Accordion for "application-list" */

.application_accordion {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(0, 0, 0, .2);
    background-color: #FFFFFF;
	max-width: 100%;
	padding: 24px 28px;
}
@media only screen and (max-width: 768px) {
.application_accordion {
	padding: 16px 24px;
}
}
.application_accordion summary {
	align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
	word-wrap: break-word;
    word-break: break-all;
    padding-right: 40px;
}
.application_accordion summary::-webkit-details-marker {
    display: none;
}
.application_accordion summary::after {
	background: url(../images/icon=keyboard_arrow_down.svg);
    background-size: 24px 24px;
	content: '';
    width: 24px;
    height: 24px;
    margin-left: 10px;
    transition: transform .3s;
	position: absolute;
    right: 0;
}
}
.application_accordion[open] summary::after {
    transform: rotate(180deg);
}
.application_accordion .application_details {
	margin: 0;
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}
.application_accordion[open] .application_details {
    transform: none;
    opacity: 1;
}
.application_items{
	margin-top: 12px;
}
.application_items li:not(:last-child) {
	margin-bottom: 8px;
}
.application_items dl.item{
	align-items: top;
	display: flex;
	justify-content: start;
}
.application_items dl.item dt{
	color: rgba(0, 0, 0, .6);
	font-size: 14px;
	font-weight: 400;
	line-height: 19.95px;
	margin-right: 12px;
	width: 60px;
	overflow-wrap: break-word;
}
.application_items dl.item dd {
	color: rgba(0, 0, 0, .87);
	font-size: 14px;
	font-weight: 400;
	line-height: 19.95px;
	text-align: left;
	width: calc(100% - 60px);
	overflow-wrap: break-word;
}

/* My Page_Accordion for "past-application-list" */

.past-application-lists {
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgb(0, 0, 0, .2);
	margin-bottom: 28px;
	width: 100%;
}
.past-application-lists li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.past-application-lists li .past-application_items li {
	border-bottom: 0;
}
.past-application_accordion {
	max-width: 100%;
	padding: 24px 28px;
}
@media only screen and (max-width: 768px) {
.past-application_accordion {
	padding: 16px 24px;
}
}
.past-application_accordion summary {
	align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
	word-wrap: break-word;
    word-break: break-all;
    padding-right: 40px;
}
.past-application_accordion summary::-webkit-details-marker {
    display: none;
}
.past-application_accordion summary::after {
	background: url(../images/icon=keyboard_arrow_down.svg);
    background-size: 24px 24px;
	content: '';
    width: 24px;
    height: 24px;
    margin-left: 10px;
    transition: transform .3s;
	position: absolute;
    right: 0;
}
.past-application_accordion[open] summary::after {
    transform: rotate(180deg);
}
.past-application_accordion .application_details {
	margin: 0;
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}
.past-application_accordion[open] .application_details {
    transform: none;
    opacity: 1;
}
.past-application_items{
	margin-top: 12px;
}
.past-application_items li:not(:last-child) {
	margin-bottom: 8px;
}
.past-application_items dl.item{
	align-items: top;
	display: flex;
	justify-content: start;
}
.past-application_items dl.item dt,
.past-application_items dl.item dd {
	overflow-wrap: break-word;
}
.past-application_items dl.item dt{
	color: rgba(0, 0, 0, .6);
	font-size: 14px;
	font-weight: 400;
	line-height: 19.95px;
	margin-right: 12px;
	width: 60px;
}
.past-application_items dl.item dd {
	color: rgba(0, 0, 0, .87);
	font-size: 14px;
	font-weight: 400;
	line-height: 19.95px;
	text-align: left;
	width: calc(100% - 60px);
}

/*----- Edit Customer information -----*/

/* Edit Customer information Accordion */

.info-lists {
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgb(0, 0, 0, .2);
    margin-bottom: 40px;
}
.info-lists li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.info-list_accordion {
    width: 100%;
	padding: 16px 28px;
}
@media only screen and (max-width: 768px) {
.info-list_accordion {
	padding: 16px 24px 16px 16px;
}
}
.info-list_accordion summary {
	align-items: center;
    cursor: pointer;
	border-left: 4px solid #1E8568;
    color: rgba(0, 0, 0, .87);
	display: flex;
	min-height: 28px;
    font-size: 16px;
    font-weight: 700;
	justify-content: space-between;
    padding-left: 8px;
	position: relative;
    text-align: center;
    text-align: left;
	word-wrap: break-word;
    word-break: break-all;
	padding-right: 40px;
}
.info-list_accordion summary::-webkit-details-marker {
    display: none;
}
.info-list_accordion summary::after {
    background: url(../images/icon=keyboard_arrow_down.svg);
    background-size: 24px 24px;
	content: '';
    width: 24px;
    height: 24px;
    margin-left: 10px;
    transition: transform .3s;
	position: absolute;
	right: 0;
}
.info-list_accordion[open] summary::after {
    transform: rotate(180deg);
}
.info-list_accordion .info-list_details {
    opacity: 0;
    margin: 0;
    padding: 24px 0 8px 0;
    color: #333333;
	transform: translateY(-10px);
    transition: transform .5s, opacity .5s;
}
.info-list_accordion[open] .info-list_details {
    transform: none;
    opacity: 1;
}

/* Edit Customer information_Accordion End */

.form-item-wrap {
	width: 100%;
}
.form-item-wrap li{
	border-bottom: none !important;
}
.form-item-wrap li:not(:last-child) {
	margin-bottom: 24px;
}
.form-item-wrap .form-item li {
	width: calc(50% - 8px);
}
@media only screen and (max-width: 768px) {
.form-item-wrap .form-item li {
	width: 100%;
}
}
.form-item-wrap .form-item5 li {
	width: calc(50% - 8px);
}
@media only screen and (max-width: 768px) {
.form-item-wrap .form-item5 li {
	width: 100%;
}
}
.form-item {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.form-item {
	display: block;
	margin-bottom: 24px;
}
}
.form-item5 {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.form-item5 {
	display: block;
}
}
.form-item6 {
	align-items: center;
	display: flex;
	justify-content: start;
}
.form-item6 li{
	margin-bottom: 0 !important;
}
.form-item6 li:not(:last-child){
	margin-right: 8px;
}

/*----- Confirm Customer information -----*/

.comfirm-wrap {
	width: 100%;
	margin-bottom: 40px;
}
.comfirm-item-wrap li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.comfirm-item-wrap {
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 8px 28px;
}
@media only screen and (max-width: 768px) {
.comfirm-item-wrap {
	padding: 8px 16px;
}
}
.comfirm-item-wrap li {
	padding-bottom: 16px;
	padding-top: 16px;
}
.comfirm-item-wrap dl .form-item2 dt,
.comfirm-item-wrap dl .form-item2 dd {
	overflow-wrap: break-word;
}
.comfirm-item-wrap dt {
	color: rgba(0, 0, 0, .6);
	font-size: 12px;
	font-weight: 400;
	width: 120px;
	padding-right: 8px;
}
@media only screen and (max-width: 768px) {
.comfirm-item-wrap dt {
	margin-bottom: 4px;
	width: 100%;
	padding-right: 0;
}
}
.comfirm-item-wrap dd {
	color: rgba(0, 0, 0, .87);
	font-size: 16px;
	font-weight: 400;
	width: calc(100% - 120px);
}
@media only screen and (max-width: 768px) {
.comfirm-item-wrap dd {
	width: 100%;
}
}
.form-item2 {
	align-items: center;
	display: flex;
	justify-content: start;
}
@media only screen and (max-width: 768px) {
.form-item2 {
	display: block;
}
}

/*----- Terms of Service -----*/

.read-content {
    position: relative;
}

.read-content .semi-transparent_box2 {
	height: 248px;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
	word-wrap: break-word;
    word-break: break-all;
}
.read-content:has(:checked) .semi-transparent_box2 {
    display: block;
}
.white-gradient {
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
	bottom: 0;
    content: '';
    display: block;
	height: 60px;
	left: 0;
    position: absolute;
    width: 100%;
}
.read-content label {
	align-items: center;
    display: flex;
	margin-top: 16px;
    position: relative;
}
.read-content label:hover {
    cursor: pointer;
}
.semi-transparent_box2 {
	background-color: rgba(255, 255, 255, .6);
	border-radius: 8px;
	padding: 24px 28px
}
@media only screen and (max-width: 768px) {
.semi-transparent_box2 {
	padding: 16px 24px
}
}
.checkbox-field label{
	margin-top: 0;
	font-size: 16px;
	font-weight: 400;
}
.disable-white-gradient {
	display: none !important;
	transition: transform .3s;
}

/*----- Select-Type-Medical-Exam -----*/

.select-type-lists {
	width: 100%;
}
.select-type-lists li{
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgb(0, 0, 0, .2);
	padding: 24px 28px;
	width: 100%;
}
@media only screen and (max-width: 768px) {
.select-type-lists li{
	padding: 16px 24px;
}	
}
.select-type-lists li:not(:last-child) {
	margin-bottom: 12px;
}
.select-type-lists li dl dt,
.select-type-lists li.no-details {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.select-type-lists li dl dt h4{
	width: calc(100% - 68px);
}
.select-type-lists li dl dt,
.select-type-lists li dl dd {
	overflow-wrap: break-word;
}
.select-type-lists li dl dd {
	margin-top: 12px;
}

/* Read More for Select-Type-Medical-Exam */

.read-more2 {
    position: relative;
}
.read-more-content2 {
	height: 60px;
	overflow: hidden;
    position: relative;
}
.read-more2 .read-more-content2::after {
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
	bottom: 0;
    content: '';
    display: block;
	height: 30px;
	left: 0;
    position: absolute;
    width: 100%;
}
.read-more2:has(:checked) .read-more-content2::after {
    content: none;
}
.read-more-content2::before {
    display: block;
}
.read-more-label2 {
	color: #1E8568;
	display: block;
	font-size: 12px;
	font-weight: 500;
	margin: 4px auto 0 auto;
	text-align: center;
}
.read-more-label2:before {
    content: '＋ もっと見る';
}
.read-more-check2{
    display: none;
}
.read-more-check2:checked ~ .read-more-label2 {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.read-more-check2:checked ~ .read-more-label2:before {
    content: '－ 閉じる';
}
.read-more-check2:checked ~ .read-more-content2 {
    height: auto;
}
.read-more-check2:checked ~ .read-more-content2::before {
    display: none;
}

/* Read More for Select-Type-Medical-Exam end */

/*---------- Link-Medical-Exams ----------*/

.list-syllabary-ja {
	width: 100%;
	display: flex;
	gap: 8px 10px;
	align-items: center;
	justify-content: flex-start;
}
@media only screen and (max-width: 540px) {
.list-syllabary-ja {
	margin: auto;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 8px 10px; 
}
}
.list-syllabary-ja li {
	width: calc(100% / 11);
}
@media only screen and (max-width: 540px) {
.list-syllabary-ja li {
	width: 100%;
}
}
.list-syllabary-ja li button{
	width: 100%;
}
.form-item4 {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: calc(50% - 4px);	
}
@media only screen and (max-width: 768px) {
.form-item4 {
	width: 100%;
}
}
.none {
	opacity: 0;
}

/* Link in Page for Link-Medical-Exams */

#a::before,
#ka::before,
#sa::before,
#ta::before,
#na::before,
#ha::before,
#ma::before,
#ya::before,
#wa::before,
#ra::before,
#a-z::before {
    content: "";
    display: block;
    height: 48px;
    margin-top: -48px;
    vertical-align: top;
}

/*---------- Confirm Registration ----------*/

.form-container2 {
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 24px 28px;
}
@media screen and (max-width:768px){
.form-container2 {
	padding: 24px 16px;
}
}
.form-wrap label {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	overflow-wrap: break-word;
}
.form-wrap label.radio-item {
	margin-bottom: 8px;
}
.form-wrap label.selectbox,
.form-wrap label.selectbox3 {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}
@media screen and (max-width:768px){
.form-wrap label.selectbox {
	margin-bottom: 12px;
}
}
.form-wrap .form-wrap-radio{
	margin-bottom: 20px;
}
.form-wrap .form-wrap-radio label {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
}

/*----- Application Course -----*/

main.application-curse {
	background: #EBF2F1;
}
section.curse-steps-container {
	background: #1E8568;
	max-width: 100% !important;
	padding: 0!important;
	z-index: 1;
}
.curse-steps-wrap {
	margin: 0 auto;
    max-width: 720px;
	margin-top: -8px;
	padding: 32px 0 32px 0;
    width: 100%;
}
@media screen and (max-width:768px){
.curse-steps-wrap {
	display: block;
	padding: 24px 16px 24px 16px;
	width: 100%;
}
}
.curse-content-container {
	background: #EBF2F1;
	border-radius: 8px 8px 0 0;
	margin-top: -8px;
	max-width: 100% !important;
	padding: 0!important;
	z-index: 2;
}
.curse-content-wrap {
	margin: 0 auto;
    max-width: 720px;
	width: 100%;
	padding: 24px 0 80px 0;
}
@media screen and (max-width:768px){
.curse-content-wrap {
	display: block;
	padding: 24px 20px 80px 20px;
	width: 100%;
}
}
.curse-type-lists-wrap {
    margin: 16px 0 40px 0;
}
.curse-description {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.95px;
	text-align: left;
	overflow-wrap: break-word;
}
.curse-type-lists {
	width: 100%;
}
.curse-type-lists li {
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgb(0, 0, 0, .2);
	padding: 20px 24px;
	width: 100%;
}
@media only screen and (max-width: 768px) {
.curse-type-lists li {
	padding: 20px 16px;
}	
}
.curse-type-lists li:not(:last-child) {
	margin-bottom: 12px;
}
.curse-title-box {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
@media only screen and (max-width: 768px) {
.curse-title-box {
	display: block;
}
}
.curse-title {
	align-items: center;
	display: flex;
	justify-content: start;
	overflow-wrap: break-word;
	width: 60%;
}
@media only screen and (max-width: 768px) {
.curse-title {
	width: 100%;
}
}
.curse-title-box .curse-title h4 {
	overflow-wrap: break-word;
	width: calc(100% - 26px);
}
@media only screen and (max-width: 768px) {
.price {
	margin-top: 4px;
	padding-left: 26px;
}
}
.text-box,
.tag-box {
	margin-top: 12px;
	padding-left: 26px;
	overflow-wrap: break-word;
}
.check-field {
	align-items: center;
	display: flex;
	justify-content: start;
}
.curse-item-wrap {
	width: 100%;
}
.tag-box {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.tag {
	background-color: rgba(0, 0, 0, .06);
	border-radius: 4px;
	box-shadow: none;
	color: rgba(0, 0, 0, .87);
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	min-height: 26px;
	line-height: 16.8px;
	padding: 4.5px 8px;
	word-wrap: break-word;
    word-break: break-all;
}
.recommend-wrap {
	background-color: #D0F3FF;
	border-radius: 4px;
	color: #00475A;
	margin-left: 26px;
	margin-top: 12px;
	padding: 8px;
	word-wrap: break-word;
}
.recommend-tag {
	background-color: #00475A;
	display: block;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 4px;
	margin-right: 8px;
	padding: 4px 8px;
	width: fit-content;
	white-space: normal;
}
.candidate-dates {
	align-items: center;
	bottom: 0;
	box-shadow: 0px -2px 4px 0px #00000033;
	border-radius: 8px 0 0 0;
	background-color: #000000;
	display: flex;
	justify-content: start;
	max-width: 164px;
	padding: 12px 24px;
	position: fixed;
	right: 0;
}
.candidate-dates .title {
	color: rgb(225, 225, 225, .60);
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
	margin-right: 8px;
	text-align: left;
}
.candidate-dates .number {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	margin-right: 4px;
	line-height: 24px;
}
.candidate-dates .item {
	color: rgb(225, 225, 225, .60);
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
}
.curse_accordion {
	width: 100%;
}
.curse_accordion li:not(:last-child) {
	margin-bottom: 12px;
}
.curse_accordion li {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(0, 0, 0, .2);
    background-color: #FFFFFF;
	max-width: 100%;
	padding: 24px 28px;
}
@media only screen and (max-width: 768px) {
.curse_accordion li {
	padding: 16px 24px;
}
}
.curse_accordion summary {
	align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}
.curse_accordion summary::-webkit-details-marker {
    display: none;
}
.curse_accordion summary::after {
	background: url(../images/icon=keyboard_arrow_down.svg);
    background-size: 24px 24px;
	content: '';
    width: 24px;
    height: 24px;
    margin-left: 10px;
    transition: transform .3s;
}
.curse_accordion[open] summary::after {
    transform: rotate(180deg);
}
.curse_accordion .curse_accordion_details {
	margin: 0;
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}
.curse_accordion[open] .curse_accordion_details {
    transform: none;
    opacity: 1;
}
.check-field2 {
	align-items: center;
	display: flex;
	justify-content: start;
	width: 100%;
}

/* Option Lists Accordion */

.option-lists {
	border-radius: 8px;
    margin-bottom: 40px;
}
.option-lists li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.option-list_accordion {
    width: 100%;
	padding: 16px 0;
}
.option-list_accordion summary {
	align-items: center;
    cursor: pointer;
	border-left: 4px solid #1E8568;
    color: rgba(0, 0, 0, .87);
	display: flex;
	/*height: 28px;*/
    font-size: 16px;
    font-weight: 700;
	justify-content: space-between;
    padding-left: 8px;
	position: relative;
    text-align: center;
    text-align: left;
	word-wrap: break-word;
    word-break: break-all;
	padding-right: 40px;
}
.option-list_accordion summary::-webkit-details-marker {
    display: none;
}
.option-list_accordion summary::after {
    background: url(../images/icon=keyboard_arrow_down.svg);
    background-size: 24px 24px;
	content: '';
    width: 24px;
    height: 24px;
    margin-left: 10px;
    transition: transform .3s;
	position: absolute;
	right: 0;
}
.option-list_accordion[open] summary::after {
    transform: rotate(180deg);
}
.option-list_accordion .option-list_details {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 24px 0 8px 0;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.option-list_accordion[open] .option-list_details {
    transform: none;
    opacity: 1;
}
.selected-lists {
	/*border: 2px solid #1E8568;*/
	outline-width: 2px;
    outline-style: solid;
    outline-color: #1E8568;
    outline-offset: -2px;
}
.err-lists {
	outline-width: 2px;
    outline-style: solid;
    outline-color: #B71C1C;
    outline-offset: -2px;
}

/*---------- Stepper ----------*/

.steps {
    display: flex;
    justify-content: center;
    list-style-type: none;
	margin-bottom: 24px;
    padding: 0;
}
.steps li {
	align-items: center;
	color: rgba(225, 225, 225, .4);
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: 10px;
	font-weight: 500;
    position: relative;
	text-align: center;
    z-index: 1;
}
@media screen and (max-width:768px){
.steps li {
    min-width: 67px;
	padding: 0 6px;
}
}
.steps li.prev,
.steps li.current {
    color: #FFFFFF;
}
.steps li::before {
	background: url(../images/state=yet.svg);
    background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: center center;
	content: '';
    display: inline-block;
    height: 16px;
    margin-bottom: 6px;
	width: 16px;
}
.steps li.prev::before,
.steps li.current::before {
    border-color: 1px solid rgba(0, 0, 0, .08);
}
.steps li:not(:last-child)::after {
	background-color: rgba(0, 0, 0, .08);
    content: '';
	height: 2px;
	left: 50%;
    position: absolute;
    top: 7px;
    z-index: -1;
    width: 100%;
}
.steps li.current::before {
    background: url(../images/state=now.svg);
    background-size: 16px 16px;
	content: '';
    display: inline-block;
	height: 16px;
    vertical-align: middle;
	width: 16px;
}
.steps li.prev::before {
	background: url(../images/state=done.svg);
    background-size: 16px 16px;
	content: '';
    display: inline-block;
	height: 16px;
    vertical-align: middle; 
	width: 16px;
}

/*---------- Select Location Day ----------*/

.form-container3 {
	background-color: #FFFFFF;
	border-radius: 8px;
	margin-bottom: 40px;
	padding: 24px 28px;
}
@media screen and (max-width:768px){
.form-container3 {
	padding: 24px 16px;
}
}
.comfirm-wrap2 {
	width: 100%;
	margin-top: 24px;
	margin-bottom: 40px;
}
.comfirm-wrap2 li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}

/*---------- Calendar ----------*/

.calender-wrap {
	margin-bottom: 40px;
	width: 100%;
}
.calender-title-box {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.back-pre-btn {
	align-items: center;
	display: flex;
	justify-content: end;
}
.disable {
	opacity: 50%;
}
.back-btn {
	background-color: #FFFFFF;
	border-bottom: 1px solid #1E8568;
	border-left: 1px solid #1E8568;
	border-top: 1px solid #1E8568;
	border-radius: 4px 0 0 4px;
	display: inline-block;
	height: 28px;
	text-align: center;
	width: 32px;
	vertical-align: middle;
}
.pre-btn {
	background-color: #FFFFFF;
	border: 1px solid #1E8568;
	border-radius: 0 4px 4px 0;
	display: inline-block;
	height: 28px;
	text-align: center;
	width: 32px;
	vertical-align: middle;
}
.back-btn:hover,
.pre-btn:hover {
	background-color: #D3E5E3;
}
li.disable .back-btn:hover,
li.disable .pre-btn:hover {
	background-color: #FFFFFF;
	cursor: default;
}
.calender {
	background-color: #FFFFFF;
	border: .5px solid rgba(0, 0, 0, .87);
	border-collapse: collapse;
	width: 100%;
}
.calender th {
	border: 1px solid rgba(0, 0, 0, .87);
	border-collapse: collapse;
	font-weight: 700;
	height: 19px;
	line-height: 14px;
	font-size: 10px;
	text-align: center;
	width: calc( 100% / 7);
}
.calender td {
	border: 1px solid rgba(0, 0, 0, .87);
	border-collapse: collapse;
	font-size: 16px;
	font-weight: 700;
	height: 56px;
	line-height: 24px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: calc( 100% / 7);
}
.calender td:nth-child(1),
.calender td:nth-child(5) {
	background-color: rgba(0, 0, 0, .06);
}
.modal-open-link {
	align-items: stretch;
	cursor: pointer;
	display: flex;
    height: 56px;
}
.done {
	background-color: rgba(0, 0, 0, .18) !important;

}
.sun {
	color: #B71C1C;
}
.sat {
	color: #0277BD;
}
.day {
	color: rgba(0, 0, 0, .87);
	padding: 3px 0;
	text-align: center;
	width: 100%;
}
.disable-day {
	color: rgba(0, 0, 0, .54);
	padding: 3px 0;
	text-align: center;
	width: 100%;
}
.today {
	background-color: #D0F3FF;
}
.selected-day {
	border-radius: 50%;
	border: 2px solid #1E8568;
	display: block;
	height: 20px;
	margin: 0 auto;
	width: 20px;
}
.select-times-box {
	display: flex;
	flex-wrap:wrap;
	gap: 12px;
	/*justify-content: space-between;*/
	justify-content: flex-start;
	margin-top: 16px;
	width: 100%;
}

/* Calender Modal */

.modal_wrap2 {
	left: 0;
    position: absolute;
	right: 0;
    top: 0;
}
.modal_wrap2 input {
    display: none !important;
}
.modal_close-label2 {
    cursor: pointer;
}
.modal2 {
	display: none;
	height: 100%;
    left: 0;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}
.modal_open-input2:checked + label + input + .modal2 {
	animation: modal-animation .6s;
    display: block;
}
.modal_content-wrap2 {
	background-color: #EBF2F1;
	border-radius: 5px;
    left: 50%;
	max-width: 520px;
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 20;
}
.modal_close-label2 {
	align-items: center;
    background-color: #FFFFFF;
    border-radius: 20px;
	display: flex;
    height: 24px;
	justify-content: center;
    line-height: 1.5;
    position: fixed;
	right: -2%;
	text-align: center;
    top: -12px;
	width: 24px;
}
@media only screen and (max-width: 768px) {
.modal_close-label2 {
	right: -3%;
	top: -12px;
}
}
.modal_content2 {
    max-height: 50vh;
    overflow-y: auto;
    padding: 28px 20px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
.modal_content2 {
	max-width: 100%;
	max-height: 100%;
	padding: 28px 20px;
}
}
.modal_content2 label {
	margin-bottom: 0;
}
.modal_background2 {
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.modal_content_box2 {
	color: #000000;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 40px;
	text-align: left;
	overflow-wrap: break-word;
}
.selected-application-day {
	margin-bottom: 24px;
}

/*---------- Enter Customer Information ----------*/

.customer-informations-wrap {
	margin-bottom: 40px;
}
.form-container4 {
	background-color: #FFFFFF;
	border-radius: 8px;
	margin-bottom: 32px;
	padding: 24px 28px 32px 28px;
}
@media screen and (max-width:768px){
.form-container4 {
	padding: 24px 16px 32px 16px;
}
}

/*---------- Reservation Confirmation Details ----------*/

.total-price-detail {
	padding-top: 20px;
	text-align: right;
	word-wrap: break-word;
    word-break: break-all;
}

/* Modal Open Labe */

.modal_open-label2 {
	color: #0277BD;
	cursor: pointer;
	display: block;
	font-weight: 400;
	font-size: 14px;
	text-decoration: underline;
	padding-left: 34px;
	padding-top: 10px;
}
.modal_open-label2:hover {
	color: #01579B;
}
.modal_open-label2::after {
	background: url(../images/icon=question_circle.svg);
    background-size: 16px 16px;
	content: '';
    display: inline-block;
    height: 16px;
	margin-left: 4px;
    vertical-align: middle;
	width: 16px;
}
.modal_open-label2:hover::after {
	background: url(../images/icon=question_circle_hover.svg);
	background-size: 16px 16px;
}

.comfirm-item-wrap2 li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.comfirm-item-wrap2 {
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 8px 28px;
}
@media only screen and (max-width: 768px) {
.comfirm-item-wrap2 {
	padding: 8px 16px;
}
}
.comfirm-item-wrap2 li {
	padding-bottom: 16px;
	padding-top: 16px;
}
.comfirm-item-wrap2 dt {
	color: rgba(0, 0, 0, .6);
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 4px;
	width: 100%;
}
.comfirm-item-wrap2 dt,
.comfirm-item-wrap2 dd {
	overflow-wrap: break-word;
}
.comfirm-item-wrap2 dt.blank {
	margin-bottom: 0;
}
.comfirm-item-wrap2 dd {
	color: rgba(0, 0, 0, .87);
	font-size: 16px;
	font-weight: 400;
	width: 100%;
}
.reservation-information {
	margin-bottom: 40px;
	width: 100%;
}
.reservation-information li:not(:last-child) {
	margin-bottom: 8px;
	width: 100%;
}
.reservation_items {
	border-top: 1px solid rgba(0, 0, 0, .06);
	padding-top: 20px;
}
.reservation_items li:not(:last-child) {
	margin-bottom: 8px;
}
.reservation_items dl.item {
	align-items: top;
	display: flex;
	justify-content: start;
}
.reservation_items dl.item dt {
	color: rgba(0, 0, 0, .6);
	font-size: 14px;
	font-weight: 400;
	line-height: 19.95px;
	margin-right: 12px;
	width: 60px;
	overflow-wrap: break-word;
}
.reservation_items dl.item dd {
	color: rgba(0, 0, 0, .87);
	font-size: 14px;
	font-weight: 400;
	line-height: 19.95px;
	text-align: left;
	width: calc(100% - 60px);
	overflow-wrap: break-word;
}
.reservation-item-wrap {
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 16px;
}
.reservation-item-wrap dt {
	color: rgba(0, 0, 0, .6);
	font-size: 12px;
	font-weight: 400;
	width: 120px;
}
.reservation-item-wrap dd {
	color: rgba(0, 0, 0, .87);
	font-size: 16px;
	font-weight: 400;
	width: calc(100% - 120px);
}
.reservation-number {
	text-align: center;
	padding-bottom: 16px;
	width: 100%;
}
.reservation-number dt {
	color: rgba(0, 0, 0, .87);
	font-size: 14px;
	font-weight: 400;
	line-height: 19.95px;
	text-align: center;
	width: 100%;
	overflow-wrap: break-word;
}
.reservation-number dd {
	color: rgba(0, 0, 0, .87);
	font-size: 24px;
	font-weight: 700;
	line-height: 31.99px;
	text-align: center;
	width: 100%;
	overflow-wrap: break-word;
}
.modal_list-title {
	width: 100%;
	margin-bottom: 12px
}
.modal_link-list {
	width: 100%;
	margin-top: 12px; 
	margin-bottom: 16px;
}
.modal_link-list li:not(:last-child) {
	margin-bottom: 8px;
}
.modal_link-list li:after {
	background: url(../images/icon=target_blank.svg);
    background-size: 16px 16px;
	content: '';
    display: inline-block;
	height: 16px;
	margin-left: 4px;
    vertical-align: middle;
	width: 16px;
}

/*---------- Menu ----------*/

#sp_menu-wrap {
	background-color: #FFFFFF;
	height: 100%;
	max-width: 260px;
	position: fixed;
	right: 0;
	top: 0;
	transform: translate(260px);
	transition: all .5s;
	width: 100%;
	z-index: 60;
}
#sp_menu-wrap.open {
	transform: translate(0);
}
.menu-background {
	background-color: rgba(0, 0, 0, 0.6);
	content: "";
	display: block;
	height: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.5s;
	width: 0;
	z-index: 40;
}
.menu-background.open {
	height: 100%;
	opacity: 1;
	width: 100%;
}
.sp-menu li{
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	padding: 16px;
}
.sp-menu li a {
	display: block;
	color:#1E8568;
	font-size: 14px;
	font-weight: 400px;
	text-decoration: none;

}
.account-info-wrap {
	align-items: center;
	display: flex;
	justify-content: start;
	max-width: 200px;
	word-wrap: break-word;
    word-break: break-all;
}
.sp-menu li.account-info {
	align-items: center;
	display: flex;
	color: #000000;
	font-size: 12px;
	justify-content: space-between;
}
.sp-menu li img {
	margin-right: 4px;
}

/* ----- Adjustment ----- */

.border-top_none {
	border-top: none !important;
}
.button-box300 {
	width: 300px;
}
@media only screen and (max-width: 768px) {
.button-box300 {
	margin-top: 16px;
	width: 100%;
}
}
.font-size_16 {
	font-size: 16px;
}
.font-style_adjustment1 {
	color: rgba(0, 0, 0, .54);
	font-size: 10px;
}
.width_192 {
	width: 192px !important;
}
.width_70 {
	width: 70px !important;
}
.width_90 {
	width: 90px !important;
}
.width_162 {
	width: 162px !important;
}
.width_324 {
	width: 324px !important;
}
@media only screen and (max-width: 768px) {
.width_324 {
	width: 100% !important;
}
}
.invisible {
	opacity: 0;
}
.margin-bottom0 {
	margin-bottom: 0 !important;
}
.margin-bottom8 {
	margin-bottom: 8px;
}
.margin-bottom16 {
	margin-bottom: 16px;
}
.margin-bottom20{
	margin-bottom: 20px;
}
.margin-bottom32 {
	margin-bottom: 32px;
}
.margin-bottom40 {
	margin-bottom: 40px;
}
.margin-top16 {
	margin-top: 16px;
}
.margin-top20 {
	margin-top: 20px;
}
.margin-top40 {
	margin-top: 40px;
}
.padding-left34 {
	padding-left: 34px;
}