@charset "UTF-8";
/*-----------------------
	リセットcss
-----------------------*/

@media print{
    *,*::before,*::after{
        display:none;
    }
}

*, *:before, *:after{
    box-sizing: border-box;
}
html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
	margin: 0;
    overflow: hidden;
	font-family: "Yu Gothic UI", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Roboto", "Meiryo", "Helvetica Neue", sans-serif;
	color: #333333;
	user-select: none;
}
a{
    color: inherit;
    text-decoration: none;
}

select,
input,
button{
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	border: none;
	outline: none;
	color: inherit;
	margin: 0;
}

input[type="radio"],
input[type="checkbox"]{
	display: none;
}

#container{
	display: flex;
	width: 100%;
	min-height: 100%;
}

input[type="text"]{
    padding: 0;
    font-family: inherit;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    outline: none;
}

input[type="text"]::placeholder{
    color: #C8C8C8;
}
input[type="text"]:-ms-input-placeholder{
    color: #C8C8C8;
}

input[type="text"]::-ms-input-placeholder{
    color: #C8C8C8;
}

input[type="password"]{
    padding: 0;
    font-family: inherit;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    outline: none;
}

input[type="password"]::placeholder{
    color: #C8C8C8;
}

input[type="password"]:-ms-input-placeholder{
    color: #C8C8C8;
}

input[type="password"]::-ms-input-placeholder{
    color: #C8C8C8;
}

input[type="text"].login-form-box-inpt,
input[type="password"].login-form-box-inpt{
    width: 360px;
    height: 50px;
    padding: 15px 20px 14px;
    font-size: 16px;
}

textarea{
    padding: 0;
    font-family: inherit;
    background: #fff;
    border: 1px solid #DDDDDD;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea::placeholder{
    color: #C8C8C8;
}
textarea:-ms-input-placeholder{
    color: #C8C8C8;
}
textarea::-ms-input-placeholder{
    color: #C8C8C8;
}

.login-left{
	width: 916px;
	height: 657px;
	background-image: url("../lib/image/login-back.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	padding: 32px 46px 45px 240px;
}

.login-left-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.login-logo{
	width: 139px;
	height: 48px;
	position: relative;
	/* margin-bottom: 30px; */
}

.login-logo-img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.login-left-head {
    margin-left: 24px;
}

.login-left-title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 4px;
}

.login-left-date{
	display: flex;
	align-items: baseline;
}

.login-left-time{
	font-size: 18px;
	font-weight: bold;
}

.add-schedule-btn{
    display: flex;
    font-size: 12px;
    font-weight: bold;
    color: #1F93EC;
    margin-left: 16px;
    padding: 7px 6px;
    background: #1F93EC14;
    border: 1px solid #1F93EC;
    border-radius: 4px;
    cursor: pointer;
}

.add-schedule-btn::before{
    content: '';
    display: block;
    width: 13.5px;
    height: 15px;
    margin-right: 4.25px;
    background: url('../images/calendar.png') no-repeat;
    background-size: contain;
}

.add-schedule-btn:hover {
    opacity: 0.7;
}

.login-left-video {
    width: 476px;
    height: 268px;
    margin: 0 auto 20px;
    background: gray;
    text-align: center;
    color: white;
}

.login-left-message{
	display: none;
	width: 630px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #dc0032;
	border: 3px solid #dc0032;
	padding: 8px 27px;
	text-align: center;
	margin-bottom: 12px;
}

.login-left-message.active{
	display: block;
}

.login-left-message[data-id="after_limited"] span{
	font-size: 22px;
	text-decoration: underline;
	line-height: 34px;
}

.login-left-jump-btn{
    display: none;
}

.login-left-info{
	width: 630px;
	background: #F7F7F7;
	border-radius: 5px;
	padding: 8px;
	margin-bottom: 12px;
	padding-left: 2em;
	text-indent: -1em;
}

.login-left-info-text{
	font-size: 14px;
	font-weight: bold;
}

.login-left-info-text.head{
	margin-bottom: 4px;
}

.login-left-info-text.mt-10{
	margin-top: 10px;
}

.login-left-please{
	font-size: 16px;
}

.login-left-please-text{
    padding-left: 16px;
    text-indent: -0.7em;
}

.login-left-please-text::before{
    content: "●";
    font-size: 16px;
}

.login-form{
	background-color:#EBF2F6;
    flex: 1 1 450px;
	height: 657px;
    position: relative;
    padding: 32px 45px 30px 45px;
}

.login-form-title{
    font-size: 28px;
    font-weight: bold;
    line-height: 37px;
    margin-bottom: 8px;
    text-align: center;
}

.login-form-title + br{
	display: none;
}

.login-error-box{
    display: flex;
    padding: 4px 10px;
    margin-bottom: 10px;
    color: #DC0032;
    background: #FFF2F5;
    border: 2px solid #DC0032;
}

.login-error-box-left{
    margin-right: 10px;
}

.login-error-box-left i{
    font-size: 15px;
}

.login-error-box-right{
    padding-top: 1px;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}

.login-error-box-right span{
    display: block;
    margin-top: 5px;
}

.login-form-box{
    margin-bottom: 8px;
}

.login-form-box.radio-sub{
    padding-left: 30px;
	margin-bottom: 10px;
}

.login-form-box.radio-sub > .login-form-box-title{
    font-size: 14px;
}

.login-form-box-title{
    font-size: 14px;
    line-height: 19px;
	font-weight: bold;
}

.login-form-box-title .required{
	font-size: 11px;
    margin-left: 10px;
	color: #fff;
	background-color: #E13333;
	padding: 2px 6px;
	border-radius: 3px;
}

.login-form-box-title .any{
	font-size: 11px;
    margin-left: 10px;
	color: #fff;
	background-color: #999;
	padding: 2px 6px;
	border-radius: 3px;
}

.login-check-container{
    display: flex;
	margin-bottom: 9px;
	align-items: center;
}
.login-check{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("../lib/image/check.png");
    cursor: pointer;
}

.login-check.active{
    background-image: url("../lib/image/check_active.png");
}

.login-checkbox{
	display: none;
}

.login-check-right1{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.login-check-right2{
    font-size: 14px;
    line-height: 16px;
}

.login-info-link{
    margin-right: 2px;
    font-weight: bold;
    text-decoration: none;
    color: #dc0032;
    cursor: pointer;
}

.login-info-link:hover{
    text-decoration: underline;
}

.login-btn,
.signup-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #dc0032;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    cursor: pointer;
	margin-bottom: 24px;
}

.login-btn:hover,
.signup-btn:hover{
	background-color: #ED7F98;
}

.login-btn:active,
.signup-btn:active{
    top: 2px;
    bottom: 2px;
	transform: translateY(2px);
}

.login-btn .w-24,
.login-btn-signup .w-24{
	width: 24px;
	display: inline;
	margin-right: 10px;
	margin-top: -5px;
	vertical-align: middle;
}

.login-btn-signup .w-24{
	color: #dc0032;
}

.login-btn.disabled{
    background: #CCCCCC;
    pointer-events: none;
}

.login-btn-signup{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
	border: solid 2px #dc0032;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #dc0032;
    cursor: pointer;
	margin-bottom: 68px;
}

.login-btn-signup:hover{
	color: #ED7F98;
	border-color: #ED7F98;
}

.login-btn-signup-title{
    font-size: 16px;
    line-height: 21px;
	font-weight: bold;
}

.login-mes{
    margin-bottom: 10px;
    line-height: 19px;
}

.login-mes span{
    display: block;
    margin-top: 5px;
}

.login-forgot {
	margin-bottom: 24px;
}

.login-forgot-password{
	display: block;
    font-size: 14px;
    font-weight: bold;
    color: #1F93EC;
    margin-bottom: 4px;
}

.login-forgot-link{
    display: inline-block;
    color: #1F93EC;
    font-size: 14px;
    font-weight: bold;
    cursor:pointer;
    padding: 4px 8px;
    background: #1F93EC14;
    border: 1px solid #1F93EC;
    border-radius: 4px;
}

.login-forgot-link:hover {
    opacity: 0.7;
}

.login-forgot-link.inner-text {
    color: #dc0032;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
}

.login-forgot-link.inner-text:hover {
    opacity: 1;
}

.login-error-box .login-forgot-link{
    text-decoration: underline;
}

.login-contact{
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
}



.common-wrapper{
	position: absolute;
    left: 0;
    top: 0;
    width: 1366px;
    overflow: hidden;
    transform-origin: center top;
    transform: translate(-50%, 0);
}

.common-modal{
	display: none;
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
}

.common-modal-scroll-inner{
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 100%;
}

.common-modal-back{
	position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.common-modal-contents{
	position: relative;
    z-index: 2;
    width: 700px;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 30px;
}

.common-modal[data-id="login"] .common-modal-contents{
	width: 480px;
	border-radius: 5px;
}

/* .common-modal[data-id="privacy"] .common-modal-contents{
    height: 560px;
} */
/* .common-modal[data-id="privacy"] .common-modal-contents-inner{
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
} */

.common-modal-title{
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	position: relative;
}

.common-modal-title.underline::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dc0032;
}

.common-modal-text{
	font-size: 16px;
    line-height: 28px;
    text-align: left;
}

.modal-login-text{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.common-modal-btn-container{
    display: flex;
    justify-content: center;
    width: 100%;
	gap: 0 20px;
}

.common-modal-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 44px;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.common-modal-btn-ng{
    background: #f7f7f7;
	color: #333;
	border: 1px solid #ccc;
}

.common-modal-btn-ok {
    background: #dc0032;
}

.common-modal-close{
	position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
	background-image: url("../lib/image/modal_close.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.modal-privacy-num{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}

.modal-privacy-text{
	margin-bottom: 9px;
}

.modal-privacy-text.text-head{
	padding-left: 20px;
}

.modal-privacy-red{
	color: #dc0032;
	text-decoration: underline;
	font-weight: bold;
}

.sp-break{
	display: none;
}

@media screen and (hover: none) and (max-width: 1380px) {
    .login-left-please-text::before{
        font-size: 13px;
    }

    .login-form-title{
        font-size: 24px;
        line-height: 33px;
    }

    .login-left-message{
        font-size: 15px;
        line-height: 21px;
        padding: 8px 12px;
    }

    .login-left-info-text{
        font-size: 13px;
    }

    .login-left-please{
        font-size: 13px;
    }

    .common-modal-text{
        font-size: 15px;
    }

    .login-btn{
        margin-bottom: 15px;
        height: 45px;
        line-height: 45px;
    }

    .login-forgot{
        margin-bottom: 20px;
    }

    .login-form-box-title{
        font-size: 14px;
    }


    .login-contact{
        bottom: 18px;
        font-size: 14px;
    }

    .login-btn-signup{
        margin-bottom: 25px;
        height: 45px;
        line-height: 45px;
    }

    .login-btn-signup-title{
        font-size: 14px;
    }
}

@media screen and (max-width: 650px) {
    body.no-scroll,
    .common-wrapper.no-scroll{
        overflow: hidden;
    }

    body{
        overflow: auto;
    }
    .common-wrapper{
        width: 390px;
        left: 50%;
        transform-origin: center top;
        overflow: scroll;
    }

    #container{
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: auto;
    }

    .login-form-title{
        font-size: 28px;
        line-height: 37px;
    }

    .login-left{
        width: auto;
        background: none;
        padding: 16px 16px 0;
        height: auto;
    }

    .login-left-head{
        margin: 0;
    }

    .login-left-date{
        flex-direction: column;
        gap: 8px;
        margin-bottom: 0;
    }

    .login-btn-signup-title{
        font-size: 16px;
    }

    .add-schedule-btn{
        margin: 0;
    }

    .login-logo{
        width: 81.38px;
        height: 28px;
    }

    .login-left-top{
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-bottom: 24px;
    }

    .login-left-video{
        width: 357px;
        height: 201px;
        margin: 0 0 24px;
    }

    .login-left-message{
        width: 358px;
        font-size: 14px;
        margin-bottom: 24px;
        padding: 8px 12px;
        line-height: normal;
    }

    .login-left-jump-btn{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 300px;
        background: #DC0032;
        padding: 8px 24px;
        border-radius: 4px;
        margin: 0 auto 24px;
        text-align: center;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
    }

    .login-left-jump-btn::after{
        content: '';
        display: block;
        width: 12px;
        height: 13.4px;
        background: url('../images/doubleArrow_down.png') no-repeat;
        background-size: contain;
    }

    .login-left-jump-btn:hover{
        opacity: 0.5;
    }

    .login-left-info{
        width: 358px;
        margin-bottom: 16px;
        text-indent: -1em;
    }

    .login-left-info-text.head{
        text-indent: -1.5em;
    }

    .login-left-please{
        width: 358px;
        margin-bottom: 40px;
    }
    .login-left-please-text{
        padding-left: 24px;
        text-indent: -1.2em;
    }

    .login-left-please-text::before{
        content: "・";
        font-size: 14px;
        font-weight: bold;
    }

    .login-form{
        padding: 40px 16px 80px;
        height: auto;
    }

    .login-form-title{
        margin-bottom: 24px;
    }

    .login-form-box-title{
        font-size: 16px;
    }

    .form-box-inpt{
        width: 358px;

    }

    .login-btn{
        margin-bottom: 20px;
        height: 50px;
        line-height: 50px;
    }

    .login-btn-signup{
        margin-bottom: 25px;
        height: 50px;
        line-height: 50px;
    }

    .login-contact{
        position: static;
        font-size: 16px;
    }

    .login-forgot{
        margin-bottom: 24px;
    }


    .common-modal{
        position: fixed;
        inset: 0;
    }

    .common-modal-contents {
		width: 334px;
		padding: 20px;
		margin: 100px 30px;
    }

    .sp-break{
        display: inline;
    }
}