.hover-faq a:hover{
    color: rgba(242, 94, 42, 1);
}
.title-guide{
    text-align: center;
    color: #121212;
    font-weight: normal;
    margin: 1em 0;
}
.grey-box-guide{
    background-color: #f9f8f4;
    padding: 1em;
    width: 100%;
    margin-top: 1em;
}
.guide-img-face{
    width: 65%;
}
#guide-img-1.guide-img-face{
    float: right;
}
#guide-img-2.guide-img-face{
    float: left;
}
.title-sidebar-guide {
    margin-bottom: 10px;
}
.guide-tc-benefit{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.guide-text{
    text-align: center;
    font-weight: normal;
    margin: 1em auto;
}
.ttl-guide-text{
    text-align: center;
    margin: 1em auto;
}
.activity-wrapper{
    width: calc(33% - 1px);
    margin-bottom: 1em;
    display: inline-table;
    padding: 1em;
    text-align: center;
}
.activity-wrapper h4{
    font-weight: 700;
    color: black;
    margin: 1em auto;
}
.activity-wrapper img{
    width:50%;
    margin: auto;
}
.activity-wrapper p{
    text-align: center;
}
.btn-guide-wrapper{
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2em;
}
.button-link-guide {
    color: white!important;
    background-color: rgba(242, 94, 42, 1) !important;
    border-radius: 8px!important;
    width: 250px;
    text-align: center;
}
.button-link-guide:hover {
    background-color: white!important;
    color: black!important;
    border: 2px solid black!important;
    transition: 0.5s!important;
    transition: 500ms ease 0s;
}
.img-guide{
    margin: 2em 0 2em 0;
}
.registration-step-wrap{
    display: flex;
    flex-wrap: wrap;
}
.registration-step{
    position: relative;
    display: flex;
    text-align: center;
    padding: 0 2em;
    width: 25%;
}
.registration-step .number-circle{
    position: absolute;
    border-radius: 100%;
    font-size: 20px;
    line-height: 2.5em;
    color: white;
    background: rgba(242, 94, 42, 1);
    width: 50px;
    height: 50px;
    top:2px;
    left: 3px;

}
.registration-step h3{
    color: black;
    font-weight: normal;
    margin-bottom: 6px;
    font-size:15px;
    margin: 0 auto 1em;
    border-bottom: 2px solid;
    width: 60%;
    padding-bottom: 0.5em;
}

.regist-step {
    border-bottom: 2px solid #2a2a2a;
    width: 25%;
    padding-bottom: .7em;
}
.title-underline-reg{
    border-top: 2px solid #2a2a2a;
    margin: auto;
    width: 270px;
}
.wrap-text-image-gray{
    display: flex;
    align-items: center;
}

/* ===================== F A Q   STYLE CSS =============== */
.link-faq-divide{
    display: flex;
    align-items: center;
    margin-bottom: 75px;
}
.jump-faq{
    font-size: 18px;
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 1.5em;
}
.jump-faq-wrap{
    display: inline-flex;
    margin-right: 3.5em;
    position: relative;
    border-bottom: 1px solid;
}
.arrow-down{
    width: 12px;
    height: 12px;
    box-shadow: -2px 2px 0 rgb(242 94 42);
    transform: rotate(-45deg)translateY(50%);
    content: "";
    position: absolute;
    right: 8px;
}
.icon-q{
    font-size: 30px;
    font-weight: bold;
    color: #20707A;
    width: 70px;
    margin-left: 10px;
    text-align: center;
}
.question{
    font-size: 18px;
    font-weight: bold;
}
.bg-question{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    background-color: transparent;
    margin-bottom: 1em;
    height: 56px;
}
.bg-answer{
    display: flex;
    align-items: baseline;
    margin-bottom: 1em;
}
.icon-a{
    font-size: 30px;
    font-weight: bold;
    color: #EB5640;
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    margin-left: 10px;
    text-align: center;
}
.point-answer{
    margin: 0;
    line-height: 1.6;
    padding-inline-start: 20px;
}
.qna{
    margin-bottom: 3em;
}
.margin-point-ans{
    margin: 1em 0;
}
.width-point{
    width: 25%;
    margin: 1em 0;
}
.answer{
    font-size: 16px;
    width: 100%;
}
.margin-ttl-part{
    margin: 1.5em auto 2em;
}
html{
    scroll-behavior: smooth;
}
.wrap-point-ans{
    display: flex;
    flex-wrap: wrap
}

/* ipad pro screen 1024 */
@media only screen and (max-width: 1024px) {
    .registration-step{
        padding: 0 1em;
    }
    .guide-img-face{
        width: 100%;
    }
    .sameheight-wrapGuide {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: start;
    }
}

/*ipad screen*/
@media only screen and (max-width: 768px) {
    .registration-step{
        width: 33%;
        padding: 0 1em 1em;
    }
    .icon-q{
        margin-left: 0;
    }
    .icon-a{
        margin-left: 0;
    }
    .width-point{
        width: 33.33%;
    }
}

/*smartphone screen*/
@media screen and (max-width: 40.063em) {
    #guide-img-1.guide-img-face{
        float: none;
        margin: auto;
    }
    #guide-img-2.guide-img-face{
        float: none;
        margin: auto;
    }
    .wrap-text-image-gray{
        display: block;
    }
    .guide-img-face{
        width: 65%;
    }
    .title-guide{
        font-size: 1.5em;
        margin: 1em 0 .5em;
    }
    .ttl-guide-text{
        text-align: left;
    }
    .guide-text.recomend-tc-guide{
        text-align: center;
    }
    .guide-text{
        text-align: left;
    }
    .activity-wrapper{
        width: 100%;
    }
    .regist-step{
        width: 55%;
        text-align: center;
    }
    .registration-step{
        width: 100%;
        padding: 0 0em 1em;
    }
    .registration-step h3{
        width: 40%;
    }
    .img-guide{
        margin: 1em 0 0em 0;
    }

    /* =========== SM STYLE F A Q  ======= */
    .link-faq-divide{
        display: block;
        margin-bottom: 1.5em;
    }
    .jump-faq-wrap{
        margin-right: 0;
        margin-bottom: 1.5em;
    }
    .wrap-point-ans{
        display: flex;
        flex-wrap: wrap;
        margin-top: 1em;    
    }
    .width-point{
        width: 100%;
        margin: 0;
    }
    .icon-q{
        width: 10%;
    }
    .icon-q p{
        font-size: 24px;
    }
    .question{
        width: 90%;
        margin-left: .5em;
    }
    .question p{
        font-size: 15px;
    }
    .icon-a{
        width: 10%;
        min-width: 10%;
    }
    .answer{
        width: 90%;
        margin-left: .5em;
    }
    .icon-a p{
        font-size: 24px;
    }
    .answer p{
        font-size: 15px;
    }
    .bg-question{
        height: auto;
        padding: 12px 8px;
    }
    .bg-answer{
        padding: 0px 8px;
    }
    .margin-ttl-part{
        margin: 0em auto 20px;
        text-align: left;
        font-size: 18px;
    }
    .jump-faq{
        font-size: 15px;
    }
    .qna {
        margin-bottom: 20px;
    }
    .arrow-down {
        top: -5px;
    }
    .sameheight-wrapGuide {
        display: flex;
        padding: 0;
    }
}
@media screen and (max-width: 320px){
    .twitter-tweet iframe{
        width: 100%;
    }
}