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

 file name  : inquiry.css
 style info : お問い合わせ
=================================================================== */
.intro .container, .inquiry .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .intro .container, .inquiry .container {
    width: 90% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .intro .container, .inquiry .container {
    width: 100% !important;
  }
}

.intro {
  margin-top: 45px;
}
@media only screen and (min-width: 1024px) {
  .intro {
    margin-top: 90px;
  }
}

/* -----------------------------------------------------------
	.intro
----------------------------------------------------------- */
.intro {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .intro {
    background: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .intro {
    padding-top: 100px;
  }
}
.intro .container .ttl-main {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .intro .container .ttl-main {
    color: #333;
  }
}
@media only screen and (min-width: 769px) {
  .intro .container .ttl-main {
    margin-bottom: 40px;
    font-size: 3rem;
  }
}

/* -----------------------------------------------------------
	.inquiry
----------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .inquiry {
    background: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .inquiry .container {
    padding: 60px 80px 0;
    background: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .inquiry .box-flow, .inquiry .text, .inquiry .box-form {
    max-width: 720px;
  }
}
.inquiry .box-flow {
  margin: 0 auto;
  padding-top: 9px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .inquiry .box-flow {
    padding-top: 13px;
  }
}
.inquiry .box-flow .flow-bullet div {
  position: relative;
  width: 4px;
  height: 4px;
  margin-left: 90px;
  background: #b58727;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .inquiry .box-flow .flow-bullet div {
    margin-left: 165px;
  }
}
.inquiry .box-flow .flow-bullet div:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -90px;
  width: 90px;
  height: 1px;
  margin-top: -1px;
  background: #ccc;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .inquiry .box-flow .flow-bullet div:before {
    left: -165px;
    width: 165px;
  }
}
.inquiry .box-flow .flow-bullet div.is-active:before {
  background: #b58727;
}
.inquiry .box-flow .flow-bullet div.is-active:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #b58727;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 769px) {
  .inquiry .box-flow .flow-bullet div.is-active:after {
    width: 26px;
    height: 26px;
  }
}
.inquiry .box-flow .flow-bullet div:first-child {
  margin-left: 0;
}
.inquiry .box-flow .flow-bullet div:first-child:before {
  display: none;
}
.inquiry .box-flow .flow-text {
  padding-top: 14px;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .inquiry .box-flow .flow-text {
    padding-top: 20px;
  }
}
.inquiry .box-flow .flow-text li {
  width: 94px;
  color: #666;
}
@media only screen and (min-width: 769px) {
  .inquiry .box-flow .flow-text li {
    width: 169px;
  }
}
@media only screen and (max-width: 350px) {
  .inquiry .box-flow .flow-text li:first-child {
    padding-right: 18px;
  }
}
@media only screen and (max-width: 350px) {
  .inquiry .box-flow .flow-text li:last-child {
    padding-left: 18px;
  }
}
.inquiry .box-flow .flow-text li.is-active {
  color: #b58727;
}
.inquiry .text {
  margin: 25px auto 0;
  color: #666;
}
@media only screen and (min-width: 769px) {
  .inquiry .text {
    margin-top: 80px;
  }
}
.inquiry .text.text-simple {
  margin: 25px auto 20px;
}
@media only screen and (min-width: 769px) {
  .inquiry .text.text-simple {
    margin: 80px auto 55px;
  }
}
.inquiry .text.error {
  color: #f0001f;
}
.inquiry .box-form {
  margin: 25px auto 40px;
  line-height: 1.6;
  color: #666;
}
@media only screen and (min-width: 769px) {
  .inquiry .box-form {
    margin: 30px auto 60px;
  }
}
.inquiry .box-form table {
  width: 100%;
  margin-bottom: 35px;
  border-bottom: 1px solid #f5f5f5;
}
@media only screen and (min-width: 769px) {
  .inquiry .box-form table {
    margin-bottom: 60px;
  }
}
.inquiry .box-form table th, .inquiry .box-form table td {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .inquiry .box-form table th, .inquiry .box-form table td {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .inquiry .box-form table th, .inquiry .box-form table td {
    padding: 25px 0;
  }
}
.inquiry .box-form table th {
  vertical-align: top;
  border-top: 1px solid #f5f5f5;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .inquiry .box-form table th {
    padding: 25px 0 5px;
  }
}
@media only screen and (min-width: 769px) {
  .inquiry .box-form table th {
    width: 33%;
    padding-right: 25px;
  }
}
.inquiry .box-form table th span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  padding: 2px 9px;
  line-height: 1;
  border-radius: 25px;
  background: #b58727;
  color: #fff;
  font-size: 1rem;
  letter-spacing: normal;
}
html.ie .inquiry .box-form table th span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meifryo, sans-serif;
}
@media only screen and (max-width: 768px) {
  .inquiry .box-form table td {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 769px) {
  .inquiry .box-form table td {
    border-top: 1px solid #f5f5f5;
  }
}
.inquiry .box-form table td input {
  padding: 10px;
  color: #666;
  -webkit-appearance: none;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.inquiry .box-form table td input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}
@media only screen and (max-width: 768px) {
  .inquiry .box-form table td input {
    font-size: 1.6rem;
  }
}
.inquiry .box-form table td input[type="text"], .inquiry .box-form table td input[type="email"] {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #f5f5f5;
}
.inquiry .box-form table td input[type="radio"], .inquiry .box-form table td input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inquiry .box-form table td input[type="radio"]:checked + .input-radio:after {
  transform: scale(1) translateY(-50%);
}
.inquiry .box-form table td input[type="checkbox"]:checked + .input-checkbox:after {
  transform: scale(1) translateY(-50%) rotate(-45deg);
}
.inquiry .box-form table td textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  color: #666;
  -webkit-appearance: none;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.inquiry .box-form table td textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}
@media only screen and (max-width: 768px) {
  .inquiry .box-form table td textarea {
    font-size: 1.6rem;
  }
}
.inquiry .box-form table td label {
  position: relative;
  cursor: pointer;
}
.inquiry .box-form table td .input-radio {
  position: relative;
  min-height: 20px;
  padding-left: 30px;
}
.inquiry .box-form table td .input-radio:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inquiry .box-form table td .input-radio:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #b58727;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transform: scale(0) translateY(-50%);
  transform-origin: 50% 0;
}
.inquiry .box-form table td .input-checkbox {
  position: relative;
  min-height: 20px;
  padding-left: 30px;
}
.inquiry .box-form table td .input-checkbox:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d0d0d0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inquiry .box-form table td .input-checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  width: 11px;
  height: 6px;
  margin-top: -3px;
  border-left: 4px solid #b58727;
  border-bottom: 4px solid #b58727;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transform: scale(0) translateY(-50%) rotate(-45deg);
}
.inquiry .box-form table td .text-error {
  display: none;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  -webkit-animation: 0.5s flash ease-in-out;
  animation: 0.5s flash ease-in-out;
}
.inquiry .box-form table td .text-error-center {
  padding-top: 10px !important;
}
@media only screen and (min-width: 769px) {
  .inquiry .box-form table td .text-error-center {
    text-align: center;
  }
}
.inquiry .box-form table td .text-privacy {
  padding-right: 40px;
  text-align: center;
}
.inquiry .box-form table td .text-privacy a {
  color: #b58727;
  text-decoration: underline;
}
.inquiry .box-form table td .text-privacy a:hover {
  text-decoration: none;
}
.inquiry .box-form table td .text-privacy .label_required {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  padding: 2px 9px;
  line-height: 1;
  border-radius: 25px;
  background: #b58727;
  color: #fff;
  font-size: 1rem;
  letter-spacing: normal;
}
html.ie .inquiry .box-form table td .text-privacy .label_required {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meifryo, sans-serif;
}
.inquiry .box-form table td .text-error,
.inquiry .box-form table td .text-error-check {
  padding-top: 5px;
  color: #f0001f;
}
@media only screen and (min-width: 769px) {
  .inquiry .box-form table td .text-error,
  .inquiry .box-form table td .text-error-check {
    font-size: 1.3rem;
  }
}
.inquiry .box-form table td .box-validate {
  position: relative;
}
.inquiry .box-form table td .box-validate:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.3em;
  width: 13px;
  height: 9px;
  background: url(../images/inquiry/ic_check.png) center center/cover no-repeat;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transform: scale(0) translateY(-50%);
  transform-origin: 50% 0;
}
@media only screen and (min-width: 769px) {
  .inquiry .box-form table td .box-validate:after {
    right: 1em;
  }
}
.inquiry .box-form table td.val-ok .box-validate input, .inquiry .box-form table td.val-ok .box-validate textarea {
  padding-right: 38px;
  background: #ecfaf7;
}
.inquiry .box-form table td.val-ok .box-validate input:-webkit-autofill, .inquiry .box-form table td.val-ok .box-validate textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ecfaf7 inset;
}
.inquiry .box-form table td.val-ok .box-validate:after {
  transform: scale(1) translateY(-50%);
}
.inquiry .box-form table td.val-ok .text-error {
  display: none;
}
.inquiry .box-form table td.val-ng .box-validate input, .inquiry .box-form table td.val-ng .box-validate textarea {
  background: #ffb2b2;
}
.inquiry .box-form table td.val-ng .box-validate input:-webkit-autofill, .inquiry .box-form table td.val-ng .box-validate textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffb2b2 inset;
}
.inquiry .box-form table td.val-ng .text-error {
  display: block;
}
.inquiry .box-form table td.val-ng .text-error.e-val {
  display: none;
}
.inquiry .box-form table td.val-ng.val-ng_e-val .text-error.e-req {
  display: none;
}
.inquiry .box-form table td.val-ng.val-ng_e-val .text-error.e-val {
  display: block;
}
.inquiry .box-form table .category td li {
  margin-bottom: 5px;
}
.inquiry .box-form table .gender td li {
  width: 50%;
}
.inquiry .box-form table .age td .box-validate {
  display: inline-block;
}
.inquiry .box-form table .age td .box-validate:after {
  right: 2.8em;
}
@media only screen and (min-width: 769px) {
  .inquiry .box-form table .age td .box-validate:after {
    right: 2.5em;
  }
}
.inquiry .box-form table .age td input, .inquiry .box-form table .age td span {
  display: inline-block;
  vertical-align: middle;
}
.inquiry .box-form table .age td input {
  width: 90px;
}
.inquiry .box-form table .age td span {
  margin-left: 0.2em;
}
.inquiry .box-form .text-error-form {
  display: none;
  color: #f0001f;
  text-align: center;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  -webkit-animation: 0.4s flash ease 2;
  animation: 0.4s flash ease 2;
}
.inquiry .box-form .box-btn {
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  .inquiry .box-form .box-btn {
    margin: 25px auto 0;
    text-align: center;
  }
}
.inquiry .box-form .box-btn a {
  display: inline-block;
}
.inquiry .box-form .box-btn a:hover {
  text-decoration: none;
}
.inquiry .box-form .box-btn .btn {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  border: none;
  background: #b58727;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.inquiry .box-form .box-btn .btn:hover {
  background: #f06000;
}
@media only screen and (min-width: 769px) {
  .inquiry .box-form .box-btn .btn {
    max-width: 480px;
    font-size: 1.6rem;
  }
}
.inquiry .box-form .box-btn .btn.btn-gray {
  position: relative;
  margin-top: 15px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
}
@media only screen and (min-width: 769px) {
  .inquiry .box-form .box-btn .btn.btn-gray {
    margin-top: 20px;
    padding: 12px 15px;
  }
}
.inquiry .box-form .box-btn .btn.btn-gray.mini {
  padding: 8px 15px;
}
@media only screen and (min-width: 769px) {
  .inquiry .box-form .box-btn .btn.btn-gray.mini {
    padding: 6px 15px;
  }
}
.inquiry .box-form .box-btn .btn.btn-gray:hover {
  background: #fff;
}
.inquiry .box-form .box-btn .btn.btn-gray .icon-chevron-left {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #b58727;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
