@charset "UTF-8";
body{
    background-color: #EFEFEF;
}
ul.id-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.2rem;
}
ul li a.id-btn{
    font-size: 1.8rem;
    color: #D1302B;
    font-weight: bold;
    padding: 0rem 7.3rem;
}
ul.id-flex li{
    border-left: #D1302B solid 1px;
    line-height: 6.5rem;
}
ul.id-flex li:last-child{
    border-right: #D1302B solid 1px;
    line-height: 6.5rem;
}
.about-container{
    background-color: white;
    margin: 3.7rem 10rem 5.2rem 10rem;
    padding: 3.2rem 12rem 4.5rem 12rem;
}
h2{
    font-size: 2.4rem;
    color: #D1302B;
    font-weight: bold;
    text-align: left;
    padding-bottom: 2.2rem;
}
p.about-text{
    font-size: 1.6rem;
    color: #707070;
    line-height: 1.7;
    font-weight: bold;
}
.president-container{
    background-color: white;
    background-color: white;
    margin: 0rem 10rem 10rem 10rem;
    padding: 3.2rem 12rem 4.5rem 12rem;
}
.inner-flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.inner-flex img{
    width: 60%;
}
p.president-text{
    text-align: left;
    font-size: 1.6rem;
    color: #707070;
    line-height: 1.7;
    font-weight: bold;
    padding: 0rem 0rem 3.4rem 4.5rem;
}
p.name-text{
    font-size: 1.6rem;
    color: #D1302B;
    font-weight: bold;
    text-align: right;
    line-height: 1.7;
}


@media screen and (max-width: 768px){
    .inner-flex{
    display: block;
    text-align: center;
}
p.name-text{
    font-size: 2.5vw;
    color: #D1302B;
    font-weight: bold;
    text-align: right;
    line-height: 1.5rem;
}
}


@media screen and (min-width: 450px) and (max-width: 768px){
    ul li a.id-btn{
    font-size: 4vw;
    color: #D1302B;
    font-weight: bold;
    padding: 0rem 9vw;
}
.about-container{
    background-color: white;
    margin: 4rem 0rem;
    padding: 3rem 5.5rem 4.5rem 5.5rem;
}
h2{
    font-size: 4vw;
    color: #D1302B;
    font-weight: bold;
    text-align: left;
    padding-bottom: 2rem;
}
p.about-text{
    font-size: 3vw;
    color: #707070;
    line-height: 2.5rem;
}
.president-container{
    background-color: white;
    margin: 0rem 0rem 4rem 0rem;
    padding: 3rem 5.5rem 4.5rem 5.5rem;
}
p.president-text{
    font-size: 3vw;
    color: #707070;
    line-height: 2.5rem;
    padding: 3rem 0rem;
}
p.name-text{
    font-size: 3vw;
    color: #D1302B;
    font-weight: bold;
    text-align: right;
    line-height: 3.4rem;
}
}


@media screen and (max-width: 450px){
    ul.id-flex{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
    }
    ul li a.id-btn{
        font-size: 3vw;
        color: #D1302B;
        font-weight: bold;
        padding: 0rem 8vw;
    }
    ul.id-flex li,ul.id-flex li:last-child{
        border-right: #D1302B solid 1px;
        line-height: 3rem;
    }
    .about-container{
        background-color: white;
        margin: 2rem 0rem;
        padding: 2rem 5.5rem 2rem 5.5rem;
    }
    h2{
        font-size: 3.5vw;
        color: #D1302B;
        font-weight: bold;
        text-align: left;
        padding-bottom: 2rem;
    }
    p.about-text{
        font-size: 2.5vw;
        color: #707070;
        line-height: 1.5rem;
    }
    .president-container{
        background-color: white;
        margin: 0rem 0rem 2rem 0rem;
        padding: 2rem 5.5rem 2rem 5.5rem;
    }
    p.president-text{
        font-size: 2.5vw;
        color: #707070;
        line-height: 1.5rem;
        padding: 2rem 0rem;
    }
}