.page-content .page-title {
    margin-top: 20px;
}

.page-content .page-title .title {
    font-size: 20px;
}

.page-content .sec-user .banner .round-tips {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.page-content .sec-user .banner .round-tips .tip {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 50px;
    background-color: #FFFFFF;
    text-align: center;
    margin: 0 5px;
}

.page-content .sec-user .banner-description {
    font-size: 10px;
    margin-bottom: 30px;
}

.page-content .sub-page .subtitle {
    font-size: 14px;
    line-height:24px;
    border-bottom: 2px solid;
    font-weight: bold;
}

.page-content .sub-page .step,
.page-content .sub-page .image-step {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.page-content .sub-page .image-step {
    padding: 10px 20px;
    background-color: #F4F6F7;
}

.page-content .sub-page .image-step .image-ichi {
    width: 100%;
    height: 55vw;
    background: url(./images/bi_si.png) center center;
    background-size: cover;
    margin-bottom: 20px;
}

.page-content .sub-page .image-step .image-ni {
    width: 100%;
    height: 55vw;
    background: url(./images/bi_go.png) center center;
    background-size: cover;
}

.page-content .sub-page .step .step-text {
    width: 100%;
}

.page-content .sub-page .step .step-img-wrap {
    width: 100%;
}

.page-content .sub-page .step .step-img-wrap .step-img {
    padding: 10px 20px;
    background-color: #F4F6F7;
    position: relative;
}

.page-content .sub-page .step .step-img .ending-img{
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: -30px;
    right: 0;
}

.page-content .sub-page .step .step-img-wrap .step-img .image{
    width: 100%;
    height: 50vw;
}

.page-content .sub-page .step .step-img-wrap .step-img .image#step2 {
    background: url(./images/flow_step_ni_si.jpg) center center;
    background-size: cover;
}

.page-content .sub-page .step .step-img-wrap .step-img .image#step3 {
    background: url(./images/track_ni_ichi.JPG) center center;
    background-size: cover;
}

.page-content .sub-page .step .step-img-wrap .step-img .image#step4 {
    background: url(./images/bi_san.png) center center;
    background-size: cover;
}

.page-content .sub-page .step .step-img-wrap .step-img .image#step6 {
    /* background: url(./images/service_go_img.png) center center; */
    background: url(./images/popular-designer-box.png) center center;
    background-size: cover;
}

.page-content .sub-page .step .step-text .step-item {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.page-content .sub-page .step .step-text .step-item .step-num {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    padding-top: 12px;
}

.page-content .sub-page .step .step-text .step-item .step-num span {
    font-size: 30px;
    line-height: 30px;
}

.page-content .sub-page .step .step-text .step-item .step-desc {
    width: calc(100% - 70px);
    padding-left: 10px;
    padding-top: 20px;
}

.page-content .sub-page .step .step-text .step-item .step-desc .minititle {
    font-size: 20px;
}

.page-content .sub-page .step .step-text .step-item .step-desc .minidesc {
    font-size: 14px;
}

#advice-page .sub-page .subtitle img{
    width: 30px;
    margin: 10px;
}

#advice-page .advice-item {
    font-size: 14px;
    line-height: 180%;
    padding-left: 25px;
}

#advice-page .advice-item::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    line-height: 180%;
    margin-top: 4px;
    margin-left: -25px;
    background-image: url(./images/advice_check.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#advice-page .sub-content {
    position: relative;
}

#advice-page .sub-content img {
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2;
    opacity: 0.7;
}

#box-page .slogan {
    font-size: 14px;
}

#box-page .sub-page .round-tips {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#box-page .sub-page .round-tips .tip {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 5px;
    text-align: center;
    font-size: 14px;
    padding-top: 18px;
}

.page-content .sub-page .sub-content .table thead th,
.page-content .sub-page .sub-content .table tbody td {
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
}

.page-content .sub-page .sub-content .table-responsive .table thead th,
.page-content .sub-page .sub-content .table-responsive .table tbody td {
    white-space: nowrap;
}

.page-content .sub-page .sub-content .table thead th.bg-light-blue,
.page-content .sub-page .sub-content .table tbody td.bg-light-blue {
    background: RGB(223,242,252);
}

.page-content .sub-page .sub-content .table thead th.bg-light-pink,
.page-content .sub-page .sub-content .table tbody td.bg-light-pink {
    background: RGB(251,230,239);
}

.page-content .sub-page .sub-content .table thead th.bg-light-green,
.page-content .sub-page .sub-content .table tbody td.bg-light-green {
    background: RGB(246,250,237);
}

.page-content .sub-page .sub-content .table thead th .font-lg,
.page-content .sub-page .sub-content .table tbody td .font-lg {
    font-size: 20px;
}

.page-content .sub-page .sub-content .table thead th .font-md,
.page-content .sub-page .sub-content .table tbody td .font-md {
    font-size: 16px;
}

.page-content .sub-page .sub-content .table-description,
.page-content .sub-page .sub-content .table-desc {
    font-size: 12px;
}

#box-page .smile {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#box-page .smile .image{
    width: 100%;
    height: 40vw;
    background: url(./images/phone_san.png) center center;
    background-size: cover;
}

#box-page .smile .description {
    width: 100%;
    padding: 20px;
    text-align: center;
}

#box-page .smile .description .text-white {
    font-size: 12px;
}

#box-page .smile .description .phone-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

#box-page .smile .description .phone-sec .phone-icon {
    width: 10%
}

#box-page .smile .description .phone-sec .phone-number {
    padding-left: 10px;
    font-size: 12px;
}

#box-page .smile .description .phone-sec .phone-number span {
    font-size: 30px;
    line-height: 30px;
}

.sec-guide-3 {
    border: RGB(218,81,135) 2px solid;
    border-radius: 5px;
    margin: 30px 0;
}

.sec-guide-3 .title {
    font-size: 14px;
    padding: 10px;
}

.sec-guide-3 .font-1 {
    font-size: 12px;
}

.sec-guide-3 .desc {
    margin: 10px;
    font-size: 14px;
}

.sec-guide-3 .case {
    margin: 10px 10px 30px 10px;
    padding: 10px 10px 60px 10px;
    font-size: 14px;
    position: relative;
}

.sec-guide-3 .case .font-4 {
    font-size: 18px;
}

.sec-guide-3 .case img {
    width: 80px;
    position: absolute;
    bottom: -20px;
    right: 10px;
}

.sec-guide-3 .answer {
    margin: 10px 10px 70px 10px;
    position: relative;
}

.sec-guide-3 .answer .detail {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.sec-guide-3 .answer .photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    bottom: -60px;
    right: 10px;
}

.sec-guide-3 .answer .photo#ichi {
    background: url(./images/phone_ichi.png) center center;
    background-size: cover;
}

.sec-guide-3 .answer .photo#ni {
    background: url(./images/phone_ni.png) center center;
    background-size: cover;
}

.sec-guide-3 .answer .detail .font-4 {
    font-size: 18px;
}

.sec-guide-3 .answer .detail .round-tips-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.sec-guide-3 .answer .detail .round-tips-wrap .round-tips {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sec-guide-3 .answer .detail .round-tips-wrap .round-tips .tip {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: RGB(218,81,135);
    font-size: 32px;
    margin: 5px;
    text-align: center;
}

.sec-guide-3 .answer .detail .round-tips-wrap .tip-desc {
    width: 100%;
    font-size: 14px;
}

.sec-guide-3#ending .case {
    margin: 10px;
    padding: 10px;
}

.sec-guide-3#ending .answer .detail img {
    width: 80px;
    position: absolute;
    bottom: -60px;
    right: 10px;
}

#flow-page .page-title a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    border: RGB(218, 81, 135) 2px solid;
}

#flow-page .page-title a:focus,
#flow-page .page-title a:active,
#flow-page .page-title a:hover {
    text-decoration: none;
    background-color: #FFFFFF !important;
    color: RGB(218, 81, 135) !important;
}

#flow-page ul.list-num {
    padding-left: 0;
}

#flow-page ul.list-num li::before {
    color: RGB(218,81,135);
    content: counter(li)".";
    font-size: 14px;
    position: absolute;
    margin-top: 0;
    margin-left: -20px;
}

#flow-page ul.list-num li {
    counter-increment: li;
    list-style: none;
    font-size: 14px;
}

.page-content#flow-page .sub-page .step .step-img-wrap .step-img {
    padding: 0;
    background-color: transparent;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page-content#flow-page .sub-page .step .step-img-wrap .step-img .left{
    width:50%;
    border-left: RGB(218, 81, 135) 5px solid;
    padding: 10px;
}

.page-content#flow-page .sub-page .step .step-img-wrap .step-img .right{
    width:50%;
    border-left: RGB(218, 81, 135) 5px solid;
    padding: 10px;
}

.page-content#flow-page .sub-page .step .step-img-wrap .step-img .img-title {
    font-size: 16px;
}

.page-content#flow-page .sub-page .step .step-img-wrap .step-img .img-desc {
    font-size: 14px;
}

.page-content .sub-page .step .step-img-wrap .step-img .image#flow1 {
    background: url(./images/flow_step_ichi_ichi.jpg) center center;
    background-size: cover;
}

#flow-page .step-desc ul {
    padding-left: 0;
}

#flow-page ul.list-round li::before {
    color: RGB(218,81,135);
    content: "\2022";
    font-size: 36px;
    position: absolute;
    margin-top: -20px;
    margin-left: -20px;
}

#flow-page ul.list-round li {
    list-style: none;
    font-size: 14px;
}

#flow-page ul.list-dot li::before {
    color: RGB(218,81,135);
    content: "\2022";
    font-size: 14px;
    position: absolute;
    margin-top: 0;
    margin-left: -20px;
}

#flow-page ul.list-dot li {
    list-style: none;
    font-size: 14px;
}

.page-content .sub-page .step .step-img-wrap .step-img .image#flow3 {
    background: url(./images/flow_step_ichi_go.jpg) center center;
    background-size: cover;
}

.page-content#flow-page .sub-page .step .step-img-wrap .step-img > img {
    margin-bottom: 10px;
}

.page-content .sub-page .step .step-img-wrap .step-img .image#flow22 {
    background: url(./images/flow_step_ni_si.jpg) center center;
    background-size: cover;
}

.page-content .sub-page .step .step-img-wrap .step-img .image#flow23 {
    background: url(./images/flow_step_ni_go.jpg) center center;
    background-size: cover;
}

.page-content .sub-page .step .step-img-wrap .step-img .image#flow24 {
    background: url(./images/flow_step_ni_sichi.jpg) center center;
    background-size: cover;
}

.page-content#flow-page .sub-page .step .step-text .step-item .step-desc {
    position: relative;
}

.page-content#flow-page .sub-page .step#step-2-4 .step-text .step-item .step-desc .desc-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: url(./images/flow_step_ni_roku.jpg) center center;
    background-size: cover;
    position: absolute;
    bottom: -110px;
    left: calc(50% - 90px);
    z-index: 2;
}

.page-content#flow-page .sub-page .step#step-1-2 .step-text .step-item .step-desc {
    padding-bottom: 100px;
}

.page-content#flow-page .sub-page .step#step-1-2 .step-text .step-item .step-desc .desc-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: url(./images/flow_step_ichi_si.jpg) center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 2;
}

.page-content#faq-page .sub-page .subtitle {
    cursor: pointer;
    padding-left: 18px;
}

#faq-page .subtitle::before {
    position: absolute;
    content: "";
    margin-top: 5px;
    margin-left: -20px;
    width: 14px;
    height: 14px;
    background-image: url(./images/faq_question.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-content#faq-page .sub-content {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 40px;
}

#faq-page .sub-content::before {
    position: absolute;
    content: "";
    margin-top: 4px;
    margin-left: -24px;
    width: 14px;
    height: 14px;
    background-image: url(./images/faq_answer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#option-page .sub-content .table-desc span.blue-badge,
#option-page .sub-content .table-desc span.pink-badge,
#option-page .sub-content .table-desc span.green-badge {
    padding-left: 14px;
}

#option-page .sub-content .table-desc span.blue-badge::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    margin-top: 3px;
    margin-left: -14px;
    border: 1px solid black;
    background: RGB(223,242,252);
}

#option-page .sub-content .table-desc span.pink-badge::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    margin-top: 3px;
    margin-left: -14px;
    border: 1px solid black;
    background: RGB(251,230,239);
}

#option-page .sub-content .table-desc span.green-badge::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    margin-top: 3px;
    margin-left: -14px;
    border: 1px solid black;
    background: RGB(246,250,237);
}

.page-content#option-page .page-title .title-links a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
}

.page-content#pack-page .sub-page a {
    text-decoration: none;
    color: inherit;
}

.page-content#pack-page .sub-page .item .subtitle {
    padding: 5px 10px;
    border-bottom: none;
}

.page-content#pack-page .sub-page .item .item-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.page-content#pack-page .sub-page .item .item-content .item-img {
    width: 100%;
    height: 50vw;
}

.page-content#pack-page .sub-page .detail-link {
    color: palevioletred;
}

.page-content#pack-page .sub-page .item .item-content .item-img#item-image-ichi {
    background: url(./images/pack_item_ichi.jpg) center center;
    background-size: cover;

}

.page-content#pack-page .sub-page .item .item-content .item-img#item-image-ni {
    background: url(./images/pack_item_ni.png) center center;
    background-size: cover;

}

.page-content#pack-page .sub-page .item .item-content .item-img#item-image-san {
    background: url(./images/pack_item_san.png) center center;
    background-size: cover;

}

.page-content#pack-page .sub-page .item .item-content .item-img#item-image-si {
    background: url(./images/pack_item_si.png) center center;
    background-size: cover;

}

.page-content#pack-page .sub-page .item .item-content .item-img#item-image-go {
    background: url(./images/pack_item_go.png) center center;
    background-size: cover;

}

.page-content#pack-page .sub-page .item .item-content .item-img#item-image-roku {
    background: url(./images/pack_item_roku.png) center center;
    background-size: cover;

}

.page-content#pack-page .sub-page .item .item-content .desc {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background-color: RGB(244,246,247);
}

.page-content#pack-page .sub-page .item .item-content .desc .font-lg {
    font-size: 16px;
}

.page-content#pack-page .mater-items.sub-content .item {
    display: flex;
}

.page-content#pack-page .mater-items.sub-content .item .num {
    font-size:36px;
    line-height: 36px;
    margin-bottom: 20px;
}

.page-content#pack-page .mater-items.sub-content .item .desc {
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-content#privacy-page .page-title .title-desc,
.page-content#terms-ichi-page .page-title .title-desc,
.page-content#terms-ni-page .page-title .title-desc {
    font-size: 14px;
}

.page-content#privacy-page .sub-page .sub-content,
.page-content#terms-ichi-page .sub-page .sub-content,
.page-content#terms-ni-page .sub-page .sub-content {
    margin-bottom: 20px;
    font-size: 14px;
}

#privacy-page ul,
#terms-ichi-page ul,
#terms-ni-page ul {
    list-style: decimal;
    padding-left: 15px;
}

#terms-ichi-page ul.sub-list,
#terms-ni-page ul.sub-list {
    list-style: none;
    padding-left: 20px;
}

#terms-ichi-page ul.sub-list li,
#terms-ni-page ul.sub-list li {
    counter-increment: li;
    list-style: none;
}

#terms-ichi-page ul.sub-list li::before,
#terms-ni-page ul.sub-list li::before {
    content: "("counter(li)")";
    font-size: 14px;
    position: absolute;
    margin-top: 0;
    margin-left: -20px;
}

.page-content#terms-ni-page .chapter {
    text-align: center;
    font-size: 16px;
    margin: 40px 0 20px;
}

.page-content#track-page .sub-page .sub-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.page-content#track-page .sub-page .sub-item .item {
    width: 100%;
}

.page-content#track-page .sub-page .sub-item .item .item-title {
    font-size: 22px;
}

.page-content#track-page .sub-page .sub-item .item .item-desc {
    font-size: 14px;
}

.page-content#track-page .sub-page#track-ni img.img-lg {
    margin-bottom: 20px;
}

.page-content#track-page .sub-page#track-ni .sub-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.page-content#track-page .sub-page#track-ni .sub-item img {
    width: 100%;
    margin-bottom: 20px;
}

#track-page .sub-page#track-ni .img-sub {
    position: absolute;
    background-image: url(./images/track_ni_roku.JPG);
    width: 140px;
    height: 180px;
    margin-top: -210px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 5px solid white;
    border-radius: 10px;
}

.page-content#patent-page .page-title .page-banner {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(./images/two_girl.png) top center;
    background-size: cover;
    margin-bottom: 30px;
    text-align: center;
}

.page-content#patent-page .page-title .page-banner .banner-num {
    font-size: 12px;
}

.page-content#patent-page .page-title .page-banner .banner-title {
    font-size: 20px;
    padding-top: 20px;
}

.page-content#patent-page .page-title .page-banner .banner-desc {
    font-size: 14px;
}

.page-content#patent-page .page-title .page-banner .banner-title::before {
    margin-top: -15px;
    position: absolute;
    content: "";
    background: RGB(218, 81, 135);
    width: 10px;
    height: 10px;
    left: calc(50% - 10px);
    margin-top: -15px;
    border-radius: 50%;
}

.page-content#patent-page .sub-page .sub-content .sub-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.page-content#patent-page .sub-page .sub-content .sub-item img {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .page-content .page-title .title {
        font-size: 26px;
    }
    .page-content .sec-user .banner-description {
        font-size: 16px;
    }
    .page-content .sub-page .subtitle {
        font-size: 22px;
        line-height: 34px;
    }
    #box-page .smile .image{
        width: 150px;
        height: 150px;
    }
    #box-page .smile .description {
        width: 360px;
    }
    #box-page .smile .description .text-white {
        font-size: 13px;
    }
    #box-page .smile .description .phone-sec .phone-number {
        font-size: 13px;
    }
    #box-page .smile .description .phone-sec .phone-number span {
        font-size: 36px;
        line-height: 36px;
    }
    .sec-guide-3 .title {
        font-size: 16px;
        padding: 10px 20px;
    }
    .sec-guide-3 .font-1 {
        font-size: 14px;
    }
    .sec-guide-3 .desc {
        margin: 20px;
    }
    .sec-guide-3 .case {
        margin: 20px 20px 30px 20px;
        padding: 20px 20px 60px 20px;
    }
    .sec-guide-3 .answer {
        margin: 20px 20px 70px 20px;
    }
    .sec-guide-3 .answer .detail {
        padding: 20px;
    }
    .sec-guide-3 .answer .detail .round-tips-wrap .round-tips {
        width: 70%;
    }
    .sec-guide-3 .answer .detail .round-tips-wrap .tip-desc {
        width: 30%;
    }
    .sec-guide-3#ending .case {
        margin: 20px;
        padding: 20px;
    }
    .page-content#faq-page .sub-page .subtitle {
        font-size: 16px;
        line-height: 28px;
    }
    .page-content#faq-page .sub-page .subtitle {
        cursor: pointer;
        padding-left: 24px;
    }
    #faq-page .subtitle::before {
        position: absolute;
        content: "";
        margin-top: 6px;
        margin-left: -24px;
        width: 18px;
        height: 18px;
    }
    .page-content .sub-page .sub-content .table thead th,
    .page-content .sub-page .sub-content .table tbody td {
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
        font-weight: normal;
    }
    .page-content .sub-page .sub-content .table thead th .font-lg,
    .page-content .sub-page .sub-content .table tbody td .font-lg {
        font-size: 24px;
    }
    .page-content .sub-page .sub-content .table thead th .font-md,
    .page-content .sub-page .sub-content .table tbody td .font-md {
        font-size: 20px;
    }
    .page-content .sub-page .sub-content .table-description,
    .page-content .sub-page .sub-content .table-desc {
        font-size: 14px;
    }
    #option-page .sub-content .table-desc span.blue-badge,
    #option-page .sub-content .table-desc span.pink-badge,
    #option-page .sub-content .table-desc span.green-badge {
        padding-left: 16px;
    }
    #option-page .sub-content .table-desc span.blue-badge::before,
    #option-page .sub-content .table-desc span.pink-badge::before,
    #option-page .sub-content .table-desc span.green-badge::before {
        width: 14px;
        height: 14px;
        margin-top: 4px;
        margin-left: -16px;
    }
    .page-content#privacy-page .sub-page .subtitle,
    .page-content#terms-ichi-page .sub-page .subtitle,
    .page-content#terms-ni-page .sub-page .subtitle {
        font-size: 16px;
        line-height:26px;
    }
    .page-content#terms-ni-page .chapter {
        font-size: 18px;
    }
    .page-content#patent-page .sub-page .sub-content .sub-item img {
        width: calc(50% - 40px);
        margin: 20px;
    }
}

@media (min-width: 768px) {
    .page-content .page-title .title {
        font-size: 32px;
    }
    .page-content .sec-user .banner .round-tips .tip {
        width: 80px;
        height: 80px;
        font-size: 28px;
        line-height: 80px;
    }
    .page-content .sec-user .banner-description {
        font-size: 22px;
    }
    .page-content .sub-page .subtitle {
        font-size: 28px;
        line-height: 42px;
    }
    .page-content .sub-page .image-step .image-ichi {
        width: calc(50% - 10px);
        height: 220px;
        margin-bottom: 0;
        margin-right: 20px;
    }
    .page-content .sub-page .image-step .image-ni {
        width: calc(50% - 10px);
        height: 220px;
    }
    .page-content .sub-page .step .step-text {
        width: 50%;
    }
    .page-content .sub-page .step .step-img-wrap {
        width: 50%;
        padding-left: 10px;
    }
    .page-content .sub-page .step .step-img-wrap .step-img {
        padding: 10px 20px;
    }
    .page-content .sub-page .step .step-img-wrap .step-img .ending-img{
        width: 90px;
        height: 90px;
        bottom: -30px;
        right: 0;
    }
    .page-content .sub-page .step .step-img-wrap .step-img .image{
        width: 100%;
        height: 200px;
    }
    .page-content .sub-page .step .step-text .step-item .step-num {
        width: 70px;
        height: 70px;
        font-size: 12px;
        padding-top: 12px;
    }
    .page-content .sub-page .step .step-text .step-item .step-num span {
        font-size: 30px;
        line-height: 30px;
    }
    .page-content .sub-page .step .step-text .step-item .step-desc {
        width: calc(100% - 70px);
        padding-left: 10px;
        padding-top: 20px;
    }
    .page-content .sub-page .step .step-text .step-item .step-desc .minititle {
        font-size: 20px;
    }
    .page-content .sub-page .step .step-text .step-item .step-desc .minidesc {
        font-size: 14px;
    }
    #box-page .smile .image{
        width: 200px;
        height: 200px;
    }
    #box-page .smile .description {
        width: 490px;
        padding: 30px;
    }
    #box-page .smile .description .text-white {
        font-size: 16px;
    }
    #box-page .smile .description .phone-sec .phone-number {
        font-size: 16px;
    }
    #box-page .smile .description .phone-sec .phone-number span {
        font-size: 42px;
        line-height: 42px;
    }
    .sec-guide-3 .case img {
        width: 120px;
        bottom: -20px;
        right: 10px;
    }
    .sec-guide-3 .answer .detail .round-tips-wrap .round-tips {
        width: 50%;
    }
    .sec-guide-3 .answer .detail .round-tips-wrap .tip-desc {
        width: 50%;
    }
    .sec-guide-3 .answer .photo {
        width: 120px;
        height: 120px;
        bottom: -70px;
    }
    .sec-guide-3#ending .answer .detail img {
        width: 120px;
    }
    .page-content#flow-page .sub-page .step#step-2-4 .step-text .step-item .step-desc .desc-img {
        top: 180px;
        left: 300px;
    }
    .page-content#flow-page .sub-page .step .step-img-wrap .step-img > img:nth-child(1) {
        width: calc(50% - 5px);
        margin-right: 5px;
        height: 162.5px;
    }
    .page-content#flow-page .sub-page .step .step-img-wrap .step-img > img:nth-child(2) {
        width: calc(50% - 5px);
        margin-left: 5px;
        height: 162.5px;
    }
    .page-content#faq-page .sub-page .subtitle {
        font-size: 18px;
        line-height: 30px;
    }
    .page-content#faq-page .sub-page .subtitle {
        cursor: pointer;
        padding-left: 32px;
    }
    
    #faq-page .subtitle::before {
        position: absolute;
        content: "";
        margin-top: 4px;
        margin-left: -28px;
        width: 22px;
        height: 22px;
    }
    .page-content .sub-page .subtitle {
        font-size: 40px;
        line-height: 60px;
    }
    .page-content#privacy-page .sub-page .subtitle,
    .page-content#terms-ichi-page .sub-page .subtitle,
    .page-content#terms-ni-page .sub-page .subtitle {
        font-size: 17px;
        line-height: 28px;
    }
    .page-content#terms-ni-page .chapter {
        font-size: 19px;
    }
    .page-content#track-page .sub-page .sub-item .item {
        width: calc(50% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
    .page-content#patent-page .page-title .page-banner .banner-num {
        font-size: 16px;
    }
    .page-content#patent-page .page-title .page-banner .banner-title {
        font-size: 24px;
    }
    .page-content#patent-page .page-title .page-banner .banner-desc {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .page-content .page-title .title {
        font-size: 38px;
    }
    .page-content .sec-user .banner .round-tips .tip {
        width: 120px;
        height: 120px;
        font-size: 40px;
        line-height: 120px;
    }
    .page-content .sec-user .banner-description {
        font-size: 26px;
    }
    .page-content .sub-page .subtitle {
        font-size: 34px;
        line-height: 50px;
    }
    .page-content .sub-page .image-step .image-ichi {
        height: 300px;
    }
    .page-content .sub-page .image-step .image-ni {
        height: 300px;
    }
    .page-content .sub-page .step .step-img-wrap {
        padding-left: 20px;
    }
    .page-content .sub-page .step .step-img-wrap .step-img .ending-img{
        width: 120px;
        height: 120px;
        bottom: -30px;
        right: 0;
    }
    .page-content .sub-page .step .step-img-wrap .step-img .image{
        width: 100%;
        height: 275px;
    }
    .page-content .sub-page .step .step-text .step-item .step-num {
        width: 85px;
        height: 85px;
        font-size: 15px;
        padding-top: 15px;
    }
    .page-content .sub-page .step .step-text .step-item .step-num span {
        font-size: 40px;
        line-height: 40px;
    }
    .page-content .sub-page .step .step-text .step-item .step-desc {
        width: calc(100% - 85px);
        padding-left: 10px;
        padding-top: 25px;
    }
    #advice-page .advice-item {
        font-size: 16px;
        padding-left: 30px;
    }
    
    #advice-page .advice-item::before {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        line-height: 180%;
        margin-top: 5px;
        margin-left: -30px;
        background-image: url(./images/advice_check.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    #box-page .slogan {
        font-size: 18px;
    }
    
    #box-page .sub-page .round-tips .tip {
        width: 100px;
        height: 100px;
        font-size: 17px;
        padding-top: 22px;
    }
    #box-page .smile .image{
        width: 250px;
        height: 250px;
    }
    #box-page .smile .description {
        width: 680px;
        padding: 40px;
    }
    #box-page .smile .description .text-white {
        font-size: 20px;
    }
    #box-page .smile .description .phone-sec .phone-number {
        font-size: 20px;
    }
    #box-page .smile .description .phone-sec .phone-number span {
        font-size: 52px;
        line-height: 52px;
    }
    .sec-guide-3 .title {
        font-size: 24px;
        padding: 10px 30px;
    }
    .sec-guide-3 .font-1 {
        font-size: 18px;
    }
    .sec-guide-3 .desc {
        font-size: 16px;
    }
    .sec-guide-3 .case {
        font-size: 16px;
        width: 90%;
        padding-bottom: 20px;
    }
    .sec-guide-3 .case .font-4 {
        font-size: 20px;
    }
    .sec-guide-3 .case img {
        width: 220px;
        bottom: -20px;
        right: -60px;
    }
    .sec-guide-3 .answer {
        display: flex;
        justify-content: center;
        margin: 20px;
    }
    .sec-guide-3 .answer .detail {
        width: 50%;
        font-size: 16px;
    }
    .sec-guide-3 .answer .detail .font-4 {
        font-size: 20px;
    }
    .sec-guide-3 .answer .photo {
        width: 50%;
        height: auto;
        border-radius: 0;
        position: static;
        bottom: auto;
        right: auto;
    }
    .sec-guide-3 .answer .detail .round-tips-wrap .round-tips {
        width: 70%;
    }
    .sec-guide-3 .answer .detail .round-tips-wrap .tip-desc {
        width: 30%;
    }
    .sec-guide-3#ending .answer .detail {
        width: 100%;
    }
    .sec-guide-3#ending .case {
        width: auto;
    }
    .sec-guide-3#ending .answer .detail img {
        width: 180px;
        right: -10px;
        bottom: 180px;
    }
    .page-content#flow-page .sub-page .step .step-img-wrap .step-img .image {
        height: 350px;
    }
    .page-content#flow-page .sub-page .step .step-img-wrap .step-img > img:nth-child(1) {
        width: calc(50% - 5px);
        margin-right: 5px;
        height: 217.5px;
    }
    .page-content#flow-page .sub-page .step .step-img-wrap .step-img > img:nth-child(2) {
        width: calc(50% - 5px);
        margin-left: 5px;
        height: 217.5px;
    }
    .page-content#flow-page .sub-page .step#step-2-4 .step-text .step-item .step-desc .desc-img {
        left: 380px;
        top: 255px;
    }
    .page-content#pack-page .sub-page .item .item-content .item-img {
        width: 50%;
        height: 342px;
    }
    .page-content#pack-page .sub-page .item .item-content .desc {
        width: 50%;
        padding: 10px 20px;
    }
    .page-content#privacy-page .sub-page .subtitle,
    .page-content#terms-ichi-page .sub-page .subtitle,
    .page-content#terms-ni-page .sub-page .subtitle {
        font-size: 18px;
        line-height: 30px;
    }
    .page-content#terms-ni-page .chapter {
        font-size: 20px;
    }
    .page-content#track-page .sub-page .sub-item .item {
        width: calc((100% - 180px) / 3);
        margin-left: 30px;
        margin-right: 30px;
    }
    .page-content#track-page .sub-page#track-ni .sub-item img:nth-child(1) {
        margin-right: 10px;
    }
    .page-content#track-page .sub-page#track-ni .sub-item img:nth-child(2) {
        margin-left: 10px;
        margin-right: 10px;
    }
    .page-content#track-page .sub-page#track-ni .sub-item img:nth-child(3) {
        margin-left: 10px;
    }
    .page-content#track-page .sub-page#track-ni .sub-item img {
        width: calc((100% - 40px) / 3);
    }
    #track-page .sub-page#track-ni .img-sub {
        width: 210px;
        height: 270px;
        margin-top: -310px;
        margin-left: 20px;
    }
}

@media (min-width: 1200px) {
    .page-content .page-title .title {
        font-size: 44px;
    }
    .page-content .sec-user .banner-description {
        font-size: 30px;
    }
    .page-content .sub-page .subtitle {
        font-size: 40px;
        line-height: 60px;
    }
    .page-content .sub-page .step .step-text .step-item .step-desc .minititle {
        font-size: 22px;
    }
    .page-content .sub-page .step .step-text .step-item .step-desc .minidesc {
        font-size: 16px;
    }
    .page-content .sub-page .step .step-img-wrap .step-img .image {
        width: 100%;
        height: 295px;
    }
    .page-content .sub-page .image-step .image-ichi {
        height: 380px;
    }
    .page-content .sub-page .image-step .image-ni {
        height: 380px;
    }
    #box-page .slogan {
        font-size: 22px;
    }
    #box-page .sub-page .round-tips .tip {
        width: 120px;
        height: 120px;
        font-size: 21px;
        padding-top: 27px;
    }
    #box-page .smile .image{
        width: 300px;
        height: 300px;
    }
    #box-page .smile .description {
        width: 810px;
        padding: 50px;
    }
    #box-page .smile .description .text-white {
        font-size: 24px;
    }
    #box-page .smile .description .phone-sec .phone-number {
        font-size: 24px;
    }
    #box-page .smile .description .phone-sec .phone-number span {
        font-size: 60px;
        line-height: 60px;
    }
    .page-content#flow-page .sub-page .step .step-img-wrap .step-img > img:nth-child(1) {
        width: calc((100% - 20px) / 3);
        margin-right: 5px;
        height: 171.66px;
    }
    .page-content#flow-page .sub-page .step .step-img-wrap .step-img > img:nth-child(2) {
        width: calc((100% - 20px) / 3);
        margin-left: 5px;
        margin-right: 5px;
        height: 171.66px;
    }
    .page-content#flow-page .sub-page .step .step-img-wrap .step-img > img:nth-child(3) {
        width: calc((100% - 20px) / 3);
        margin-left: 5px;
        height: 171.66px;
    }
    .page-content#flow-page .sub-page .step#step-2-4 .step-text .step-item .step-desc .desc-img {
        left: 460px;
    }
    .page-content#privacy-page .sub-page .subtitle,
    .page-content#terms-ichi-page .sub-page .subtitle,
    .page-content#terms-ni-page .sub-page .subtitle {
        font-size: 20px;
        line-height:32px;
    }
    .page-content#terms-ni-page .chapter {
        font-size: 22px;
    }
}