@charset "UTF-8";

@import url('layout.css');

#history .contents_main_img{
    background-image: url(../../img/front/home/main.png);
}

@media screen and (max-width: 767px) {
    #history .contents_area{
        background: #fff;
    }
}

/* 東邦会の歴史 */
#history .sp{
    display: none;
}
.history-article {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 150px;
}
h2.history-article__title {
    display: block;
    text-align: center;
}
.history-article__wrap {
    width: 75%;
    max-width: 850px;
    background: #fff;
    padding: 30px 20px;
}

.history-article__text {
    position: relative;
    display: block;
    width: 65%;
}

.history-article__text > p {
    margin-bottom: 20px;
}

.history-article__other {
    position: absolute;
    vertical-align: top;
    width: 30%;
    top: -30px;
}

.history-article__img {
    position: absolute;
    top: 160px;
    width: 45%;
}

.history-article__img > img {
    width: 100%;
}
.history-article__img--1913 {
    max-width: 450px;
}

.history-article__img--1928 {
    max-width: 550px;
}

.history-article__img--1943 {
    max-width: 550px;
    margin-top: 50px;
}

.history-article__img--1965 {
    max-width: 430px;
    margin-top: -50px;
}

.history-article__img--2001 {
    margin-top: -50px;
    max-width: 450px;
}

.history-article__img--2018 {
    max-width: 550px;
    margin-top: 50px;
}

/* 左右の振り分け */
.history-article__wrap--left {
    margin: 0 auto 0 0;
}

.history-article__wrap--right {
    margin: 0 0 0 auto;
}

.history-article__wrap--left > .history-article__text {
    left: 1%;
    margin: 0 auto 0 0;
}

.history-article__wrap--right > .history-article__text {
    right: 1%;
    margin: 0 0 0 auto;
}

.history-article__wrap--left > .history-article__img {
    right: 3%;
}

.history-article__wrap--right > .history-article__img {
    left: 3%;
}

@media screen and (max-width: 767px) {
    #history .contents_area{
        background: #fff;
    }
    #history .pc{
        display: none;
    }
    #history .sp{
        display: block;
    }
    .history-article{
        margin-bottom: 90px;
    }
    .history-article:last-child{
        margin-bottom: 0;
    }
    .history-article__wrap{
        width: 100%;
        padding: 0;
    }
    .history-article__text{
        width: 100%;
    }
    .history-article__text > p{
        margin-bottom: 10px;
    }
    .history-article__img{
        position: static;
        width: auto;
        text-align: center;
    }
    .history-article__img > img{
        display: block;
        width: auto;
        margin: 0 auto 20px;
    }
    .history-article__text > p:last-child{
        margin-bottom: 0;
    }
    .history-article__wrap--left > .history-article__text,
    .history-article__wrap--right > .history-article__img{
        left: 0;
    }
    .history-article__wrap--right > .history-article__text,
    .history-article__wrap--left > .history-article__img{
        right: 0;
    }
}

/* 歴代会長 */
#history .chairman .main-content ul li::before {
    content: '-';
    padding-right: .5em;
}
#history .chairman .main-content ul {
    background-color: #fff;
    padding: 60px;
    margin-bottom: 0;
}
#history .chairman .main-content ul li{
    margin-bottom: 10px;
}
#history .chairman .main-content ul li:last-child{
    margin: 0;
}
@media screen and (max-width: 767px) {
    #history .chairman .main-content ul {
        padding: 0;
    }
}
