@charset "utf-8";

/* navi white*/

nav.jmenu>ul>li>a {
    color: #fff;
}

#headerArea.headerColor {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #00abba!important;
}

nav.jmenu>ul>li>a.hover::before {
    color: #fff;
}

nav.jmenu>ul>li>a.hover::after {
    color: #fff;
}


/* header image area*/

#imageArea {
    position: relative;
    width: 100%;
    /*min-width: 1000px;*/
    height: 520px;
    overflow: hidden;
    background-image: url(/images/img-history.jpg);
    background-size: cover;
}

.mainImageContents {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}

.imageRead {
    color: #fff;
}

.imageText {
    color: #fff;
}

.pageContents.border {
    border-top: solid 1px #ddd;
    margin-top: 50px;
}

.pageContents.border .titleCorner {
    width: auto;
    height: 51px;
    font-size: 20px;
    line-height: 50px;
    background-color: #fff;
    border-top: solid 1px#ddd;
    border-right: solid 1px #ddd;
}

.pageContents.border .titleBand {
    position: absolute;
    top: -50px;
    left: -100%;
    width: 100%;
    height: 51px;
    background-color: #e7f2f5;
    color: #000;
    z-index: 1000;
    border-top: solid 1px #ddd;
}


/*history*/

.readShadow {
    /*text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);*/
}

.historyWrap {
    /*height: 64px;*/
}

.historyPlug {
    height: 50px;
}

.historyArea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    background-color: rgba(231, 242, 245, .85);
    border-bottom: solid 1px #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.historyArea.fixed {
    position: fixed;
    top: 75px;
    z-index: 1000;
}

.historyArea.fixed+h2.historyYear {
    padding-top: 74px;
}

.historyBox {
    display: inline-block;
    cursor: pointer;
    padding:15px;
}

.historyBox.currents {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    color: #00abba;
}

.historyBox.currents.max {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: scale(1.5);
    transform: Scale(1.5);
}

.historyYear {
    font-size: 38px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #00abba;
    margin-top: 14px;
}

.wago {
    font-size: 14px;
    color: #00abba;
    margin-top: 5px;
    margin-left: 2px;
    line-height: 1.5;
}

.historyText {
    display: block;
    margin: 1em 0;
    line-height: 1.75;
}

.timelineCage {
    /*display: table;*/
    display:flex;
    width: 100%;
    padding: 0px;
}

.timelineCage.caps {
    /*height: 50px;*/
}

.yearNameBox {
    width: 15%;
    /*display: table-cell;*/
    text-align: left;
    padding-right: 20px;
    vertical-align: top;
}

.HistoryGraphbox {
    width: 1%;
    border-left: solid 1px #ddd;
    /*display: table-cell;*/
    padding: 75px 0px;
}

.timelineBoxSymEna {
    width: 41%;
    /*display: table-cell;*/
    padding: 21px 0px 0px 10px;
    vertical-align: top;
}

.timelineBoxExcept {
    width: 41%;
    /*display: table-cell;*/
    padding: 21px 0px 0px 10px;
    vertical-align: top;
}

p.hPoint span {
    display: inline-block;
    text-indent: 0px;
    /*margin-top: -2px;*/
}

.timelineBoxSymEna p.hPoint {
    font-size: 16px;
    line-height: 1.5;
    margin-left: -28px;
    color: #00abba;
}

p.hPoint img {
    vertical-align: middle;
}

.timelineBoxExcept p.hPoint {
    font-size: 16px;
    line-height: 1.5;
    margin-left: -28px;
}

.timelineBoxExcept p.hPoint img {
    vertical-align: middle;
}

.jtitle2Wrap[data-fire='show'] {
    width: 416px!important;
}

.hPoint .nPrep {
    display: inline-block;
    width: 32px;
}

.hPoint .nPrep2 {
    display: inline-block;
    width: 32px;
}

.historyTagCage {
    width: 100%;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    margin-top: 20px;
}

.historyTagCage.alt {
    width: 100%;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    margin-top: 5px;
}

.historyTagCage .jtitle2 {
    display: inline-block;
}

.historyTagCage .jtitle2 .historyTags {
    position: relative;
    display: inline-block;
    border-top: solid 1px #00abba;
    border-bottom: solid 1px #00abba;
    padding-left: 10px;
    margin-left: 20px;
    padding-right: 20px;
    border-right: solid 1px #00abba;
    color: #00abba;
    letter-spacing: 2px;
    min-width: 250px;
}

.historyTagCage .jtitle2 .historyTags::before {
    content: ' ';
    display: block;
    border-top: solid 1px #00abba;
    border-left: solid 1px #00abba;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 26px;
    height: 26px;
    position: absolute;
    left: -11px;
    top: 2px;
}

.jtitle2 img.historyPhoto {
    display: block;
    width: 180px;
    height: auto;
    margin: 10px 10px 10px 30px;
    border: solid 5px #f7f7f7;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.jtitle2 .blueText {
    font-size: 0.9em;
    color: #00abba;
}


/*.timelineBoxSymEna p.hPoint::before {
    content: url(/images/img-prep-b.png);
    display: inline!important;
}*/


/****************************************************************************************************************/

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
    /* Display only in the smartphone */
    .mainImageArea {
        width: 100%;
        overflow: hidden;
        min-width: 100%;
        position: relative;
    }
    .mainImageContents {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #imageArea {
        position: relative;
        width: 100%;
        min-width: 100%;
        height: 100vh;
        overflow: hidden;
        background-size: cover;
    }
    /**/
    .pageContents {
        width: 100%;
        min-width: 100%;
        position: relative;
    }
    /*********/
    .timelineCage {
        display: block;
        width: 100%;
        padding: 10px;
    }
    .yearNameBox {
        width: 100%;
        display: block;
        text-align: left;
        padding-right: 10px;
    }
    .HistoryGraphbox {
        display: none;
    }
    .timelineBoxSymEna {
        width: 100%;
        display: block;
        padding: 0;
    }
    .timelineBoxSymEna p.hPoint {
        font-size: 16px;
        line-height: 1.5;
        margin-left: 0;
        color: #00abba;
    }
    .timelineBoxExcept {
        width: 100%;
        display: block;
        padding: 0px 0 0 0px;
    }
    .timelineBoxExcept p.hPoint {
        font-size: 16px;
        line-height: 1.5;
        margin-left: 0;
    }
    /*********************/
    .historyArea {
        display: none;
    }
    .historyPlug {
        height: 0px;
    }
    .historyYear {
        float: left;
    }
    .wago {
        padding-top: 30px;
    }
    .timelineBoxSymEna {
        padding-top: 30px;
        clear: both;
    }
    .historyTagCage {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 475px) and (-webkit-min-device-pixel-ratio: 1.5) {
    /* Display only in the smartphone */
    .mainImageArea {
        width: 100%;
        height: auto;
        overflow: hidden;
        min-width: 100%;
        position: relative;
    }
}