@charset "UTF-8";
/*
Theme Name: J-STANDARD
Author: Your Name
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media (min-width: 769px) {
  html {
    font-size: 100%;
    scroll-padding-top: 100px;
  }
  body {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    min-width: 1280px;
    width: 100%;
    line-height: 1.9;
  }
  body img {
    height: auto;
  }
  body .inner {
    width: 1100px;
    margin: 0 auto;
  }
  body .inner.wide {
    width: 1180px;
  }
  body .inner.narrow {
    width: 770px;
  }
  body .bg_d_org {
    background: #ffcdc4;
  }
  body .bg_sub_org {
    background: #ffe0db;
  }
  body .main_title {
    font-size: 2rem;
    text-align: center;
    font-weight: 900;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  body .main_title strong {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 2.4px;
    margin-bottom: 20px;
  }
  body .main_title span {
    color: #dd480d;
  }
  body .main_title.white {
    color: #fff;
  }
  body .btnarea {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  body .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 200px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    padding: 5px;
    background: #dd480d;
    transition: all 0.25s ease;
  }
  body .btn.arrow:after {
    content: "→";
    transition: transform 0.25s;
  }
  body .btn.arrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
  }
  body .btn.arrow:hover:after {
    transform: translateX(4px);
  }
  body .btn.hvr_red:hover {
    background: #b82626;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(224, 49, 49, 0.25);
  }
  body .btn.white {
    background: #fff;
    color: #dd480d;
  }
  body .btn.white:hover {
    background: #fff;
  }
  body .btn.bdr {
    border: 1px solid #fff;
  }
  body .btn.bdr:hover {
    background: #fff;
    color: #dd480d;
  }
  body .btn.blk {
    background: #fff;
    color: #000;
    border: 2px solid #000;
  }
  body .btn.blk:hover {
    background: #000;
    color: #fff;
  }
  body .bl_bg {
    background: #fafaf7;
    padding: 20px;
    border-left: 3px solid #dd480d;
    font-weight: 500;
  }
  body .bg_org {
    background: #dd480d;
    padding: 50px 0;
  }
  body .bg_org .main_title {
    margin-bottom: 30px;
  }
  body .bg_org .main_title.thin {
    margin-bottom: 10px;
  }
  body .bg_org p {
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body .lead {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.6px;
    line-height: 2.2;
    margin-bottom: 80px;
  }
  body .fadeup {
    animation: fadeInUp 0.8s ease both;
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 100px;
    background: #fff;
    padding: 20px 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  header .h_blc {
    padding: 20px;
  }
}
@media (min-width: 769px) {
  header .h_blc .logo a {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  header .h_blc .logo a {
    width: 220px;
  }
}
@media (min-width: 769px) {
  header .h_blc nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
  }
  header .h_blc .tel {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
  }
  header .h_blc .tel:hover {
    color: #dd480d;
  }
  header .h_blc .btn {
    padding: 10px;
  }
  header .fv {
    position: relative;
    padding-top: 100px;
  }
  header .fv > img {
    min-height: 600px;
    max-height: 600px;
    width: 100%;
    object-fit: cover;
  }
  header .fv .copy {
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    left: 90px;
    font-weight: bold;
  }
  header .fv .copy .main_txt {
    position: relative;
    font-size: 1.5rem;
    color: #dd480d;
    line-height: 1.5;
    letter-spacing: 2.4px;
    padding-left: 70px;
    animation-delay: 0.2s;
  }
  header .fv .copy .main_txt:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #dd480d;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  header .fv .copy strong {
    display: block;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 20px;
    animation-delay: 0.4s;
  }
  header .fv .copy strong em {
    letter-spacing: 6.4px;
    margin-left: -30px;
  }
  header .fv .copy strong span {
    color: #dd480d;
    letter-spacing: 0;
    background: linear-gradient(transparent 60%, #ffe0db 60%);
  }
  header .fv .copy .sub_txt {
    max-width: 500px;
    margin-bottom: 20px;
    animation-delay: 0.6s;
  }
  header .fv .copy .btnarea {
    justify-content: flex-start;
    gap: 30px;
    animation-delay: 0.8s;
  }
  header .fv .copy .btnarea .btn {
    width: 300px;
    height: 60px;
    padding: 10px;
  }
  main section {
    padding: 100px 0;
  }
  main #problem .pic_image {
    overflow: hidden;
    border-radius: 10px;
  }
  main #problem .pic_image:hover img {
    transform: scale(1.03);
  }
  main #problem .pic_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
  }
  main #problem .bl_bg {
    margin: 30px auto 80px;
  }
  main #problem strong {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2.4px;
  }
  main #problem strong span {
    color: #dd480d;
    position: relative;
  }
  main #problem strong span:after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    background: #dd480d;
    width: 290px;
    height: 3px;
  }
  main #visa table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  main #visa table tr:first-child th:first-child {
    width: 400px;
  }
  main #visa table th {
    width: 340px;
    background: #dd480d;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    vertical-align: middle;
  }
  main #visa table td {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    height: 80px;
    vertical-align: middle;
  }
  main #visa table td span {
    color: #dd480d;
  }
  main #visa table td em {
    display: block;
    font-size: 0.875rem;
    color: #a8a8a8;
  }
  main #visa .small {
    font-size: 0.875rem;
    font-weight: 500;
  }
  main #visa .small p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #solution ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 50px;
  }
  main #solution ul li {
    padding: 40px 30px;
    border: 5px solid #dd480d;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  main #solution ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffe0db;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
  }
  main #solution ul li:hover {
    box-shadow: 0 8px 20px rgba(224, 49, 49, 0.25);
    transform: translatey(-4px);
  }
  main #solution ul li:hover:before {
    transform: scaleX(1);
  }
  main #solution ul li:hover .icon {
    background: #b82626;
  }
  main #solution ul li .icon {
    width: 100px;
    height: 100px;
    background: #dd480d;
    border-radius: 10px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
  }
  main #solution ul li h3 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  main #solution ul li p {
    font-weight: 500;
  }
  main #whatis ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 50px;
  }
  main #whatis ul li {
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 #ffcdc4;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
  }
  main #whatis ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #dd480d 0%, #ffe0db 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 2;
  }
  main #whatis ul li:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(224, 49, 49, 0.25);
    border-color: transparent;
  }
  main #whatis ul li:hover:before {
    transform: scaleX(1);
  }
  main #whatis ul li:hover img {
    transform: scale(1.06);
  }
  main #whatis ul li .pic {
    overflow: hidden;
    position: relative;
  }
  main #whatis ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }
  main #whatis ul li .cont {
    background: #fff;
    padding: 40px 30px 30px;
    height: 100%;
    position: relative;
  }
  main #whatis ul li span {
    position: absolute;
    top: -20px;
    right: 20px;
    font-weight: bold;
    color: #fff;
    background: #dd480d;
    padding: 5px 20px;
    border-radius: 100px;
  }
  main #whatis ul li h3 {
    position: relative;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  main #whatis ul li h3:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #dd480d;
  }
  main #whatis ul li p {
    font-weight: 500;
  }
  main #features .list > li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
  }
  main #features .list > li:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d5d5d5;
  }
  main #features .list > li:nth-child(2) {
    padding-bottom: 120px;
  }
  main #features .list > li:nth-child(2) .content p {
    margin-bottom: 20px;
  }
  main #features .list .number {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    color: #dd480d;
    padding-top: 20px;
  }
  main #features .list .content {
    width: 400px;
    padding-top: 20px;
  }
  main #features .list .content h3 {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  main #features .list .content p {
    font-weight: 500;
    margin-bottom: 50px;
  }
  main #features .list .content .pic {
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }
  main #features .list .content .pic:hover img {
    transform: scale(1.05);
  }
  main #features .list .content .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
  }
  main #features .list .details {
    width: 620px;
  }
  main #features .list .details li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #features .list .details h4 {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 5px;
  }
  main #price .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 50px;
  }
  main #price .list > li {
    background: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 4px 0 #ffcdc4;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  main #price .list > li:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(224, 49, 49, 0.25);
  }
  main #price .list > li:first-child {
    margin-top: 50px;
  }
  main #price .list > li.recommend {
    box-shadow: 0 0 4px 0 #dd480d;
    border: 3px solid #dd480d;
    background: rgba(255, 255, 255, 0.7);
  }
  main #price .list > li.recommend .cont > span {
    position: absolute;
    content: "";
    top: -3px;
    left: 0;
    display: block;
    width: 120px;
    background: #dd480d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 10px 0 10px 0;
  }
  main #price .list > li h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main #price .list > li .cont {
    padding: 30px 30px 40px;
  }
  main #price .list > li .cont:not(:last-child) {
    margin-bottom: 20px;
  }
  main #price .list > li .cont > p {
    font-weight: 500;
    text-align: center;
    text-decoration: line-through;
  }
  main #price .list > li .cont div {
    margin-bottom: 50px;
  }
  main #price .list > li .cont div p {
    text-align: center;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  main #price .list > li .cont div p span {
    font-size: 3rem;
    font-weight: 900;
    color: #dd480d;
    margin-right: 15px;
  }
  main #price .list > li .cont div strong {
    width: 250px;
    margin: 0 auto;
    display: block;
    color: #dd480d;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    border: 1px solid #dd480d;
    border-radius: 5px;
    line-height: 1.4;
  }
  main #price .list > li ul li {
    position: relative;
    padding-left: 50px;
    font-weight: 500;
  }
  main #price .list > li ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #price .list > li ul li:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 30px;
    background: url("images/icon_check.svg") no-repeat;
    background-size: 100%;
  }
  main #price .list > li ul li span {
    color: #dd480d;
    font-weight: bold;
  }
  main #price .list > li .years {
    background: #dd480d;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 10px;
  }
  main #price .list > li .years span {
    font-size: 2.25rem;
    line-height: 1.2;
  }
  main #community .wrap {
    position: relative;
  }
  main #community .wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main #community .wrap > img {
    position: absolute;
    bottom: -50px;
    right: -50px;
    transition: transform 0.4s ease;
    z-index: 3;
  }
  main #community .wrap > img:hover {
    transform: rotate(0deg) scale(1.04);
  }
  main #faq details {
    background: #fff;
    transition: all 0.25s;
  }
  main #faq details:not(:last-child) {
    margin-bottom: 50px;
  }
  main #faq details[open] {
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(224, 49, 49, 0.25);
  }
  main #faq details[open] summary {
    border-radius: 10px 10px 0 0;
  }
  main #faq details[open] summary:after {
    transform: rotate(0deg);
  }
  main #faq summary {
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-radius: 10px;
    background: #dd480d;
    position: relative;
  }
  main #faq summary:before, main #faq summary:after {
    position: absolute;
    content: "";
    right: 20px;
    width: 20px;
    height: 3px;
    background: #fff;
    border-radius: 4px;
    transition: 0.3s;
  }
  main #faq summary:before {
    top: 50%;
    transform: translateY(-50%);
  }
  main #faq summary:after {
    top: 48%;
    transform: rotate(-90deg);
  }
  main #faq summary .q {
    font-weight: 500;
    color: #dd480d;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
  }
  main #faq summary .text {
    font-weight: bold;
    font-size: 1.25rem;
    color: #fff;
    flex: 1;
    line-height: 1.6;
  }
  main #faq .answer {
    padding: 20px;
    font-weight: 500;
    border-radius: 0 0 10px 10px;
    background: #ffcdc4;
  }
	  main #contact .tab_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  main #contact .tab_area li {
    width: 150px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    color: #dd480d;
    font-weight: 500;
    font-size: 1.25rem;
    border: 3px solid #dd480d;
    padding: 10px;
  }
  main #contact .tab_area li.select {
    background: #dd480d;
    color: #fff;
  }
  main #contact .hide {
    display: none;
  }
  main #error .btn {
    margin: 40px auto 0;
  }
  footer {
    background: #1a1a1a;
    color: #7e7e7e;
    font-weight: 500;
    padding: 30px 50px 20px;
  }
  footer .f_blc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #7e7e7e;
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
  footer .f_blc .f_logo {
    margin-bottom: 20px;
  }
  footer .f_blc ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    padding-top: 20px;
  }
  footer .f_blc ul a {
    display: inline-block;
  }
  footer .f_blc ul a:hover {
    color: #dd480d;
  }
  footer small {
    display: block;
    font-size: 0.875rem;
  }
  footer .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #dd480d;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    transition: 0.7s;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: #b82626;
  }
  .smonly {
    display: none;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 87.5%;
    scroll-padding-top: 60px;
    overflow-x: hidden;
  }
  body {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body img {
    height: auto;
  }
  body .bg_d_org {
    background: #ffcdc4;
  }
  body .bg_sub_org {
    background: #ffe0db;
  }
  body .main_title {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 900;
    margin-bottom: 20px;
  }
  body .main_title strong {
    display: block;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  body .main_title span {
    color: #dd480d;
  }
  body .main_title.white {
    color: #fff;
  }
  body .btnarea {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  body .btnarea li {
    width: 50%;
  }
  body .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 150px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    background: #dd480d;
  }
  body .btn.arrow:after {
    content: "→";
  }
  body .btn.white {
    background: #fff;
    color: #dd480d;
  }
  body .btn.bdr {
    border: 1px solid #fff;
  }
  body .btn.blk {
    background: #fff;
    color: #000;
    border: 2px solid #000;
  }
  body .bl_bg {
    background: #fafaf7;
    padding: 10px 15px;
    border-left: 3px solid #dd480d;
    font-weight: 500;
  }
  body .bg_org {
    background: #dd480d;
    padding: 20px;
  }
  body .bg_org .main_title.thin {
    margin-bottom: 10px;
  }
  body .bg_org p {
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body .lead {
    font-weight: bold;
    text-align: center;
    font-size: 0.9rem;
    line-height: 2;
    margin-bottom: 30px;
  }
  body .fadeup {
    animation: fadeInUp 0.8s ease both;
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 99;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 60px;
  }
  header .logo {
    width: 200px;
  }
  header .logo a {
    display: inline-block;
  }
  header .fv {
    position: relative;
    padding-top: 60px;
  }
  header .fv > img {
    min-height: 400px;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
  }
  header .fv .copy {
    position: absolute;
    top: 75%;
    transform: translateY(-75%);
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    font-weight: bold;
  }
  header .fv .copy .main_txt {
    position: relative;
    font-size: 1rem;
    color: #dd480d;
    line-height: 1.5;
    letter-spacing: 1.4px;
    padding-left: 40px;
    animation-delay: 0.2s;
  }
  header .fv .copy .main_txt:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #dd480d;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  header .fv .copy strong {
    display: block;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 20px;
    animation-delay: 0.4s;
  }
  header .fv .copy strong em {
    letter-spacing: 4px;
    margin-left: -20px;
  }
  header .fv .copy strong span {
    color: #dd480d;
    letter-spacing: 0;
    background: linear-gradient(transparent 60%, #ffe0db 60%);
  }
  header .fv .copy .sub_txt {
    margin-bottom: 20px;
    animation-delay: 0.6s;
  }
  header .fv .copy .btnarea {
    justify-content: flex-start;
    animation-delay: 0.8s;
  }
  header .fv .copy .btnarea .btn {
    height: 50px;
    padding: 10px 5px;
  }
  main section {
    padding: 40px 20px;
  }
  main #problem .pic_image {
    overflow: hidden;
    border-radius: 10px;
  }
  main #problem .pic_image img {
    width: 100%;
    display: block;
  }
  main #problem .bl_bg {
    margin: 20px auto 40px;
  }
  main #problem strong {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
  }
  main #problem strong span {
    color: #dd480d;
    position: relative;
  }
  main #problem strong span:after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    background: #dd480d;
    width: 200px;
    height: 2px;
  }
  main #visa table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  main #visa table tr:first-child th:first-child {
    width: 36%;
  }
  main #visa table th {
    width: 32%;
    background: #dd480d;
    border-radius: 5px;
    color: #fff;
    padding: 5px 0;
    vertical-align: middle;
  }
  main #visa table td {
    background: #fff;
    padding: 5px 0;
    border-radius: 5px;
    height: 50px;
    vertical-align: middle;
  }
  main #visa table td span {
    color: #dd480d;
  }
  main #visa table td em {
    display: block;
    font-size: 0.6rem;
    color: #a8a8a8;
  }
  main #visa .small {
    font-size: 0.8rem;
    font-weight: 500;
  }
  main #visa .small p:not(:last-child) {
    margin-bottom: 10px;
  }
  main #solution li {
    padding: 20px;
    border: 3px solid #dd480d;
    border-radius: 10px;
  }
  main #solution li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #solution li .icon {
    width: 80px;
    height: 80px;
    background: #dd480d;
    border-radius: 10px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main #solution li h3 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  main #solution li p {
    font-weight: 500;
  }
  main #whatis li {
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 #ffcdc4;
    overflow: hidden;
  }
  main #whatis li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #whatis li .pic {
    overflow: hidden;
    position: relative;
  }
  main #whatis li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  main #whatis li .cont {
    background: #fff;
    padding: 20px;
    position: relative;
  }
  main #whatis li span {
    position: absolute;
    top: -15px;
    right: 10px;
    font-weight: bold;
    color: #fff;
    background: #dd480d;
    padding: 2px 10px;
    border-radius: 100px;
  }
  main #whatis li h3 {
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
  main #whatis li h3:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #dd480d;
  }
  main #whatis li p {
    font-weight: 500;
  }
  main #features .list > li {
    position: relative;
    z-index: 2;
  }
  main #features .list > li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
  }
  main #features .list .number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 900;
    line-height: 1;
    color: #dd480d;
  }
  main #features .list .content {
    position: relative;
    margin-bottom: 20px;
  }
  main #features .list .content h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 50px;
    line-height: 1.5;
  }
  main #features .list .content p {
    font-weight: 500;
    margin-bottom: 20px;
  }
  main #features .list .content .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }
  main #features .list .content .pic img {
    width: 100%;
    display: block;
  }
  main #features .list .details li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #features .list .details h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  main #price .list > li {
    background: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 4px 0 #ffcdc4;
  }
  main #price .list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #price .list > li.recommend {
    box-shadow: 0 0 4px 0 #dd480d;
    border: 3px solid #dd480d;
    background: rgba(255, 255, 255, 0.7);
  }
  main #price .list > li.recommend .cont > span {
    position: absolute;
    content: "";
    top: -3px;
    left: 0;
    display: block;
    width: 100px;
    background: #dd480d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 10px 0 10px 0;
  }
  main #price .list > li h3 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main #price .list > li .cont {
    padding: 20px;
  }
  main #price .list > li .cont > p {
    font-weight: 500;
    text-align: center;
    text-decoration: line-through;
  }
  main #price .list > li .cont div {
    margin-bottom: 20px;
  }
  main #price .list > li .cont div p {
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1.4;
  }
  main #price .list > li .cont div p span {
    font-size: 2.5rem;
    font-weight: 900;
    color: #dd480d;
    margin-right: 10px;
  }
  main #price .list > li .cont div strong {
    width: 250px;
    margin: 10px auto 0;
    display: block;
    color: #dd480d;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    border: 1px solid #dd480d;
    border-radius: 5px;
    line-height: 1.4;
  }
  main #price .list > li ul li {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
  }
  main #price .list > li ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main #price .list > li ul li:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background: url("images/icon_check.svg") no-repeat;
    background-size: 100%;
  }
  main #price .list > li ul li span {
    color: #dd480d;
    font-weight: bold;
  }
  main #price .list > li .years {
    background: #dd480d;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 10px;
  }
  main #price .list > li .years span {
    font-size: 2.25rem;
    line-height: 1.2;
  }
  main #community .wrap {
    position: relative;
  }
  main #community .wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main #community .wrap ul li {
    width: 50%;
  }
  main #community .wrap > img {
    display: block;
    margin: 0 auto -20px;
    width: 200px;
    transform: rotate(-11deg);
  }
  main #faq details {
    background: #fff;
    transition: all 0.25s;
  }
  main #faq details:not(:last-child) {
    margin-bottom: 20px;
  }
  main #faq details[open] {
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(224, 49, 49, 0.25);
  }
  main #faq details[open] summary {
    border-radius: 10px 10px 0 0;
  }
  main #faq details[open] summary:after {
    transform: rotate(0deg);
  }
  main #faq summary {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    background: #dd480d;
    position: relative;
  }
  main #faq summary:before, main #faq summary:after {
    position: absolute;
    content: "";
    right: 10px;
    width: 15px;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    transition: 0.3s;
  }
  main #faq summary:before {
    top: 50%;
    transform: translateY(-50%);
  }
  main #faq summary:after {
    top: 48%;
    transform: rotate(-90deg);
  }
  main #faq summary .q {
    font-weight: 500;
    color: #dd480d;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main #faq summary .text {
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
    width: 82%;
  }
  main #faq .answer {
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 0 0 10px 10px;
    background: #ffcdc4;
  }
	  main #contact .tab_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  main #contact .tab_area li {
    width: 150px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    color: #dd480d;
    font-weight: 500;
    border: 2px solid #dd480d;
    padding: 5px;
  }
  main #contact .tab_area li.select {
    background: #dd480d;
    color: #fff;
  }
  main #contact .hide {
    display: none;
  }
  main #error .btn {
    margin: 40px auto 0;
  }
  footer {
    background: #1a1a1a;
    color: #7e7e7e;
    font-weight: 500;
    padding: 20px;
  }
  footer .f_blc {
    border-bottom: 1px solid #7e7e7e;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  footer .f_blc .f_left {
    text-align: center;
  }
  footer .f_blc .f_left .f_logo {
    margin-bottom: 20px;
  }
  footer .f_blc ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 30px;
  }
  footer .f_blc ul a {
    display: inline-block;
  }
  footer small {
    display: block;
    text-align: center;
    font-size: 0.7rem;
  }
  footer .pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #dd480d;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
  }
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */