@charset "UTF-8";

.pc{display:block;}
.sp{display:none;}

body{background: #232B83;}

th{
	vertical-align:middle;
	text-align:center;
	padding: min(0.4vw, 5px);
	color:#333;
}

.bg{
	padding:20px 50px 30px;
	background:#fff;
	width: 100%;
/* 	height: min(5.83vw,70px);*/
}

.login{
	max-width: 1100px;
 	display: flex;
 	display: -webkit-flex;
 	justify-content: space-between;
 	align-items: flex-end;
	margin:0 auto;
}
.login h1{
	color:#fff;
	font-size:16px;
	margin: 5px 20px 0 20px;
}
.login .logo{
	width: 280px;
}

.login a{
	color:#fff;
	text-decoration:none;
}
.login .mark{
	width:25px;
	margin-right:5px;
}

.login p{
	color:#232B83;
	font-size:14px;
	margin-right: 20px;
	font-weight:bold;
}

.login .menu{
	display:flex;
}

h1{
	margin: 10px auto;
	color:#fff;
	font-size: clamp(20px, 2vw,20px);
 font-weight: bold;
 text-align: center;
}
.h1_bg{
	margin:0 auto;
	padding:10px 0 8px;
	background:#F27F0C;
	width: 100%;
/* height: min(5.83vw,50px);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;*/
}

h2{
	color: #fff;
    text-align: center;
    border: none;
    margin-top:50px;
    }

.flame_login{
	max-width: 900px;
    /* max-width: 1050px; */
    margin: 70px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.login-page {
  padding: 0;
  width: auto;
}
.banner-page {
	max-width: 900px;
	width: auto;
	margin: 0 auto;
}
.banner-flex{
	display:flex;
	flex-wrap:wrap;
}
.banner-flex div{
	width:calc(50% - 10px);
	margin:5px;
}
.flame_login h3{
	color:#F27F0C;
	border:none;
	padding:0;
	font-size: 24px;
	font-weight:bold;
	margin: 0 auto;
    text-align: center;
    display: block;
}
.flame_login h3:before {
    content: none;
    }
h4 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: left;
}
.form {
  	position: relative;
    z-index: 1;
    background: #E5F6FF;
    margin: 0 auto 10px;
    padding: 30px 40px;
    border-radius: 15px;
    max-width: 424px;
}
.form2 {
  	position: relative;
    z-index: 1;
    background: #F8F4EC;
    padding: 30px 40px;
    border-radius: 15px;
    max-width: 424px;
}
.form2 p{color:#707070;}

.form input {
  font-family: "Roboto", sans-serif;
    outline: 0;
    width: 100%;
    border: 0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 10px;
}

.form button {
    text-transform: uppercase;
    outline: 0;
    width: 100%;
    border: 0;
    cursor: pointer;
    background: transparent;
}
.form p{
	font-size:15px;
	color:#232B83;
	font-weight:bold;
}
.form .notes{
	font-size:13px;
	color:#707070;
	font-weight:normal;
	margin-bottom:15px;
}
.login_footer{
    margin: 50px 0;
    color: #fff;
    width: auto;
    float: none;
}

.login_footer img{
	width:420px;
	margin: 0;
}
.login_footer span{
	margin-left: 30px;
}
.privacy {
	color:#fff;
	text-decoration:none;
	float: right;
}

.table2 th,.table2 td{
	text-align: left;
/*	padding: min(0.83vw, 10px) min(1.66vw, 20px);*/
	padding: min(2.83vw, 15px) 0;
	height: min(4.16vw,50px);
	background: transparent;
	}
.table2 th{margin:0 min(0.4vw, 5px); color: #333; min-width: 230px;font-size: 15px;background: transparent;}
.table2 th span{font-size: 0.86em;font-weight:normal;}
.table2 td input[type="text"] {background: #fff;}
.table2 td p {font-size:1.0em;}
.table2 tr {border-bottom: 2px dotted #707070;}
.table2 tr:last-child {border-bottom: none;}

.btn-M {
 	display: block;
    padding: 10px min(1vw, 12px);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 10px;
/*    line-height: clamp(10px, 1.08vw, 13px);*/
    border: 1px solid #fff;
    margin: 0 auto;
    width: 150px;
    font-weight:bold;
    font-size: 16px;
}

.btn_confirm {
	background-color: transparent;
    border: none;
    width: 262px;
    cursor:pointer;
    }

.btn-L:hover,
.btn-M:hover,
.btn_confirm:hover {opacity:0.8;}

.textbox {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #707070;
    border-radius: 3px;
    background: #f7f7f7;
    font-size: 1em;
    line-height: 1.5;
}

/* radio */
.radioItem {
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}


.radioButton {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 9999px;
  cursor: pointer;
  background-color: #fff;
  top: -1px;
}

.radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 9999px;
  background-color: #232B83;
}

.cont--single {width: 90%; max-width: 900px; margin: 0 auto min(4.16vw, 50px);}
.cont--single .txt{
	color: #fff;
    font-weight: bold;
    text-align: center;
}
.cont--single .box{
	background: #F8F4EC;
    border-radius: 15px;
    padding: 10px 50px 30px 50px;
    margin-top: 30px;
}


.required::after {
  content: "\5FC5\9808";/*K{*/
  background-color: #ff0000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 10px;
  padding: 3px 7px;
  margin: 0px 5px 2px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
}


@media only screen and (max-width: 768px) {
	.pc{display:none;}
	.sp{display:block;}

	.bg {
    	padding: 20px 30px;
    	}
    h2{
    	margin-top: 30px;
    	font-size: 28px;
    	}
    h4 {text-align:center;}
	.flame_login {
    	width: 100%;
	    display: block;
	    margin: 30px auto;
    }
    .login {
	    width: 100%;
    	display: block;
    	}
    .login .logo {
    	width: 100%;
		}
	.login .menu {
    	margin-top: 15px;
    	justify-content: center;
	}
	.login-page {
    	padding: 0 5%;
	}
	.login-page p{
		font-size: 15px;
		}

	.form{
		width:100%;
		padding: 30px 20px;
		}
	.form2{
		width:100%;
		margin: 20px auto;
		padding: 30px 20px;
		}
	.php{
		width: 100%;
        margin: 0 auto;
        max-width: 424px;
	}
    .banner-flex {
	    display: block;
	}
	.banner-flex div {
 	   	width: 100%;
    	padding: 5px 5%;
	}
	.banner-page {
    	width: 100%;
    	}
    .login_footer {
	    width: 100%;
    	padding: 0 5%;
	}
	.login_footer span{
		margin-left: 0px;
		display:block;
	}
	.privacy {
    	display: block;
    	margin-top:20px;
	}
	
	
	.cmt-prg__case {padding: 1em min(23vw, 240px) 1em 0;}
	.cmt-prg__case .cmt-prg__course {position: relative; left:inherit; top: inherit; padding: min(1vw, 5px); font-size: min(3.6vw, 1.5rem); margin-bottom: min(2vw, 10px);}
	
	.btn_header {padding: min(1vw,8px) min(3vw, 12px); font-size: min(3vw,15px); border: none;}
	.btn_backtop {margin-right: 1em; height:min(14vw, 70px); aspect-ratio: 1/1; border-radius: 0; display: flex;display: -webkit-flex; align-items: center; justify-content: center;}
	.btn_backtop span{padding: 1.1em 0 0 0 !important;}
	.btn_backtop span::before {left: 50%; top: -0.3em; transform:translateX(-50%); font-size: 1.5em;}
	
	.cont--single {
    	width: 100%;
    }
	.cont--single .txt {
		font-size: 15px;
		text-align: left;
		margin: 0 20px;
		}
	.cont--single .box {
	    border-radius: 0px;
	    padding: 10px 5%;
	}
	.table2 th{
	    height: auto;
    	display: block;
    	width: 100%;
    	padding-bottom:0;
    	font-size: 1.5em;
	}
	.table2 td {
	    height: auto;
    	display: block;
    	width: 100%;
    	padding-top:0;
    	font-size: 1.5em;
	}
	.table2 th span {
	    margin: 5px 0;
    	display: block;
	}
	.textbox {
	    border-radius: 10px;
    	line-height: 1.5;
	}
	.th1{
		font-size: 16px;
		margin-bottom: 5px;
		}


}

