@charset "UTF-8";
/* ================================================================ default entry */
#forminator-form-id {
    display: block !important;
}

.entry{
    padding: 100px 0;
}

.entry__txt{
    font-weight: 700;
    text-align: center;
    margin: 50px 0;
}

.entry__txt:first-of-type{
    padding-top: 30px;
}

.entry__txt:last-of-type{
    padding-bottom: 30px;
}

.entry__btn{
    max-width: 400px;
}

@media screen and (max-width:768px) {
    .entry{
        padding: 60px 0;
    }
    
    .entry__txt{
        margin: 25px 0;
        line-height: 2;
    }
    
    .entry__txt:first-of-type{
        padding-top: 30px;
    }
    
    .entry__txt:last-of-type{
        padding-bottom: 30px;
    }
    
    .entry__btn{
        max-width: 400px;
    }
}
/* ================================================================ default entry end */
.entry{
    padding: 130px 0 100px;
}

.entryPage__txt{
    text-align: center;
    margin: 0 5%;
}

.required__txt{
    display: block;
    margin: 15px auto 0;
    width: 120px;
}

.required{
    position: relative;
}

.required::after{
    content: '';
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-color: #FEF200;
    border-radius: 50%;
}

.entry__table{
    width: 100%;
    max-width: 800px;
    margin: 50px auto;
}

.entry__item__box{
    display: flex;
    align-items: center;
    margin: 30px;
}

.entry__item{
    font-weight: 500;
    width: 200px;
    flex-shrink: 0;
}

.entry__list__txt{
    width: 100%;
    height: 40px;
}

.phone__box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phone__box p{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line{
    display: block;
    width: 15px;
    height: 1px;
    background-color: black;
    margin: 0 10px;
}

.phone{
    width: 28%;
}

.link__box__box{
    align-items: flex-start;
}

.link__item{
    margin-top: 5px;
}

.link__box{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.input{
    background-color: #FFFFC8;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 5px 5px;
}

.naiyou__txt{
    height: 100px;
}

.naiyou{
    height: 100px;
    resize: none;
}

.entry-confirm__btn{
    background-image: none;
    width: 350px;
    height: 65px;
    margin-top: 100px;
    padding: 0;
}

.wpcf7-spinner{
    display: none;
}

.entry-confirm__btn p{
    width: 100%;
    height: 100%;
}

.wpcf7-submit{
    display: block;
    width: 100%;
    height: 100%;
}

.thanks{
    padding: 25vh 0;
}

.thanks__txt{
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    padding: 50px 0;
}

.thanks__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    max-width: 350px;
}

@media screen and (max-width:768px) {
    .entry__table{
        max-width: 400px;
    }

    .entry__item__box{
        align-items: flex-start;
        flex-direction: column;
    }

    .entry__item{
        margin-bottom: 5px;
    }

    .required::after{
        content: '';
        position: absolute;
        top: 50%;
        right: calc(100% + 5px);
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background-color: #FEF200;
        border-radius: 50%;
    }

    .input{
        border-radius: 30px;
    }
}