@charset "utf-8";

/*--------------------------------------------------------------------------
  reset
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}


/*--------------------------------------------------------------------------
  common (custom)
---------------------------------------------------------------------------*/
#Header {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
  z-index: 50;
}

.under .mv {
  background-image: url(../img/tourentry/title_bg.jpg);
  background-size: cover;
}

.under .mv img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .under .mv {
    height: 120px;
  }
}

/*--------------------------------------------------------------------------
  modules (custom)
---------------------------------------------------------------------------*/
.table table tr th {
  padding: 15px 0;
  padding-left: 30px;
  vertical-align: middle;
}

/*--------------------------------------------------------------------------
  entry (custom)
---------------------------------------------------------------------------*/
#Sec01 input[type="text"],
#Sec01 input[type="email"],
#Sec01 input[type="tel"],
textarea {
  padding-right: 10px;
}

@media screen and (max-width: 640px) {

  #Sec01 input[type="text"],
  #Sec01 input[type="email"],
  #Sec01 input[type="tel"],
  textarea {
    padding-left: 10px;
  }

  #Sec02 {
    margin-bottom: 50px;
  }

  /* reset for module.css */
  .btn-02 {
    width: 80px;
    height: 26px;
    margin: 12px 15px;
    font-size: 1.0rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #00913b, #01928a);
    box-sizing: border-box;
    border-radius: 12px;
  }
}


/*--------------------------------------------------------------------------
  original
---------------------------------------------------------------------------*/
.te-block-sp,
.te-inline-sp {
  display: none;
}

.te-text-color-default {
  color: inherit !important;
}

.te-text-color-theme {
  color: #00913a
}

.te-text-bold {
  font-weight: bold;
}

.te-text-nowrap {
  white-space: nowrap;
}

.te-text-align-center {
  text-align: center;
}

.te-list-default {
  margin: 20px 0;
}

.te-list-default li {
  margin-left: 25px;
  list-style: disc;
}

.te-form-step {
  display: block;
  margin: 10px auto 30px;
}

.te-form-step-list {
  display: table;
  margin: 0 auto;
}

.te-form-step-list-item {
  width: 200px;
  display: table-cell;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  font-size: 90% !important;
  font-weight: bold;
  color: #ccc;
  letter-spacing: .01em;
  padding: 0 5px;
  position: relative;
}

.te-form-step-list-item.is-now {
  color: #00913a;
}

.te-form-step-list-item.is-done {
  color: #8c9;
}

.te-form-step-list-item-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: transparent url(../img/tourentry/form_step_number.png) 0 0 no-repeat;
  background-size: 120px 200px;
  position: relative;
  z-index: 20;
}

.te-form-step-list-item:nth-child(1) .te-form-step-list-item-icon {
  background-position: 0 0;
}

.te-form-step-list-item:nth-child(2) .te-form-step-list-item-icon {
  background-position: 0 -40px;
}

.te-form-step-list-item:nth-child(3) .te-form-step-list-item-icon {
  background-position: 0 -80px;
}

.te-form-step-list-item:nth-child(1).is-now .te-form-step-list-item-icon {
  background-position: -40px 0;
}

.te-form-step-list-item:nth-child(2).is-now .te-form-step-list-item-icon {
  background-position: -40px -40px;
}

.te-form-step-list-item:nth-child(3).is-now .te-form-step-list-item-icon {
  background-position: -40px -80px;
}

.te-form-step-list-item:nth-child(1).is-done .te-form-step-list-item-icon {
  background-position: -80px 0;
}

.te-form-step-list-item:nth-child(2).is-done .te-form-step-list-item-icon {
  background-position: -80px -40px;
}

.te-form-step-list-item:nth-child(3).is-done .te-form-step-list-item-icon {
  background-position: -80px -80px;
}

.te-form-step-list-item:before,
.te-form-step-list-item:after {
  content: "";
  width: 50%;
  height: 6px;
  position: absolute;
  top: 17px;
  z-index: 10;
  background-color: #ccc;
}

.te-form-step-list-item:before {
  left: 0;
}

.te-form-step-list-item:after {
  right: 0;
}

.te-form-step-list-item.is-now:before,
.te-form-step-list-item.is-done:before,
.te-form-step-list-item.is-done:after {
  background-color: #8c9;
}

.te-form-step-list-item:first-child:before,
.te-form-step-list-item:last-child:after {
  background-color: transparent !important;
}

.te-form-error-message {
  display: none;
  font-size: 130%;
  font-weight: bold;
  color: #d00;
  margin: 20px 0;
}

.te-form-table :-ms-input-placeholder {
  /* IE */
  color: #ccc;
  opacity: 1;
}

.te-form-table ::-ms-input-placeholder {
  /* Edge */
  color: #ccc;
  opacity: 1;
}

.te-form-table ::placeholder {
  color: #ccc;
  opacity: 1;
}

.te-form-item-error input,
.te-form-item-error .te-form-selectbox select,
.te-form-check-privacy.te-form-item-error {
  border: 1px solid #d77 !important;
  background-color: #fee;
}

.te-form-item-hide {
  display: none !important;
}

.te-form-selectbox {
  display: block;
  position: relative;
  width: 95%;
}

.te-form-selectbox select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 1.4rem;
  border: 1px solid #dddad9;
  border-radius: 0;
  background: transparent;
}

.te-form-selectbox::after {
  content: "";
  display: none;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 12px;
  border-bottom: #999 1px solid;
  border-right: #999 1px solid;
  transform: rotate(45deg)translateY(-30%);
}

.te-form-check-privacy {
  display: block;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}

.te-form-check-privacy .mwform-checkbox-field-text:after {
  content: "※";
  color: red;
  font-size: 70%;
  vertical-align: super;
}

.te-form-submit-info {
  font-size: 120%;
  color: #00913a;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 10px;
}


.btn-02.te-form-button {
  display: inline-block;
  width: auto;
  height: 70px;
  border-radius: 35px;
  font-size: 2rem;
  padding: 0 40px;
  margin: 0 auto;
}

.btn-02.te-form-button-submit {
  padding: 0 90px;
}

.btn-02.te-form-button-correct {
  background: linear-gradient(90deg, #888, #999);
  margin-right: 20px;
}

.btn-02.te-form-button-correct:hover {
  border: 1px solid #999;
  background: #ddd;
  color: #777;
}


.te-table-compact.table table tr td,
.te-table-compact.table table tr th {
  padding: 10px 0;
  padding-left: 30px;
  line-height: 1.5;
  font-size: 1.5rem;
}

.te-subsection-overview {
  display: none;
}

.te-overview {
  margin-top: -50px !important;
  margin-bottom: 70px !important;
}

.te-overview-info {
  display: table;
  width: 100%;
}

.te-overview-info-description {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  font-size: 1.8rem;
  padding-bottom: 10px;
}

.te-overview-info-image {
  display: table-cell;
  vertical-align: bottom;
}

.te-overview-info-image img {
  display: block;
  margin: 0 auto;
}

.te-overview-list-occupation {
  display: block;
  position: relative;
}

.te-overview-list-occupation li {
  list-style: disc inside;
  width: 33%;
  float: left;
}

.te-form-annotation {
  text-align: right;
}

.te-mark-required {
  color: red;
  font-size: 70%;
  vertical-align: super;
}

.mw_wp_form_input .te-form-selectbox::after {
  display: block;
}

.mw_wp_form_input .te-form-item-privacy-input {
  display: block !important;
}

.mw_wp_form_preview .te-form-item-privacy-confirm {
  display: table-row !important;
}

.mw_wp_form_preview .te-mark-required {
  display: none;
}

.mw_wp_form_preview .te-form-submit-info {
  display: block !important;
}



@media screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
  .te-form-step-list-item-icon {
    background-image: url(../img/tourentry/form_step_number@2x.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-resolution: 3dppx) {
  .te-form-step-list-item-icon {
    background-image: url(../img/tourentry/form_step_number@3x.png);
  }
}

@media screen and (max-width: 640px) {

  .te-block-pc,
  .te-inline-pc {
    display: none;
  }

  .te-block-sp {
    display: block;
  }

  .te-inline-sp {
    display: inline;
  }

  .te-overview {
    margin-top: -10px !important;
  }

  .te-overview-info {
    display: block;
  }

  .te-overview-info-description {
    display: block;
    font-size: 1.5rem;
    padding-bottom: 20px;
  }

  .te-overview-info-image {
    display: block;
  }

  .te-overview-info-image img {
    max-width: 80%;
    height: auto;
  }

  .te-overview-list-occupation li {
    width: 100%;
    float: none;
  }

  .te-form-step-list {
    width: 100%;
  }

  .te-form-step-list-item {
    width: 33.33%;
  }

  .te-form-table.table table tr th,
  .te-form-table.table table tr td {
    box-sizing: border-box;
    width: 100% !important;
  }

  .te-form-table.table table tr th {
    padding: 2px 10px !important;
  }

  .te-form-table.table table tr td {
    padding: 3px 0 8px !important;
  }

  .mw_wp_form_preview .te-form-table.table table tr td {
    padding: 4px 10px !important;
  }

  .te-form-selectbox,
  .te-form-table input[name="name"],
  .te-form-table input[name="kana"],
  .te-form-table input[name="phone"],
  .te-form-table input[name="datetime1"],
  .te-form-table input[name="datetime2"],
  .te-form-table input[name="university"],
  .te-form-table input[name="email"] {
    width: 100% !important;
    box-sizing: border-box;
  }

  .btn-02.te-form-button {
    height: 60px;
    border-radius: 30px;
    width: 100%;
  }

  .te-form-button-multi {
    display: flex;
  }

  .btn-02.te-form-button-correct,
  .btn-02.te-form-button-submit {
    width: auto;
    min-width: inherit;
    display: block;
    padding: 0 10px;
  }

  .btn-02.te-form-button-correct {
    margin-right: 8px;
    flex-basis: 42%;
  }

  .btn-02.te-form-button-submit {
    flex-basis: 58%;
  }

  .te-table-compact.table table tr {
    width: 100%;
    display: table-row;
  }

  .te-table-compact.table table tr th,
  .te-table-compact.table table tr td {
    display: table-cell;
    width: auto !important;
    padding: 12px !important;
    padding-left: 12px !important;
  }


  .te-table-compact.table table tr td,
  .te-table-compact.table table tr th,
  .te-form-table.table table tr td,
  .te-form-table.table table tr th {
    font-size: 1.3rem;
  }

  .mw_wp_form_preview .te-form-item-privacy-confirm {
    display: block !important;
  }
}

@media screen and (max-width: 360px) {
  .te-form-step-list-item {
    white-space: normal;
    font-size: 100% !important;
    /*
		font-weight: bold;*/
  }
}