@charset "UTF-8";

br.pc {
  display: none;
}

.policy {
  margin-top: 20px;
  padding: 0 15px;
  line-height: 1.5;
  text-align: center;
}

.footer {
  margin-top: 40px;
  padding: 5%;
  border-top: 1px solid #DFE1DB;
  background: #EDEFE9;
  text-align: center;
}

.footer .copyright {
  display: block;
  color: #ADADAD;
  font-size: 10px;
  text-align: center;
}

/* 残り項目数 */
.cnt_remaining {
  font-size: 15px;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 60px;
  padding: 5px 5px 10px 10px;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 5px;
  background: #c00;
}


.form_block {
  padding-top: 12px;
}

.tit_b {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	line-height:28px;
  margin-bottom: 12px;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	/* font-family: "source-han-serif-japanese",serif; */
}

.tit_b span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	line-height:10px;
	letter-spacing: 3px;
	color: #c09600;
}


/* step */
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 auto 1em;
  padding: 0;
  text-align: center;
  width: 90%;
  overflow: hidden;
 *zoom: 1;
}

.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 15px 0 5px;
  background-color: #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #888;
  font-weight: bold;
}

.stepBar .step:before,
.stepBar .step:after {
  position: absolute;
  left: -5px;
  display: block;
  content: '';
  background-color: #ccc;
  border-left: 4px solid #fff;
  width: 5px;
  height: 20px;
}

.stepBar .step:after {
  top: 0;
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}

.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.stepBar .step:first-child:before,
.stepBar .step:first-child:after {
  content: none;
}

.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.stepBar .step.current {
  color: #FFF;
  background-color: #FF6647;
}

.stepBar .step.current:before,
.stepBar .step.current:after {
  background-color: #FF6647;
}

.stepBar.step3 .step:nth-child(1) {
  width: 34%;
}

.stepBar.step3 .step:nth-child(2) {
  width: 33%;
}

.stepBar.step3 .step:nth-child(3) {
  width: 33%;
}
/* step end */


.btn-success {
  width: 90%;
  margin: 0 auto;
}

.btn_confirm,
.btn_submit {
  -webkit-appearance: button;
  display: block;
  width: 86%;
  height: auto;
  margin: 0 auto 10px;
  padding: 12px 0;
  background: #FF6647;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  position: relative;
  border: none;
}

.btn_confirm {
  margin: 0 auto 40px;
}

.btn_confirm:hover,
.btn_submit:hover {
  opacity:0.8;
}

.btn_back, .btn_top a {
  -webkit-appearance: button;
  display: block;
  width: 70%;
  margin: 0 auto 10px;
  padding: 8px 0;
  background: #aaa;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  position: relative;
  border: none;
  text-decoration: none;
}

.btn_back:hover,
.btn_top a:hover {
  background: #bbb;
  color: #fff;
  text-decoration: none;
}

.table-form{
	font-size:1.1em;
	}

.table-form dt {
  font-weight:bold;
  margin-top: 10px;
  background-color: #eaddbe;
  padding: 7px;
  position: relative;
}

.table-form dl.required dt {
  padding: 7px 7px 7px 50px;
}

/* .table-form dl.required dt:after {
  content: "必須";
  display: block;
  width: 34px;
  height: 20px;
  line-height: 20px;
  font-size: .85em;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  color: #fff;
  background: #c80000;
  position: absolute;
  top: 7px;
  left: 7px;
} */

.table-form dt p.tit {
  box-sizing: border-box;
  width: auto;
  min-height: 30px;
  margin: 0;
  padding: 0;
  float: left;
  color: #1f1f1f;
  font-size: 13px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  vertical-align: top;
}

.table-form dt p.must span {
  display: inline-block;
  width: 38px;
  height: auto;
  margin-left: 5px;
  padding: 4px;
  background: #c80000;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  vertical-align: middle;
}

.table-form dt p.must img {
  display: none;
}

.table-form dt:after {
  content: ' ';
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}

.table-form dd {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

/* .table-form dd input,
.table-form dd textarea,
.table-form dd select,
.table-form dd label{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
} */

.table-form dd input,
.table-form dd textarea {
  background: #e0dede;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.table-form dl.required dd input,
.table-form dl.required dd textarea {
  border: 1px solid #D03447;
  background: #fce9e9;
  /*-webkit-appearance: none;*/
}

.table-form dl.required dd select {
  border: 1px solid #D03447;
  box-sizing: content-box;
}

.table-form dd #department label {
  width: 100%;
  display: inline-block;
  margin-bottom: 8px;
}

.table-form input[type="text"],
.table-form input[type="tel"],
.table-form input[type="email"],
.table-form textarea {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.table-form input[type="text"][name="age"],
.table-form input[name="grad_year"],
.table-form input[name="grad_month"] {
  width: 80px;
}

.table-form input[type="radio"],
.table-form input[type="checkbox"] {
  border: 0;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.table-form input#zip {
  width: 50%;
}

.notice {
  color: #c00;
  font-size: 0.9em;
  padding: 10px;
  border: 1px dotted #c00;
  margin-top: 10px;
}

.msg {
  color: #c00;
  display: block;
  margin-top: 5px;
}

.ui-datepicker {
  width: 90% !important;
  box-sizing: border-box;
  left: 5% !important;
}

.ui-datepicker-unselectable .ui-state-default {
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  background: #f2f9fd url(../img/none.png) no-repeat 50% 50% !important;
  background-size: 7px 6px;
}

.table-form .zip_txt {
  width: auto;
  float: none;
  text-indent: 0;
  padding: 0;
}

.table-form .zip_txt br {
  display: none;
}

.form_thanks {
  text-align: center;
  padding: 15px;
}

.form_thanks .btn {
  margin-top: 20px;
}

.catch {
  font-weight: bold;
  font-size: 1.7em;
  line-height: 1.4;
  margin-bottom: 15px;
}


.fa_box{
  }
.fa_box span{
  background: #d8d8d6;
  margin:6px 0 3px;
  padding:5px;
  font-weight:bold;
  width:100%;
  display:inline-block;
  }

.copyright{
  text-align: center;
}


/* span要素をブロック化しフロートでフォーム部品と横に並べる*/
/*疑似クラス「:after」で <p>の末尾でフロートをクリア*/
.chkradio:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;     /*←フロートをクリア*/
}
/*チェックボックス全体のブロックの指定*/
dd span.chkradio {
	display:block;
	width:100%;
}
/*各チェックボックスとテキストがくっつかないようにマージンを*/
dd span.chkradio label input {
	margin-right:10px;
}
/*各チェックボックスを横に並べる*/
dd span.chkradio label {
	margin-right: 0;
	display: block;
	float: left;
	width: 100%;
	font-weight:bold;
  line-height:28px;
  font-size:1.1em;
}
/*疑似クラス「:after」で <span>の末尾でフロートをクリア*/
dd span.chkradio:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;     /*←フロートをクリア*/
}
/*チェックボックスを囲むlabel要素にロールオーバー時の変化を指定する*/
dd span.chkradio label:hover {
	background : #f3eacd;
	font-weight:bold;
}

