@charset "UTF-8";
/******************************************************
fonts
******************************************************/
/******************************************************
subpage
******************************************************/
.subpageTitle {
  background: url(../img/title.jpg) no-repeat right center;
  background-size: cover;
  background-color: #fff; }

#cont01 h2 em {
  line-height: 1.25; }

#cont01 h2 + em {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  line-height: 1.8;
  padding-bottom: 30px;
  text-align: center; }

.contactForm {
  padding: 20px;
  background: #f4f6fa; }
  .contactForm h3 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 2px;
    border-bottom: #3f1200 solid 1px; }
  .contactForm em {
    padding-top: 20px;
    display: block;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 6px; }
    .contactForm em.must:after {
      content: "必須";
      font-size: 1rem;
      font-weight: normal;
      line-height: 12px;
      width: 30px;
      text-align: center;
      background: #ff4b04;
      color: #fff;
      display: inline-block;
      border-radius: 2px;
      position: relative;
      top: -1px;
      margin-left: 5px; }
  .contactForm .inputBox {
    width: auto;
    display: block; }
  .contactForm .inputBox + h3 {
    padding-top: 20px; }

input[type="text"], input[type="tel"] {
  font-size: 1.6rem;
  height: 36px;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  border: #ccc solid 1px;
  margin: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type="email"] {
  font-size: 1.6rem;
  height: 36px;
  padding: 0 10px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  border: #ccc solid 1px;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

textarea {
  font-size: 1.6rem;
  font-weight: normal !important;
  width: 100%;
  height: 160px;
  padding: 10px;
  box-sizing: border-box;
  border: #d8d8d8 solid 1px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-shadow: none; }

.selectLabel {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  vertical-align: top; }
  .selectLabel select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: medium none;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 1.6rem;
    height: 36px;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    background: #fff;
    border: #ccc solid 1px;
    padding-right: 50px;
    color: #3f1200;
    width: 125%;
    max-width: none;
    box-shadow: none; }
    .selectLabel select option, .selectLabel select optgroup {
      color: #000;
      font-style: normal; }
  .selectLabel:before {
    content: "";
    width: 1px;
    height: 36px;
    position: absolute;
    right: 36px;
    top: 0px;
    background: #d8d8d8;
    z-index: 1;
    pointer-events: none; }
  .selectLabel:after {
    background: #fff;
    color: #3f1200;
    content: "\e901";
    font-family: "icomoon";
    font-size: 6px;
    height: 100%;
    line-height: 36px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 36px;
    box-sizing: border-box;
    border: #d8d8d8 solid 1px;
    border-bottom: 0;
    display: inline-block;
    transform: rotate(90deg); }

.scrollArea {
  padding: 20px;
  margin-top: 20px;
  background: #fff;
  height: 250px;
  overflow-y: auto;
  font-size: 1.2rem; }
  .scrollArea h4 {
    font-weight: bold; }
  .scrollArea h4 + p {
    padding-bottom: 20px; }

#mailcheck {
  text-align: center;
  padding: 20px 0; }
  #mailcheck label {
    padding-left: 10px; }

.submitBox {
  text-align: center; }
  .submitBox .btn {
    border: 0;
    cursor: pointer;
    position: relative;
    transition: background 0.5s ease;
    backface-visibility: hidden; }
    .submitBox .btn:after {
      content: "\e900";
      font-family: "icomoon";
      position: absolute;
      font-size: 1.3rem;
      right: 15px;
      top: 0;
      pointer-events: none;
      line-height: 45px;
      font-weight: normal;
      transition: all 0.2s ease;
      backface-visibility: hidden; }
    .submitBox .btn:hover:after {
      right: 10px; }
    .submitBox .btn.btn[disabled="disabled"] {
      cursor: default;
      pointer-events: none;
      background: #ccc; }

.textBox p a {
  color: #035197;
  text-decoration: underline; }

.telbox .tel {
  color: #3f1200;
  display: block;
  font-family: "Swiss_721 W01 Bold";
  font-size: 2.8rem;
  letter-spacing: 2px;
  line-height: 1;
  padding: 0 0 20px;
  text-align: center; }

.telbox small {
  display: block;
  text-align: center; }

/*# sourceMappingURL=style.map */