@charset "UTF-8";
/*---------------------------------------------------

 common

---------------------------------------------------*/


.section_form .btn a {
  background: #ad8b14;
}

.form .main_form {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

  padding: 0px 0 100px;

  border-top: 1px solid #f0f0ee;
}
.form .main_form .article_h2 h2 span {
  font-size: 50px;

  display: block;
}

.section_form .bnr {
  width: 1000px;
  margin: 0 auto 30px;
}
.section_form .bnr img {
  width: 100%;
}

body.form .fixed_gnav {
  display: none;
}


.article_h2 h2 {
  font-family: park-lane, serif;
  font-size: 36px;
  font-weight: 100;
  font-weight: 100;
  letter-spacing: .05em;
  line-height: 1.3;
  height: auto;
}

.article_h2 {
  margin-top: 130px;
  padding: 0 0 30px;
  text-align: center;
}



.container {
  width: 980px;
  margin: 10px auto 88px;;
}

.cnt_remaining {
  font-size: 15px;

  position: fixed;
  right: 100px;
  bottom: 50px;

  padding: 5px 5px 5px 15px;

  letter-spacing: 1px;

  color: #fff;
  border-radius: 5px;
  background: #d13c1a;
}

.cnt_remaining var {
  font-size: 20px;
}

.ssl_box {
  margin-top: 20px;
  margin-bottom: 30px;

  text-align: center;
}

.ssl_box p {
  display: inline-block;

  vertical-align: top;
}

.ssl_box p:last-child {
  width: 380px;
  padding-left: 20px;
}

.section_form {
  margin: 0 auto;

  -webkit-transition: none;
       -o-transition: none;
          transition: none;

  opacity: 1.0;
}

.section_form div,
.section_form dl,
.section_form ul {
  -webkit-transition: none;
       -o-transition: none;
          transition: none;

  opacity: 1.0;
}

.section_form .inner {
	background: #f8f6ee;
	padding: 45px 80px;
  width: auto;
}

p.rakuraku {
  font-size: 30px;
  text-align: center;
  color: #a4b571;
}

.inner p {
  text-align: center;
}

.section_form img {
  border-radius: 0;
}

.section_form .section {
  width: 974px;
  margin: 0 auto;
  padding: 25px;

  background: #f3f3f3;
}

.section_form .tit_box {
  font-size: 14px;

  width: 100%;
  margin: 0 auto 30px;
  padding: 15px 20px;

  text-align: center;

  border-top: 1px solid #3e2500;
  border-bottom: 1px solid #3e2500;
}

.section_form .tit_box h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;

  margin-bottom: 5px;
}

.section_form .privacy {
  margin: 20px 0;

  text-align: center;
}

input.btn_confirm,
input.btn_submit {
	display: block;
	width: 70%;
	margin: 20px auto 10px;
	background: #d13c1a;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	position: relative;
	border: none!important;
  padding: 0 !important;
}
input.btn_confirm:hover,
input.btn_submit:hover {
	background: #e32b36;
}

.table-form .btn_confirm {
  padding: 20px 0;

  border: none;
}

.form footer {
  padding: 0 0 0;

  background: #3e2500;
}

.table-form dt {
  position: relative;
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.table-form dt p.tit {
  font-weight: normal;
  line-height: 30px;

  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 30px;
  padding: 17px 2px;

  text-align: right !important;
  vertical-align: top;
}

.table-form dt p.must {
  box-sizing: border-box;
  padding: 18px 7px;
  float: left;
  width: 38px;
  text-align: right;
  vertical-align: top;
}

.table-form dt p.must span {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #CE2A1E;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
}



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

stepBar

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

.stepBar {
  position: relative;
  list-style: none;
  margin: 1em 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 60px;
  padding: 0 40px 0 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #d3d3d3;
  font-weight: bold;
  font-size: 1.2em;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #fff;
  border-left: 4px solid #f8f6ee;
  width: 20px;
  height: 30px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.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: #c5ad58;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #c5ad58;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}

/*---------------------------------------------------

 form

---------------------------------------------------*/
.form_wrapper {
  padding: 25px;

  background: #fff;
}

.table-form {
  border-top: 1px dotted #b9a195;
}

.section_form .table-form {
  border-top: 0;
}

.table-form dl {
  border-bottom: 1px dotted  #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-form dl.un {
  border-bottom: none;
}

.table-form dl.required dt::after {
  font-size: .8em;
  line-height: 40px;

  position: absolute;
  z-index: 1000;
  top: 30%;
  right: 0;

  display: block;
  float: right;

  width: 40px;
  height: 40px;
  margin-top: -5px;
  margin-left: 20px;

  content: "必須";
  text-align: center;
  vertical-align: top;

  color: #fff;
  border-radius: 40px;
  background: #7b8b4b;
}

.table-form dd {
  float: left;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 65%;
  padding: 20px 10px;

  text-align: left;
  word-break: break-all;
}

.table-form dd #gender {
  margin-bottom: 20px;
}

.table-form dd #gender label {
  line-height: 1.0;

  display: inline-block;

  width: 70px;
  margin-bottom: 10px;
  padding: 8px 10px 5px;

  text-align: left;

  border: 1px solid rgba(217, 155, 133, .6);
  background: #f4ece6;
}

/*.table-form dd #gender label:nth-child(2){
	background:#a3d9f2;
	border:1px solid #A0C9DC;
}*/
.table-form dd #gender label input {
  font-size: 1.2em;

  padding: 5px 0px;

  text-align: left;
  vertical-align: middle;
}

.table-form input.must,
.table-form textarea.must,
.table-form select.must {
  border: #bbb solid 1px;
  background: #f8e2e6;
}

.table-form input,
.table-form textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;

  border: #bbb solid 1px;
}

.table-form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 5px;

  border: #bbb solid 1px;
}

.table-form input[type="text"],
.table-form input[type="email"],
.table-form textarea {
  font-size: 1.1em;

  width: 100%;

  vertical-align: middle;
}

.table-form input[type="text"]#res_date,
.table-form input[type="text"]#zip {
  width: 250px;
}

.table-form input[type="tel"] {
  width: 350px;
}

.table-form input[type="radio"],
.table-form input[type="checkbox"] {
  position: relative;
  top: -1px;

  margin-right: 3px;

  border: 0;
}

.table-form input#mail {
  margin-bottom: 5px;
}

.table-form textarea {
  height: 130px;
}

.zip_txt {
  font-size: .8em;

  float: right;

  width: 200px;
}

.notice {
  font-size: .9em;

  width: 100%;
  margin-top: 10px;
  padding: 10px;
  text-align: left!important;
  color: #d13c1a;
  border: 1px dotted #d13c1a;
}

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

.table-form dt span {
  font-size: .8em;

  display: block;


  color: #666;
}

.msg {
  display: block;

  margin-top: 5px;

  color: #d13c1a;
}

.form_thanks {
  padding: 30px 0;

  text-align: center;
}

.form_thanks .btn {
  width: 60%;
  margin-top: 30px;
}

.section_form .catch {
  font-size: 2em;
  font-weight: bold;

  margin-bottom: 15px;
}

/*---------------------------------------------------

 button

---------------------------------------------------*/
button.btn_confirm,
button.btn_submit {
  font-size: 1.2em;
  font-weight: bold;

  position: relative;

  display: block;

  width: 70%;
  margin: 20px auto 10px;
  padding: 20px 0;

  text-align: center;

  color: #fff;
  border: none;
  background: #ad8b14;
}

#submit {
  position: relative;
}

#submit::after {
  position: absolute;
  top: 50%;
  right: 17%;

  display: block;

  width: 0;
  height: 0;
  margin-top: -6px;

  content: "";
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;

  border: 5px solid transparent;
  border-left: 7px solid #fff;
}

button.btn_confirm:hover,
button.btn_submit:hover {
  cursor: pointer;

  opacity: .8;
}

button.btn_back,
button.btn_top a {
  font-size: 1.1em;

  position: relative;

  display: block;

  width: 55%;
  margin: 0 auto 10px;
  padding: 15px 0;

  cursor: pointer;
  text-align: center;
  text-decoration: none;

  color: #fff;
  border: none;
  background: #aaa;
}

button.btn_back:hover,
button.btn_top a:hover {
  text-decoration: none;

  color: #fff;
  background: #bbb;
}

.table-form dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;

  height: 0;

  content: ".";
}

.value {
  width: 770px;
}

.value img {
  width: 100%;
}

.upsel_box {
  margin: 30px 0 50px;

  text-align: center;
}

.upsel_box p.submit {
  position: relative;

  display: inline-block;

  width: 280px;
  margin: 0 0px 0 0;

  vertical-align: middle;
}

.upsel_box p.submit.upsell {
  width: 420px;
}

.upsel_box p#submit.upsell::after {
  right: 7%;
}

.upsel_box p.submit.non input {
  font-size: 14px;

  width: 100%;
  margin-top: 20px;

  color: #7c7c7c;
  border: 1px solid #aaa;
  background: #fff;
}

.upsel_box p.submit.non::after {
  position: absolute;
  top: 56%;
  left: 15px;

  display: block;

  width: 0;
  height: 0;
  margin-top: -6px;

  content: "";

  border: 5px solid transparent;
  border-left: 7px solid #aaa;
}

.upsel_box p.submit.upsell input {
  width: 90%;
  height: 0;
  padding-bottom: 25%;

  background: url(../contact/img/btn_upsell.jpg) top center no-repeat;
  background-size: 100% auto;
}

.nodisplay {
  display: none;
}

.btn_txt {
  font-weight: bold;
  line-height: 0;

  margin-top: 40px;

  text-align: center;
}

.policy_frame .text {
  overflow: scroll;

  height: 190px;
  margin: 30px auto 30px;
  padding: 30px 10px 20px;

  border: #bbb solid 1px;
}

.policy_frame strong {
  font-size: 16px;
  font-weight: bold;
}

.policy_frame .ta_center {
  text-align: center;
}

input.btn_back,
input.btn_top a {
  font-size: 1.1em;

  position: relative;

  display: block;

  width: 55%;
  margin: 0 auto 10px;
  padding: 15px 0;

  cursor: pointer;
  text-align: center;
  text-decoration: none;

  color: #fff;
  border: none;
  background: #aaa;
}

input#btn_back {
  font-size: 1.1em;

  position: relative;

  display: block;

  width: 55%;
  margin: 0 auto 10px;
  padding: 15px 0;

  cursor: pointer;
  text-align: center;
  text-decoration: none;

  color: #fff;
  border: none;
  background: #aaa;
  line-height: 0.3;
}

.privacy_area a {
  text-decoration: underline;
}
