@charset "UTF-8";
body {
    margin: 0;
}


p {
    margin: 0;
}

#t-spark_top {
    background-color: black;
    text-align: center;
    font-size: 16px;
}

#thoughts_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto 100px;
    width: 90%;
    background-color: black;
}

#thoughts_header .logo {
    width: 30%;
    height: 100%;
}

#thoughts_header .brand_link {
    width: 15%;
}

/* sec1 */
.title {
    background-image: url(_image/title_bg.png);
    height: 120px;
}

.title img {
    height: 120px;
}

.content {
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;
}

.text_area {
    width: 100%;
    margin-right: 40px;
    text-align: left;
}

.flex {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 120px;
}

.flex .text_area {
    width: 55%;
    margin-right: 40px;
}

.flex .img_area {
    width: 43%;
    display: flex;
    flex-direction: column;
}

.top_text {
    font-size: 18px;
    font-weight: bold;
}

span.red_text {
    color: #e00000;
    font-weight: bold;
}

.interview_text {
    font-weight: bold;
    margin-bottom: 50px;
}

.answer_text {
    margin-bottom: 50px
}

.label {
    width: 80px;
    margin-bottom: 5px;
}

.next_img {
    width: 45%;
}

.x_link_area {
    position: relative;
    margin-top: 30px;
}

.x_link_area a {
    position: absolute;
    height: 94%;
    width: 31%;
    right: 0;
} 

.mb_20px {
    margin-bottom: 20px;
}

.mb_50px {
    margin-bottom: 50px;
}

.buy_btn {
    display: block;
    width: 30%;
    margin: 0 auto;
}

#copyright1 p {
    text-align: center;
}

@media screen and (max-width: 768px) {

    #thoughts_header {
        margin: 50px auto 50px;
    }

    #thoughts_header .logo {
        width: 50%;
    }

    #thoughts_header .brand_link {
        width: 30%;
    }

    #sec1 .top_text {
        font-size: 15px;
    }

    .title {
        height: 100px;
        align-items: center;
    }

    .title img {
        height: 100px;
        object-fit: contain;
    }

    #sec2 .title img, #sec3 .title img {
        height: 100px;
        width: 95%;
    }

    .flex {
        flex-direction: column;
        margin: 50px auto;
    }

    .flex .text_area {
        width: 100%;
        margin: 0 0 30px 0;
        margin-bottom: 30px;
    }

    .flex .img_area {
        width: 100%;
    }

    .flex .img_area img {
        margin-bottom: 30px;
    }

    .label {
        width: 20%;
    }

    .next_img {
        width: 70%;
    }

    .buy_btn {
        width: 70%;
    }
}

@media screen and (max-width: 425px) {

    #t-spark_top {
        font-size: 13px;
    }

    .label {
        width: 30%;
    }

}
