@charset "utf-8";

.cancel-area{
	width:100%;
	padding:20px;
	box-sizing: border-box;
}
.cancel-container{
	display: flex;
	height:50px;
}
.cancel-description{
	width:20%;
	text-align: left;
	font-weight:bold;
	vertical-align:middle;
}
.cancel-form{
	width:80%;
}
.cancel-form-email{
	width:60%;
}
.email-check-button{
	width:20%;
}
.cancel-form-input{
	width:100%;
	box-sizing: border-box;
	height:35px;
}
.email-check-button-box{
	width:80%;
	margin-left:auto;
	border:1px solid #008274;
	background-color:#008274;
	color:#ffffff;
	cursor:pointer;
	padding:3px;
}


.popup{
	z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display:none;
}
.pop_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.popup.pop_2023 .pop_contents {
    padding: 0;
    position: relative;
    max-width: 600px;
}
.close_area{
	
	padding: 6px 10px;
}
.pop_contents {
    padding: 30px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 750px;
    width: calc(100% - 20px);
    max-height: 85vh;
    overflow-y: auto;
}

.popup.pop_2023 .pop_contents a img.bg {
    width: 600px;
}
img {
    border: none;
    vertical-align: middle;
}

.popup.pop_2023 .close_area {
    position: relative;
    bottom: auto;
    left: auto;
    background-color: #FFF;
	box-sizing: border-box;
}
.close_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.popup.pop_2023 .close_area * {
    color: #000;
}


input:read-only {
    background: #eee;
}

.popup.pop_2023 .close_area * {
    color: #000;
}
.checkbox + label {
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.close_area a {
    float: right;
}
.pop_contents .pop_close img {
    width: 14px;
}
#deposit_name::placeholder{
	color:#ff5f5f;
	font-weight:700;
}
	
#deposit_date::placeholder{
	color:#ff5f5f;
	font-weight:700;
}

.check_student{
	
}
.d-none{
	display:none;
}