@charset "utf-8";

/* 歴史  */
.history_area {
    width: 613px;
    margin: auto;
    position: relative;
}

.history_area:before {
    content: '';
    display: block;
    position: absolute;
    background: #1C5784;
    width: 1px;
    top: 13px;
    left: 9px;
    bottom: 13px;
    margin: auto;
    transform: translate3d(-50%,0, 0);
    z-index: 10;
}

.history_year_area {
    display: flex;
    margin-bottom: 35px;
    padding-left: 45px;
    position: relative;
}

.history_year_area:before ,
.history_year_area:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 9px;
    transform: translate3d(-50%, -50%, 0);
}
.history_year_area:before {
    width: 9px;
    height: 9px;
    background: #1C5784;
    border-radius: 9px;
    z-index: 12;
}

.history_year_area:after {
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #1C5784;
    border-radius: 17px;
    z-index: 11;
}

.history_year {
    font-weight: bold;
    width: 55px;
    margin-right: 15px;
}

.history_list {
    flex: 1;
}

.history_list_item {
    display: flex;
    margin-bottom: 6px;
    align-items: flex-start;
}

.history_list_tag {
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 152px;
    margin-right: 20px;
}

.history_list_tag.-tag01 {
    background: #73B3CC;
}
.history_list_tag.-tag02 {
    background: #81BDAC;
}
.history_list_tag.-tag03 {
    background: #B49988;
}

.history_list_value {
    flex: 1;
    padding: .3rem 0;
    line-height: 1.6rem;
}


.origin-title {
    font-size: 40px;
    color: #145686;
    text-align: center;
    margin: 2rem 0;
}

.origin_imgarea {
    margin-bottom: 30px;
    width: 260px;
}

.origin_imgarea img {
    margin-bottom: 15px;
}

.history_inner .origin_docter_name {
    font-weight: bold;
    color: #145686;
    letter-spacing: 0;
    font-size: 22px;
    min-height: 62px;
}

.history_inner .origin_docter_alive {
    font-size: 12px;
    margin-bottom: 15px;
}

.history_inner .origin_docter_word {
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: .5em;
}
.history_inner .origin_docter_word span{
    font-weight: normal;
    display: block;
    line-height: 1.3;
    word-break: normal;
    padding-top:.5em;
}
.history_inner .origin_docter_detail {
    font-size: 14px;
    line-height: 1.8;
}

.origin_imgarea_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;

}


@media screen and (max-width: 822px) {
    .history_area {
        width: auto;
    }

    .history_area:before {
        top: 17px;
        bottom: 17px;
    }

    .history_year_area {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .history_year_area:before ,
    .history_year_area:after {
        top: 17px;
    }

    .history_year {
        margin: 0;
        width: 100%;
    }

    .history_list_item {
        flex-direction: column;
    }

    .history_list_tag {
        line-height: 1.6rem;
    }

    .origin_imgarea_box {
        display: block;
    }
    .origin-title {
        letter-spacing: 10px;
        font-size: 38px;
        margin: 2rem 0;
    }

    .origin_imgarea {
        width: 100%;
        margin-bottom: 2rem;
    }

    .origin_imgarea .imgarea_box{
        width: 100%;
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .origin_imgarea .imgarea_box div:first-child {
        width: 166px;
        padding-right: 15px;
    }

    .history_inner .origin_docter_word {
        clear: both;
        min-height: 0;
        line-height: 1.5;
    }
    .history_inner .origin_docter_word span {
        margin-top:.5em;
        line-height: 1.2
    }

    .history_inner .origin_docter_name {
        font-size: 19px;
        min-height: initial;
    }
}
.lower_con .lower_mainsec.lower_01.kv_history {
    background-image: url(/asset/img/group/history/kv.jpg);
}
@media screen and (max-width: 822px) {
    .lower_con .lower_mainsec.lower_01.kv_history {
        background-position: left;
    }
}
