@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) {
  /* fadeUpをするアイコンの動き */
  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;
    text-align: center;
    margin-top: 10vw;
  }
  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;
  }
  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: #2595be;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    border-radius: 10px;
  }
  ul .contact_li a {
    color: white;
  }
  #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;
  }
  .plan_smf {
    display: none;
  }
  .plan {
    margin-bottom: 3vh;
    margin-top: 15vh;
  }
  .plan .s_p_t {
    text-align: center;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
  }
  .plan .to_h2 {
    text-align: center;
    font-size: 3vw;
    margin-bottom: 0;
    margin-top: 0;
  }
  .plan .to_h2 span {
    color: #018174;
  }
  .plan .plan_double {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 85%;
    margin: 0 auto;
    gap: 10px;
    margin-top: 2vw;
  }
  .plan .plan_double .double_under {
    -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;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
    border-radius: 10px;
    padding: 1vw 0;
    background-color: white;
  }
  .plan .plan_double .double_under img {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 5vh;
  }
  .plan .plan_double .double_under .plan_a_c {
    display: block;
    text-decoration: none;
    color: white;
    padding: 12px 0;
    width: 90%;
    background-color: #00a191;
    background-color: #2595be;
    border-radius: 10px;
    text-align: center;
    margin-top: 3vh;
    margin-bottom: 2vh;
    color: white;
    font-size: 1vw;
    cursor: pointer;
  }
  .plan .plan_double .double_under .plan_a_p {
    display: block;
    text-decoration: none;
    color: white;
    padding: 12px 0;
    width: 90%;
    background-color: #00a191;
    background-color: #2595be;
    color: black;
    border-radius: 10px;
    text-align: center;
    margin-top: 3vh;
    margin-bottom: 2vh;
    font-size: 1vw;
    color: white;
    cursor: pointer;
  }
  .plan .plan_double h2 {
    font-size: 1.5vw;
    text-align: left;
    margin-bottom: 0;
  }
  .plan .plan_double h3 {
    margin-top: 10px;
    font-size: 1.2vw;
    margin-bottom: 5px;
  }
  .plan .plan_double p {
    font-size: 1vw;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .plan b {
    display: block;
    text-align: center;
  }
  .plan .plan_big {
    background-color: #00a191;
    background-color: #2595be;
    display: none;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    padding-bottom: 3vh;
    margin-top: 5vh;
  }
  .plan .plan_under_second {
    width: 60%;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 3vh;
    border-radius: 10px;
    padding: 20px;
  }
  .plan .plan_under_second .second_plan {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  .plan .plan_under_second .second_plan div {
    -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;
    padding: 20px 0;
  }
  .plan .plan_under_second .second_plan div h3 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5%;
  }
  .plan .plan_under_second .second_plan div h4 {
    margin-top: 0;
    margin-left: 5%;
  }
  .plan .plan_under_second .second_plan div p {
    font-size: .8vw;
    margin-left: 5%;
    margin-top: 0;
  }
  .plan .plan_under_second .second_plan div .sp {
    font-size: 13px;
    margin-top: 20px;
  }
  .plan .plan_under_second h3 {
    text-align: center;
  }
  .plan .plan_under_second h4 {
    margin: 0;
    text-align: center;
    font-size: 1.5vw;
  }
  .plan .plan_under_second h4 span {
    font-size: 1vw;
  }
  .plan .plan_big_two {
    background-color: #2595be;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    padding-bottom: 3vh;
    margin-top: 5vh;
  }
  .plan .plan_big_two .plan_under_second {
    width: 92%;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 3vh;
    border-radius: 10px;
    padding: 20px;
  }
  .plan .plan_big_two .plan_under_second h3 {
    margin: 0;
  }
  .plan .plan_under {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 60%;
    margin: 0 auto;
    gap: 10px;
    border-radius: 10px;
    padding: 20px;
  }
  .plan .plan_under b {
    font-size: .8vw;
  }
  .plan .plan_under h3 {
    text-align: center;
    font-size: 1.4vw;
    background-color: #2595be;
    padding: 8px 0;
    border-radius: 10px;
    width: 85%;
    margin: 0 auto;
    margin-top: 3vh;
    color: white;
    font-weight: bold;
  }
  .plan .plan_under .use_p {
    font-size: 1vw;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  .plan .plan_under .plan_a {
    border: 2px solid #2595be;
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    font-size: 1vw;
    text-decoration: none;
    text-align: center;
    color: black;
    padding: 15px 0;
    margin-top: 1vh;
  }
  .plan .plan_under .plan_use {
    width: 100%;
    margin: 0 auto;
    -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;
    background-color: white;
    border-radius: 10px;
    padding-bottom: 3vh;
  }
  .plan .plan_under .plan_use h5 {
    font-size: 1.2vw;
    color: #00a191;
    color: black;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 10%;
  }
  .plan .plan_under .plan_use h5 .plan_span {
    font-size: 1.8vw;
  }
  .plan .plan_under .plan_use h5 .letter_plan {
    font-size: 1vw;
  }
  .plan .plan_under .plan_use .plan_price {
    font-size: 2vw;
    display: inline-block;
    border-bottom: 5px solid red;
    color: red;
  }
  .plan .plan_under .plan_use .h5_two {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .plan .plan_under .plan_use .box_top {
    padding: 10px;
    width: 80%;
    margin: 0 auto;
  }
  .plan .plan_under .plan_use h4 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 1vw;
  }
  .plan .plan_under .plan_use .box {
    width: 100%;
    margin: 0 auto;
  }
  .plan .plan_under .plan_use .box p {
    font-size: 1vw;
    width: 100%;
    border-top: 1px dashed black;
    padding-top: 15px;
    color: black;
  }
  .plan .plan_under .plan_use .box p span {
    font-weight: bold;
    border-bottom: 3px solid #00a191;
    font-weight: 1vw;
  }
  .plan .plan_under .plan_use .p_last {
    border-bottom: 1px dashed black;
    padding-bottom: 15px;
  }
  .plan .plan_under .plan_use .box_under p {
    font-size: .9vw;
    width: 100%;
    color: black;
  }
  .plan .plan_under .plan_use .box_under .box_option h4 {
    margin-bottom: 15px;
  }
  .plan .plan_under .plan_use .box_under .box_option p {
    font-size: .9vw;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .plan .plan_under .plan_use_two {
    width: 100%;
    margin: 0 auto;
    -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;
    background-color: white;
    border-radius: 10px;
    padding-bottom: 3vh;
  }
  .plan .plan_under .plan_use_two h3 {
    text-align: center;
    font-size: 1.4vw;
    background-color: #2595be;
    padding: 8px 0;
    border-radius: 10px;
    width: 85%;
    margin: 0 auto;
    margin-top: 3vh;
    color: white;
    font-weight: bold;
  }
  .plan .plan_under .plan_use_two h5 {
    font-size: 1.2vw;
    color: #00a191;
    color: black;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 10%;
  }
  .plan .plan_under .plan_use_two h5 .plan_span {
    font-size: 2vw;
  }
  .plan .plan_under .plan_use_two h5 .letter_plan {
    font-size: 1vw;
  }
  .plan .plan_under .plan_use_two .plan_price {
    font-size: 2vw;
    display: inline-block;
    border-bottom: 5px solid red;
    color: red;
  }
  .plan .plan_under .plan_use_two .h5_two {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .plan .plan_under .plan_use_two .box_top {
    padding: 10px;
    width: 80%;
    margin: 0 auto;
  }
  .plan .plan_under .plan_use_two h4 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 1vw;
  }
  .plan .plan_under .plan_use_two .box {
    width: 100%;
    margin: 0 auto;
  }
  .plan .plan_under .plan_use_two .box p {
    font-size: 1vw;
    width: 100%;
    border-top: 1px dashed black;
    padding-top: 15px;
    color: black;
  }
  .plan .plan_under .plan_use_two .box p span {
    font-weight: bold;
    border-bottom: 3px solid #00a191;
    font-weight: 1vw;
  }
  .plan .plan_under .plan_use_two .p_last {
    border-bottom: 1px dashed black;
    padding-bottom: 15px;
  }
  .plan .plan_under .plan_use_two .box_under p {
    font-size: .9vw;
    width: 100%;
    color: black;
  }
  .plan .plan_under .plan_use_two .box_under .box_option h4 {
    margin-bottom: 15px;
  }
  .plan .plan_under .plan_use_two .box_under .box_option p {
    font-size: .9vw;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .plan .plan_under_two {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    width: 95%;
    margin: 0 auto;
    gap: 10px;
    border-radius: 10px;
    padding: 20px;
  }
  .plan .plan_under_two b {
    font-size: .8vw;
  }
  .plan .plan_under_two h3 {
    text-align: center;
    font-size: 1.4vw;
    background-color: #e1f100;
    padding: 8px 0;
    border-radius: 10px;
    width: 85%;
    margin: 0 auto;
    margin-top: 3vh;
    color: white;
    font-weight: bold;
  }
  .plan .plan_under_two .use_p {
    font-size: 1vw;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  .plan .plan_under_two .plan_a {
    border: 2px solid #2595be;
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    font-size: 1vw;
    text-decoration: none;
    text-align: center;
    color: black;
    padding: 15px 0;
    margin-top: 1vh;
  }
  .plan .plan_under_two .plan_use {
    width: 100%;
    margin: 0 auto;
    -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;
    background-color: white;
    border-radius: 10px;
    padding-bottom: 3vh;
  }
  .plan .plan_under_two .plan_use h5 {
    font-size: 1.2vw;
    color: #00a191;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10%;
  }
  .plan .plan_under_two .plan_use h5 .plan_span {
    font-size: 2.3vw;
  }
  .plan .plan_under_two .plan_use h5 .letter_plan {
    font-size: 1vw;
  }
  .plan .plan_under_two .plan_use .h5_two {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .plan .plan_under_two .plan_use .box_top {
    padding: 10px;
    width: 80%;
    margin: 0 auto;
  }
  .plan .plan_under_two .plan_use h4 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 1vw;
  }
  .plan .plan_under_two .plan_use .box {
    width: 100%;
    margin: 0 auto;
  }
  .plan .plan_under_two .plan_use .box p {
    font-size: 1vw;
    width: 100%;
    border-top: 1px dashed black;
    padding-top: 15px;
    color: black;
  }
  .plan .plan_under_two .plan_use .box p span {
    font-weight: bold;
    border-bottom: 3px solid #00a191;
    font-weight: 1vw;
  }
  .plan .plan_under_two .plan_use .p_last {
    border-bottom: 1px dashed black;
    padding-bottom: 15px;
  }
  .plan .plan_under_two .plan_use .box_under p {
    font-size: .9vw;
    width: 100%;
    color: black;
  }
  .plan .plan_under_two .plan_use .box_under .box_option h4 {
    margin-bottom: 15px;
  }
  .plan .plan_under_two .plan_use .box_under .box_option p {
    font-size: .9vw;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .top_back {
    display: block;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: #2595be;
    width: 50%;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 5svh;
  }
  footer {
    width: 100%;
    background-color: #f1f1f1;
    padding-top: 5vh;
    background-color: #00243c;
    color: white;
    background-color: #2595be;
  }
  footer .fotter_link {
    width: 30%;
    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 white;
    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;
  }
  footer p {
    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) {
  header h1 {
    text-align: center;
    margin-top: 5vh;
  }
  header .logo {
    display: block;
    width: 30%;
    position: fixed;
    top: 3%;
    left: 3%;
  }
  .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: #2595be;
    -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%;
    /*メニューを画面内へ*/
  }
  .plan {
    display: none;
  }
  .plan h2 {
    text-align: center;
    font-size: 1.5rem;
  }
  .plan h2 span {
    color: #018174;
  }
  .plan b {
    display: block;
    text-align: center;
  }
  .plan .plan_under {
    width: 85%;
    margin: 0 auto;
    gap: 10px;
    background-color: #00a191;
    border-radius: 10px;
    padding: 20px;
  }
  .plan .plan_under b {
    font-size: 16px;
  }
  .plan .plan_under h3 {
    text-align: center;
    font-size: 20px;
    background-color: #00a191;
    padding: 3px 0;
    border-radius: 5px;
    width: 85%;
    margin: 0 auto;
    margin-top: 3vh;
    color: white;
    font-weight: bold;
  }
  .plan .plan_under .use_p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  .plan .plan_under .plan_a {
    border: 2px solid #2595be;
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    color: black;
    padding: 10px 0;
    margin-top: 3vh;
  }
  .plan .plan_under .plan_use {
    width: 100%;
    margin: 0 auto;
    -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;
    background-color: white;
    border-radius: 10px;
    padding-top: 5px;
    margin-top: 2vh;
  }
  .plan .plan_under .plan_use h5 {
    font-size: 16px;
    color: #00a191;
    margin-top: 10px;
    text-align: center;
  }
  .plan .plan_under .plan_use h5 span {
    font-size: 30px;
  }
  .plan .plan_under .plan_use .box_top {
    padding: 10px;
    width: 90%;
    margin: 0 auto;
  }
  .plan .plan_under .plan_use h4 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 16px;
  }
  .plan .plan_under .plan_use .box {
    width: 100%;
    margin: 0 auto;
  }
  .plan .plan_under .plan_use .box p {
    font-size: 13px;
    width: 100%;
    border-top: 1px dashed black;
    padding-top: 15px;
    color: black;
  }
  .plan .plan_under .plan_use .box p span {
    font-weight: bold;
    border-bottom: 3px solid #2a9102;
    font-weight: 1vw;
  }
  .plan .plan_under .plan_use .p_last {
    border-bottom: 1px dashed black;
    padding-bottom: 15px;
  }
  .plan .plan_under .plan_use .box_under p {
    font-size: 12px;
    width: 100%;
    color: black;
  }
  .plan .plan_under .plan_use .box_under .box_option h4 {
    margin-bottom: 15px;
  }
  .plan .plan_under .plan_use .box_under .box_option p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .plan_smf {
    margin-top: 10vh;
    margin-bottom: 4vh;
  }
  .plan_smf h2 {
    text-align: center;
    font-size: 1.5rem;
  }
  .plan_smf h2 span {
    color: #018174;
  }
  .plan_smf .plan_double {
    display: none;
  }
  .plan_smf .plan_double_smf {
    width: 90%;
    margin: 0 auto;
    gap: 10px;
    margin-top: 2vw;
  }
  .plan_smf .plan_double_smf .double_under_smf {
    -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;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
    border-radius: 10px;
    padding: 1vw 0;
    background-color: white;
    margin-bottom: 3vh;
  }
  .plan_smf .plan_double_smf .double_under_smf img {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 5vh;
  }
  .plan_smf .plan_double_smf .double_under_smf .plan_a_c {
    display: block;
    text-decoration: none;
    color: white;
    padding: 12px 0;
    width: 90%;
    background-color: #00a191;
    background-color: #2595be;
    border-radius: 10px;
    text-align: center;
    margin-top: 3vh;
    margin-bottom: 2vh;
    color: white;
    font-size: 12px;
    cursor: pointer;
  }
  .plan_smf .plan_double_smf .double_under_smf .plan_a_p {
    display: block;
    text-decoration: none;
    color: white;
    padding: 12px 0;
    width: 90%;
    background-color: #2595be;
    color: black;
    border-radius: 10px;
    text-align: center;
    margin-top: 3vh;
    margin-bottom: 2vh;
    font-size: 1vw;
    font-size: 12px;
    color: white;
    cursor: pointer;
  }
  .plan_smf .plan_double_smf h2 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
  }
  .plan_smf .plan_double_smf h3 {
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .plan_smf .plan_double_smf p {
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .plan_smf .plan_double_smf .smf_p_d {
    display: none;
  }
  .plan_smf b {
    display: block;
    text-align: center;
  }
  .plan_smf .plan_under {
    width: 85%;
    margin: 0 auto;
    gap: 10px;
    border-radius: 10px;
    padding: 20px;
  }
  .plan_smf .plan_under b {
    font-size: 16px;
  }
  .plan_smf .plan_under h3 {
    text-align: center;
    font-size: 20px;
    background-color: #2595be;
    padding: 3px 0;
    border-radius: 5px;
    width: 85%;
    margin: 0 auto;
    margin-top: 3vh;
    color: white;
    font-weight: bold;
  }
  .plan_smf .plan_under .use_p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  .plan_smf .plan_under .plan_a {
    border: 2px solid black;
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    color: black;
    padding: 10px 0;
    margin-top: 3vh;
  }
  .plan_smf .plan_under .plan_use {
    width: 100%;
    margin: 0 auto;
    -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;
    background-color: white;
    border-radius: 10px;
    padding-top: 5px;
    margin-top: 2vh;
  }
  .plan_smf .plan_under .plan_use h5 {
    font-size: 16px;
    text-align: center;
    color: #2595be;
    margin-top: 10px;
    margin-bottom: 0;
    color: black;
  }
  .plan_smf .plan_under .plan_use h5 .plan_span {
    font-size: 25px;
  }
  .plan_smf .plan_under .plan_use h5 .letter_span {
    font-size: 25px;
  }
  .plan_smf .plan_under .plan_use .plan_price {
    font-size: 25px;
    display: inline-block;
    border-bottom: 5px solid red;
    color: red;
  }
  .plan_smf .plan_under .plan_use .h5_two {
    margin-bottom: 10px;
  }
  .plan_smf .plan_under .plan_use .box_top {
    padding: 10px;
    width: 90%;
    margin: 0 auto;
  }
  .plan_smf .plan_under .plan_use h4 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 16px;
  }
  .plan_smf .plan_under .plan_use .box {
    width: 100%;
    margin: 0 auto;
  }
  .plan_smf .plan_under .plan_use .box p {
    font-size: 13px;
    width: 100%;
    border-top: 1px dashed black;
    padding-top: 15px;
    color: black;
  }
  .plan_smf .plan_under .plan_use .box p span {
    font-weight: bold;
    border-bottom: 3px solid #2a9102;
    font-weight: 1vw;
  }
  .plan_smf .plan_under .plan_use .p_last {
    border-bottom: 1px dashed black;
    padding-bottom: 15px;
  }
  .plan_smf .plan_under .plan_use .box_under p {
    font-size: 12px;
    width: 100%;
    color: black;
  }
  .plan_smf .plan_under .plan_use .box_under .box_option h4 {
    margin-bottom: 15px;
  }
  .plan_smf .plan_under .plan_use .box_under .box_option p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .plan_smf .plan_under .plan_use_two {
    width: 100%;
    margin: 0 auto;
    -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;
    background-color: white;
    border-radius: 10px;
    padding-top: 5px;
    margin-top: 2vh;
  }
  .plan_smf .plan_under .plan_use_two h3 {
    text-align: center;
    font-size: 1.4vw;
    background-color: #2595be;
    padding: 8px 0;
    border-radius: 10px;
    width: 85%;
    margin: 0 auto;
    margin-top: 3vh;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    background-color: #2390f5;
    padding: 3px 0;
    border-radius: 5px;
    width: 85%;
    margin: 0 auto;
    margin-top: 3vh;
    color: white;
    font-weight: bold;
    background-color: #2595be;
  }
  .plan_smf .plan_under .plan_use_two h5 {
    font-size: 16px;
    text-align: center;
    color: black;
    margin-top: 10px;
  }
  .plan_smf .plan_under .plan_use_two h5 .plan_span {
    font-size: 25px;
  }
  .plan_smf .plan_under .plan_use_two h5 .letter_span {
    font-size: 25px;
  }
  .plan_smf .plan_under .plan_use_two .plan_price {
    font-size: 25px;
    display: inline-block;
    border-bottom: 5px solid red;
    color: red;
  }
  .plan_smf .plan_under .plan_use_two .h5_two {
    margin-bottom: 10px;
  }
  .plan_smf .plan_under .plan_use_two .box_top {
    padding: 10px;
    width: 90%;
    margin: 0 auto;
  }
  .plan_smf .plan_under .plan_use_two h4 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 16px;
  }
  .plan_smf .plan_under .plan_use_two .box {
    width: 100%;
    margin: 0 auto;
  }
  .plan_smf .plan_under .plan_use_two .box p {
    font-size: 13px;
    width: 100%;
    border-top: 1px dashed black;
    padding-top: 15px;
    color: black;
  }
  .plan_smf .plan_under .plan_use_two .box p span {
    font-weight: bold;
    border-bottom: 3px solid #2a9102;
    font-weight: 1vw;
  }
  .plan_smf .plan_under .plan_use_two .p_last {
    border-bottom: 1px dashed black;
    padding-bottom: 15px;
  }
  .plan_smf .plan_under .plan_use_two .box_under p {
    font-size: 12px;
    width: 100%;
    color: black;
  }
  .plan_smf .plan_under .plan_use_two .box_under .box_option h4 {
    margin-bottom: 15px;
  }
  .plan_smf .plan_under .plan_use_two .box_under .box_option p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .plan_smf .plan_under_two {
    width: 85%;
    margin: 0 auto;
    gap: 10px;
    background-color: #2595be;
    border-radius: 10px;
    padding: 20px;
    display: none;
  }
  .plan_smf .plan_under_two b {
    font-size: 16px;
  }
  .plan_smf .plan_under_two h3 {
    text-align: center;
    font-size: 20px;
    background-color: #2595be;
    padding: 3px 0;
    border-radius: 5px;
    width: 85%;
    margin: 0 auto;
    margin-top: 3vh;
    color: white;
    font-weight: bold;
  }
  .plan_smf .plan_under_two .use_p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  .plan_smf .plan_under_two .plan_a {
    background-color: white;
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    color: black;
    border: 2px solid #2595be;
    padding: 10px 0;
    margin-top: 3vh;
  }
  .plan_smf .plan_under_two .plan_use {
    width: 100%;
    margin: 0 auto;
    -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;
    background-color: white;
    border-radius: 10px;
    padding-top: 5px;
    margin-top: 2vh;
  }
  .plan_smf .plan_under_two .plan_use h5 {
    font-size: 16px;
    text-align: center;
    color: #2595be;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .plan_smf .plan_under_two .plan_use h5 .plan_span {
    font-size: 30px;
  }
  .plan_smf .plan_under_two .plan_use h5 .letter_span {
    font-size: 30px;
  }
  .plan_smf .plan_under_two .plan_use .h5_two {
    margin-bottom: 10px;
  }
  .plan_smf .plan_under_two .plan_use .box_top {
    padding: 10px;
    width: 90%;
    margin: 0 auto;
  }
  .plan_smf .plan_under_two .plan_use h4 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 16px;
  }
  .plan_smf .plan_under_two .plan_use .box {
    width: 100%;
    margin: 0 auto;
  }
  .plan_smf .plan_under_two .plan_use .box p {
    font-size: 13px;
    width: 100%;
    border-top: 1px dashed #2595be;
    padding-top: 15px;
    color: black;
  }
  .plan_smf .plan_under_two .plan_use .box p span {
    font-weight: bold;
    border-bottom: 3px solid #2a9102;
    font-weight: 1vw;
  }
  .plan_smf .plan_under_two .plan_use .p_last {
    border-bottom: 1px dashed black;
    padding-bottom: 15px;
  }
  .plan_smf .plan_under_two .plan_use .box_under p {
    font-size: 12px;
    width: 100%;
    color: black;
  }
  .plan_smf .plan_under_two .plan_use .box_under .box_option h4 {
    margin-bottom: 15px;
  }
  .plan_smf .plan_under_two .plan_use .box_under .box_option p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .plan_smf .plan_under_second {
    width: 85%;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 3vh;
    border-radius: 10px;
    padding: 20px;
  }
  .plan_smf .plan_under_second .second_plan {
    gap: 10px;
  }
  .plan_smf .plan_under_second .second_plan div {
    -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: 10px;
    padding: 20px 0;
    margin-top: 10px;
  }
  .plan_smf .plan_under_second .second_plan div h3 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5%;
  }
  .plan_smf .plan_under_second .second_plan div h4 {
    margin-top: 0;
    margin-left: 5%;
  }
  .plan_smf .plan_under_second .second_plan div p {
    font-size: 13px;
    margin-left: 5%;
    margin-top: 0;
  }
  .plan_smf .plan_under_second .second_plan div .sp {
    font-size: 15px;
    margin-top: 20px;
  }
  .plan_smf .plan_under_second h3 {
    text-align: center;
    font-size: 1.5rem;
  }
  .plan_smf .plan_under_second h4 {
    margin: 0;
    text-align: center;
    font-size: 1.4rem;
  }
  .plan_smf .plan_under_second h4 span {
    font-size: 13px;
  }
  .plan_smf .accordion {
    margin: 1em auto;
    max-width: 98%;
    margin-bottom: 0vh;
  }
  .plan_smf .accordion_under {
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  .plan_smf .toggle {
    display: none;
  }
  .plan_smf .option {
    font-size: 13px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 1em;
    color: black;
    width: 100%;
    border-bottom: 2px solid white;
  }
  .plan_smf .title,
  .plan_smf .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .plan_smf .title {
    padding: 1em;
    display: block;
    color: #333;
    border: 1px solid #000000;
    border-radius: 10px;
  }
  .plan_smf .title::after,
  .plan_smf .title::before {
    content: "";
    position: absolute;
    right: 5%;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .plan_smf .title::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .plan_smf .content {
    max-height: 0;
    overflow: hidden;
  }
  .plan_smf .content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
  }
  .plan_smf .toggle:checked + .title + .content {
    max-height: 500px;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
  }
  .plan_smf .toggle:checked + .title::before {
    -webkit-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important;
  }
  .sche {
    position: relative;
    margin-bottom: 10vh;
  }
  .sche h2 {
    font-size: 1.8rem;
    text-align: center;
  }
  .sche b {
    display: block;
    text-align: center;
  }
  .sche .sche_group {
    margin-top: 5vh;
  }
  .sche .sche_under {
    width: 95%;
    margin: 0 auto;
    margin-top: 3vh;
  }
  .sche .sche_under img {
    display: block;
    width: 50%;
    margin-left: 25px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.5);
    margin-top: 35px;
  }
  .sche .sche_under h3 {
    margin-bottom: 0;
    margin-top: 1.5vh;
    margin-left: 5%;
  }
  .sche .sche_under p {
    margin: 0 auto;
    margin-top: 1vh;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 14px;
    width: 90%;
  }
  .sche .sche_line {
    position: absolute;
    display: block;
    height: 85%;
    width: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#05FBFF), to(#1D62F0)) fixed;
    background: linear-gradient(#05FBFF, #1D62F0) fixed;
    top: 18%;
    left: 18%;
  }
  .voice {
    margin-top: 15vh;
    margin-bottom: 5vh;
  }
  .voice h2 {
    font-size: 1.4rem;
    text-align: center;
  }
  .voice b {
    display: block;
    text-align: center;
  }
  .voice .voice_under {
    width: 85%;
    margin: 0 auto;
    gap: 30px;
  }
  .voice .voice_under div {
    border-radius: 20px;
    padding-bottom: 30px;
    margin-top: 10px;
    -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;
  }
  .voice .voice_under div img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .voice .voice_under div p {
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
  }
  .voice .voice_under div p span {
    font-weight: bold;
    color: #00a191;
  }
  .voice .voice_under div .name {
    text-align: right;
  }
  .top_back {
    display: block;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: #2595be;
    width: 80%;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 5svh;
  }
  .question {
    overflow: hidden;
    padding: 5vh 0px;
  }
  .question b {
    display: block;
    text-align: center;
    font-size: 20px;
  }
  .question h2 {
    text-align: center;
    font-size: 1.8rem;
  }
  .question .accordion {
    margin: 2em auto;
    max-width: 98%;
    margin-bottom: 3vh;
  }
  .question .accordion_under {
    width: 90%;
    margin: 0;
    padding: 10px 0;
  }
  .question .toggle {
    display: none;
  }
  .question .option {
    font-size: 13px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 1em;
    color: black;
    width: 100%;
    border-bottom: 2px solid white;
  }
  .question .title,
  .question .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .question .title {
    padding: 1em;
    display: block;
    color: #333;
  }
  .question .title::after,
  .question .title::before {
    content: "";
    position: absolute;
    right: -5%;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .question .title::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .question .content {
    max-height: 0;
    overflow: hidden;
  }
  .question .content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
  }
  .question .toggle:checked + .title + .content {
    max-height: 500px;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
  }
  .question .toggle:checked + .title::before {
    -webkit-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important;
  }
  .contact_last {
    margin-top: 3vh;
  }
  .contact_last h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .contact_last b {
    display: block;
    text-align: center;
  }
  .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: #00752f;
    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: 3px solid #00a191;
  }
  .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: 3px solid #00a191;
  }
  .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: 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: #00a191;
    border: 2px solid white;
  }
  footer {
    width: 100%;
    margin-bottom: 0vh;
    background-color: #f3f3f3;
    background-color: #2595be;
    margin-top: 5vh;
  }
  footer .fotter_link {
    width: 100%;
    margin-left: auto;
  }
  footer .fotter_link .logo {
    display: block;
    width: 50%;
    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 white;
    margin-left: auto;
    width: 50%;
    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;
  }
  footer p {
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    padding: 5px 0;
    text-align: center;
    background-color: #333;
    margin-top: 5vh;
  }
}
/*# sourceMappingURL=pricetwo.css.map */