.montserrat {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.c-home-cta-br-sp {
    display: none;
}
@media (max-width: 1025px) {
    .c-home-cta-br-sp {
        display: block;
    }

    .c-home-cta-br-pc {
        display: none;
    }
}


/* C-HOME-HERO */
#home-content .c-site-main .c-home-hero {
    background: linear-gradient(180deg, #2b97c5 0%, #5dc4d2 100%);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.c-home-hero .c-section-inner {
    display: flex;
    padding: 40px 0 40px clamp(0px, calc((100% - 1217px)/2), 115.5px);
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1348px;
    width: 88.9%;
    margin: 0 auto;
}

.c-home-hero .c-home-hero-intro {
    width: calc(100% - 610px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 41px;
}

.c-home-hero .c-home-hero-intro-top {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 467px;
}

.c-home-hero .c-home-hero-intro-top .c-home-hero-logo {
    margin: 0;
    padding: 0;
    display: block;
    max-width: 466px;
    width: 100%;
    aspect-ratio: 466.5 / 99.29;
    margin-bottom: 18px;
}

.c-home-hero .c-home-hero-intro-top .c-home-hero-logo picture,
.c-home-hero .c-home-hero-intro-top .c-home-hero-logo img {
    display: block;
    width: 100%;
    object-fit: contain;
    line-height: 0;
}

.c-home-hero .c-home-hero-intro-top .c-home-hero-subtitle {
    font-size: 22px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    line-height: 28px;
    letter-spacing: -0.45px;
    text-align: center;
    margin: 0;
    width: 100%;
}

.c-home-hero .c-home-hero-desc {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 28px;
    letter-spacing: -0.44px;
    margin: 0;
    width: 100%;
    text-align: left;
}

.c-home-hero .c-home-hero-searchbox {
    width: 560px;
    background: #fff;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 29px 40px 30px 40px;
}

.c-home-hero .c-home-hero-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    margin: 0;
}

.c-home-hero .c-home-hero-search--region {
    border-bottom: 2px solid #576065;
    padding-bottom: 20px;
}

.c-home-hero .c-home-hero-search-title {
    display: inline-flex;
    align-items: center;
    gap: 8.34px;
    margin: 0 -7px 11px 0;
    font-size: 18px;
    font-weight: 700;
    color: #576065;
}

.c-home-hero .c-home-hero-search-title .txt-hero {
    font-size: 18px;
}

.c-home-hero .c-home-hero-search--keyword .c-home-hero-search-title {
    margin: 0 -7px 11px 0;
}

.c-home-hero .c-home-hero-search-icon {
    width: auto;
    height: 24px;
    display: block;
}

.c-home-hero .c-home-hero-search--keyword .c-home-hero-search-icon {
    height: 26px;
}

.c-home-hero .c-home-hero-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    background: #f12b7e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    padding: 15px 9px 15px 10px;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.5s;
    box-sizing: border-box;
}

.c-home-hero .c-home-hero-search-btn-icon {
    width: 7px;
    height: 12px;
    display: block;
}

.c-home-hero .c-home-hero-search-input {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 90%;
    margin: 0 auto;
    height: 42px;
    box-sizing: border-box;
}

.c-home-hero .c-home-hero-input {
    flex: 1 1 auto;
    min-width: 0;
    border: 2px solid #576065;
    border-radius: 5px;
    padding: 2px 11px 0;
    font-size: 13.3px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    outline: none;
}

.c-home-hero .c-home-hero-input:active {
    border-color: #000000;
}

.c-home-hero .c-home-hero-submit {
    flex: 0 0 auto;
    width: 61.55px;
    height: 42px;
    background: #f12b7e;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
    padding: 0;
    -webkit-appearance: none;
   appearance: none;
}

.c-home-hero .c-home-hero-submit * {
    cursor: pointer;
}

.c-home-hero .c-home-hero-submit img,
.c-home-hero .c-home-hero-submit span {
    width: 24px;
    height: 24px;
    display: block;
    pointer-events: none;
}

#home-content .c-site-main .c-section1:before,
#home-content .c-site-main .c-section1:after {
    display: none;
}

@media (max-width: 1170px) and (min-width: 769px) {
    .c-home-hero .c-home-hero-intro {
        width: calc(100% - 580px);
        gap: 41px;
    }

    .c-home-hero .c-home-hero-intro {
        width: 42.5%;
    }

    .c-home-hero .c-home-hero-searchbox {
        width: 53.8%;
    }
}

@media (max-width: 1025px) {
    #home-content .c-site-main .c-home-hero {
        padding: 50px 0;
    }

    .c-home-hero .c-section-inner {
        flex-direction: column;
        padding: 40px 40px;
        background: #ffffff;
    }

    .c-home-hero .c-home-hero-intro {
        width: 100%;
    }

    .c-home-hero .c-home-hero-intro-top {
        margin: 0 auto;
        max-width: 100%;
    }

    .c-home-hero .c-home-hero-intro-top .c-home-hero-logo {
        aspect-ratio: inherit;
        margin: 0 auto 13px;
        max-width: 285px;
    }

    .c-home-hero .c-home-hero-intro-top .c-home-hero-subtitle {
        font-weight: bold;
        color: #2B97C5;
    }

    .c-home-hero .c-home-hero-desc {
        display: none;
    }

    .c-home-hero .c-home-hero-searchbox {
        width: 100%;
        padding: 28px 0px 30px 0px;
    }


    .c-home-hero .c-home-hero-search-title .txt-hero {
        font-size: 18px;
    }
}

@media (min-width: 551px) {
    .c-home-hero .c-home-hero-search-btn:hover {
        background: #2b97c5;
    }

    .c-home-hero .c-home-hero-submit:hover {
        background: #2b97c5;
    }
}

@media (max-width: 550px) {
    #home-content .c-site-main .c-home-hero {
        padding: 39px 0;
    }

    .c-home-hero .c-section-inner {
        padding: 27px 23px;
        width: 89.9%;
        border-radius: 20px 0 0;
    }

    .c-home-hero .c-home-hero-intro {
        width: 100%;
    }

    .c-home-hero .c-home-hero-search--region {
        border-bottom: 2px solid #576065;
        padding-bottom: 20px;
    }

    .c-home-hero .c-home-hero-intro-top {
        line-height: 0;
    }

    .c-home-hero .c-home-hero-intro-top .c-home-hero-logo {
        max-width: 82%;
        aspect-ratio: 250/202;
    }

    .c-home-hero .c-home-hero-intro-top .c-home-hero-subtitle {
        font-size: 16px;
    }

    .c-home-hero .c-home-hero-desc {}

    .c-home-hero .c-home-hero-searchbox {
        width: 100%;
        padding-bottom: 16px;
    }

    .c-home-hero .c-home-hero-search-title {
        gap: 8.34px;
        margin: 0 -10px 9px 0;
    }

    .c-home-hero .c-home-hero-search--keyword .c-home-hero-search-title {
        margin: 0 -10px 8px 0;
    }

    .c-home-hero .c-home-hero-search--keyword .c-home-hero-search-icon {
        height: 26px;
    }

    .c-home-hero .c-home-hero-search-btn .txt-hero {
        font-size: 11px;
        letter-spacing: 0.6px;
    }

    .c-home-hero .c-home-hero-input {
        padding: 0 6px;
        font-size: 13.3px;
        border-radius: 5px;
        height: 42px;
    }

    .c-home-hero .c-home-hero-search-input {
        gap: 4px;
    }

    .c-home-hero .c-home-hero-submit {
        width: 44px;
        height: 42px;
    }
}

/* END C-HOME-HERO */




/* C-FEATURE */
.c-feature {
    padding: min(10vw, 59px) 0 min(10vw, 117px) 0;
    background: #F9FAFB;
}

.c-feature .c-section-inner {
    max-width: 1072px;
}

.c-feature-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 43px;
}

.c-feature-head .c-feature-title-en {
    margin: 0;
}

.c-feature-head .c-feature-title-en .c-feature-label-text {
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    color: #2b97c5;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 14px;
}

.c-feature-head .c-feature-title-en .c-feature-label-text:before {
    content: "";
    position: absolute;
    background: url(../images/icon-drop__blue.svg) no-repeat;
    background-size: 100%;
    width: 11px;
    height: 14px;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}

.c-feature-head .c-feature-title-en .c-feature-label-text:after {
    content: "";
    position: absolute;
    background: url(../images/icon-drop__blue.svg) no-repeat;
    background-size: 100%;
    width: 11px;
    height: 14px;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
}

.c-feature-head .c-feature-title-jp {
    margin: 0;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.3955px;
    color: #576065;
    text-align: center;
    width: 100%;
}

.c-feature .c-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 49px;
    width: 100%;
}

.c-feature .c-feature-list li {
    line-height: 1.5;
    flex: 1 1 0;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 32px 8px 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: calc((100%/3) - 10px);
}

.c-feature .c-feature-list li .c-feature-card-icon {
    line-height: 1.5;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(43, 151, 197, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 18px;
}

.c-feature .c-feature-list li .c-feature-card-icon img {
    width: 32px;
    height: 32px;
    display: block;
}

.c-feature .c-feature-list li .c-feature-card-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4492px;
    color: #576065;
    text-align: center;
    margin-bottom: 21px;
}

.c-feature .c-feature-list li .c-feature-card-desc {
    line-height: 1.61;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.3125px;
    color: rgba(87, 96, 101, 0.8);
    text-align: center;
    max-width: 304px;
    width: 100%;
}

@media (max-width: 1120px) and (min-width: 551px) {
    .c-feature .c-feature-list {
        gap: 3vw;
    }
}

@media (max-width: 970px) and (min-width: 551px) {
    .c-feature .c-feature-list {
        gap: 4vw 4%;
    }

    .c-feature .c-feature-list li {
        flex: initial;
        width: 48%;
    }
}

@media (max-width: 640px) {
    .c-feature {}

    .c-feature-head {}

    .c-feature-head .c-feature-title-en {}

    .c-feature-head .c-feature-title-en .c-feature-label-text {}

    .c-feature-head .c-feature-title-en .c-feature-label-text:before {}

    .c-feature-head .c-feature-title-en .c-feature-label-text:after {}

    .c-feature-head .c-feature-title-jp {}

    .c-feature .c-feature-list {
        flex-direction: column;
        gap: 30px;
    }

    .c-feature .c-feature-list li {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .c-feature {
        padding: min(11.5vw, 44px) 0 min(10.5vw, 40px) 0;
    }

    .c-feature .c-section-inner {
        width: 83%;
    }

    .c-feature-head {
        gap: 18px;
        margin-bottom: 42px;
    }

    .c-feature-head .c-feature-title-en {}

    .c-feature-head .c-feature-title-en .c-feature-label-text {
        font-size: 20px;
        padding: 0 19px;
    }

    .c-feature-head .c-feature-title-en .c-feature-label-text:before {
        top: 50%;
    }

    .c-feature-head .c-feature-title-en .c-feature-label-text:after {
        top: 50%;
    }

    .c-feature-head .c-feature-title-jp {}

    .c-feature .c-feature-list {
        flex-direction: column;
        gap: 12px;
    }

    .c-feature .c-feature-list li {
        width: 100%;
        padding: 21px 8px 19px;
    }

    .c-feature .c-feature-list li .c-feature-card-icon {
        margin-bottom: 11px;
    }

    .c-feature .c-feature-list li .c-feature-card-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 11px;
    }

    .c-feature .c-feature-list li .c-feature-card-desc {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.8;
    }
}

/* END C-FEATURE */


/* C-CONTRACTOR */
#home-content .c-site-main .c-contractor {
    position: relative;
    background: #2b98c5;
    padding: min(10vw, 60px) 0 min(10vw, 60px) 0;
}

#home-content .c-site-main .c-section1 .c-section-inner:after {
    display: none;
}

#home-content .c-site-main .c-contractor .c-section-inner {
    max-width: 960px;
    display: block;
}

.c-contractor .c-home-content-list {
    display: flex;
    align-items: stretch;
    gap: 60px;
    margin-bottom: 78px;
}

.c-contractor .c-home-content-list li {
    width: calc((100%/2) - 30px);
    height: auto;
    position: relative;
}

.c-contractor .c-home-content-list li:nth-child(2n),
.c-contractor .c-home-content-list li:last-child {
    margin-right: 0;
}

.c-contractor .c-home-content-list li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 30px solid #F12B7E;
    bottom: 0;
    right: 0;
}

.c-contractor .c-home-content-list li a {
    background: #ffffff;
    display: block;
    border-radius: 0 50px 0 50px;
    height: 100%;
    position: relative;
}

.c-contractor .c-home-content-list li a .c-home-content-img {
    background: #DAF1FC;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0px 50px;
    border-top-right-radius: 50px;
    min-height: 120px;
}

.c-contractor .c-home-content-list li a .c-home-content-img img {
    width: 96.9%;
}

.c-contractor .c-home-content-list li a .c-home-content-info {
    padding: 13px 25px 30px;
}

.c-contractor .c-home-content-list li a .c-home-content-info .c-home-content-head {
    margin: 0 0 14px;
    font-size: 25px;
    font-weight: 700;
    color: #2B97C5;
    line-height: 1.5;
}

.c-contractor .c-home-content-list li a .c-home-content-info .c-home-content-text {
    line-height: 2;
    font-size: 14px;
    font-weight: normal;
    color: #576065;
    text-align: justify;
    letter-spacing: 0.1px;
}

.c-contractor .c-home-cta {}

.c-contractor .c-home-cta .c-home-cta-title {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 33px;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: 0.3px;
}

.c-contractor .c-home-cta .c-home-cta-desc {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: -0.4px;
    margin-bottom: 32px;
}

.c-contractor .c-home-cta .c-home-cta-btn {
    max-width: 320px;
    margin: 0 auto;
}

.c-contractor .c-home-cta .c-home-cta-btn a {
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 23px 10px 25px;
    border-radius: 10px;
}

.c-contractor .c-home-cta .c-home-cta-btn a .c-home-cta-btn-text {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #2B97C5;
    letter-spacing: -0.4px;
}

.c-contractor .c-home-cta .c-home-cta-btn a .c-home-cta-btn-text:before {
    content: "";
    position: absolute;
    background: url(../images/icon-search-blue.svg) center center no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1120px) and (min-width: 551px) {
    .c-contractor .c-home-content-list {
        gap: 4%;
    }

    .c-contractor .c-home-content-list li {
        width: 48%;
    }
}

@media (max-width: 640px) {
    .c-contractor {}

    .c-contractor .c-home-content-list {
        flex-direction: column;
        gap: 30px;
    }

    .c-contractor .c-home-content-list li {
        width: 100%;
    }

    .c-contractor .c-home-content-list li a {}

    .c-contractor .c-home-content-list li a .c-home-content-img {}

    .c-contractor .c-home-content-list li a .c-home-content-info {}

    .c-contractor .c-home-content-list li a .c-home-content-info .c-home-content-head {}

    .c-contractor .c-home-content-list li a .c-home-content-info .c-home-content-text {}
}

@media (min-width: 551px) {
    .c-contractor .c-home-cta .c-home-cta-btn a:hover {
        background: #f12b7e;
        -webkit-transform: none;
        transform: none;

    }

    .c-contractor .c-home-cta .c-home-cta-btn a:hover .c-home-cta-btn-text {
        color: #ffffff;
    }

    .c-contractor .c-home-cta .c-home-cta-btn a:hover .c-home-cta-btn-text:before {
        filter: brightness(0) invert(1);
    }
}

@media (max-width: 550px) {
    #home-content .c-site-main .c-contractor {
        padding: min(15.8vw, 60px) 0 min(10vw, 60px) 0;
    }

    .c-contractor {}

    .c-contractor .c-home-content-list {
        flex-direction: column;
        gap: 39px;
        margin-bottom: 29px;
    }

    .c-contractor .c-home-content-list li {
        width: 100%;
    }

    .c-contractor .c-home-content-list li a {
        border-radius: 0 20px 0 20px;
    }

    .c-contractor .c-home-content-list li a:after {
        border-right-width: 20px;
        border-top-width: 20px;
    }

    .c-contractor .c-home-content-list li a .c-home-content-img {
        border-top-right-radius: 20px;
        padding: 0px 19px;
        min-height: initial;
    }

    .c-contractor .c-home-content-list li a .c-home-content-img img {
        width: 100%;
    }

    .c-contractor .c-home-content-list li a .c-home-content-info {
        padding: 13px 19px 23px;
    }

    .c-contractor .c-home-content-list li a .c-home-content-info .c-home-content-head {
        margin: 0 0 14px;
    }

    .c-contractor .c-home-content-list li a .c-home-content-info .c-home-content-text {}

    .c-contractor .c-home-cta .c-home-cta-title {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 13px;
    }

    .c-contractor .c-home-cta .c-home-cta-desc {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .c-contractor .c-home-cta .c-home-cta-btn {
        max-width: 232px;
    }

    .c-contractor .c-home-cta .c-home-cta-btn a {
        padding: 17px 10px 18px;
    }

    .c-contractor .c-home-cta .c-home-cta-btn a .c-home-cta-btn-text {
        font-size: 14px;
        padding-left: 28px;
    }

    .c-contractor .c-home-cta .c-home-cta-btn a .c-home-cta-btn-text:before {
        width: 22px;
        height: 22px;
        left: 0px;
        top: 50%;
    }
}



/* END C-CONTRACTOR */


/* C-HOW-TO-USE */
.c-how-to-use {
    padding: min(10vw, 78px) 0 min(10vw, 112px) 0;
}

.c-how-to-use .c-section-inner {
    max-width: 1089px;
}

.c-how-to-use .c-feature-head {}

.c-how-to-use .c-feature-head .c-feature-title-en {}

.c-how-to-use .c-feature-head .c-feature-title-en.c-feature-label-text {}

.c-how-to-use .c-feature-head .c-feature-title-jp {}

.c-how-to-use .c-how-to-use-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 54px;
    align-items: stretch;
    width: 100%;
}

.c-how-to-use .c-how-to-use-list li {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    box-shadow: 4px 10px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 8px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100%/3) - 36px);
}

.c-how-to-use .c-how-to-use-list li .c-how-to-use-card-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #2b97c5;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.0703px;
    text-align: center;
    margin-bottom: 19px;
}

.c-how-to-use .c-how-to-use-list li .c-how-to-use-card-title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4492px;
    color: #576065;
    text-align: center;
    width: 100%;
}

.c-how-to-use .c-how-to-use-list li .c-how-to-use-card-desc {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.3125px;
    color: rgba(87, 96, 101, 0.8);
    text-align: center;
    width: 100%;
}

@media (max-width: 1120px) and (min-width: 551px) {
    .c-how-to-use .c-how-to-use-list {
        gap: 30px;
    }

    .c-how-to-use .c-how-to-use-list li {
        width: calc((100% / 3) - 20px);
    }
}

@media (max-width: 970px) and (min-width: 551px) {
    .c-how-to-use .c-how-to-use-list {
        gap: 4vw 4%;
    }

    .c-how-to-use .c-how-to-use-list li {
        flex: initial;
        width: 48%;
    }
}

@media (max-width: 640px) {
    .c-how-to-use {}

    .c-how-to-use .c-how-to-use-list {
        flex-direction: column;
        gap: 30px;
    }

    .c-how-to-use .c-how-to-use-list li {
        width: 100%;
    }

    .c-how-to-use .c-how-to-use-list li .c-how-to-use-card-num {}

    .c-how-to-use .c-how-to-use-list li .c-how-to-use-card-title {}

    .c-how-to-use .c-how-to-use-list li .c-how-to-use-card-desc {}
}

@media (max-width: 550px) {
    .c-how-to-use {
        padding: min(11.5vw, 44px) 0 min(10vw, 112px) 0;
    }

    .c-how-to-use .c-section-inner {
        width: 84%;
    }

    .c-how-to-use .c-how-to-use-list {
        flex-direction: column;
        gap: 11px;
    }

    .c-how-to-use .c-how-to-use-list li {
        width: 100%;
        padding: 20px 8px 21px;
    }

    .c-how-to-use .c-how-to-use-list li .c-how-to-use-card-num {
        width: 40px;
        height: 40px;
        margin-bottom: 11px;
    }

    .c-how-to-use .c-how-to-use-list li .c-how-to-use-card-title {
        font-size: 18px;
        margin-bottom: 11px;
    }

    .c-how-to-use .c-how-to-use-list li .c-how-to-use-card-desc {
        font-size: 14px;
    }
}

/* END C-HOW-TO-USE */