@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: 'Noto Sans Japanese', sans-serif;
    color: #333;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
}
img {
    height: auto;
    max-width: 100%;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mb5 {
	margin-bottom: 5px;
}
header, footer, #contents {
    overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.d_ib {
    display: inline-block;
}

/*header*/
header {
    border-bottom: 5px solid #006db1;
    border-top: 5px solid #006db1;
}
.header_inner {
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 16px 10px; 
}

.header_inner h1 {
    width: 100%;
    max-width: 311px;
}

.header_inner img {
    vertical-align: bottom;
}

/*contents*/
#contents {
    width: 100%;
    max-width: 980px;
    margin: 30px auto;
}

.login #contents {
    min-height: calc(100vh - 228px);
}

h2.title {
    color: #006db1;
    font-size: 25px;
    /*font-style: italic;*/
    letter-spacing: 2px;
    margin: 6px auto 10px;
}
h2.title.title_login {
    max-width: 600px;
}

.label {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    /*color: #006db1;*/
	color: #333;
}

#contents-t-box {

}
.inner-contents-t-box {
    /*border: 1px dashed #006db1;
    padding: 30px;*/
}
.inner-contents-t-box span {
    background-color: #DB7093;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 0;
    padding: 3px 10px;
    font-size: 13px;
    margin-right: 5px;
}

#free_call {
	border: 2px solid #006db1;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
}
	#free_call dt {
		background: #E9F3FF;
		border-radius: 5px 5px 0 0;
		padding: 10px;
		font-weight: bold;
	}
	#free_call dd {
		padding: 10px;
	}
		#free_call dd #ico_free,
		#free_call dd #ico_notfree 
		{
			margin: 20px 0;
			font-size: 200%;
		}
			#free_call dd #ico_free span {
				background: url(../img/logo_free.gif) no-repeat left center;
				padding-left: 60px;
			}
			#free_call dd #ico_free a {
				text-decoration: none;
				color: inherit;
			}

			#free_dial {
				border: 2px solid #006db1;
				border-radius: 5px;
				text-align: center;
				margin-top: 20px;
			}
				#free_dial dt {
					background: #E9F3FF;
					border-radius: 5px 5px 0 0;
					padding: 10px;
					font-weight: bold;
				}
				#free_dial dd {
					padding: 10px;
				}
					#free_dial dd #ico_free {
						margin: 20px 0;
						font-size: 200%;
					}
						#free_dial dd #ico_free span {
							background: url(../img/logo_freedial.gif) no-repeat left center;
							padding-left: 60px;
						}
						#free_dial dd #ico_free a {
							text-decoration: none;
							color: inherit;
						}
			#free_access {
				border: 2px solid #006db1;
				border-radius: 5px;
				text-align: center;
				margin-top: 20px;
			}
				#free_access dt {
					background: #E9F3FF;
					border-radius: 5px 5px 0 0;
					padding: 10px;
					font-weight: bold;
				}
				#free_access dd {
					padding: 10px;
				}
					#free_access dd #ico_free {
						margin: 20px 0;
						font-size: 200%;
					}
						#free_access dd #ico_free span {
							background: url(../img/logo_freeaccess.gif) no-repeat left center;
							padding-left: 60px;
						}
						#free_access dd #ico_free a {
							text-decoration: none;
							color: inherit;
						}

#contents-c-box {
    margin: 30px auto;
    max-width: 600px;
    width: 100%;
}
.inner-contents-c-box {
    padding: 0 10px;
}
#contents-b-box {
    border: 2px solid #006db1;
    margin: 40px 0;
    padding: 30px;
}
#all-box {
    border-top: 1px dotted #cdcdcd;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}
#contents-b-box .nasi {
    border-top: 0px none;
}
.left-box {
    float: left;
    width: 25%;
    padding-left: 5px;
}
.left-box02 {
    float: left;
    width: 27%;
    padding-left: 5px;
}
.left-box3 {
    float: left;
    width: 20%;
    padding-left: 5px;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 51px;
}

.right-box {
    float: left;
    width: 70%;
}
.right-box2 {
    float: left;
    width: 75%;
}
.right-box dt {
    color: #888;
}
.login_box {
    /*border: 2px solid #006db1;*/
	border: 2px solid #333;
    margin: 40px auto;
    padding: 20px 30px;
    max-width: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login_box .login_box_inner {
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}

.login_box_btn-wrapper {
    margin-top: 20px;
    text-align: center;
}

.submit-wrapper {
    margin: 50px auto;
    max-width: 980px;
    text-align: center;
    width: 100%;
}
.submit-wrapper ul {
    width: 100%;
    max-width: 650px;
    margin: auto;
}
.submit-wrapper li {
    float: left;
    margin: 0 5px;
}
.left-box span.required-box {
    background-color: #DB7093;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    padding: 3px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}
p.alert {
    color: #db7093;
    font-size: 13px;
    font-style: italic;
}

.check_list li {
	width: 50%;
	margin: 0 0 30px 0;
	float: left;
	text-align: center;
}
	.check_list li img {
		display: block;
		margin: 0 auto 5px;
	}
	.check_list li input {
		margin: 6px 10px 0 0;
	}
.syear li {
	float: left;
	margin: 0 20px 5px 0;
}
	.syear li input {
		margin: 6px 5px 0 0;
	}

/* event_form2020 */
.event_form_attention {
	font-size: 13px;
	color: red;
	line-height: 1.7em;
}

.event_form_tit01 {
	position: relative;
    padding-left: 15px;
	margin-bottom: 5px;
}

.event_form_tit01::before {
	content: "■";
	display: block;
	position: absolute;
    left: 0;
    top: 0;
}

.event_form_tit01 .required-box {
	background-color: #DB7093;
    color: #fff;
    font-size: 12px;
	font-weight: normal;
    letter-spacing: 0;
    padding: 3px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.required-box {
	background-color: #DB7093;
    color: #fff;
    font-size: 12px;
	font-weight: normal;
    letter-spacing: 0;
    padding: 3px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.br_sp {
	display: none;
}

.br_sp02 {
	display: block;
}

.event_form_tit02 {
	position: relative;
    padding-left: 15px;
	margin-bottom: 10px;
}

.event_form_tit02::before {
	content: "■";
	display: block;
	position: absolute;
    left: 0;
    top: 0;
}

.event_form_box01 {
	margin-bottom: 20px;
}

.event_form_box01:last-child {
	margin-bottom: 0;
}

.event_more_box01 {
	margin-top: 10px;
	margin-bottom: 15px;
}

.event_more_box_tit01 .required-box {
	margin-left: 10px;
}

.event_form_xmas_chance {
	margin: 10px 15px 0;
	border: 4px double #ff0000;
	padding: 10px 15px 15px;
}

.event_school_list {
	display: flex;
	flex-wrap: wrap;
    margin-left: 15px;
}

.event_school_list li {
	width: 47%;
	margin-right: 20px;
}

.event_school_list li:nth-child(2n) {
	margin-right: 0;
}

.event_form_list01 {
    margin: 0 15px;
}

.event_form_2col {
	display: flex;
    align-items: center;
	margin-bottom: 20px;
}

.event_form_2col_setting01 {
	align-items: flex-start;
}

.event_form_2col:last-child {
	margin-bottom: 0;
}

.event_form_2col dt {
	margin-right: 15px;
	width: 170px;
}

.event_form_2col dd {
	width: 55%;
}

.event_form_2col02 {
	display: flex;
    align-items: center;
}

.event_form_2col02 dt {
	margin-right: 15px;
	width: 120px;
}

.event_form_2col02 dd {
	width: 55%;
}

.event_form_small_txt01 {
	font-size: 13px;
    /*text-indent: -1.1em;*/
	line-height: 1.7em;
    /*margin-left: 13px;*/
	margin-top: 5px;
}

.event_form_small_txt02 {
	font-size: 13px;
    text-indent: -1.1em;
	line-height: 1.7em;
    margin-left: 13px;
	margin-top: 5px;
}

.event_form_small_txt03 {
	font-size: 13px;
	color: red;
	text-indent: -1em;
    margin-left: -5px;
}

.syear02 li input {
	margin: 6px 5px 0 0;
}

.syear03 input {
	margin: 6px 5px 0 0 !important;
}

.event_form_list01 li {
	/*margin-bottom: 10px;*/
	text-indent: -1.2em;
    margin-left: 18px;
}

.event_form_list01 li:last-child {
	margin-bottom: 0;
}

.event_form_list02 li {
	margin-bottom: 5px;
	text-indent: -1.2em;
    margin-left: 18px;
	line-height: 1.3em;
}

.event_form_list02 li:last-child {
	margin-bottom: 0;
}


.event_movie_box01 {
	border: 2px solid #DB7093;
    padding: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.event_movie_box01 a {
	color: #333;
}

.no_border {
	border-top: none !important;
}

/* モーダルコンテンツ */
html.event_form_setting {
	overflow: hidden;
}

.event_form_modal01 {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.event_form_modal_box_wrap {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 20px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	/*white-space: nowrap;*/
	box-sizing: border-box;
}
.event_form_modal_box_wrap::-webkit-scrollbar {
	display: none;
}
.event_form_modal_box_wrap::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}

.event_form_modal_bg {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
}

.event_form_modal_box {
	width: auto;
	/*height: 100%;*/
	/*max-width: 1200px;*/
	display: inline-block;
	/*vertical-align: middle;*/
	/*position: relative;*/
	/*background: #fff;*/
	height: auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}

.event_form_modal_box .event_form_modal_box_inner {
	padding: 20px;
	text-align: left;
	background: #fff;
	margin: 40px 0;
}

.event_form_modal_joint_list li {
	margin: 5px;
}

.event_form_modal_joint_list li:last-child {
	margin-bottom: 0;
}

.event_form_modal_joint_list li input {
	margin: 6px 5px 0 0;
}

.btn_event_form_modal_close_wrap {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	line-height: 1.2em;
	z-index: 9999;
	color: #fff;
}

.btn_event_form_modal_close_wrap i {
	font-size: 30px;
}

/*footer*/
footer {
    background-color: #006db1;
}
#footer-wrap {
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 20px 0;
}
p.copyright {
    font-size: 12px;
    color: #fff;
	text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.left-box span.required-box, .inner-contents-t-box span { padding: 3px 10px 0;}
}
:root .left-box span.required-box {
  padding:3px 10px 0\0/;
}
:root .inner-contents-t-box span {
  padding:3px 10px 0\0/;
}

@media screen and (max-width: 680px) {
	.header_inner {
		width: 100%;
		max-width: 680px;
		margin: auto;
		padding: 16px 0; 
	}
	.header_inner h1 {
		width: 100%;
		max-width: 280px;
		margin: auto;
	}
	#contents-b-box {
		border-top: 2px solid #006db1;
		border-left: 0 none;
		border-right: 0 none;
		border-bottom: 0 none;
		margin: 40px 0;
		padding: 30px;
	}
	#contents-t-box, #contents-b-box {
		padding: 0 10px;
	}
	.left-box {
		float: left;
		width: 100%;
		padding-left: 0;
		margin-bottom: 5px;
	}
	.left-box3 {
		float: left;
		width: 100%;
		padding-left: 0;
		margin-bottom: 5px;
        height: auto;
	}
	.right-box {
		float: left;
		width: 100%;
	}
	.right-box2 {
		float: left;
		width: 100%;
	}
	.inner-contents-t-box {
		/*padding: 10px;*/
	}
	
	.inner-contents-t-box02 {
		padding: 10px;
	}
	
	#free_dial {
		margin: 20px 10px 0;
	}
	
	#free_dial dd #ico_free span {
		background: url("../img/logo_freedial.gif") no-repeat left center;
		background-size: 45px auto;
		padding-left: 52px;
	}
	
	#free_call {
		margin: 20px 10px 0;
	}
	#free_call dd #ico_free span {
		background: url(../img/logo_free.gif) no-repeat left center;
		background-size: 35px 28px;
		padding-left: 42px;
	}
	.submit-wrapper ul {
		width: 100%;
		max-width: 680px;
		margin: auto;
	}
	.submit-wrapper li {
		float: left;
		margin: 0 5px 20px;
	}
	.check_list li {
		width: 48%;
		margin: 0 4% 30px 0;
	}
	.check_list li:nth-child(even) {
		margin: 0 0 30px 0;
	}
	.check_list li img {
		width: 130px;
	}

/* event_form2020 */
	.br_sp {
		display: block;
	}
	
	.br_sp02 {
		display: none;
	}

	.event_form_box01:first-child {
		margin-top: 20px;
	}

	.event_school_list {
		display: block;
	}

	.event_school_list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}
	
	.event_school_list li:last-child {
		margin-bottom: 0;
	}
			
	.event_form_2col {
		display: block;
	}
	
	.event_form_2col dd {
		width: 100%;
	}
	
	.event_form_2col02 {
		display: block;
	}
	
	.event_form_2col02 dd {
		width: 100%;
	}
	
	.event_movie_box01 {
		margin-right: 15px;
	}
	
	.event_form_list01 li {
		margin-bottom: 3%;
	}
	
	.event_form_list01 li:last-child {
		margin-bottom: 0;
	}
	
	.event_form_list02 li {
		margin-bottom: 3%;
	}
	
	.event_form_list02 li:last-child {
		margin-bottom: 0;
	}
	
	.event_form_modal_box {
		width: 90%;
	}
	
}
@media screen and (max-width: 480px) {
p.logobox {
    text-align: center;
}
p.copyright {
    font-size: 10px;
    text-align: center;
}
.submit-wrapper li {
    width: 100%;
}
.footer-inner {
    width: 100%;
    max-width: 320px;
    margin: auto
}
}

#error_box{
	border:solid 2px red;
	margin:10px;
	color:red;
}

/************************************************

	オープンキャンパス開催場所変更のお知らせ

*************************************************/
.caution{
	background: #fbf4fa;
	padding: 15px;
	margin: 20px 0;
}
.caution p.big{
	background: url(../img/ico_caution01.png) no-repeat left;
    background-size: auto 40px;
    padding: 10px 0 10px 50px;
    color: #e84392;
    font-size: 1.2rem;
}
.caution p.big b{
	font-size: 1.2em;
    text-decoration: underline;
}
.caution .address_box{
	display: flex;
	align-items: center;
    justify-content: left;
    padding-left: 60px;
}
	.caution p.btn_map{
		margin-left: 15px;
	}
	.caution p.btn_map a{
		padding: 12px 50px 12px 32px;
		box-sizing: border-box;
		line-height: 1.0;
		box-shadow: #999 2px 2px 3px;
		transition: all 0.2s ease-in-out 0s;
		color: #fff;
		background: #fd8d10 url(../img/ico_map01.png) no-repeat 80%;
		background-size: auto 20px;
		text-align: center;
		display: inline-block;
		font-size: 0.8rem;
		text-decoration: none;
	}
	.caution p.btn_map a:hover {
		box-shadow: none;
	}

@media screen and (max-width: 640px){
	
	.caution {
		padding: 15px 10px;
		display: block;
	}
	.caution .address_box{
		padding-left: 0;
		display: block;
	}
	.caution p.big {
	    padding: 0 0 0 12%;
		background-size: 10% auto;
	    background-position-y: 5%;
		font-size: 1.0rem;
		margin-bottom: 20px;
	}
	.caution p:first-of-type{
		font-size: 1.0rem;
	}
	.caution .address {
		text-align: center;
	    font-size: 0.9rem;
	}
	.caution p.btn_map {
		text-align: center;
	    margin-left: 0;
    	margin-top: 10px;
	}
}

