@charset "utf-8";
/*------------------------------------------------------------
	history
------------------------------------------------------------*/
#gNavi > ul > li.navi03 > a::after {
    opacity: 1;
}
.pageTitle {
    background-image: url("../images/company/bg_history.jpg");
}
#main table {
    width: 100%;
    border-collapse: collapse;
}
#main th, #main td {
    padding: 19px 10px 18px;
    width: 76%;
    vertical-align: top;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 2;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
#main th {
    width: 24%;
    font-weight: 700;
}
#main td {
    padding-right: 0;
}
#main .textList {
    margin-bottom: 18px;
}
#main .textList:last-child {
    margin-bottom: 0;
}
#main .textList li {
    margin-bottom: 10px;
}
#main .textList li:last-child {
    margin-bottom: 0;
}
#main .textList li .txt {
    margin-right: 9px;
}
#main .textList li .mark {
    margin-right: 5px;
    padding: 4px 5px;
    min-width: 80px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    border-radius: 20px;
    background: #8bba38;
}
#main .textList li .mark.bgCol01 {
    background: #7b65b9;
}
#main .textList li .mark.bgCol02 {
    background: #3cabc7;
}
#main .imgList {
    margin-bottom: 7px;
}
#main .imgList li {
    width: 380px;
    float: left;
    font-size: 1.4rem;
}
#main .imgList li:nth-child(2n) {
    float: right;
}
#main .imgList li .pho {
    margin-bottom: 8px;
    display: block;
}
@media all and (min-width: 897px) {
    .comLinkUl li a::after {
        transition: 0.3s;
    }
    .comLinkUl li a:hover::after {
        bottom: 1px;
    }
}
@media all and (-ms-high-contrast:none) {
    #main .textList li .mark {
        padding: 3px 5px 5px;
    }
}
@media all and (max-width: 896px) {
    .pageTitle {
        background-image: url("../images/company/bg_history_sp.jpg");
    }
    #main .content {
        margin: 0 10px;
    }
    #main table {
        border-top: 1px solid #dadada;
    }
    #main th, #main td {
        padding: 4px 10px 14px;
        width: 100%;
        display: block;
        box-sizing: border-box;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
        border-top: none;
    }
    #main th {
        padding: 12px 10px 0;
        width: 100%;
        border-bottom: none;
    }
    #main .textList {
        margin-bottom: 19px;
    }
    #main .textList:last-child {
        margin-bottom: 0;
    }
    #main .textList li {
        margin-bottom: 10px;
        line-height: 1.65;
    }
    #main .textList li:last-child {
        margin-bottom: 0;
    }
    #main .textList li .txt {
        margin-right: 0;
        display: block;
    }
    #main .textList li .mark {
        margin-top: 6px;
        margin-right: 5px;
        padding: 3px 3px;
        min-width: 65px;
        font-size: 1rem;
    }
    #main .imgList {
        margin: 0;
    }
    #main .imgList li {
        margin: 0 0 15px;
        width: auto;
        float: none;
        font-size: 1rem;
    }
    #main .imgList li:last-child {
        margin-bottom: 0;
    }
    #main .imgList li:nth-child(2n) {
        float: none;
    }
    #main .imgList li .pho {
        margin-bottom: 4px;
        text-align: center;
    }
}