.thanks-header a {
    width: 31%;
    height: auto;
}

.top-header{
    display: none;
}

.header-left-text p {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 21px;
    text-align: left;
    color: #231815;
}

.header-left-text{
    width: 90%;
}

.sp-header-tel{
    width: 300px;
    height: auto;
}

.bottom-header .container .header-text {
    margin-bottom: 4px;
}

.thanks-header{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 66%;
}
@media screen and (max-width:800px) {

    .thanks-header a {
        width: 60%;
        height: auto;
    }

    .top-header{
        display: block;
    }

    .bottom-header .container .header-text {
        margin-bottom: 4px;
    }

    .bottom-header {
        padding: 7px 0;
    }

    .header-left-text{
        display: none;
    }
    .entry-main {
        width: 88%;
        margin: 0 auto;
    }

    .top-header .container span {
        font-size: 2.4vw;
    }

    .top-header .container h1 {
        text-align: center;
        line-height: 0px;
    }

    .bottom-header .inner {
        width: 88%;
        margin: 0 auto;
        vertical-align: center;
    }

    .header-icon-img {
        width: 130px;
        vertical-align: bottom;
    }

    .sp-header-tel {
        width: 100%;
    }

    .bottom-header .inner div {
        width: 50%;
    }

    .bottom-header .container .header-text {
        font-size: 10px;
        line-height: 15px;
    }

    .box-radius-heading-wrap {
        width: 100%;
        height: 55px;
        margin: 0 auto;
    }

    .box-radius-heading {
        font-size: 20px;
        font-weight: 700;
    }

    .first {
        margin: 30px 0;
        font-size: 13px;
        line-height: 28px;
    }

    .second {
        font-size: 13px;
        line-height: 22px;
        margin: 0;
    }

    .thanks-wrap .content-inner {
        text-align: left;
    }

    .thanks-wrap .content-bottom .third img {
        width: 60%;
        margin: 24px auto;
    }

    .thanks-wrap .back img {
        width: 90%;
    }

    footer {
        margin-top: 90px;
        height: 70px;
    }

    footer p {
        font-family: YuGothic, sans-serif;
        font-weight: 500;
        font-size: 11px;
        line-height: 22px;
        text-align: center;
        color: #fff;
    }

    .third {
        display: block;
        margin: 0 0 40px;
    }

}