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

.policy__txt{
    padding: 48px 10%;
    font-size: 1.3rem;
}

.article__header{
    padding: 48px ;
}

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

.section--service{
    text-align: center;
    background-color: #FAF9F5;
    padding: 60px 2%;
    justify-content: center;
}

.section__topic_02{
    font-size: 3.9rem;
    margin: 60px auto;
} 

.section--service{
    padding: 20px 6.4%;
}

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

.maisou__tool{
    max-width: 900px;
    max-height: 110px;
    border-radius: 80px;
    border: 2px solid #333;
    background: #FFF;
    color: #6D6565;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 2.2rem;
    padding: 8px 0 5px 0;
    margin:20px auto;
}

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


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

.setumei{
    margin: 90px auto ;
   max-width: 365px;
    height: 600px;
    border-radius: 30px;
    border: 11px solid#B16BD1;
    background: #FFF;
    padding: 30px;
    justify-content: center;
}

@media screen and (min-width: 769px) {

    .topic{
        font-size: 6.4rem;
    }
    
    .section__topic_02{
        font-size: 6.4rem;
    }

    .maisou__tool{
        max-width: 900px;
        height: 110px;
        border-radius: 80px;
        border: 2px solid #333;
        background: #FFF;
        color: #6D6565;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 3.7rem;
        padding: 18px 0 5px 0;
    }

    .setumei{
       max-width: 700px;
        height: 700px;
        border-radius: 30px;
        background: #FFF;
        padding: 30px;
        justify-content: center;
    }

    .service{
        margin: 20px auto ;
        width: 994px;
        height: 395px;
        border-radius: 30px;
        border: 11px solid #81D192;
        background: #FFF;
        padding: 50px auto;
        justify-content: center;
    }

    .policy__txt{
        font-size: 2rem;
    }


.spBr{
    display: none;
}
.setumei{
    margin: 20px auto ;
    width: 850px;
    height: 395px;
    margin: 90px auto;
    
}

.pcservice{
    display: flex;
}

.inkan{
    margin-left: 50px;
}

}

