@charset "UTF-8";
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  color: #333;
  letter-spacing: 3px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

@media screen and (min-width: 640px) {
  .tttt {
    padding: 0vw 0;
    width: 100%;
    height: 50vw;
    -webkit-transform: translateY(-3vw);
            transform: translateY(-3vw);
  }
  .container {
    max-width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 3vw;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
  }
  .headline {
    color: #17b7ba;
    font-weight: bold;
    font-size: 2vw;
    text-align: center;
    margin-bottom: 30px;
  }
  .lead {
    font-size: 1.2vw;
    margin-bottom: 1vw;
    padding: 1vw;
    font-weight: bold;
  }
  .section {
    margin-bottom: 1vw;
  }
  .section h2 {
    font-size: 1.2vw;
    margin-bottom: 10px;
    color: #1e1e1e;
  }
  .highlight-box {
    background: #17b7ba;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.6vw;
    font-weight: bold;
    margin: 1vw 0;
  }
  .cta {
    text-align: center;
    font-size: 1.1em;
    margin-top: 40px;
  }
  #splash {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    text-align: center;
    color: #fff;
    background-color: white;
  }
  /* Loading画像中央配置　*/
  #splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /* Loading アイコンの大きさ設定　*/
  .first_top {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: black;
    text-align: center;
    font-size: 2vw;
    color: white;
    color: #00a191;
    color: black;
  }
  .first_top_sp {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: black;
    text-align: center;
    font-size: 2vw;
    color: white;
    color: #00a191;
    color: black;
    display: none;
  }
  .second_top {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: black;
    text-align: center;
    font-size: 1.3vw;
    color: white;
    color: #00a191;
    color: black;
  }
  /* fadeUpをするアイコンの動き */
  .fadeUp {
    -webkit-animation-name: fadeUpAnime;
            animation-name: fadeUpAnime;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  header {
    position: relative;
    width: 100%;
  }
  header .logo {
    display: block;
    width: 13%;
    position: fixed;
    top: 3%;
    left: 3%;
  }
  header h1 {
    font-size: 2vw;
    top: 22%;
    left: 30%;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 0vw;
  }
  header h1 span {
    font-size: 3vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  header h1 .lett {
    font-size: 3.5vw;
    color: #018174;
    width: 100%;
    display: block;
  }
  header .header_contact_div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 45%;
    margin: 0 auto;
  }
  header .header_contact_div a {
    display: block;
    text-decoration: none;
    background-color: #2595be;
    color: white;
    font-size: 1.1vw;
    left: 15%;
    margin: 0 auto;
    text-align: center;
    padding: 13px 0px;
    border-radius: 10px;
    width: 95%;
  }
  header .header_contact_div .siryo_con {
    background-color: #ff9d00;
    background-color: #b1fff7;
    background-color: #ffd445;
  }
  header .copy_p {
    display: block;
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    border-bottom: 3px dotted black;
  }
  header .copy_p span {
    background-color: #00a191;
    padding: 5px;
    color: white;
  }
  header .contact_header_p {
    display: block;
    font-size: 1.1vw;
    color: #000000;
    text-align: center;
    margin-top: 0;
  }
  header .top_merit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    width: 65%;
    margin: 0 auto;
    margin-top: 0vh;
    margin-bottom: 0;
  }
  header .top_merit div {
    padding: 20px 10px;
  }
  header .top_merit div img {
    display: block;
    width: 15%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  header .top_merit h2 {
    font-size: 1.2vw;
    text-align: center;
    margin-top: 0;
  }
  header .top_merit p {
    font-size: 1vw;
    width: 100%;
  }
  ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: fixed;
    top: 2%;
    width: 60%;
    right: 5%;
    padding: 10px 0px;
    z-index: 99;
  }
  ul li {
    list-style: none;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: .9vw;
    text-align: center;
    color: #000000;
    font-weight: bold;
  }
  ul .contact_li {
    display: block;
    margin-left: 5%;
    background-color: orangered;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
  }
  ul .contact_li a {
    color: white;
  }
  .he_imgs {
    position: relative;
    width: 100%;
    margin-bottom: 10vh;
    display: none;
  }
  .he_imgs .three {
    display: block;
    width: 10%;
    margin-left: 10%;
  }
  .he_imgs .three_p {
    position: absolute;
    display: block;
    left: 22%;
    top: 4%;
    opacity: .8;
    border-radius: 10px;
    width: 40%;
    font-size: 9px;
    padding: 10px;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  .he_imgs .four {
    display: block;
    width: 20%;
    margin-left: auto;
    margin-right: 5vh;
    margin-top: 0;
  }
  .he_imgs .four_p {
    position: absolute;
    display: block;
    left: 25%;
    top: 64%;
    opacity: .8;
    border-radius: 10px;
    width: 40%;
    font-size: 9px;
    padding: 10px;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  #menu-btn-check {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
    display: none;
  }
  .siryo_te {
    position: absolute;
    top: 18%;
    left: 5%;
    display: block;
    width: 30%;
    border-radius: 2vw;
  }
  .siryo_te h1 {
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 2vw;
    background-color: white;
    line-height: 3vw;
    padding: 1vw 0;
  }
  .siryo_te img {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0vw;
    display: block;
    width: 100%;
    border-radius: 2vw;
  }
  .siryo_te .ssi {
    display: none;
  }
  .siryo_te .siryo_tesss {
    display: none;
  }
  .contact_last {
    margin-top: 5vw;
    margin-left: auto;
    margin-right: 4vw;
    width: 60%;
    padding: 0vw 0;
    padding-top: 2vw;
    margin-top: 8vw;
    border-radius: 2vw;
    background-color: #f8f8f8;
    background-color: white;
    height: 50vw;
  }
  .contact_last .fl {
    display: inline-block;
    font-weight: bold;
    font-size: 1.2vw;
    margin-bottom: 1vw;
  }
  .contact_last .wpcf7-checkbox {
    display: block;
  }
  .contact_last .wpcf7-checkbox .wpcf7-list-item {
    margin-top: 1vw;
    display: block;
  }
  .contact_last .wpcf7-checkbox .wpcf7-list-item label {
    font-size: 1.1vw;
    font-weight: normal;
  }
  .contact_last .wpcf7-checkbox .last {
    color: black;
    background-color: white;
    text-align: left;
  }
  .contact_last h2 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.5vw;
    margin-bottom: 3vw;
    padding-top: 2vw;
  }
  .contact_last h2 span {
    color: #17b7ba;
    font-size: 1.2vw;
  }
  .contact_last b {
    display: block;
    text-align: center;
  }
  .contact_last h3 {
    text-align: center;
  }
  .contact_last .sam_p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    margin-top: 3vh;
    margin-bottom: 3vh;
  }
  .contact_last .sam_p_p {
    font-size: 13px;
    width: 85%;
    padding: 12px;
    margin: 0 auto;
    margin-top: 3vh;
    margin-bottom: 3vh;
    border: 1px solid black;
  }
  .contact_last .contact_last_under {
    width: 70%;
    margin: 0 auto;
  }
  .contact_last label {
    line-height: 25px;
    font-size: 15px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .contact_last label .must {
    color: white;
    background-color: #ff8400;
    padding: 0px 3px;
    font-size: 13px;
    background-color: #ff6455;
  }
  .contact_last label .cummon {
    width: 100%;
    height: 30px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 3px solid #000000;
    border-radius: 5px;
  }
  .contact_last label .drop {
    display: block;
    width: 40%;
    height: 50px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 3px solid #000000;
    border-radius: 5px;
  }
  .contact_last label .text_area {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    height: 40vh;
    border: 4px solid orangered;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
  }
  .contact_last label .drop {
    height: 25px;
    display: block;
    width: 30%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .contact_last .submit {
    display: block;
    cursor: pointer;
    width: 60%;
    font-size: 16px;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: white;
    border-radius: 30px;
    padding: 15px 0;
    background-color: orangered;
    border: 2px solid white;
  }
  footer {
    width: 100%;
    background-color: #f1f1f1;
    padding-top: 10vw;
    background-color: #00243c;
    color: white;
    background-color: #ffffff;
    z-index: 100;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 1fr;
        grid-template-columns: 1.5fr 1fr;
  }
  footer div {
    width: 100%;
  }
  footer div iframe {
    display: block;
    height: 34vw;
    width: 80%;
    margin: 0 auto;
  }
  footer .fotter_link {
    margin-left: auto;
  }
  footer .fotter_link .logo {
    display: block;
    width: 50%;
    text-align: center;
  }
  footer .fotter_link li {
    margin-top: 3vh;
    font-weight: normal;
    list-style: none;
    border-bottom: 0.5px solid #222222;
    width: 70%;
  }
  footer .fotter_link li a {
    text-decoration: none;
    margin: 0 auto;
    margin-left: 3%;
    color: black;
    margin-bottom: 0;
    text-decoration: none;
    font-weight: normal;
    color: white;
    color: #000000;
  }
  .last {
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    padding: 5px 0;
    text-align: center;
    background-color: #272727;
    margin-top: 5vh;
  }
}

@media screen and (max-width: 640px) {
  .container {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    padding: 24px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
  }
  .headline {
    color: #17b7ba;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .lead {
    font-size: 1em;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .section {
    margin-bottom: 30px;
    display: none;
    font-size: 0.95em;
  }
  .highlight-box {
    background: #17b7ba;
    color: #ffffff;
    text-align: center;
    padding: 18px 12px;
    border-radius: 10px;
    font-size: 1.2em;
    font-weight: bold;
    margin: 32px 0;
    display: none;
  }
  .cta {
    text-align: center;
    font-size: 1em;
    margin-top: 30px;
    display: none;
  }
  .highlight-box {
    font-size: 1.1em;
    padding: 16px;
  }
  #splash {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    text-align: center;
    color: #fff;
    background-color: white;
  }
  /* Loading画像中央配置　*/
  #splash_logo {
    position: absolute;
    top: 50%;
    left: 52%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /* Loading アイコンの大きさ設定　*/
  .first_top {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: black;
    text-align: center;
    font-size: 3vw;
    color: white;
    color: #00a191;
    color: black;
    display: none;
  }
  .first_top_sp {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: black;
    text-align: center;
    font-size: 6vw;
    color: white;
    color: #00a191;
    color: black;
  }
  .second_top {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: black;
    text-align: center;
    font-size: 3vw;
    color: white;
    color: #00a191;
    color: black;
    display: none;
  }
  /* fadeUpをするアイコンの動き */
  .fadeUp {
    -webkit-animation-name: fadeUpAnime;
            animation-name: fadeUpAnime;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  header .he_img {
    position: relative;
    width: 100%;
  }
  header .one {
    display: block;
    width: 20%;
    margin-top: 5vh;
    margin-left: 3vh;
  }
  header .one_p {
    position: absolute;
    display: block;
    left: 25%;
    top: 15%;
    opacity: .8;
    border-radius: 10px;
    width: 40%;
    font-size: 9px;
    padding: 10px;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  header .logo {
    display: block;
    width: 30%;
    position: fixed;
    top: 3%;
    left: 3%;
  }
  header h1 {
    font-size: 1.2rem;
    top: 22%;
    left: 30%;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0;
  }
  header h1 span {
    font-size: 1.5rem;
  }
  header h1 .lett {
    font-size: 1.8rem;
    color: #018174;
    width: 100%;
    display: block;
  }
  header .japan {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 10vh;
  }
  header .copy_p {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border-bottom: 3px dotted black;
    margin-top: 3vh;
  }
  header .copy_p span {
    background-color: #00a191;
    padding: 5px;
    color: white;
  }
  header .contact_header_p {
    display: block;
    font-size: 1rem;
    color: #000000;
    text-align: center;
  }
  header a {
    display: block;
    text-decoration: none;
    background-color: #00a191;
    color: white;
    font-size: 1rem;
    left: 15%;
    margin: 0 auto;
    text-align: center;
    padding: 13px 0px;
    border-radius: 10px;
    width: 80%;
  }
  header .siryo_con {
    background-color: #ff9d00;
    background-color: #b1fff7;
    background-color: #ffd445;
    margin-top: 1vh;
  }
  header .top_merit {
    gap: 5px;
    width: 98%;
    margin: 0 auto;
    margin-top: 3vh;
  }
  header .top_merit .t_u {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.5fr;
        grid-template-columns: 1fr 2.5fr;
  }
  header .top_merit div {
    padding: 5px 5px;
  }
  header .top_merit div img {
    display: block;
    width: 35%;
    margin: 0 auto;
    margin-top: 20px;
  }
  header .top_merit h2 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  header .top_merit p {
    font-size: 12px;
    margin-top: 0;
  }
  .he_imgs {
    position: relative;
    width: 100%;
    margin-bottom: 10vh;
  }
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
  }
  .gnav {
    margin-right: 10%;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 99;
    background-color: orangered;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  .menu-content ul {
    padding: 70px 10px 0;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: white;
    text-decoration: none;
    padding: 9px 10px 10px 15px;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
    z-index: 99;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 50%;
    /*メニューを画面内へ*/
  }
  .news {
    padding: 0vh 0 10vh 0;
  }
  .news b {
    display: block;
    text-align: center;
  }
  .news h2 {
    text-align: center;
  }
  .news div {
    margin-top: 5vh;
  }
  .news p {
    width: 90%;
    padding-bottom: 1vh;
    padding-left: 1vh;
    margin: 0 auto;
    margin-bottom: 3vh;
    font-size: 11px;
    border-bottom: 1px solid black;
  }
  .siryo_te {
    display: block;
    width: 97%;
    margin: 0 auto;
    margin-bottom: 2vh;
  }
  .siryo_te h1 {
    text-align: center;
    font-size: 1.1rem;
    line-height: 5vh;
    margin-top: 10vh;
  }
  .siryo_te .siryo_tess {
    display: none;
  }
  .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4vh solid transparent;
    border-left: 4vh solid transparent;
    border-top: 5vh solid #17b7ba;
    border-bottom: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 1vw;
    margin-bottom: 2vh;
  }
  .contact_last {
    margin-top: 5vh;
    margin-top: 8vh;
  }
  .contact_last h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 1rem;
    margin-bottom: 3vh;
  }
  .contact_last h2 span {
    font-size: 1.5rem;
    color: #17b7ba;
  }
  .contact_last .ssi {
    display: block;
    margin-bottom: 5vh;
  }
  .contact_last .fl {
    display: inline-block;
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 0;
    margin-bottom: 1vw;
  }
  .contact_last .wpcf7-checkbox {
    display: block;
  }
  .contact_last .wpcf7-checkbox .wpcf7-list-item {
    margin-top: 3vh;
    display: block;
  }
  .contact_last .wpcf7-checkbox .wpcf7-list-item input {
    display: inline-block;
    font-size: 1.5rem;
    -webkit-transform: scale(140%);
            transform: scale(140%);
  }
  .contact_last .wpcf7-checkbox .wpcf7-list-item label {
    font-size: 1.1rem;
    font-weight: normal;
  }
  .contact_last .wpcf7-checkbox .last {
    color: black;
    background-color: white;
    text-align: left;
  }
  .contact_last b {
    display: block;
    text-align: center;
  }
  .contact_last .sam_p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    margin-top: 3vh;
    margin-bottom: 3vh;
  }
  .contact_last .sam_p_p {
    font-size: 13px;
    width: 85%;
    padding: 12px;
    margin: 0 auto;
    margin-top: 3vh;
    margin-bottom: 3vh;
    border: 1px solid black;
  }
  .contact_last .contact_last_under {
    width: 90%;
    margin: 0 auto;
  }
  .contact_last label {
    line-height: 25px;
    font-size: 15px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .contact_last label .must {
    color: white;
    background-color: #ff6455;
    padding: 0px 3px;
    font-size: 13px;
  }
  .contact_last label .cummon {
    width: 100%;
    height: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 2px solid white;
    border: 3px solid #00a191;
    border: 2px solid #000000;
  }
  .contact_last label .text_area {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    height: 34vh;
    border: 2px solid white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 2px solid #000000;
  }
  .contact_last label .drop {
    height: 25px;
    display: block;
    width: 60%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border: 2px solid black;
  }
  .contact_last .submit {
    display: block;
    cursor: pointer;
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    color: white;
    border-radius: 30px;
    padding: 15px 0;
    background-color: orangered;
    border: 2px solid white;
  }
  footer {
    width: 100%;
    margin-bottom: 0vh;
    background-color: #f3f3f3;
    background-color: white;
  }
  footer div {
    width: 100%;
  }
  footer div iframe {
    display: block;
    height: 40vh;
  }
  footer .fotter_link {
    width: 100%;
    margin-left: auto;
  }
  footer .fotter_link .logo {
    display: block;
    width: 40%;
    margin: 0 auto;
    padding-top: 5vh;
    margin-bottom: 5vh;
  }
  footer .fotter_link li {
    margin-top: 2vh;
    font-size: 13px;
    font-weight: normal;
    list-style: none;
    border-bottom: 1px solid #2a2a2a;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    margin-right: 5%;
  }
  footer .fotter_link li a {
    text-decoration: none;
    margin: 0 auto;
    margin-left: 3%;
    color: black;
    margin-bottom: 0;
    text-decoration: none;
    font-weight: normal;
    color: white;
    color: black;
  }
  .last {
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    padding: 5px 0;
    text-align: center;
    background-color: #333;
    margin-top: 5vh;
  }
}
/*# sourceMappingURL=letterparson.css.map */