p {
    letter-spacing: .15em;
    text-indent: 0.15em;
    line-height: 1.7;
}

.mt_10 {
    margin-top: 10px;
}

.m_10 {
    margin: 10px 0;
}

.price_ttl {
    padding-top: 40px;
}

#wrapper .contents_inside .price_inner {
    margin-top: 60px;
    padding-bottom: 30px;
    scroll-margin-top: 140px;
}

@media screen and (max-width: 480px) {
    #wrapper .contents_inside .price_inner {
        scroll-margin-top: 70px;
        margin-top: unset;
    }
}

.price_txt {
    padding: 0 25px;
}

.price_service_list {
    padding: 20px 25px 20px 45px;
}

.price_service_list li {
    margin-bottom: 10px;
    list-style: disc;
}


/*===========================================　
  Media queries max 480px
===========================================*/
@media screen and (max-width: 480px) {
    p {
        letter-spacing: .1em;
    }
    .price_txt {
        padding: 0 10px;
        overflow-wrap: break-word;
    }
    .price_service_list {
        padding: 0 10px 0 35px;
    }
}

.card-system__merit {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    column-gap: 30px;
    margin-bottom: 60px;
}

.card-system__merit__img {
    width: 50%;
    max-width: 490px;
    margin-top: 6rem;
    position: relative;
}

.card-system__merit__img figcaption {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #1D90CF;
    margin-bottom: 2rem;
}

.card-system__merit__img p {
    width: 32%;
    max-width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -25%);
}

.card-system__merit__text {
    flex: 1;
    font-size: 16px;
    color: #000;
    margin-bottom: 5rem;
}

@media screen and (max-width: 480px) {
    .card-system__merit {
        flex-direction: column;
    }

    .card-system__merit__img img {
        width: 100% !important;
        margin: 0 !important;
    }

    .card-system__merit__img {
        width: 100%;
    }

    .card-system__merit__img p {
        width: 20%;
        transform: translate(10%, 30%);
    }

    .card-system__merit__text {
        font-size: 14px;
        margin: 3rem 0 0;
    }
}

.card-keyvisual__btns .btn_item p {
    letter-spacing: unset;
}

.link_txt {
    letter-spacing: .3em;
}
.sub_section {
    padding: 0 25px;
}
.sub_head {
    font-size: 1.35em;
    line-height: initial;
    border-left: solid 4pt;
    border-color: #C4c4c4;
    padding-left: 12px;
    margin-bottom: 15px;
    margin-top: 25px;
}

@media screen and (max-width: 480px) {
    .sub_section {
        padding: unset;
    }  
}

.code-snippet-container {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    background-color: #1e1e1e;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  }
  
  .code-snippet-header {
    background-color: #2d2d2d;
    padding: 10px 16px;
    border-bottom: 1px solid #3c3c3c;
    display: flex;
    align-items: center;
  }
  
  .code-snippet-title {
    color: #858585;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  
  .code-snippet-body {
    margin: 0;
    padding: 20px;
    overflow-x: auto;
  }

  .code-snippet-body code {
    color: #d4d4d4;
    font-size: 14px;
    line-height: 1.6;
    white-space: pre;
  }

  /* Hugo highlight ショートコード用スタイル */
  .code-snippet-container .highlight {
    margin: 0;
    background: transparent !important;
  }

  .code-snippet-container .highlight pre {
    margin: 0;
    padding: 20px;
    background: transparent !important;
    overflow-x: auto;
  }

  .code-snippet-container .highlight pre,
  .code-snippet-container .highlight pre code,
  .code-snippet-container .highlight pre code span {
    font-size: 14px !important;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace !important;
    line-height: 1.6;
    white-space: pre;
  }

  .code-snippet-copy {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: 1px solid #555;
    border-radius: 4px;
    color: #aaa !important;
    font-size: 11px;
    padding: 3px 8px;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
  }

  .code-snippet-copy span {
    color: inherit !important;
    font-size: 14px;
  }

  .code-snippet-copy:hover {
    color: #ccc !important;
    border-color: #888;
  }

  .code-snippet-copy.copied {
    color: #4ec9b0 !important;
    border-color: #4ec9b0;
  }

  #support .support_inner {
    max-width: 1108px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    overflow: visible; }
    @media screen and (max-width: 768px) {
      #support .support_inner {
        width: 90%;
        padding: 13.02083vw 0; } }
    #support .support_inner .col3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin: 40px auto 0; }
      @media screen and (max-width: 768px) {
        #support .support_inner .col3 {
          display: block;
          padding: 0 0; } }
      @media screen and (max-width: 768px) {
        #support .support_inner .col3 li + li {
          margin-top: 10.41667vw; } }
      #support .support_inner .col3 li .img_box {
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          #support .support_inner .col3 li .img_box {
            padding: 0 7.8125vw;
            margin-bottom: 5.20833vw; } }
      #support .support_inner .col3 li .txt {
        font-size: 20px;
        font-weight: 700;
        color: #33b3e8;
        line-height: 1.6;
        text-align: center;
        letter-spacing: .04em; }
        @media screen and (max-width: 768px) {
          #support .support_inner .col3 li .txt {
            font-size: 5.20833vw; } }