p.copyright {
  text-align: center;
  background: #403b3c;
  color: #fff;
  padding: 2% 0;
  display: block;
  margin-top: 8%;
}

body.form_block::before {
  background: no-repeat;
}

.form_block {
  background: rgba(255,255,255,1);
  padding-top: 12px;
}

.tit_b {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height:28px;
	margin-bottom: 12px;
	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;
}

.must_ico{
	background: none repeat scroll 0 0 #E6383D;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset;
  color: #FFFFFF;
  display: inline-block;
	font-size: 100%;
	margin: 0 10px 0 0;
	padding: 2px 6px;
}

.form-start-notice{
  width: 90%;
  margin: 0 auto 20px;
}
/* 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: #e26972;
}

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

.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%;
  margin: 0 auto 10px;
  padding: 12px 0;
  background: #43bc45;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  position: relative;
  border: none;
}

.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: #f8f8f5;
  padding: 7px;
  position: relative;
  text-align: left;
}

.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: #e26972;
  position: absolute;
  top: 7px;
  left: 7px;
}

.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;
  text-align: left;
}

.table-form .form1.required input,
.table-form .form1.required textarea {
  /* background: #e0dede;
  border: none; */
  border: 1px solid #e26972;
  background: #fce9e9;
  -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 #e26972;
  background: #fce9e9;
  /*-webkit-appearance: none;*/
}

.table-form dl.required dd select {
  border: 1px solid #e26972;
}

.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: 25px 10px;
  box-sizing: border-box;
}
.table-form textarea{
  padding: 10px 10px 15px;
  height: 15vh;
}

.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 span{
  background: #d8d8d6;
  margin:6px 0 3px;
  padding:5px;
  font-weight:bold;
  width:100%;
  display:inline-block;
  }

  .btn_confirm img, .btn_submit img {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    width: 5vw;
    margin-left: 2.7vw;
}

.confirm p, .submit p {
  text-align: center;
  margin-top: 3vw;
  color: #e6383d;
  line-height: 1.3;
  font-size: 3.6vw;
}
.confirm span, .submit span {
    font-size: 3vw;
}

::-webkit-input-placeholder {
  padding-top: 0.2em;
}




.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;
}


.table-form .privacy_lead {
  width: 95%;
  margin: 0 auto 2%;
}

.table-form .privacy {
  width: 95%;
  margin: 0 auto 5%;
  height: 140px;
  overflow: scroll;
  border: #ccc 1px dashed;
  background-color: #efefef;
}
