.sp_show{
    display: none;
}
@media screen and (max-width: 768px){
    .sp_show{
        display: inline-block;
    }
    .sp_hidden{
        display: none;
    }
}


.section_title{
    position: relative;
    text-align: center;
}
.section_title hr{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #242F4D;
}
.section_title .title{
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    font-size: 26px;
    font-weight: 900;
    margin: 2em 0;
}
.section_title .title span{
    font-size: 32px;
}
@media screen and (max-width: 768px){
    .section_title .title{
        font-size: 20px;
        padding: 0;
        margin: 1em 0;
    }
    .section_title .title span{
        font-size: 24px;
    }
}




.catch_copy{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F3F3F4;
}
.catch_copy .left{
    width: 50%;
    position: relative;
    padding: 4em 2em 2em 2em;
}
.catch_copy .left h4{
    position: absolute;
    top:0;
    left: 0;
    padding-left: 2em;
    border-bottom: solid 2px #98844E;
    color: #98844E;
    font-size: 24px;
}
.catch_copy .left .copy{
    font-weight: 900;
    font-size: 26px;
}
.b-form-block input[size="15"]{
    margin-right: 1.2em;
    margin-left: 0.5em;
}
@media screen and (max-width: 768px){
    .catch_copy{
        flex-direction: column;
    }
    .catch_copy .left h4{
        font-size: 20px
    }
    .catch_copy .left{
        width: 100%;
        padding: 6em 1em 1em 1em;
    }
    .catch_copy .left h4{
        top:1em;
        padding-left: 1em;
    }
    .catch_copy .right{
        width: 100%;
    }
    .catch_copy .left .copy{
        font-size: 18px;
    }
}




.thanks_text{
    text-align: center;
    font-weight: 900;
    margin-bottom: 3em;
}
.thanks_text span{
    display: inline-block;
    padding: 0 0.5em;
    background: linear-gradient(#fff, #fff 45%, #fff6c7 45.1%, #fff6c7);
    font-weight: 500;
}
.back_link{
    margin: 0 auto;
    width: 300px;
}
.notice{
    margin-bottom: 1em;
}
