/* base */
body{
	background-color:#EEEEEE;
}
#header{
	width:100%;
}
#header p{
	font-family:KozGoPr6N-Regular;
	font-size:30px;
	line-height:120%;
	color:#FFFFFF;
	padding:25px 10px;
}

#wrapper{
	background-color:#EEEEEE;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
#desc img{
	display: block;
	float: left;
}
h1 img{
	width:100%;
}
#content{
	background-color:#FFF;
	min-height:400px;
	width:874px;
	padding:13px 62px;
	border:1px solid #DDD;
	margin:0 auto;
}

#phase{
	margin-top:15px;
}
#desc{
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:16px;
	line-height:135%;
	text-align:left;
	vertical-align:top;
}
#form_wrap{
	padding:20px 0px;
}
h4{
	background-color:#E7E7E7;
	border: solid 1px #FFF;
	outline: solid 1px #E7E7E7;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	padding:7px;
	line-height:120%;
	vertical-align:top;
	text-align:left;
	margin-bottom:10px;
 }
.required h4{
	background-image:url(../../img/fomr/form_required.png);
	background-repeat:no-repeat;
	padding-left:60px;
	background-position:10px center;
}
section{
	margin:5px 0 20px;
	line-height:35px;
	position:relative;
}
section>span>div{
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
	line-height:12px;
}
section>span>div.caution{
	background-image:url(../../img/form/error.png);
	background-repeat:no-repeat;
	background-position: 0 center;
	padding-left: 45px;
	font-size:12px;
	color:#D00;
	z-index:100;
}
section>span>div.ok{
	background-image:url(../../img/form/ok.png);
	background-repeat:no-repeat;
	background-position: 0 center;
	padding-left: 90px;
	z-index:100;
	height:28px;
}
textarea{
	padding: 10px 5px;
	background-color:#F4F4F4;
	width:100%;
	height:100px;
	border:1px solid #DDD;
	border-radius:5px;
}
#inquery_text{
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	line-height:120%;
	text-align:left;
	display:block;
	margin-bottom:10px;
}
/* label{
	padding-right:25px;
} */
label{
    width:      105px;
    padding:    0 8px 0 0;
    margin:     0 5px 10px;
    height:     45px;
    float:      left;
    display:    block;
    line-height: 45px;
    background: #EEEEEE !important;
    cursor:     pointer;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #ccc;
}
label.w170{
    width:      170px;
}
label.w270{
    width:      270px;
}

.checked {
  background-color: #eb6101 !important;
  color: #fff !important;
}
.labels input, .labels_ch input {
  width: 0px;
  z-index: -10;
  display: none!important;
}

.labels, .labels_ch {
  display: inline-block;
}

select{
	background-color:#FAFAFA;
	border:1px solid #DDD;
	border-radius:5px;
	padding:2px 5px;
}
p.sub_color{
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:14px;
	line-height:120%;padding:5px;
}
#submit{display:none;}
a{color:#06F;}
a:hover{color:#09F;}
#privacy{
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	line-height:120%;
	text-align:center;
}
#confirm_img{display:block;text-align:center!important;margin:15px;}
#confirm_img:hover{opacity:0.8;cursor:pointer;}
table{
	width: 874px;
    margin: 20px 0 20px;
    table-layout: fixed;
    /*border-collapse: collapse;*/
    border-collapse: separate;
    border-spacing: 0;
    overflow:   hidden;
	border-bottom: 1px solid #79796A;
}

th{
	width:225px;
	padding:15px 10px;
    background: #E7E7E7;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	line-height:120%;
	color:  #000;
    text-align: left;
    vertical-align: top;
	border: 1px solid #79796A;
    border-bottom: none;
    border-right: none;
}
th.required{
	width:200px;
	padding:14px 10px 18px 55px;
    background: #E7E7E7 url("../../img/common/form_required.png") no-repeat scroll 10px 14px;
}
td{
    width:  600px;
	padding:15px 10px;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	line-height:120%;
	color:#000;
	border: 1px solid #79796A;
    vertical-align: middle;
    border-bottom: none;
    position: relative;
}
select {
  background-color: #FAFAFA;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 2px;
  height: 45px;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"] {
  /*background-color: #FAFAFA;*/
  box-sizing: border-box;
  border: 1px solid #79796a;
  margin: 0 2px;
  line-height: 30px;
  padding:5px;
  height: 40px;
  border-radius: 5px;
}
.sub_text{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.caption{
	text-align:center;
	padding:10px;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	line-height:120%;
	text-align:center;
}


#school_code span,#school_name span{
	margin: 16px 10px;
	width: 55px;
	float: left;
}

#school li{
	clear: both;
}

#address li{
		margin: 10px 10px 20px;
}

#footer{
	text-align:center;
	padding:10px;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:13px;
	line-height:150%;
}
#footer span{
	font-size:10px;
}
#complete{
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:19px;
	line-height:120%;
	text-align:center;
}
#header_bottom_border{
	border-top:1px solid #FFF;
	height:6px;
	width:100%;
	background-image:url(../../img/form/header_bottom_border.png);
}

[id^='form_tel'],[id^='form_fax'],#form_postal_code{
	text-align: center;
}

#form_postal_code{
	width: 20%;
}

#municipality{
	width: 90%;
}

.inquery_notice {
	margin:15px;
	color:#FF0000;
}

#close_button {
	text-align: center;
	margin:20px;
	padding:10px;
}
.FormCompornent_name {
  width: 290px;
}
[id*='FFbc'] .FFt{
	position: absolute;
	padding: 6px 5px!important;
}
[id*='FFbc'] .FFt img{
	position: relative;
	top: -5px;
}

.guide_text{
	margin: 10px 5px;
}

.zip_span{
	display: block;
}

.margin_minus{
	margin-top: -20px;
}

.center_wrapper{
    display: flex;
    gap: 5px;
    align-items: center;
}

#school_wrap .labels{
    display: flex !important;
    gap: 10px;
    align-items: center;
}

#school_name_wrap {
    display: flex !important;
    gap: 10px;
    align-items: center;
}
