@charset "utf8";
.page-child-banner {
    background-image: url(../../img/about/his-banner.png);
}
.grid-1085{
    max-width: 1085px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.hisItem{
    margin-bottom: 138px;
}
.hisItem:last-child{
    margin-bottom: 0;
}
.hisItem h2{
    text-align: center;
    font-size: 50px;
    line-height: 110%;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #000;
}
.hisRowsBorder{
    border-top: 4px solid #0000FF;
    border-bottom: 4px solid #0000FF;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 55px;
    padding-bottom: 70px;
    margin-top: 92px;
}
table.tbStyle01{
    width: 100%;
}
table.tbStyle01 tr td{
    font-size: 20px;
    line-height: 170%;
    color: #000;
    letter-spacing: 0.5px;
    border-top: 1px solid #0000FF;
    padding-top: 5px;
    padding-bottom: 7px;
}
table.tbStyle01 tr:last-child td{
    border-bottom: 1px solid #0000FF;
}
table.tbStyle01 tr td:first-child{
    padding-left: 50px;
    width: 345px;
}   
#history{
    padding-top: 30px;
}
span.hiSp{
    display: block;
    font-size: 25px;
}
.hiItemTxt{
    display: block;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 170%;
    color: #000;
    margin-top: 15px;
}
.hisItemChild{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 120px;
}
.hisItemChild:last-child{
    margin-bottom: 100px;
}
.hisYear{
    width: 50%;
    padding-right: 22px;
    margin-top: -8px;
}
.hisInfo{
    width: 50%;
    padding-left: 22px;
}
.hisNumber{
    position: relative;
    padding-right: 15px;
}

.hisNumber::before{
    content: '';
    background-color: rgba(158, 159, 159, 0.5);
    width: 438px;
    height: 100px;
    transform: skew(-30deg);
    position: absolute;
    top: 53px;
    left: 47px;
    z-index: 0;
}
.hisNumber span{
    display: block;
    font-size: 113px;
    letter-spacing: 0.3px;
    color: #000;
    line-height: 100%;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.hisNumber span.nb01{
    text-align: right;
    margin-top: -26px;
}
.hisInfo span{
    display: block;
}
.hisInfoTxt{
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.5px;
    color: #000;
}
.hisInfo span.hisImg{
    margin-top: 6px;
}
.hisYear span.hisImg{
    display: block;
    margin-top: -6px;
}
.hisRows{
    margin-top: 118px;
}
.hisItemChild:nth-child(2n) .hisYear{
    order: 1;
    padding-left: 22px;
    padding-right: 0px;
}
.hisItemChild:nth-child(2n) .hisInfo{
    order: 0;
    padding-left: 0px;
    padding-right: 22px;
}
span.next{
    display: block;
    text-align: center;
    margin-top: 150px;
}
span.next img{
    display: inline-block;
}

/* end  */
@media screen and (max-width: 1085px) {
    .grid-1085{
        padding-left: 10px;
        padding-right: 10px;
    }
    .hisNumber::before{
        width: 38.249vw;
        height: 9.217vw;
    }
    .hisInfoTxt{
        height: 145px;
        overflow: hidden;
    }
    .hisNumber span{
        font-size: 95px;
    }
}
@media screen and (max-width: 767px) {
    .page-child-banner {
        background-image: url(../../img/about/his-banner-sp.jpg);
    }
    #history{
        padding-top: 40px;
    }
    .hisRows{
        margin-top: 40px;
    }
    .hisItem h2{
        font-size: 40px;
    }
    .hisRowsBorder{
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    table.tbStyle01 tr td:first-child{
        width: 160px;
        padding-left: 10px;
        padding-right: 10px;
    }
    table.tbStyle01 tr td{
        font-size: 16px;
    }
    .hisItem{
        margin-bottom: 40px;
    }
    span.hiSp{
        font-size: 18px;
    }
    .hiItemTxt{
        font-size: 16px;
    }
    .hisItemChild{
        margin-bottom: 40px;
    }
    .hisYear,
    .hisItemChild:nth-child(2n) .hisYear{
        margin-top: 0;
        width: 100%;
        order: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .hisYear img{
        display: inline-block;
    }
    .hisInfo,
    .hisItemChild:nth-child(2n) .hisInfo{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        order: 1;
        padding-top: 20px;
    }
    .hisNumber{
        padding-right: 0;
        padding-bottom: 40px;
    }
    .hisInfoTxt{
        height: auto;
    }
    .hisNumber::before{
        left: 50%;
        transform: translateX(-50%) skew(-30deg);
        width: 530px;
        height: 100px;
        top: 0;
    }
    .hisNumber span.nb01{
        margin-top: 0;
    }
    .hisNumber span{
        display: inline-block;
    }
    span.hisImg{
        text-align: center;
    }
    span.hisImg img{
        display: inline-block;
    }
    .hisInfo span.hisImg{
        margin-top: 10px;
    }
    span.next{
        margin-top: 60px;
    }
}
@media screen and (max-width: 640px) {
    .hisNumber span {
        font-size: 10.938vw;
    }
    .hisNumber::before{
        width: 78.125vw;
        height: 15.500vw;
        top: -7px;
    }
}
@media screen and (max-width: 480px) {
    table.tbStyle01 tr td{
        float: left;
        width: 100%;
        border: none;
    }
    table.tbStyle01 tr td:first-child{
        width: 100%;
        background-color: rgba(0, 0, 255, 0.6);
        color: #fff;
    }
}

/* 2019 10 16 */
.breadcrumb-page {
    max-width: 1060px;
}

.breadcrumb-page-item:last-child {
    border-right: none;
}

@media screen and (max-width:1230px){
    .breadcrumb-page-item a{
        font-size: 13px;
    }
}

@media screen and (max-width:1100px){
    .breadcrumb-page-item a{
        font-size: 12px;
    }
}

@media screen and (max-width:767px){
    .breadcrumb-page-item {
        width: 50%;
    }

    .breadcrumb-page {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
    }

    .breadcrumb-page-item:nth-child(2n) {
        border-right: 1px solid #fff;
    }

    .breadcrumb-page-item:nth-child(2n){
        border-right:1px solid #fff;
    }
}

@media screen and (max-width:480px) {
    .breadcrumb-page {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
    }

    .breadcrumb-page-item:last-child{
        width: 100%;
    }

    .breadcrumb-page-item:nth-last-child(2){
        border-right: none;
    }

}
