main {
	padding: 30px 0;
}
h1 {
	color: #000;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgb(0 0 0 / 20%);
}


#cover {
	padding: 50px 0 70px;
	background: #EEE;
}
#cover h1 {
	color: #000;
	font-weight: bold;
	text-shadow: 2px 2px 0px rgb(0 0 0 / 20%);
	font-size: 1.2em;
	z-index: 3;
	max-width: 90%;
}
#cover .cover-bg {
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#cover .cover-bg:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba( 255, 255, 255, 0.25 );
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 4px );
	z-index: 2;
}
#cover .cover-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}



.graybgsection {
	padding: 50px 0;
	margin: 50px auto;
}


#register__contents {
	margin: auto;
}
#register__contents .child_col {
	display: none;
	padding-left: 20px;
	border-left: 5px solid var(--color-gre);
	border-radius: 10px;
	margin: 50px auto;
}

.form-block input, 
.form-block select, 
.form-block textarea {
	color: #000;
}



#modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
	width: 100%;
	height: 0%;
	overflow: hidden;
	transition: 0.3s;
}
#modal.active {
	height: 100%;
	transition: 0.3s;
}
#modal .modal-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	background: rgba( 0, 0, 0, 0.25 );
	backdrop-filter: blur( 10px );
}
#modal .modal-close {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 50px;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1002;
	border: 0;
	background: var(--color-red);
	cursor: pointer;
}
#modal .modal-contents {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1001;
	background: #FFF;
	max-width: 1000px;
	width: 90%;
	max-height: 80vh;
	max-height: 80lvh;
	border-radius: 20px;
	padding: 50px 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
#modal .modal-contents .modal-box {
	max-width: 800px;
	width: 90%;
	margin: auto auto 50px;
}
#modal .modal-contents .modal-box .result-list {
	list-style: none;
	width: 100%;
	border-top: 2px solid var(--color-gra);
}
#modal .modal-contents .modal-box .result-list li {
	border-bottom: 2px solid var(--color-gra);
	padding: 20px;
}
#modal .modal-contents .modal-box .result-list li .result-ttl {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
#modal .modal-contents .modal-box .result-list li .result-ttl:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -16px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: var(--color-gre);
}
#modal .modal-contents .modal-box .result-list li .result-txt {
	font-size: 0.7em;
}

#modal .modal-contents .modal-box .pp {
	background: var(--color-gra);
	padding: 40px 0;
}
#modal .modal-contents .modal-box .pp h2 {
	color: #000;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
#modal .modal-contents .title_under_type2 {
	margin: 30px auto 30px 0;
}
#modal .modal-contents .modal-box .pp .pp-contents {
	background: #FFF;
	width: 90%;
	margin: 40px auto;
	padding: 20px;
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#modal .modal-contents .modal-box .pp .pp-contents p,
#modal .modal-contents .modal-box .pp .pp-contents li {
	font-size: 0.7em;
	margin-bottom: 10px;
	line-height: 1.6;
}
#modal .modal-contents .modal-box .pp .pp-contents a {
	font-size: 1em;
	text-decoration: underline;
}
#modal .modal-contents .modal-box .pp .pp-contents ul,
#modal .modal-contents .modal-box .pp .pp-contents ol {
	margin-bottom: 20px;
	padding-left: 20px;
}
#modal .modal-contents .modal-box .pp .pp-contents p.pp-ttl {
	font-weight: bold;
	color: #000;
	margin-top: 20px;
}


#modal .modal-contents .modal-box .btn {
	margin-top: 40px;
}


#modal .modal-contents .modal-loading {
	display: none;
	padding: 50px 0;
}
#modal .modal-contents .modal-loading.active {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

#modal .modal-contents .modal-box .send-result--txt {
	text-align: center;
	font-size: 0.7em;
	line-height: 1.6;
}

#modal .modal-contents .modal-box .result-list li.modalchild {
	padding-left: 40px;
	border-bottom: 0;
	border-left: 5px solid var(--color-gre);
	margin-left: 20px;
	background: var(--color-gra);
}
#modal .modal-contents .modal-box .result-list li.modalchild.last {
	border-bottom: 2px solid var(--color-gra);
	margin-bottom: 20px;
}