.main {
	padding: 11.6rem 0 20rem;
	overflow: hidden;
}

/* 背景 */
.bg {
	background-image: url(../img/top,header,footer/top_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
}

.title{
    font-size: 2.7rem;
    font-weight: 400;
    font-family: "Shippori Mincho", serif;
    text-align: center;
    margin-bottom: 5rem;
}

.check-form{
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

.check__label{
    display: flex;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "LINE Seed JP", sans-serif;
    word-break: break-all;
    white-space: pre-wrap;
    gap: 4rem;
}

.check__label span{
    width: 15rem;
}

.check__label div{
    width: 47.5rem;
}

.check__btns{
    display: flex;
    gap: 5.5rem;
    justify-content: center;
    align-items: center;
}

.check__btn{
    width: 15rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    border-radius: 0.8rem;
    background-color: #ECAE50;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "LINE Seed JP", sans-serif;
    color: #FFFFFF;
}

.wpcf7-spinner{
    display: none;
}

@media screen and (max-width:699.98px) {
    .check-form{
        gap: 2rem;
    }

    .check__label{
        flex-direction: column;
        gap: 1rem;
        border-bottom: 0.1rem solid #CCCCCC;
        padding-bottom: 0.5rem;
    }

    .check__label div{
        width: 32.5rem;
    }
}