@charset "UTF-8";
/* contact */
/* config
---------------------------------------------------------------------------*/
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333; }

@media screen and (max-width: 768px) {
  body {
    /*background-image: url(../img/cmn/bg-cnts-sp.png);*/
    background-size: 100% auto;
    background-repeat: repeat-y;
    font-size: 3.5vw; } }
@supports (-ms-accelerator: true) {
  body {
    letter-spacing: -.03em; } }
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
  margin: 0px;
  padding: 0px; }

ul {
  list-style-type: none; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
    /*width /***/
    /*:auto;*/ } }
@media screen and (max-width: 768px) {
  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0; } }
input, textarea, select {
  font-size: .16em; }

form {
  margin: 0px; }

table {
  border-collapse: collapse;
  font-size: .16rem;
  border-spacing: 0; }

@media screen and (max-width: 768px) {
  html {
    font-size: 550%; } }
h1, h2, h3, h4, h5, h6,
th {
  font-weight: 400; }

/* chromeで表示される謎の青枠を消す */
*:focus {
  outline: none; }

/* 電話番号のリンク */
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  transition-property: all;
  transition: 0.3s linear;
  color: inherit; }

@media screen and (min-width: 769px) {
  a:hover {
    cursor: pointer;
    opacity: 0.5;
    /* IE8 over, Opera, Safari, CSS3 over */
    transition-property: all;
    transition: 0.3s linear;
    text-decoration: none;
    color: inherit; } }
.trns {
  transition-property: all;
  transition: 0.3s linear; }

/* 共通設定
---------------------------------------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  #wrap {
    margin-top: 0; } }
/* bxslider
---------------------------------------------------------------------------*/
.bx-wrapper {
  box-shadow: none;
  border: none; }

.bx-wrapper {
  margin-bottom: 0; }

/* iOSでのデフォルトスタイルをリセット
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
.view-sp,
.view-tb {
  display: none; }

@media screen and (max-width: 768px) {
  .view-tb {
    display: block; }

  .view-pc {
    display: none; } }
@media screen and (max-width: 480px) {
  .view-sp {
    display: block; }

  .view-pc {
    display: none; } }
/* 画像パス */
/* 枠 */
/* flexbox */
/* position */
/* フォント */
@font-face {
  font-family: 'Ailerons';
  src: url("./font/Ailerons-Regular.eot") format("oldIE"), url("./font/Ailerons-Regular.woff") format("woff"), url("./font/Ailerons-Regular.ttf") format("truetype"); }
/* アイキャッチアイコンセット */
/* ボタン */
/* 色 */
/* 背景色 */
/* 文字色 */
/* 背景画像 */
/* 中央揃え */
/* object */
/* ホバーアクション */
/* 背景
---------------------------------------------------------------------------*/
#wrap {
  /*background-color: clr(b);*/
  color: #fff; }

/* contact
---------------------------------------------------------------------------*/
.contact {
  /* フォーム */ }
  .contact .contact__lead {
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .contact .contact__lead {
        margin-bottom: 6vw; } }
  .contact .contact__comment {
    margin-bottom: 240px;
    text-align: center;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .contact .contact__comment {
        padding-top: 10vw;
        margin-bottom: 15vw;
        font-size: 3.1vw;
        line-height: 1.6; } }
  .contact .contact__btn a {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal; }
  .contact form#mailformpro dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contact form#mailformpro dl dt {
      width: 15%;
      float: none;
      border-top: none;
      text-align: left;
      font-size: .16rem;
      padding: 0 0 25px 0; }
      @media screen and (max-width: 768px) {
        .contact form#mailformpro dl dt {
          width: 100%;
          font-size: 3.1vw;
          padding-bottom: 3vw; } }
    .contact form#mailformpro dl dd {
      width: 85%;
      border-top: none;
      padding: 0 0 25px 0; }
      @media screen and (max-width: 768px) {
        .contact form#mailformpro dl dd {
          width: 100%;
          font-size: 3.1vw;
          padding-bottom: 3vw; } }
    @media screen and (max-width: 768px) {
      .contact form#mailformpro dl dd + dt {
        margin-top: 1em; } }
    .contact form#mailformpro dl input[type=text],
    .contact form#mailformpro dl input[type=email],
    .contact form#mailformpro dl textarea {
      width: 500px !important;
      padding: 15px 20px;
      font-size: .16rem;
      line-height: 1.6;
      border-radius: 5px;
      border: none;
      max-width: 100% !important; }
      @media screen and (max-width: 768px) {
        .contact form#mailformpro dl input[type=text],
        .contact form#mailformpro dl input[type=email],
        .contact form#mailformpro dl textarea {
          width: 100% !important; } }
    .contact form#mailformpro dl textarea {
      width: 100% !important;
      height: 270px; }
      @media screen and (max-width: 768px) {
        .contact form#mailformpro dl textarea {
          width: 100% !important; } }

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev, button,
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  width: 220px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
  background: #0d5197;
  border-radius: 0;
  text-shadow: none;
  font-size: .2rem;
  border: none;
  box-shadow: none; }
  @media screen and (max-width: 768px) {
    .mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev, button,
    .mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
      width: 37.7vw;
      height: 9.2vw;
      font-size: 3.4vw; } }

div.mfp_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px; }

table#mfp_confirm_table {
  margin-top: 10px; }

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  font-size: .16rem;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    table#mfp_confirm_table tr th,
    table#mfp_confirm_table tr td {
      font-size: 3.1vw;
      line-height: 1.6; } }

div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel {
  color: #fff;
  margin: 0; }
