@charset "utf-8";
/* CSS Document */
/* qa_j.html
-------------------------------------------*/
/* .qaBlock */
.qaBlock {
    display: none;
}
.qaBlock.active {
    display: block;
}

/* .qList */
.qList {
    margin-bottom: 50px;
}
.qList dt {
    width: 2.5em;
    float: left;
    margin-bottom: 10px;
}
.qList dd {
    margin-left: 2.5em;
    margin-bottom: 10px;
}

/* .qaList */
.body_text + .body_text {
    margin-top: 10px;
}
.qaList dd.body_text + dt {
}
.qaList dt {
    padding-top: 30px;
    border-top: 1px dotted #ccc;
}
.qaList dd {
    padding-bottom: 30px;
}

/* list.html
--------------------------------------*/
/* press_navi */
.press_navi {
    margin-bottom: 29px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #cccccc;
}
.press_navi li {
    display: inline-block;
    margin-left: 8px;
    padding-left: 12px;
    position: relative;
    line-height: 2;
}
.press_navi li:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
}

/* pressList */
.pressList {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 50px;
}
.pressList dt {
    width: 14em;
    float: left;
    line-height: 1.5;
}
.pressList dt .date {
    display: inline-block;
    width: 9em;
}
.icon_release,
.icon_disclo,
.icon_ir {
    display: inline-block;
    width: 5em;
    font-size: 80%;
    text-align: center;
    padding: 2px 0;
    box-sizing: border-box;
}

.pressList dd {
    width: 100%;
    padding-left: 14em;
    line-height: 1.5;
    margin-bottom: 15px;
}
/* prevLinkList */
.prevLinkList {
    margin-top: 50px;
    padding-left: 15px;
    box-sizing: border-box;
}
.prevLinkList li {
    display: inline-block;
}
.prevLinkList li a {
    display: block;
    padding: 0 10px;
    position: relative;
}
.prevLinkList li:first-child a:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: -5px;
}
.prevLinkList li + li a:before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: -2px;
}



@media screen and (max-width: 767px){
    /* pressList */
    .pressList dt {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }
    .pressList dd {
        padding-left: 0;
    }
}

