@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : banquet_form.css
 author     : Ability Consultant
 style info : 宴会・会議_お申込み
=================================================================== */
.con_form > .txt, .con_form .box_form, .box_thanks {
  max-width: 1160px;
  margin: auto;
}
@media only screen and (max-width: 1159px) {
  .con_form > .txt, .con_form .box_form, .box_thanks {
    width: 91.66667%;
  }
}

/* font-awesome */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	ページリンク
----------------------------------------------------------- */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(none);
    transform: translate3d(none);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(none);
    transform: translate3d(none);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(none);
    -ms-transform: translate3d(none);
    -webkit-transform: translate3d(none);
    transform: translate3d(none);
  }
}
/* -----------------------------------------------------------
  gan_pnav
----------------------------------------------------------- */
#gan_pnav li:first-child + * + * + * + * + * + * + * + * a {
  background: #fff;
}

/* -----------------------------------------------------------
	con_form
----------------------------------------------------------- */
.con_form {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_form {
    margin-top: 7%;
  }
}
.con_form h3 {
  font-weight: 100;
  text-align: center;
  font-size: 116%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_form h3 {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form h3 {
    font-size: 108%;
  }
}
.con_form h3 .en {
  display: block;
  font-size: 254%;
  font-family: 'Libre Baskerville',serif;
}
@media only screen and (min-width: 768px) {
  .con_form h3 .en:before, .con_form h3 .en:after {
    display: inline-block;
    content: "";
    width: 72px;
    height: 30px;
  }
  .con_form h3 .en:before {
    background: url(../images/common/title_be.png) no-repeat center;
    margin-right: .3em;
  }
  .con_form h3 .en:after {
    background: url(../images/common/title_af.png) no-repeat center;
    margin-left: .3em;
  }
}
@media print {
  .con_form h3 .en:before, .con_form h3 .en:after {
    display: inline-block;
    content: "";
    width: 72px;
    height: 30px;
  }
  .con_form h3 .en:before {
    background: url(../images/common/title_be.png) no-repeat center;
    margin-right: .3em;
  }
  .con_form h3 .en:after {
    background: url(../images/common/title_af.png) no-repeat center;
    margin-left: .3em;
  }
}
.ie8 .con_form h3 .en:before, .ie8 .con_form h3 .en:after {
  display: inline-block;
  content: "";
  width: 72px;
  height: 30px;
}
.ie8 .con_form h3 .en:before {
  background: url(../images/common/title_be.png) no-repeat center;
  margin-right: .3em;
}
.ie8 .con_form h3 .en:after {
  background: url(../images/common/title_af.png) no-repeat center;
  margin-left: .3em;
}
.con_form h3 .jp {
  display: block;
  font-weight: 600;
  line-height: 1;
  color: #7c5b33;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_form > .txt {
  text-align: center;
  margin-top: 15px;
  line-height: 1.7;
  font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_form > .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form > .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form > .txt {
    margin-top: 3%;
  }
}
.con_form .box_form {
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px 60px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_form .box_form {
    padding: 4em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form {
    padding: 2em 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_form .box_form {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form {
    margin-top: 2em;
  }
}
.con_form .box_form h4 {
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 216%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_form .box_form h4 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form h4 {
    font-size: 154%;
  }
}
.con_form .box_form .box_step {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  border-bottom: 1px solid #999999;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_step {
    margin: 2em 0;
  }
}
.con_form .box_form .box_step li {
  position: relative;
  color: #666666;
  font-weight: bold;
  font-size: 124%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  padding: 1em 3em;
  margin: 0 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_form .box_form .box_step li {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_step li {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_form .box_form .box_step li {
    padding: 1em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_step li {
    padding: 0 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_step li {
    margin: 0 auto;
  }
}
.con_form .box_form .box_step li.active {
  color: #9b544f;
}
.con_form .box_form .box_step li.active:after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 3px solid #9b544f;
}
.con_form .box_form > .txt {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form > .txt {
    margin-bottom: 1em;
  }
}
.con_form .box_form .box_btn {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_btn {
    flex-direction: column;
  }
}
.con_form .box_form .box_btn .btn {
  width: 160px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 24.13793%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_form .box_form .box_btn .btn {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_btn .btn {
    width: 60%;
  }
}
.con_form .box_form .box_btn .btn a {
  text-decoration: none;
  line-height: 1;
  display: block;
  border: 2px solid #cdbbaa;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjJlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f2e7));
  background: -moz-linear-gradient(#ffffff, #f7f2e7);
  background: -webkit-linear-gradient(#ffffff, #f7f2e7);
  background: linear-gradient(#ffffff, #f7f2e7);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F2E7');
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.mouse .con_form .box_form .box_btn .btn a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_form .box_form .box_btn .btn a:hover, .touch .con_form .box_form .box_btn .btn a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_form .box_form .box_btn .btn a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_form .box_form .box_btn .btn a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_form .box_form .box_btn .btn a i {
  display: table-cell;
  color: #fff;
  background: #a28364;
  border-right: 2px solid #d5cfc5;
  width: 20%;
}
.con_form .box_form .box_btn .btn a span {
  border: 1px solid #fff;
  display: table-cell;
  padding: 1em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_form .box_form .box_btn .btn {
    width: 21.55172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_btn .btn {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 963px) {
  .con_form .box_form .box_btn .btn {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_btn .btn {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .con_form .box_form .box_btn .btn.btn02 {
    margin-right: 1.5em;
  }
}
@media print {
  .con_form .box_form .box_btn .btn.btn02 {
    margin-right: 1.5em;
  }
}
.ie8 .con_form .box_form .box_btn .btn.btn02 {
  margin-right: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_btn .btn.btn02 {
    margin: 0 auto 1em;
  }
}
.con_form .box_form .box_btn .btn.btn02 a {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZTJlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RlY2ZjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eee2e1), color-stop(100%, #decfce));
  background: -moz-linear-gradient(#eee2e1, #decfce);
  background: -webkit-linear-gradient(#eee2e1, #decfce);
  background: linear-gradient(#eee2e1, #decfce);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEE2E1', endColorstr='#FFDECFCE');
}
.con_form .box_form .box_btn .btn.btn02 a i {
  background: #904f4a;
}
.con_form .box_form .box_input {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input {
    margin-bottom: 2em;
  }
}
.con_form .box_form .box_input .red {
  color: #9b544f;
}
.con_form .box_form .box_input .memo {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input .memo {
    margin-bottom: 2em;
  }
}
.con_form .box_form .box_input table {
  width: 100%;
  border: 1px solid #b2b2b2;
}
.con_form .box_form .box_input table input, .con_form .box_form .box_input table select, .con_form .box_form .box_input table textarea {
  box-shadow: none;
  box-sizing: border-box;
  border: 1px solid #bfbbb2;
  height: 3em;
  padding-left: 1em;
  width: 100%;
}
.con_form .box_form .box_input table input::placeholder, .con_form .box_form .box_input table select::placeholder, .con_form .box_form .box_input table textarea::placeholder {
  color: #7f7f7f;
}
.con_form .box_form .box_input table select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
.con_form .box_form .box_input table select::-ms-expand {
  display: none;
}
.con_form .box_form .box_input table label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.con_form .box_form .box_input table label input {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.con_form .box_form .box_input table label span {
  padding: 0 20px 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.con_form .box_form .box_input table textarea {
  min-height: 12em;
}
.con_form .box_form .box_input table textarea.size_m2 {
  min-height: 4em;
}
.con_form .box_form .box_input table tr {
  border-bottom: 1px solid #b2b2b2;
}
.con_form .box_form .box_input table tr th, .con_form .box_form .box_input table tr td {
  box-sizing: border-box;
  vertical-align: middle;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr th, .con_form .box_form .box_input table tr td {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr th, .con_form .box_form .box_input table tr td {
    display: block;
  }
}
.con_form .box_form .box_input table tr th {
  background-color: #e2dfd6;
  border-right: 1px solid #b2b2b2;
  width: 18.96552%;
  padding: 30px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_form .box_form .box_input table tr th {
    width: 24.13793%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr th {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr th {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr th {
    border-right: none;
  }
}
.con_form .box_form .box_input table tr td.container *, .con_form .box_form .box_input table tr td .container * {
  display: inline-block;
}
.con_form .box_form .box_input table tr td .size_ss {
  width: 8.51064%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_form .box_form .box_input table tr td .size_ss {
    width: 11.70213%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td .size_ss {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 963px) {
  .con_form .box_form .box_input table tr td .size_ss {
    width: 14.89362%;
  }
}
.con_form .box_form .box_input table tr td .size_s {
  width: 14.89362%;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td .size_s {
    width: 100%;
  }
}
.con_form .box_form .box_input table tr td .size_m {
  width: 25.53191%;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td .size_m {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 963px) {
  .con_form .box_form .box_input table tr td .size_m {
    width: 38.29787%;
  }
}
.con_form .box_form .box_input table tr td .size_m2 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td .size_m2 {
    width: 100%;
  }
}
.con_form .box_form .box_input table tr td.box_name input {
  margin-left: 1em;
}
.con_form .box_form .box_input table tr td.box_name input:first-of-type {
  margin-right: 2.5em;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td.box_name input:first-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td.box_name input:first-of-type {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 963px) {
  .con_form .box_form .box_input table tr td.box_name .size_m {
    width: 29.78723%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td.box_name .size_m {
    width: 80%;
  }
  .con_form .box_form .box_input table tr td.box_name.box_name02 input {
    margin-left: 0;
  }
}
.con_form .box_form .box_input table tr td.box_mail input:not(:first-of-type) {
  margin-top: 1em;
}
.con_form .box_form .box_input table tr td.box_privacy {
  vertical-align: middle;
}
.con_form .box_form .box_input table tr td.box_privacy input {
  width: 1em;
  height: 1em;
  padding-left: 0;
}
.con_form .box_form .box_input table tr td.box_privacy input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  bottom: 0;
  left: 0;
  vertical-align: middle;
  transition: all .15s ease-out 0s;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border-radius: 0;
  border: 1px solid #313131;
  margin: 0 0.5em 0 2em;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td.box_privacy input[type=checkbox] {
    margin: 0 0.5em 0 2em;
  }
}
.con_form .box_form .box_input table tr td.box_privacy input[type=checkbox]:checked {
  background: #313131;
}
.con_form .box_form .box_input table tr td.box_privacy input[type=checkbox]:checked:before {
  content: "";
  transition: all .2s ease-in-out;
  position: absolute;
  left: 1px;
  top: 2px;
  width: 7px;
  height: 3px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td.box_privacy input[type=checkbox]:checked:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-top: -.05em;
  }
}
.con_form .box_form .box_input table tr td.box_privacy p {
  margin: 0.5em 0 0 4em;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td.box_privacy p {
    margin: 1em 0 0 3em;
  }
}
.con_form .box_form .box_input table tr td.box_privacy p a {
  color: #7c5b33;
}
.con_form .box_form .box_input table tr td.box_privacy p a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  margin-left: 0;
}
.con_form .box_form .box_input table tr td.box_address .container {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td.box_address .container {
    margin-bottom: 1em;
  }
}
.con_form .box_form .box_input table tr td.box_address .input_form_btn {
  background-color: #5d4f30;
  color: #fff;
  padding: .8em 0;
  text-align: center;
  cursor: pointer;
  width: 14.57447%;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td.box_address .input_form_btn {
    width: 26%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td.box_address .input_form_btn {
    margin-left: 0.5em;
  }
}
.mouse .con_form .box_form .box_input table tr td.box_address .input_form_btn {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_form .box_form .box_input table tr td.box_address .input_form_btn:hover, .touch .con_form .box_form .box_input table tr td.box_address .input_form_btn.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_form .box_form .box_input table tr td.box_address .input_form_btn {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_form .box_form .box_input table tr td.box_address .input_form_btn.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_form .box_form .box_input table tr td.box_address p {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td.box_address p {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td.box_address .size_s {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td.box_person .size_s {
    width: 25%;
  }
  .con_form .box_form .box_input table tr td.box_person .txt {
    margin-left: .3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td.box_money .size_s {
    width: 25%;
  }
  .con_form .box_form .box_input table tr td.box_money .txt {
    margin-left: .3em;
  }
}
.con_form .box_form .box_input table tr td.box_money .box_radio {
  vertical-align: middle;
}
.con_form .box_form .box_input table tr td.box_money .box_radio input {
  margin-left: 30px;
  position: relative;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td.box_money .box_radio input {
    margin-left: 0.5em;
  }
}
.con_form .box_form .box_input table tr td.box_money .box_radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  bottom: 0;
  left: 0;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  border: 1px solid #313131;
  padding-left: 0;
}
.con_form .box_form .box_input table tr td.box_money .box_radio input[type=radio]:checked:before {
  transform: scale(1);
  background: #313131;
}
.con_form .box_form .box_input table tr td.box_money .box_radio input[type=radio]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px;
  transform: scale(0);
  transition: all ease-out 250ms;
}
.con_form .box_form .box_input table tr td.box_money .box_radio span {
  margin-left: .5em;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td.box_money .box_radio span {
    margin-left: 0;
  }
}
.con_form .box_form .box_input table tr td .box_time {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input table tr td .box_time .size_ss {
    width: 25%;
  }
  .con_form .box_form .box_input table tr td .box_time .size_ss:first-of-type, .con_form .box_form .box_input table tr td .box_time .size_ss:nth-of-type(2) {
    margin-bottom: .5em;
  }
}
.con_form .box_form .box_input table tr td .box_calendar {
  position: relative;
}
.con_form .box_form .box_input table tr td .box_calendar:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  color: #7f7f7f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .5em;
}
.con_form .box_form .box_input table tr td .box_calendar input {
  cursor: pointer;
}
.con_form .box_form .box_input table tr td .box_select {
  position: relative;
}
.con_form .box_form .box_input table tr td .box_select:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  font-size: 100%;
  transition: transform 500ms ease;
}
.con_form .box_form .box_input .box_da_ti p {
  display: inline-block;
}
.con_form .box_form .box_input .box_da_ti p:first-child {
  margin-right: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form .box_input .box_da_ti p:first-child {
    margin-right: 0;
  }
}

.con_confirm .box_form .box_input table tr td {
  padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .con_confirm .box_form .box_input table tr td {
    padding: 1em;
  }
}
.con_confirm .box_form .box_input table tr td.box_address p {
  margin-bottom: 0;
}
.con_confirm .box_form .box_input table tr td.box_address p.code:before {
  content: "〒";
}

.box_thanks {
  text-align: center;
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  .box_thanks {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .box_thanks {
    margin: 3em auto;
  }
}
.box_thanks p {
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .box_thanks p {
    margin-top: 1.5em;
  }
}
.box_thanks p:first-child {
  margin-top: 0;
}
