@charset "UTF-8";
/* CSS Document */

.message {
    margin-bottom: 150px;
}

@media only screen and (max-width: 768px) {
.message {
    margin-bottom: 80px;
}
}

.president-img {
    margin-bottom: 75px;
    width: 100%;
    height: 500px;
    background: url(../img/message/message-president-img.jpg) top center no-repeat; background-size: 1100px 500px;
}

@media only screen and (max-width: 768px) {
.president-img {
    background-size: 800px auto;
    background-position: top center;
    margin-bottom: 40px;
    height: 364px;
}
}


.president-txt {
    margin: 0 auto;
    width: 1000px;
}
.president-txt h3 {
    margin: 0 0 55px;
    font-size: 30px;
    color: #727171;
    line-height: 2em;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.president-txt p {
    margin: 0 0 55px;
    font-size: 18px;
    color: #727171;
    line-height: 2.4em;
    letter-spacing: 0.02em;
    text-align: justify;
}
.president-txt p.name {
    margin: 0 0 0;
    font-size: 18px;
    color: #727171;
    line-height: 1.4em;
    text-align: right;
    letter-spacing: 0.05em;
}
.president-txt p.name span {
    font-size: 35px;
    line-height: 1.4em;
    display: block;
}

@media screen and (max-width: 768px){
.president-txt {
    margin: 0 auto;
    width: 85%;
}
.president-txt h3 {
    margin: 0 0 25px;
    font-size: 19px;
    color: #727171;
    line-height: 1.8em;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: justify;
}
.president-txt p {
    margin: 0 0 35px;
    font-size: 16px;
    color: #727171;
    line-height: 2em;
    letter-spacing: 0.02em;
    text-align: justify;
}
.president-txt p.name {
    margin: 0 0 0;
    font-size: 15px;
    color: #727171;
    line-height: 1.4em;
    text-align: right;
    letter-spacing: 0.02em;
}
.president-txt p.name span {
    font-size: 27px;
    line-height: 1.4em;
    display: block;
}
}

