
.page_top{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    align-items: center;
    margin: 50px auto;
}

.left{
font-size: 2rem;
font-weight: 600;
}

.right .title{
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    }

.right .en{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
    }

.flex_service_box{
    width: 100%;
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin: auto;
}
.flex_service {
    border: 1px solid;
    padding: 7% 7%;
    margin-bottom: 50px;
    text-align: center;
}

.flex_service_box p{
    font-family: 'Noto Sans JP', sans-serif;
font-size: 30px;
text-align: center;
font-weight: bold;
margin-bottom: 30px;
}

.flex_service div a{
    background-color: #111111;
    color:#fff;
    padding: 5px 10px ;
    margin-top: 30px;
    border-radius: 6px;
}