@charset "UTF-8";

/* =========================================
HT BODY CREATE STUDIO [PERSONAL]
Form Style Sheet
First Update 2018-12-26
Last  Update 2018-12-26
Creat by Basic Plus Design Inc.
========================================= */
/* -----------------------------------------
  FORM -- for mfp
----------------------------------------- */
div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

table#mfp_confirm_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0 40px;
}

table#mfp_confirm_table tr.mfp_colored {
  background-color: #fff2e9;
}

table#mfp_confirm_table tr.mfp_achroma {
  background-color: #FFF;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  text-align: left;
  font-size: 12px;
  border-top: solid 1px #CCC;
  padding: 10px;
}

table#mfp_confirm_table tr th {
  white-space: nowrap;
  width: 200px;
}

table#mfp_confirm_table tr td {
  line-height: 1.5em;
  word-break: break-all;
}

div#mfp_phase_confirm {
  clear: both;
}

div#mfp_phase_confirm h4 {
  font-size: 150%;
  padding: 0;
  text-align: center;
  background: #fff;
}

div#mfp_phase_confirm h4::before {
  width: 100%;
  height: 50px;
  content: "";
  display: block;
  background: #fff;
  clear: both;
  margin-top: -40px;
  position: relative;
  z-index: 100;
}

div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif);
}

.mfp_colored {
  background-color: #F6F7F9;
}

.mfp_achroma {
  background-color: #FFF;
}

div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 17px;
  color: #F00;
  font-size: 12px;
  line-height: normal;
  background-image: url(_images/mfp_error.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.problem {
  background-color: #FCC;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 18px;
  color: #F00;
}

div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 18px;
  color: #F00;
}

button.mfp_next,
button.mfp_prev {
  font-size: 18px;
  margin: 10px;
  padding: 5px 10px;
}

button.mfp_next {
  float: right;
}

button.mfp_prev {
  float: left;
}

ul#mfp_phase_stat {
  padding: 10px;
  text-align: center;
}

ul#mfp_phase_stat li {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  margin: 0px 5px;
  list-style: none;
  font-size: 14px;
}

ul#mfp_phase_stat li.mfp_phase_arrow {
  box-shadow: none;
  color: #999;
  padding: 8px 0px;
}

ul#mfp_phase_stat li.mfp_active_phase {
  box-shadow: 0px 1px 6px #000;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #0068B7;
  border: solid 2px #0068B7;
  font-weight: bolder;
  color: #FFF;
  text-shadow: 0px 1px 3px #000;
}

ul#mfp_phase_stat li.mfp_inactive_phase {
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #EEE;
  border: solid 2px #EEE;
  color: #999;
  box-shadow: 0px 1px 6px #CCC;
}

div.mfp_buttons {
  clear: both;
  padding: 10px;
  text-align: center;
}


div.mfp_buttons button#mfp_button_send {
  background: #000;
  color: #fff;
}

div.mfp_buttons button#mfp_button_cancel {
  background: #fff;
}

.imagebutton {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  background: none;
}

.mfp_element_file {
  font-size: 12px;
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  background: #EEE;
}

button.mfp_next,
button.mfp_prev {
  font-size: 14px;
}

div.mfp_ok {
  border-radius: 5px;
  background-color: #ff8b33;
  border: solid 1px #ff8b33;
  display: inline-block;
  line-height: 1.5em;
  padding: 0px 5px;
  margin: 0px 2px;
  color: #FFF;
  font-size: 10px;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  display: none;
}

div.prefcodeWrapper {
  position: relative;
}

div.prefcodeResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.prefcodeResult div {
  cursor: pointer;
}

div.prefcodeResult div:hover {
  background-color: #C9EBFB;
}

div.prefcodeResult div.prefcodeNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

.hidefield {
  height: 0px;
  overflow: hidden;
}

.showfield {
  height: auto;
  overflow: visible;
}

div#mfp_OperationCheck {
  display: inline-block;
}

div#mfp_OperationCheck div#mfp_OperationCheck_inner {
  display: none;
}

div#mfp_OperationCheck strong {
  background: #ff8b33;
  display: block;
  color: #222;
  text-align: center;
  border-radius: 3px;
}

div#mfp_OperationCheck * {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p {
  padding: 0px 5px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p a {
  color: #0C0;
  text-decoration: none;
}

div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
  text-decoration: underline;
}

div#mfp_OperationCheck p button {
  border: none;
  background: none;
  color: #0C0;
  cursor: pointer;
}

div#mfp_OperationCheck div#mfp_OperationCheck_inner ul {}

div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
  line-height: 12px;
  font-size: 12px;
  list-style: none;
  vertical-align: middle;
}

div#mfp_OperationCheck ul li {
  padding: 5px 10px;
}

div#mfp_OperationCheck ul li label {
  text-decoration: underline;
}

span.mfp_tips {
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #FCC;
  display: block;
  border-radius: 5px;
  padding: 10px;
  margin: 2px;
  box-shadow: 0px 2px 10px #999;
}

span.mfp_tips strong {
  color: #800040;
}

span.mfp_tips span {
  display: block;
  padding: 10px;
  color: #008080;
}

span.mfp_tips em {
  font-style: normal;
  color: #ff8b33;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  ul#mfp_phase_stat {
    padding: 0px;
    text-align: left;
  }

  ul#mfp_phase_stat li {
    text-align: center;
    padding: 5px 0px;
    border-radius: 3px;
    margin: 5px;
    list-style: none;
    font-size: 14px;
    width: 28%;
  }

  ul#mfp_phase_stat li.mfp_phase_arrow {
    bos-shadow: none;
    display: none;
  }

  ul#mfp_phase_stat li.mfp_active_phase {}

  ul#mfp_phase_stat li.mfp_inactive_phase {}

  table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: 100px;
  }
}

/* -----------------------------------------
  FORM -- original style
----------------------------------------- */
form {
  margin-top: 80px;
}

form dt,
form dd,
form label,
form a {
  font-weight: bold;
  color: #7B4600;
}

form dt {
  margin-top: 30px;
}

form span {
  color: #000;
}

form span.must {
  margin-left: .6em;
}

form .txt {
  padding: 1em 0;
}

form input,
form textarea {
  width: 100% !important;
  padding: 1em;
  outline: none;
  border: 2px solid #7B4600;
  transition: all .3s;
}

form .length input {
  width: auto !important;
}

form textarea {
  min-height: 200px !important;
  line-height: 1.6;
}

input:focus,
textarea:focus {
  box-shadow: 0 0 7px #7B4600;
  border: 1px solid #7B4600;
}

.c-form__button {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
}

form button {
  width: 35%;
  max-width: 200px;
  padding-top: .7em;
  padding-bottom: .7em;
  margin: 0 20px 20px;
  color: #7B4600;
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid #7B4600;
  cursor: pointer;
}

form button:hover {
  color: #FFF;
}

/* -----------------------------------------
  FORM -- radio/checkbox
----------------------------------------- */
input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-label__list {
  margin: auto auto auto 0;
  padding-top: 1em;
  max-width: 900px;
}

.c-label__list::after {
  display: block;
  content: '';
  clear: both;
}

.c-label {
  line-height: 1.6;
  margin: 0 auto 1em;
}

.c-label label {
  position: relative;
  display: block;
  word-break: break-all;
}

.c-label input[type="checkbox"],
.c-label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-label input[type="radio"] + span {
  position: relative;
  padding-left: 2.2em;
  padding-top: .05em;
}

.c-label input[type="radio"] + span::before,
.c-label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 0;
  width: 1.6em !important;
  height: 1.6em !important;
  background-color: transparent;
  border: 2px #7B4600 solid;
}

.c-label span {
  display: inline-block;
  color: #7B4600;
}

.c-label input[type="radio"] + span::before,
.c-label input[type="radio"] + span::before {
  border-radius: 50%;
}

.c-label input[type="radio"]:checked + span::before {
  border-width: 6px;
}

.c-label input[type="checkbox"] + span {
  position: relative;
  padding-left: 2.2em;
  padding-top: .05em;
}

.c-label input[type="checkbox"] + span::before,
.c-label input[type="checkbox"] + span::after {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 0;
  width: 1.6em !important;
  height: 1.6em !important;
  background-color: transparent;
  border: 2px #7B4600 solid;
}

.c-label input[type="checkbox"] + span::after {
  z-index: 1;
  width: 1em !important;
  height: .7em !important;
  border: none;
  top: .3em;
  left: .3em;
}

.c-label input[type="checkbox"]:checked + span::before {
  background-color: #7B4600;
}

.c-label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* -----------------------------------------
  FORM -- thanks page
----------------------------------------- */
.thanks {
  width: 90%;
  max-width: 900px;
  height: auto;
  padding: 0;
  background: #FFFz;
  color: #000;
  line-height: 1;
  border-radius: 10px;
  box-shadow: 0 10px 8px 0 rgba(70, 61, 29, .6);
  margin: 10px auto 0;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
}

.thanks,
.thanks p,
.thankshead p {
  text-align: center
}

.thanks .thankshead {
  height: auto;
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background: #7B4600;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

.thankshead p {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  position: absolute;
  top: 20px;
}

.thanks .clsBT a {
  background: url(../images/contact/close-w.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 10px;
  text-indent: -9999px;
  top: 10px;
  width: 21px;
}

.thanks .thanksmsg {
  width: calc(100% - 2px);
  background: #FFF;
  height: auto;
  line-height: 1.8em;
  margin: 0 auto;
  padding: 2em 0;
}

.thanks .thanksfoot {
  width: 100%;
  background: #7B4600;
  font-size: 80%;
  line-height: 2em;
  padding: 1em;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 auto;
}

.thanks .thanksfoot p {
  color: #fff;
}

.thanks span.ssmbr::before {
  content: "\A";
  white-space: pre
}

@media only screen and (min-width:480px) {
  .thanks .thanksfoot {
    padding-top: 1.8em;
  }
}

@media only screen and (min-width:640px) {
  .thankshead p {
    font-size: 130%;
    top: 30px;
  }

  .thanks .thanksmsg {
    padding: 60px 0;
  }
}
