@charset "utf-8";


/*///// PC版 /////*/
.toplogo-are h1 {
    font-size: 3.0rem;
    line-height: 1;
    font-family: serif;
    color: #228be0;
}
.toplogo-are p {
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #228be0;
}
.toplogo-are .txt {
    font-size: 2.2rem;
    line-height: 1;
    margin-top: 20px;
}


header .hed-are .logo h1 {
    font-size: 2.6rem;
    line-height: 1;
    font-family: serif;
    color: #228be0;
}
header .hed-are .logo p {
    font-size: 1.0rem;
    letter-spacing: 1px;
    color: #228be0;
}
header .hed-are .logo .txt {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 5px;
}


.fm-box .prof .edtor-are {
    border: 1px solid #ccc;
    min-height: 200px;
    width: 100%;
}
.fm-box .meber .flx {
    margin-right: 0;
}
.fm-box .meber .kanin-nmbr {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    margin-left: 15px;
    margin-top: 0;
}
.fm-box .meber .kanin-nmbr p {
    margin-left: 10px;
}


tbody .link a {
    padding: 3px 10px;
    border-radius: 30px;
    border: 2px solid #2899d7;
    color: #138aca;
    min-width: 74px;
    min-height: 36px;
}







/*///// スマホ版 /////*/
@media screen and (max-width: 575px) {

    table {
        width: 700px;
    }
    
    


}































































