/***************************************
form.css
***************************************/

/* form element class
============================ */
.form_box  {
  margin-top: 35px;
  border-bottom: #AAA 1px solid;
}

.form_box .form_ttl {
  color:#666666;
  font-size: 185.71429%;
  font-family: "A1 Mincho";
  padding:15px 0;
  margin-bottom: 10px;
  border-bottom: #AAA 1px solid;
}

.form_box .form_item {
  width: 100%;
  display: table;
  padding:5px 0;
  margin-bottom: 10px;
  border-bottom: #DDD 1px solid;
}
.form_box .form_item:last-of-type {
	border-bottom: none;
}

.form_box .form_inner_item {
	display: table-row;
}

/* form_item inner
============================ */
.form_item .item_ttl {
	width: 150px;
	display: table-cell;
}
.form_item.select_access .item_ttl {
	width: 300px;
}
.form_item .item_ttl p{
  display: inline-block;
  margin-right:2em;
  color: #999999;
  white-space:nowrap;
  position: relative;
  font-weight: bold;
}
.form_item.required .item_ttl p{
  color: #666666;
}
.form_item.required .item_ttl p:after {
  content: "※";
  color: #8B0910;
  font-size: 85.71429%;
  position: absolute;
  top: -1px;
}
.form_item .input_box {
	width:530px;
	margin-bottom: 10px;
}

.form_item.select_access .input_box {
	width: 340px;
}

.form_item.select_access .input_box select.common_select {
	width: 300px !important;
}

.input_box .pamphlet li {
	display: inline-block;
	margin-right: 25px;
}

.register_name .form_inner_item .input_box label {
	display: inline-block;
	text-align:right;
	width: 40px;
	margin-right: 2px;
}

.register_name .form_inner_item .input_box  input[type="text"].common_txt {
	width: 220px;
}

.register_school_name .register_manage{
	width:120px;
}
.register_school_name input[type="text"].common_txt {
	width: 275px;
}
.register_school_name .register_school {
	width: 140px;
}
.register_grade .input_box .select_grade {
	width:150px;
}
	.register_grade .input_box .sp_select_grade {
		width:150px;
	}

.register_grade p.note{
	display: inline-block;
	vertical-align: bottom;
}

.register_school_name p.note {
	display: block;
	text-align: right;
}
.input_box .note {
	margin-bottom: 0 ;
	color: #8C8C8C;
}

.input_box.postal_code input[type="text"].common_txt {
	width: 100px;
}



input[type="text"].common_txt {
  background: #f8f8f8;
  height: 48px;
  width: 530px;
  padding: 0 23px;
  border: none;
}

.input_box .common_select {
  background: url(../images/bg_select_down.png) no-repeat right center #eeeeee;
  height: 48px;
  padding: 0 23px;
  border-radius: 2px;
  width: auto;
  padding: 0 34px 0 15px;
}

.input_box .common_select_b {
  background: url(../images/bg_select_down.png) no-repeat right center #eeeeee;
  height: 48px;
  padding: 0 23px;
  border-radius: 2px;
  width: 150px;
  padding: 0 34px 0 15px;
}

.input_box .customSelect.common_select .customSelectInner {
  width: 150px;
  padding: 14px 0;
  font-weight: bold;
  white-space: nowrap;
}

.select_date {
  text-align: right;
  margin-bottom: 18px;
  margin-top: 18px;
}

.radio_course label {
	display: inline-block;
	margin-right: 35px;
}
.radio_univ li {
	margin-bottom: 1em;
	line-height: 1.8;
	margin-left: 20px;
	text-indent: -20px;
}
.radio_univ li label {
	font-weight: bold;
}
.radio_univ li input[type="text"].common_txt {
	width:500px;
}

/* common submit
============================ */
input[type="submit"].submit_btn {
  border: medium none;
  width:100%;
  height: 72px;
  padding: 0px 23px;
  background-color: #0075C2;
  color: #FFF;
  font-weight: normal;
  border-radius: 2px;
  cursor: pointer;
  font-size: 150%;
   margin: 15px 0;
}

input[type="submit"].submit_btn:hover {
    opacity: 0.3;
}


.taiken_thanks {
	padding-left: 1em;
	text-indent: -1em;
	
}

.free_classroom_select_box  {
	margin-bottom: 40px;
	padding: 0 45px;
	overflow: hidden;
}
.free_classroom_select li {
	display: inline-block;
	margin-left: 20px;
}

.free_classroom_select li a{
	display: inline-block;
	text-align:center;
	padding:5px 10px;
	border:#0075C2 1px solid;
}
.free_classroom_select li a:hover{
	border:#0075C2 1px solid;
	background-color:#0075C2;
	color: #FFF;
}

.free_classroom_select li a span {
	font-size: 93%;
}

.school_icon_list {
	margin-top: 20px;
	display: table;
}
.school_icon_list p {
	display: table-cell;
}

.school_icon_list ul {
	display: table-cell;
}
.school_icon_list ul li {
	display: inline-block;
	margin-left: 4px;
}

.free_class_table td {
	line-height: 1.8;
}

textarea.common_txtarea {
	width: 530px;
	height: 7em;
	line-height: 1.5em;
	background: #f8f8f8;
	padding: 10px 23px;
	border: none;
}


/* form validation error
============================ */
.form_box .form_error {
	padding: 5px 10px;
	border: 1px solid #8b0910;
	color: #8b0910;
	font-weight: bold;
}
.form_box .error_msg {
	color: #8b0910;
	font-weight: bold;
	margin-bottom: 0.2em;
	font-size: 92.8%;
	background-color: transparent;
}
.form_box .error,
.form_box input.error {
	background-color: #fae7e8;
}


.form_h2_caption {
	font-size: 150%;
	margin-bottom: 1em;
	line-height: 1.4em !important;
	font-family: "A1 Mincho";
}


/* form privacy
============================ */
.agreement {
	text-align: center;
	background-color: #e5f1f9;
	margin-top: 1em;
	padding: 8px;
	font-weight: bold;
	font-size: 107.14%;
}
.agreement input[type="checkbox"] {
	margin: -3px 5px 0 0;
}

.privacy_box {
	height: 150px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 8px;
	border: #DDD 1px solid;
}

.privacy_inner_box .h2section{
	margin-top: 10px;
	margin-bottom: 20px;
}
.privacy_inner_box .h3section{
	margin-top: 10px;
}

.privacy_inner_box .h2ttl{
	font-size: 107%;
}

.privacy_inner_box .h3ttl{
	font-size: 97%;
}
.privacy_inner_box p {
  	font-size: 85.71429%;
	line-height: 1.5em !important;
}


/* form staff
============================ */


.staff .register_manage{
	width:160px;
}

/* common form confirm
============================ */
#main_content .form_box.confirm .form_item p {
	margin-bottom: 0.5em;
}
.form_box.confirm .form_item .item_ttl {
	vertical-align: top;
}
.form_box.confirm .form_item .input_box {
	display: table-cell;
	vertical-align: top;
}
.submit_box_col2 {
	text-align: center;
}
.submit_box_col2 input.submit_btn[type="submit"] {
	width: 48%;
}
.submit_box_col2 input.submit_btn[type="submit"]:first-child {
	margin-right: 1%;
}


/* shindan form
============================ */
#shindan_result .border_box {
	margin: 20px 0;
}
#shindan_result .border_box .ttl {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0.5em;
}
#shindan_result .privacy_box {
	background-color: #ffffff;
	margin-top: 10px;
}
#shindan_result .privacy_inner_box p {
	font-size: 100%;
}
#shindan_result .privacy_inner_box h2 {
	text-indent: 0;
}
#shindan_result .privacy_inner_box .h2section > h2 {
	margin-top: 1em;
	margin-bottom: 0.3em;
}
#shindan_result .privacy_inner_box h3 {
	display: block;
	float: none;
	visibility: visible;
	text-indent: 0;
	color: #333333;
	height: auto;
	margin-bottom: 0.3em;
}
#shindan_result .input_mail {
	width: 90%;
}
#shindan_result .shindan_taiken_form {
	margin-top: 10px;
}
#shindan_result .shindan_taiken_form .error {
	margin-bottom: 0;
	color: #dd0000;
	font-size: 105%;
	font-weight: bold;
}

#shindan_result .btn_confirm {
	margin-bottom: 0;
	background: url(../../shindan/img/btn_check_o.jpg) no-repeat center center;
}
#shindan_result .btn_confirm input[type="image"] {
	padding: 0;
	width: 452px;
	height: 82px;
}
#shindan_result .btn_confirm:hover input[type="image"] {
	opacity: 0;
}


#shindan_result .btn_choice {
	margin: 10px 0;
}
#shindan_result .btn_choice input[type="image"] {
	display: inline-block;
	border: none;
	width: 290px;
	height: 81px;
	cursor: pointer;
	padding: 0;
}
#shindan_result .btn_choice .btn_back {
	background: url(../../shindan/img/btn_back_o.png) no-repeat left top;
	float: left;
}
#shindan_result .btn_choice .btn_back:hover input[type="image"] {
	opacity: 0;
}
#shindan_result .btn_choice .btn_send {
	background: url(../../shindan/img/btn_send_o.png) no-repeat left top;
	float: right;
}
#shindan_result .btn_choice .btn_send:hover input[type="image"] {
	opacity: 0;
}

/* kaigai form
============================ */
#kaigai_privacy.border_box {
	margin: 30px 0;
}
#kaigai_privacy.border_box .ttl {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#kaigai_privacy.border_box .privacy_box {
	background-color: #ffffff;
	margin-top: 10px;
}
#kaigai_privacy.border_box .privacy_box h2 {
	font-size: 90%;
	margin-bottom: 0.5em;
}
#kaigai_privacy.border_box .privacy_box h3 {
	font-size: 85%;
	margin-bottom: 0.5em;
}
#kaigai_privacy .privacy_inner_box .h2section > h2 {
	margin-top: 1em;
}
#kaigai_privacy .privacy_inner_box .h2section p + p {
	margin-top: 0.8em;
}

/* Q&A form
============================ */
.qa_form .h1ttl {
	margin: 29px 0 40px;
}
.qa_form .h1ttl .subtitle {
	font-size: 55.55%;
	width: 100%;
	display: inline-block;
}
.qa_form .h1ttl .main_ttl {
	display: block;
}
.qa_form .h1ttl .main_ttl::first-letter {
	color: #0075c2;
}
.qa_form .example_box {
	background-color: #edebdd;
	padding: 20px 30px;
	margin: 20px 0;
	font-family: "A1 Mincho";
}
.qa_form .example_box .example_ttl {
	font-size: 142.852%;
	margin-bottom: 0.5em;
	color: #004b84;
	border-bottom: 1px solid #004b84;
}
.qa_form .example_box .example_list {
	display: inline-block;
	width: 100%;
	text-align: right;
}
.qa_form .example_box .example_list li {
	margin-top: 1em;
	font-size: 114.28%;
	background-color: #fff;
	border-radius: 5px;
	border: 2px solid #fff;
	position: relative;
	padding: 10px;
	display: inline-block;
	margin-right: 10px;
}
.qa_form .example_box .example_list li:after {
	content: "";
	display: block;
	position: absolute;
	border: solid 10px transparent;
	border-left: solid 10px #fff;
	top: 10px;
	right: -20px;
}
.qa_form .example_box .appeal_point {
	margin-bottom: 0;
	margin-top: 1em;
	font-size: 128.57%;
	color: #913642;
}
.reserve_box {
	margin-top: 50px;
}
.reserve_box .about_reserve {
	font-weight: bold;
	color: #8b0910;
}


/* bunseki form
============================ */
.bunseki_list {
}
.bunseki_list li {
	display: inline-block;
	margin-right: 25px;
}
.bunseki_list + .h2section {
	margin-top: 50px;
}
.select_nearest + .note {
	display: inline-block;
	vertical-align: bottom;
}


/* 20160301 追記　進研ゼミ t_seki */

#main_content_zemi {width:850px; margin-left:auto; margin-right:auto; padding-top:3px;}
.form_item .item_ttl_01 {
	width: 150px;
	display: table-cell;
}

.form_item .item_ttl_01 p{
  display: inline-block;
  margin-right:2em;
  color: #999999;
  white-space:nowrap;
  position: relative;
  font-weight: bold;
  padding-right:50px;
}

.form_item .item_ttl_02 p{
  display: block;
  margin-right:2em;
  color: #999999;
  white-space:nowrap;
  position: relative;
  font-weight: bold;
  /*padding-right:50px;*/
}

.form_item .item_ttl_03 {/*講座取得について*/
	width: 50px;
	display: table-cell;
}

.form_item .item_ttl_03 p{/*講座取得について*/
  display: inline-block;
  margin-right:2em;
  color: #999999;
  white-space:nowrap;
  position: relative;
  font-weight: bold;
  padding-right:10px;
}

.form_item .item_ttl_04 {/*在籍番号を入力*/
	width: 350px;
	display:table-cell;
}

.form_item .item_ttl_04 p{/*在籍番号を入力*/
  display: inline-block;
  margin-right:2em;
  color: #999999;
  white-space:nowrap;
  position:relative;
  font-weight: bold;
  padding-right:10px;
  width:150px;
}

.form_item .item_ttl_05 {/*確認画面*/
	width: 200px;
	display:table-cell;
}

.form_item .item_ttl_05 p{/*確認画面*/
  display: inline-block;
  margin-right:2em;
  color: #999999;
  white-space:nowrap;
  position:relative;
  font-weight: bold;
  padding-right:10px;
  width:150px;
}

.frm_box_01 {width:370px; float:left;}
.frm_box_02 {width:400px; float:right; margin-right:20px;}
.frm_box_03 { margin-left:150px; width:450px; padding-bottom:10px;}
.frm_box_04 {width:450px; float:right;}


input[type="text"].common_txt_01 {
  background: #f8f8f8;
  height: 48px;
  width: 200px;
  padding: 0 23px;
  border: none;
  margin-left:35px;
  float:right;
}

input[type="text"].common_txt_02 {
  background: #f8f8f8;
  height: 48px;
  width: 200px;
  padding: 0 23px;
  border: none;
  margin-left:25px;
  float:left;
}


input[type="text"].common_txt_03 {
  background: #f8f8f8;
  height: 48px;
  width: 80px;
  padding: 0 23px;
  border: none;
}


input[type="submit"].submit_btn_01 {/*初期入力に戻る*/
  border: medium none;
  width:48%;
  height: 72px;
  padding: 0px 23px;
  background-color: #0075C2;
  color: #FFF;
  font-weight: normal;
  border-radius: 2px;
  cursor: pointer;
  font-size: 150%;
   margin: 15px 5px;
}

input[type="submit"].submit_btn_01:hover {/*初期入力に戻る*/
    opacity: 0.3;
}


.inn_lf {margin-left:0;}
