
/* CSS Document */

/*====================================

    .overlay

====================================*/

.overlay {
	width: 100%;
	height: 100vh;
	background: rgb(255, 255, 255,.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}
.overlay p {
	color: #00a257;
	font-size: 1500%;
}
.overlay p span {
	font-size: 20%;
}

/*====================================

    .btn

====================================*/

.btn {
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
}
.btn a {
	display : inline-block;
	text-align : center;
	cursor : pointer;
	padding : 1.4em 5em;
	background: #fff;
	color : #000;
	line-height : 1em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
}
.btn a:hover {
	color : #00a257;
	background : #ff0;
}

/*====================================

    .main

====================================*/

.main {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
}
.main .main_ttl {
	padding: 120px 0 0 0;
	margin-bottom: 80px;
}
.main .main_ttl img {
	width: 500px;
	margin: 0 auto;
}

/*====================================

    .course

====================================*/

.course {
	padding-bottom: 80px;
	border-bottom: 4px solid rgba(255, 255, 255, .3);
}
.course .course_ttl {
	padding: 0 20%;
	margin-bottom: 60px;
}
.course .course_ttl img {
	width: 100%;
}
.course ul {
	margin-right: -3.33%;
}
.course li {
	float: left;
	width: 30%;
	margin-right: 3.33%;
}
.course li .ph {
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;	
}
.course li p {
	color: #fff;
}

/*====================================

    .message

====================================*/

.message {
	padding-top: 80px;
	margin-bottom: 60px;
}
.message h3 {
	margin-bottom: 60px;
	width: 100%; 
}
.message h3 img {
	width: 600px;
	margin: 0 auto;
}
.message ul {
}
.message ul li {
	width: 100%;
}
.message ul li p {
	margin-bottom: 20px;
}
.message ul li p strong {
	font-weight: bold;
	font-size: 120%;
	color: #fff;
	background: linear-gradient(transparent 90%, #ff0 90%);
}
.message ul li p span {
	font-size: 80%;
	display: block;
	line-height: 1.25em;
	margin-top: 10px;
	color: #fff;
}

/*====================================

    terms

====================================*/ 

.terms {
    width: 100%;
    margin-bottom: 80px;
}
.terms .inner {
    width: 100%;
    margin: 0 auto;
    padding: 60px 40px;
    background: #fff;
    height: 400px;
    overflow: scroll;
}
.terms .inner .cell_requirements {
    margin-bottom: 60px;
}
.terms .inner .cell_requirements dl {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin-bottom: -1px;
}
.terms .inner .cell_requirements dl dt {
    font-weight: 400;
}
.terms .inner .cell_requirements dl dd {
    font-size: 90%;
}
.terms .inner .cell_requirements dl dd a {
	color : #00a257;
	text-decoration: underline;
}
.terms .inner .cell_requirements dl dd a:hover {
	text-decoration: none;
}
.terms .inner .cell_examination {
    margin-bottom: 60px;
}
.terms .inner .cell_examination p {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin-bottom: -1px;
    font-size: 90%;
}
.terms .inner .cell_examination p span {
    font-size: 95%;
    display: block;
    padding-left: 1em;
}
.terms .inner .cell_examination p span:first-child {
    margin-top: 10px;
}
.terms .inner .cell_examination_ja {
    margin-bottom: 60px;
}
.terms .inner .cell_examination_en {
}
.terms .inner .cell_examination_ja p,
.terms .inner .cell_examination_en p {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin-bottom: -1px;
    font-size: 90%;
}

/*====================================

    .wrap_form

====================================*/

.wrap_form {
	border-bottom: 4px solid rgba(255, 255, 255, .3);
	padding: 80px 0;
	margin-bottom: 80px;
}
.wrap_form .ex {
	font-size: 90%;
	color: #ff0;
	margin-bottom: 10px;
}
.wrap_form dl {
	width: 100%;
	display: table;
	margin-bottom: 20px;
}
.wrap_form dl:last-of-type {
	margin-bottom: 60px;
}
.wrap_form dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 280px;
	color: #fff;
	font-size: 120%;
	margin-bottom: 1em;
}
.wrap_form dl dt span {
	color: #ff0;
	font-size: 70%;
	padding-left: .2em;
	margin-top: -1em;
}
.wrap_form dl dd {
	display: table-cell;
	vertical-align: middle;
}
.wrap_form .input_text_short,
.wrap_form .input_text_middle {
	border: 0;
	padding: 10px;
	font-size: 1.3em;
	color: #aaa;
	border: solid 1px #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
}
.wrap_form .input_text_short {
	width: 50%;
}
.wrap_form .input_text_middle {
	width: 80%;
}
.wrap_form input[type="submit"],
.wrap_form input[type="text"],
.wrap_form input[type="file"],
.wrap_form select,
.wrap_form textarea,
.wrap_form button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
}
.wrap_form input::placeholder {
  color: #ccc;
}
.wrap_form input[type="file"] {
	border: 1px solid #f00;
	padding: 10px;
	cursor: pointer;
}
.wrap_form label {
    padding: 10px 40px;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.wrap_form input[type="file"] {
    display: none;
}
.wrap_form .file_text {
	font-size: 90%;
	color: #ff0;
}

/*====================================

    .cell_mail

====================================*/

.cell_mail {
	margin-bottom: 80px;
}
.cell_mail p {
	color: #fff;
	margin-bottom: 30px;
}
.cell_mail a {
	font-size: 200%;
	color: #ff0;
	text-decoration: underline;
	line-height: 1em;
	margin-bottom: 20px;
	display: block;
}
.cell_mail a:hover {
	text-decoration: none;
}
.cell_mail .cap {
}
.cell_mail .cap li {
	color: #fff;
	font-size: 90%;
	color: #fff;
}

/*====================================

    .btn_upload

====================================*/

.btn_upload {
	width: 100%;
	text-align: center;
}
.button {
	display : inline-block;
	text-align : center;
	cursor : pointer;
	padding : 1.4em 7em;
	background: #fff;
	color : #000;
	line-height : 1em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.button:hover {
	box-shadow : none;
	color : #00a257;
	background : #ff0;
}

/*====================================

    .wrap_thanks .wrap_error

====================================*/

.wrap_thanks,
.wrap_error {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
}
.wrap_thanks .ttl,
.wrap_error .ttl {
	padding: 60px 0 0 0;
	margin-bottom: 100px;
}
.wrap_thanks .ttl img,
.wrap_error .ttl img {
	width: 300px;
	margin: 0 auto;
}
.wrap_thanks p {
	width: 100%;
	text-align: center;
	font-size: 200%;
	color: #ff0;
	margin-bottom: 100px;
	line-height: 1em;
}
.wrap_error p {
	width: 100%;
	text-align: center;
	font-size: 400%;
	color: #ff0;
	margin-bottom: 100px;
	font-weight: 200;
	line-height: 1em;
}
.wrap_error p span {
	display: block;
	font-size: 25%;
	line-height: 1em;
	font-weight: 400;
	padding-top: 1em;
}


/*====================================

    .otiaws

====================================*/


.otiaws {
	margin-bottom: 30px;
}
.otiaws .inner {
	background: #fff;
	border-radius: 20px;
	padding: 30px;
}
.otiaws .inner p {
}
.otiaws .inner a {
	color: #02A257;
}
.otiaws .inner a:hover {
	text-decoration: none;
}






