@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp_rows {
  overflow: hidden;
  line-height: 1.5;
}
.mfp_rows .mfp_col5 {
  float: left;
}
@media screen and (max-width: 767px) {
  .mfp_rows .mfp_col5 {
    width: calc(50% - 0.25em);
  }
}
@media screen and (max-width: 767px) {
  .mfp_rows .mfp_col5 input[type=text],
.mfp_rows .mfp_col5 input[type=tel],
.mfp_rows .mfp_col5 input[type=email] {
    width: 100%;
  }
}
.mfp_rows .mfp_col5 + .mfp_col5 {
  margin-left: 0.5em;
}
.mfp_rows .mfp_col10 + .mfp_col10 {
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .mfp_rows .mfp_col10 input[type=text],
.mfp_rows .mfp_col10 input[type=tel],
.mfp_rows .mfp_col10 input[type=email] {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .address_item .mfp_col10 span {
    display: inline-block;
    width: 5em;
    text-align: right;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .address_item .mfp_col10 span {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .address_item .mfp_col10 input {
    width: calc(100% - 6em) !important;
  }
}

.policy_btn {
  text-align: center;
  font-size: 82%;
  margin: 2em 0 0;
}
.policy_btn a {
  text-decoration: underline;
}
.policy_btn a:hover {
  text-decoration: none;
}

.mfp_buttons {
  clear: both;
  margin: 2em 0 0;
  text-align: center;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .mfp_buttons {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mfp_buttons {
    margin-top: 1em;
  }
}
.mfp_buttons button {
  padding: 1em 0;
  cursor: pointer;
  outline: none;
  background: #ff8400;
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  min-width: 400px;
}
@media screen and (max-width: 767px) {
  .mfp_buttons button {
    padding-left: 1em;
    padding-right: 1em;
    min-width: 80%;
  }
}
.mfp_buttons button[type=reset], .mfp_buttons button#mfp_button_cancel {
  color: #333 !important;
  background: #eee !important;
  border: 1px solid #ccc !important;
}
.mfp_buttons button:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
#mfp_overlay_inner .mfp_buttons {
  margin-top: 1em;
}
#mfp_overlay_inner .mfp_buttons button {
  padding: 0.5em 0;
  width: 10em;
  min-width: inherit;
  font-size: 1.6rem;
}

.mailform input.seminar_select {
  background: #fffddc;
  font-weight: bold;
  outline: none;
}
.mailform > div {
  padding: 0.5em 1em;
}
@media print, screen and (min-width: 768px) {
  .mailform > div {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .mailform > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.mailform > div:first-child {
  padding-top: 0;
}
.mailform > div dt {
  padding-top: 0.6em;
}
@media print, screen and (min-width: 768px) {
  .mailform > div dt {
    width: 13em;
  }
}
@media screen and (max-width: 767px) {
  .mailform > div dt {
    font-weight: bold;
    margin-bottom: 1em;
    background: #f2f2f2;
    padding: 1em;
  }
}
.mailform > div dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media print, screen and (min-width: 768px) {
  .boder_top {
    padding-top: 2em !important;
    margin-top: 1.5em;
    position: relative;
  }
  .boder_top:before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ff8400), color-stop(30%, #ff8400), color-stop(30%, #ccc), to(#ccc));
    background: linear-gradient(90deg, #ff8400 0%, #ff8400 30%, #ccc 30%, #ccc 100%);
  }
}

.mfp textarea,
.mfp select,
.mfp input[type=text],
.mfp input[type=tel],
.mfp input[type=email] {
  padding: 0.5em;
  border: 1px solid #ccc;
}
.mfp textarea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mfp textarea {
    height: 50vw;
  }
}
.mfp input[type=text],
.mfp input[type=tel],
.mfp input[type=email] {
  width: 100%;
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

@media screen and (max-width: 767px) {
  div.mfp_thanks {
    padding-left: 20px;
    padding-right: 20px;
  }
}

div.mfp_thanks p {
  line-height: 1.7em;
}

div.mfp_thanks ul.mfp_caution li {
  color: #ff0000;
}

div#mfp_thanks {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

div#mfp_thanks strong {
  color: #c00;
  font-size: 24px;
}

.must {
  display: inline-block;
  vertical-align: middle;
  background-color: #c00;
  padding: 0.2em 0.5em;
  font-size: 1rem;
  color: #fff;
  margin: 0 0 0 1em;
  border-radius: 4px;
}

.optionally {
  display: block;
  background-color: #06c;
  border: solid 2px #06c;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #fff;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px #ccc;
          box-shadow: 0px 0px 5px #ccc;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
}

form#mailformpro label {
  border-radius: 3px;
  margin: 3px;
  display: inline-block;
}

form#mailformpro label.mfp_checked {
  padding: 3px;
  border: solid 1px #ccc;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0px 1px 3px #ccc inset;
          box-shadow: 0px 1px 3px #ccc inset;
}

form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: solid 1px #eee;
}

table#mfp_confirm_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
  margin-top: 0.5em;
}

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

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 {
  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: 36px;
  padding: 10px 0px 0px 0px;
  text-align: center;
}

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;
  -webkit-box-shadow: 0px 0px 10px #000;
          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);
}

div.mfp_err {
  clear: both;
  display: none;
  margin: 5px 0px 0px 0px;
  color: #f00;
  line-height: normal;
}
div.mfp_err:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  background: url("../img/ico_caution.svg") no-repeat 0 0/100%;
}

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

div#mfp_price {
  color: #c00;
  font-size: 36px;
  padding: 10px;
  font-weight: bolder;
}

div#mfp_price span {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

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 {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  padding: 8px 0px;
}

ul#mfp_phase_stat li.mfp_active_phase {
  -webkit-box-shadow: 0px 1px 6px #000;
          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;
  -webkit-box-shadow: 0px 1px 6px #ccc;
          box-shadow: 0px 1px 6px #ccc;
}

div#mfp_shopping_cart {
  border: solid 1px #ccc;
  margin: 0px;
  padding: 0px;
}

div#mfp_shopping_cart p {
  margin: 0px;
  text-align: center;
  padding: 20px 10px;
  font-size: 12px;
  background-color: #fee;
}

table.mfp_shoppingcart {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

table.mfp_shoppingcart thead tr td {
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

table.mfp_shoppingcart tbody tr th,
table.mfp_shoppingcart tbody tr td {
  font-size: 12px;
  padding: 5px;
  border-bottom: solid 1px #ccc;
}

table.mfp_shoppingcart tbody tr td select {
  display: block;
  margin: 0px auto;
  text-align: center;
}

table.mfp_shoppingcart tbody tr td select option {
  text-align: center;
}

table.mfp_shoppingcart tbody tr th span {
  display: block;
  font-weight: normal;
  font-size: 10px;
  color: #666;
  padding: 3px 0px;
}

table.mfp_shoppingcart tfoot tr td {
  padding: 5px;
  font-size: 16px;
  font-weight: bolder;
  color: #900;
}

td.msc_price {
  font-size: 12px;
  text-align: right;
}

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

div.mfp_ok {
  border-radius: 5px;
  background-color: #090;
  border: solid 1px #090;
  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;
  -webkit-box-shadow: 0px 0px 5px #ccc;
          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;
}

div.mfpSuggestWrapper {
  position: relative;
}

div.mfpSuggestResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #ccc;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px #ccc;
          box-shadow: 0px 0px 5px #ccc;
  display: none;
}

div.mfpSuggestResult div {
  cursor: pointer;
}

div.mfpSuggestResult div:hover {
  background-color: #c9ebfb;
}

div.mfpSuggestResult div.mfpSuggestNext {
  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_attached_thumbnails {
  display: none;
  padding: 5px;
  margin: 5px auto;
  border: solid 1px #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px #ccc inset;
          box-shadow: 0px 0px 5px #ccc inset;
  background: #eee;
}

div.mfp_attached_thumbnails ul {
  margin: 0px;
  padding: 0px;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  border: solid 4px #fff;
  margin: 5px;
  -webkit-box-shadow: 0px 2px 5px #999;
          box-shadow: 0px 2px 5px #999;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
  display: block;
  max-height: 100px;
  overflow: hidden;
}

div.mfp_attached_thumbnails ul li a img {
  display: block;
  max-width: 80px;
}

button.mfp_attached_reset {
  font-size: 14px;
}

div.mfp_draganddrop {
  margin: 5px auto;
  width: 100%;
  height: 200px;
  border: solid 2px #ccc;
  border-radius: 3px;
  background: url(_images/draganddrop.png) no-repeat center center #eee;
  background-size: auto 80%;
}

div.mfp_dragover {
  border: solid 2px #0068b7;
  background-color: #fff;
}

div.mfp_attached_filelist {
  margin: 5px auto;
  padding: 5px;
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 3px;
}

form#mailformpro dl dd div.mfp_attached_filelist ul,
div.mfp_attached_filelist ul {
  padding: 5px;
}

form#mailformpro dl dd div.mfp_attached_filelist ul li,
div.mfp_attached_filelist ul li {
  padding: 5px 5px 5px 2em;
  background: url(_images/file.png) no-repeat 5px center;
  background-size: 1.3em 1.3em;
  display: inline-block;
  margin-right: 1em;
}

form#mailformpro dl dd div.mfp_attached_filelist ul li:last-child,
div.mfp_attached_filelist ul li:last-child {
  border: none;
}

div.mfp_guide {
  position: relative;
  width: 1px;
  height: 1px;
}

div.mfp_guide div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-top: -2em;
  white-space: nowrap;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1em;
  font-size: 12px;
  color: #fff;
  font-weight: bolder;
  background: #f00;
  display: none;
}

div#mfp_numticket_wrapper,
div#mfp_numticket_wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

div#mfp_numticket_wrapper {
  clear: both;
  padding: 15px;
}

div#mfp_numticket_wrapper section#numticket_message_wrapper {
  border: solid 3px #f00;
  border-radius: 5px;
  background: #fee;
  padding: 15px;
  font-size: 16px;
  line-height: 1.7em;
  margin: 5px auto;
}

div#mfp_numticket_wrapper section#numticket_waitTime {
  border: solid 3px #ccc;
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  font-size: 16px;
  margin: 10px auto;
}

div#mfp_numticket_wrapper section#numticket_waitTime strong {
  font-size: 32px;
  display: block;
  text-align: center;
}

div#mfp_numticket_wrapper section#numticket_waitTime p.numticket_center {
  text-align: center;
}

div.mfp_traffic_status {
  max-width: 460px;
  margin: 10px auto;
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 15px;
}

div.mfp_traffic_status h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}

div.mfp_traffic_status table {
  text-align: center;
  width: 100%;
}

div#wrapper div.mfp_traffic_status table tr th,
div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td,
div.mfp_traffic_status table th {
  border: none;
  padding: 0;
}

div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td {
  padding: 0 2px;
}

div#wrapper div.mfp_traffic_status table tr th,
div.mfp_traffic_status table th {
  border-top: solid 1px #ccc;
  font-size: 10px;
  font-weight: normal;
  padding-top: 5px;
  color: #999;
}

div.mfp_traffic_status table td {
  height: 100px;
}

div.mfp_traffic_status table td span {
  display: block;
  background: #7baaf7;
  border-radius: 3px 3px 0 0;
  border-top: solid 1px #66a1f7;
  border-right: solid 1px #66a1f7;
  border-left: solid 1px #66a1f7;
  min-width: 10px;
  max-width: 30px;
  margin: 0 auto;
  padding-bottom: 10px;
}

div.mfp_traffic_status table td span.mfp_traffic_status_current {
  background: #5d7af2;
  border-top: solid 1px #546cd1;
  border-right: solid 1px #546cd1;
  border-left: solid 1px #546cd1;
}

.mfp_ok {
  background-color: rgba(0, 255, 0, 0.2);
}

.mfp_ng {
  background-color: rgba(255, 0, 0, 0.2);
}

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

div#mfp_OperationCheck strong {
  background: #090;
  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 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;
}

button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
  border-radius: 5px;
  padding: 5px 10px 5px 2em;
  border: solid 1px #ccc;
  background: gradient(linear, center top, center bottom, from(#eee), to(#ccc));
  background: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
  text-shadow: 0px 2px 0px #fff;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin: 5px auto;
}

button#mfp_recorder_record {
  background: url(_images/mfp_record_disabled.png) no-repeat 5px center #eee;
  background-size: 24px 24px;
}

button#mfp_recorder_clear {
  background: url(_images/mfp_record_remove.png) no-repeat 5px center #eee;
  background-size: 24px 24px;
}

button#mfp_recorder_restore {
  background: url(_images/mfp_record_restore.png) no-repeat 5px center #eee;
  background-size: 24px 24px;
}

button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
  background: url(_images/mfp_record_enabled.png) no-repeat 5px center #eee;
  background-size: 24px 24px;
}

div#mfp_recorder_wrap {
  border: solid 1px #ccc;
  padding: 10px;
  text-align: center;
  margin: 5px auto;
}

td.request_image {
  width: 100px;
}

td.request_image img {
  max-width: 100px;
}

button.mfp_submit_enable {
  background: none;
  background: #000090;
}

button.mfp_submit_disable {
  background: none;
  background: #fd8282;
}

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;
  -webkit-box-shadow: 0px 2px 10px #999;
          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: #090;
  font-weight: bold;
}

div.mfp_estimate_wrapper {
  border: solid 1px #ccc;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap {
  position: relative;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 5px;
  margin: 10px 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap div.mfp_estimate_label {
  position: absolute;
  top: -0.7em;
  left: 1em;
  display: inline-block;
  background: #fff;
  font-size: 12px;
  padding: 0 0.5em;
  color: #666;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap select {
  font-size: 18px;
  margin: 5px 0;
  padding: 5px 10px;
  line-height: 1em;
  min-height: 2.5em;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap img {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: 0 auto;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap strong {
  display: block;
  text-align: right;
  color: #900;
  font-size: 24px;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap strong em {
  display: inline-block;
  font-size: 30px;
}

div.mfp_estimate_wrapper button.mfp_estimate_button {
  margin: 10px 0 0 0;
  padding: 5px 10px;
  border-radius: 5px;
  border: solid 1px #ccc;
  background: gradient(linear, center top, center bottom, from(#eee), to(#ccc));
  background: gradient(linear, center top, center bottom, from(#eee), to(#ccc));
  background: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
  text-shadow: 0px 2px 0px #fff;
}

div.mfp_estimate_list table.mfp_estimate_list_table {
  width: 100%;
  margin: 10px 0;
}

div.mfp_estimate_list table.mfp_estimate_list_table thead tr th {
  text-align: center;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tr td {
  border: none;
  border-bottom: solid 1px #333;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td {
  border: none;
  text-align: right;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td {
  padding: 0;
  margin: 0;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th {
  padding: 0 10px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span {
  font-size: 10px;
  display: block;
  color: #666;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1) {
  width: 80px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2) {
  text-align: right;
  padding: 0 10px;
  width: 120px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3) {
  width: 60px;
}

div.mfp_estimate_list table.mfp_estimate_list_table tbody td img {
  max-width: 80px;
}

div.mfp_estimate_list table.mfp_estimate_list_table tbody td button {
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
}

div.mfp_ticket_wrapper {
  border: solid 1px #ccc;
  margin: 5px;
  overflow: auto;
}

div.mfp_ticket_map {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
}

div.mfp_ticket_map div {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
}

div.mfp_ticket_map div label {
  position: relative;
}

div.mfp_ticket_map div label span {
  position: absolute;
  top: 0px;
  left: 20px;
  display: inline-block;
  font-size: 10px;
  white-space: nowrap;
  display: none;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 3px 3px;
  line-height: 1em;
}

div.mfp_ticket_map div label:hover span {
  display: block;
  z-index: 10;
}

div.mfp_ticket_map div label input {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #ccc;
}

.zip_code input[type=text] {
  width: auto;
}

.address .no-must input[type=text] {
  width: auto;
}

.no-must {
  width: 88%;
  position: relative;
  left: 9%;
}

.inline-block {
  display: inline-block;
  padding-left: 5rem;
}

.address li {
  position: relative;
}

.address .must {
  position: absolute;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .mfp_element_select-one {
    font-size: 0.8em;
  }

  .address .no-must input[type=text] {
    width: auto;
  }

  .no-must {
    width: auto;
    left: 0;
  }

  .inline-block {
    display: block;
    padding: 0;
  }

  .address .must {
    width: auto;
    left: auto;
    right: 5px;
    margin-bottom: 0.5rem;
  }

  .mailform .mfp_colored .address input {
    max-width: 80%;
  }

  div#mfp_phase_confirm h4 {
    font-size: 18px;
  }

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

  table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
    padding: 5px;
  }

  table#mfp_confirm_table tr th {
    width: 8em;
  }

  div#mfp_thanks {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
  }

  div#mfp_thanks strong {
    color: #c00;
    font-size: 24px;
    display: block;
  }
}
.mfp_thanks .catch_txt {
  font-size: 2.6rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mfp_thanks .catch_txt {
    font-size: 2rem;
  }
}

div.mfp_thanks p {
  line-height: 1.7em;
  margin-bottom: 1em;
}

div.mfp_thanks ul.mfp_caution {
  padding: 0px;
  margin: 15px 0 15px 30px;
}

div.mfp_thanks ul.mfp_caution li {
  color: #c00;
  margin: 0;
  padding: 5px 0px;
  list-style-type: disc !important;
}

div#mfp_thanks {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

div#mfp_thanks strong {
  color: #c00;
  font-size: 24px;
}

.page_head:after {
  background: url("../../img/contact/mainimg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .page_head > div h2 .ja {
    font-size: 2rem;
  }
}

.form_text1 {
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .form_text1 {
    font-size: 1.8rem;
  }
}

.form_cont {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .form_cont {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .form_cont {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .form_left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .form_left {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .form_left dd {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.form_right {
  background: #ff8400;
  color: #fff;
  padding: 4rem 3rem;
}
@media print, screen and (min-width: 768px) {
  .form_right {
    width: 350px;
    margin-left: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .form_right {
    width: calc(100% - 40px);
    margin: 4rem auto 0;
  }
}
.form_right a {
  color: #fff;
}
.form_right > div + div {
  border-top: 1px dotted #9b9582;
  margin-top: 3rem;
  padding-top: 3rem;
}
.form_right h3 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .form_right h3 {
    font-size: 1.9rem;
  }
}
.form_right .tel {
  margin-top: 2rem;
}
.form_right .tel a {
  font-family: "Roboto", sans-serif;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .form_right .tel a {
    text-decoration: none;
  }
}
.form_right .tel a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2.5rem;
  background: url("../img/ico_tel2.svg") no-repeat center/contain;
  margin-right: 0.3em;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.form_right .tel a > span {
  font-size: 2.4rem;
  padding-left: 3rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .form_right .tel a > span {
    font-size: 1.9rem;
  }
}
.form_right .tel a > span small {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .form_right .tel a > span small {
    font-size: 1.3rem;
  }
}
.form_right ul {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px dotted #fff;
}
.form_right ul li {
  margin-top: 0.5em;
}
.form_right ul a {
  display: block;
  text-decoration: none;
}
.form_right ul a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 0.4em;
  width: 0.4em;
  margin-right: 0.8em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form_right ul a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .thanks_cont {
    text-align: center;
  }
}
.thanks_cont p + p {
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .thanks_cont p br {
    display: none;
  }
}