@charset "utf-8";
/* ========================
Article header
======================== */



.article__header{
    padding: 48px ;
    background-image:  url(../images/Frame19.png);
}


.topic{
    text-align: center;
    font-size: 2.4rem;
}

.resson{
    text-align: center;
    font-size: 1.6rem;
    margin: 30px 0;
}

.service{
    margin: 20px auto ;
    width: 100%;
    height: 63
    0px;
    border-radius: 30px;
    border: 11px solid #F83C9D;
    background: #FFF;
    padding: 30px;
    justify-content: center;
}

.setumei{
    margin: 20px auto ;
    width: 100%;
    height: 800px;
    /* border-radius: 30px; */
    border: 5px solid pink;
    background: #FFF;
    padding: 30px;
    justify-content: center;
}

.setumei__kk{
    border: 5px solid #ABCEF5;
}

.section--service{
    background: #FAF9F5;
    padding: 60px 6%;
}

.service__mai2{
    margin: 20px auto ;
    width: 100%;
    height: 63
    0px;
    border-radius: 30px;
    background: #FFF;
    padding: 30px;
    justify-content: center;
    border: 11px solid #FB9ECE;
}

.section__topic_02{
    font-size: 3.9rem;
    text-align: center;
}

.event__name{
    color: #34302E;
    font-size: 2.5rem;
    font-family: "Noto Sans JP";
   padding: 30px;
    text-align: center;
}

.hukudai{
    color: #34302E;
    font-size: 2.2rem;
    font-family: "Noto Sans JP";
    text-align: center;
    border-bottom:  solid 1px #333;
}

.tail{
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
}

.event__txt{
    color: #34302E;
    font-size: 1.7rem;
    font-family: "Noto Sans JP";
    margin: 30px 0;
    text-align: left;
}

.group{
    margin-top: 8px;
}

input[type="text"],
.group--select,
.group__textAre{
    display: block;
    width: 100%;
    padding: 8px 16px;
    border-radius: 2px;
    border: 1px solid #939494;
    font-size: 1.4rem;
}

input[type="text"]:focus,
.group--select:focus,
.group__textAre:focus{
    outline: solid 1px #BFC8BF;
}

::placeholder{
    color: #939494;
}

.group__textAre{
    min-height: 148px;
}

.policy{
    display: block;
}

.form__parts--policy{
    margin-top: 24px;
}

.pl{
    color: blue;
    border-bottom:  solid 1px blue;
    display: inline;
}

input[type="checkbox"]{
    width: 16px;
    height: 16px;
    border: 1px solid gray;
    background: white;
    margin-right: 10px;
}

input[type="checkbox"]:checked{
    position: relative;
}

input[type="checkbox"]:checked::after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 5px;
    border-left: 2px solid red;
    border-bottom: 2px solid red;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}

.btn--form{
    display: block;
    width: 187px;
    height: 46px;
    border-color: #333;
    padding: 12px 0 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 50px;
    margin-top: 20px;
    border: 1px solid #333;
}

/* form pc */
@media screen and (min-width: 769px) {
    .topic{
        font-size: 6.4rem;
    }
    
    .section__topic_02{
        font-size: 6.4rem;
    }

    .form{
        max-width: 570px ;
        margin: 0 auto;
    }

    .mimotobox{
        display: flex;
        max-width: 900px;
        margin: 50px auto;
    }

    .service{
        width: 365px;
    }

    .setumei{
        margin: 20px auto ;
        width: 890px;
        height: 395px;
        /* border-radius: 30px; */
        background: #FFF;
        padding: 50px auto;
        justify-content: center;
    }

    .group{
        margin-top: 0;
        width: 100%;
    }

    .group--text{
        width: 100%;
    }

    .spBr{
        display: none;
    }
   
    .service__box{
        display: flex;
    }

.event__txt{
    width: 500px;
}

    .setumeiimg{
        width: 300px;
        height: 300px;
    }

}