.remarks {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.6;
}
@media only screen and (min-width: 1080px) {
    .remarks {
        font-size: 1.6rem;
    }
}
.u-linkopa a {
    color: #008EC1;
}

.s-pricelist {
    .s-pricelist__type {
    border: 4px solid #8DCFE4;
    background: #E1F7FB;
    padding: 2rem 0;
    margin-bottom: 1rem;

        &.add_yahoo {
    background: #CDEDF3;
}

        &.s-pricelist__type--trial {
    background: #EDFBFD !important;
}

        &.s-pricelist__type--basic {
    background: #E1F7FB !important;
}

        &:nth-of-type(2) {
    margin-top: 3rem;
}

        p {
    text-align: center;
}

        .u-text_bold {
    color: #008EC1;
}

        th[colspan="1"] {
            width: 144px;
        }
        th[colspan="2"] {
            width: 322px;
        }

        .monthly_price {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 1.5rem;

            .monthly_price__amount {
    font-family: 'Oswald';
    font-size: 3rem;
}

            .remarks {
    margin-left: .5rem;
}
        }
    }

    .s-pricelist__type--button {
        padding: 1.2rem 0.8rem !important;
        text-align: center;
    }

    .s-pricelist__cta_button {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, #F48171 0%, #E5533E 100%);
        border-radius: 4rem;
        height: 3.3rem;
        padding: 0.8rem 0.5rem;
        gap: 0.8rem;
        align-self: stretch;
        text-decoration: none;
        transition: all 0.2s ease;
        margin: 0 auto;

        &:hover {
            background: linear-gradient(90deg, #F7A69B 0%, #EF705E 100%);
        }
    }

    .s-pricelist__cta_text {
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }

    .s-pricelist__type--sp {
        border: 4px solid #8DCFE4;
        background: #EDFBFD;
        padding: 2rem 0;
        margin-bottom: 1rem;
    }

    table {
        width: 100%;
        border: 1px solid #CED1D2;
        table-layout: fixed;

        &:nth-of-type(2) {
    margin-bottom: 2rem;
}

        .blue {
    color: #008EC1;
    font-weight: bold;
    font-size: 1.4rem;
}

        .hidden {
    color: #CED1D2;
}

        colgroup col:nth-child(1) {
            width: 140px;
        }
        colgroup col:nth-child(2) {
            width: 161px;
        }
        colgroup col:nth-child(3) {
            width: 161px;
        }
        colgroup col:nth-child(4) {
            width: 206px;
        }
        colgroup col:nth-child(5) {
            width: 206px;
        }
        colgroup col:nth-child(6) {
            width: 206px;
        }

        tr {
            th {
    font-weight: bold;
    text-align: center;
    padding: 1.2rem 0;
    background-color: #F5F6F6;
    border-top: 1px solid #CED1D2;
    border-bottom: 1px solid #CED1D2;
}

            td {
                text-align: center;
                padding: 1.6rem 0;

                ul li {
                    line-height: 1.8;

                    &.subheading {
                        font-weight: bold;
                        margin-top: 2.5rem;
                        line-height: 2.4;
                        font-size: 1.6rem;
                    }
                }
            }
        }
    }
}

.s-pricelist__sp_panel {
    display: none;
    margin-bottom: 2rem;

    table tr td ul li {
        font-size: 1.4rem;
    }
}

.s-pricelist__sp_tabs {
    background: #8DCFE4;
    border-radius: 2.5rem;
    padding: 0.4rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 3.2rem;

    input[type="radio"] {
        display: none;
    }
}

.s-pricelist__sp_tab_btn {
    flex: 1;
    padding: 1rem 0.3rem;
    border-radius: 2rem;
    border: none;
    background: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sp-basic:checked ~ .s-pricelist__sp_tabs label[for="sp-basic"],
#sp-yahoo:checked ~ .s-pricelist__sp_tabs label[for="sp-yahoo"],
#sp-trial:checked ~ .s-pricelist__sp_tabs label[for="sp-trial"] {
    background: #EDFBFD;
    color: #0B90BB;
    border-color: #EDFBFD;
}

#sp-basic:checked ~ .s-pricelist__sp_content .s-pricelist__sp_panel:nth-child(1) { display: block; }
#sp-yahoo:checked ~ .s-pricelist__sp_content .s-pricelist__sp_panel:nth-child(2) { display: block; }
#sp-trial:checked ~ .s-pricelist__sp_content .s-pricelist__sp_panel:nth-child(3) { display: block; }

.s-pricelist__sp_title {
    background: #E1F8FB;
    padding: 0.8rem 1.6rem;
    height: 4.1rem;
    width: calc(100% + (2rem * 2));
    margin-left: -2rem;
    margin-right: -2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-pricelist__sp_title_text {
    font-weight: bold;
    text-align: center;
}

.s-pricelist__sp_description {
    padding: 2.4rem 1.6rem;
    width: calc(100% + (2rem * 2));
    margin-left: -2rem;
    margin-right: -2rem;
}

.s-pricelist__sp_description_text {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
}

.s-pricelist__sp_cta_button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #F48171 0%, #E5533E 100%);
    border-radius: 4rem;
    height: 4.3rem;
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0.8rem 1.6rem;
}

@media only screen and (min-width: 1080px) {
    .s-pricelist {
        .s-pricelist__type {
            width: 20.6rem;
            border: 3px solid #8DCFE4;

            &:nth-of-type(2) {
                margin-top: 0;
            }
        }

        table {
            margin-top: 5rem;
            margin-bottom: 2rem;

            col.border {
                border: 3px solid #8DCFE4;
            }

            tbody {
                border: 2px solid #CED1D2;
            }

            tr {
                th, td {
        border: 1px solid #CED1D2;
    }

                td {
        position: relative;

                    &.none {
        border: 1px solid #fff;
        background: #fff;
    }

                    &.data:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        background: url("../images/fee/table_circle.svg") no-repeat center;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

                    &.data.hidden:before {
        background: url("../images/fee/table_hyphen.svg") no-repeat center;
    }
                }
            }
        }
    }
}

.s-faq_list dl {
    border-top: 1px solid #E0E2E3;
    padding: 2rem 0 1.8rem;
}
.s-faq_list dl:last-child {
    border-bottom: 1px solid #E0E2E3;
}
@media only screen and (min-width: 1080px) {
    .s-faq_list dl {
        padding: 3rem 0;
        border-top: 1px solid #ECEDED;
    }
    .s-faq_list dl:last-child {
        border-bottom: 1px solid #ECEDED;
    }
}

.s-faq_list dt {
    position: relative;
    color: #178EC1;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1rem;
    padding-left: 4rem;
}
@media only screen and (min-width: 1080px) {
    .s-faq_list dt {
        font-size: 2rem;
        padding: .8rem 0 .8rem 6rem;
        margin-bottom: 2rem;
    }
}
.s-faq_list dd {
    position: relative;
    line-height: 1.8;
    padding-left: 4rem;
}
@media only screen and (min-width: 1080px) {
    .s-faq_list dd {
        padding: .8rem 0 .8rem 6rem;
    }
}
.s-faq_list dt:before, .s-faq_list dd:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    top: 0;
    left: 0;
}
.s-faq_list dt:before {
    background: url("../images/fee/icon_q.svg") no-repeat center;
}
.s-faq_list dd:before {
    background: url("../images/fee/icon_a.svg") no-repeat center;
}
@media only screen and (min-width: 1080px) {
    .s-faq_list dt:before, .s-faq_list dd:before {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
}

.s-faq_list dd .remarks {
    display: block;
    margin-top: 2rem;
}


.s-middle_cta {
    padding: 4rem 0;
    background: linear-gradient(90deg, #14B2DD 0%, #008EC1 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    margin-bottom: 100px;
    text-align: center;
    margin-top: -50px;
  }
  .s-middle_cta .title {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .s-middle_cta .title2 {
    margin-bottom: 1rem;
    line-height: 1.6;
  }
  .s-middle_cta .cta_img {
    margin-top: -2rem;
  }
  
  .s-middle_cta .s-middle_cta_button {
    margin-top: -2rem;
    margin-bottom: 28px;
  }
  .s-middle_cta .s-middle_cta_button .text {
    font-size: 2rem;
  }
  .s-middle_cta .tel {
    margin-bottom: .5rem;
  }
  .s-middle_cta .time {
    font-size: 1.4rem;
  }
  @media only screen and (min-width: 1080px) {
    .s-middle_cta {
      position: relative;
      padding: 0;
      overflow: hidden;
      width: 1080px;
      text-align: center;
      margin: auto;
      margin-bottom: 150px;
      margin-top: -50px;
    }
    .s-middle_cta .pc_big {
      height: 244px;
    }
    .s-middle_cta .s-middle_cta_inner {
      position: relative;
      width: 65%;
      float:left;
    }
    .s-middle_cta .s-middle_cta_button .text {
      font-size: 2rem;
    }
    .s-middle_cta .title {
      font-size: 2.8rem;
      margin-top: 53px;
      margin-left: 6rem;
      margin-bottom: 2rem;
      text-align: left;
      line-height: 1.4rem;
    }
    .s-middle_cta .s-middle_cta_button {
      margin-bottom: 0;
      margin-left: 6rem;
      width: 400px;
      height: 60px;
      margin-top: 3.5rem;
    }
    
    .s-middle_cta .title2 {
      margin-top: 0;
      margin-left: 6rem;
      font-size: 1.6rem;
      line-height: 1.6rem;
      margin-bottom: 1rem;
      text-align: left;
    }
    .s-middle_cta .time {
      margin-top: 1.2rem;
    }
    .s-middle_cta .right_img {
      margin-top: -3rem;
      float: left;
    }
    .middle_cta.pc_big .right_img {
      margin-top: -25px;
    }
    .s-middle_cta .tel_box {
      margin-left: 3.6rem;
    }
  }
  
  .s-middle_cta_button {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #F48171 0%, #E5533E 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FFD4CE;
    border-radius: .3rem;
    width: 100%;
    height: 48px;
  }
  .s-middle_cta_button::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    color: #E6533E;
    inset: 0 1rem 0 auto;
    margin: auto;
    background: url(../images/common/arrow_white.svg) no-repeat center;
  }
  .s-middle_cta_button:hover {
    background: linear-gradient(90deg, #F7A69B 0%, #EF705E 100%) 0% 0% no-repeat padding-box;
    background: -ms-linear-gradient(90deg, #F7A69B 0%, #EF705E 100%) 0% 0% no-repeat padding-box;
    box-shadow: none;
    transform: translateY(3px);
    transition: .2s;
    transform-origin: center top;
    opacity: 1;
  }
  .s-middle_cta_button .text {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
  }
  
  /*============ Utility ============*/
  .u-show_only_pc,
  .u-only_pc {
    display: none !important;
  }
  @media only screen and (min-width: 1080px) {
    .u-show_only_pc,
    .u-only_pc {
      display: block !important;
    }
    .u-show_only_sp,
    .u-only_sp {
      display: none !important;
    }
  }
  .u-show_inlineblock_only_pc {
    display: none !important;
  }


  /* @media only screen and (min-width: 1200px) {
    .u-cw {
        width: 1600px;
    }
  } */