@charset "utf-8";

/* ----------------------------------- 

(c) 2023 Roppongi Energy Service Co., Ltd.

 ----------------------------------- */


/* ----------------------------------- 
    header
 ----------------------------------- */

.gNav ul li.gNav_press a:after {
    content: "";
    width: 2rem;
    height: 4px;
    top: 2rem;
    left: calc(50% - 1rem);
    position: absolute;
    background-color: #21A668;
}

/* ----------------------------------- 
    press release
 ----------------------------------- */


.press dl div {
    width: 100%;
    margin: 0 auto 1rem auto;
    padding: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    background-color: #F3F3F3;
}

.press dl div:last-of-type {
    margin-bottom: 0;
}

.press dl dt {
    font-weight: bold;
    color: #152040;
    font-size: .875rem;  /* 14px */
    margin-right: 2rem;
}

.press_contents dl {
    display: block;
    padding: 2rem 0;
    border-bottom: solid 1px #7794A6;
}

.press_contents dl:first-of-type {
    padding-top: 0;
}

.press_contents dt {
    width: 100%;
    font-weight: bold;
    color: #152040;
    text-align: left;
    font-size: 1.25rem;  /* 20px */
    padding-bottom: 1rem;
}

.press_contents dd {
    width: auto;
    text-align: left;
}

.press_contents dd figure {
    text-align: center;
    width: 100%;
}

.press_contents dd figure img {
    max-width: 100%;
}

.press_contents dd table {
    width: auto;
    border-collapse:collapse;
    margin-bottom: 1.5rem;
}

.press_contents dd p.tableCap {
    margin-bottom: .5rem;
}

.press_contents dd th,
.press_contents dd td {
    width: auto;
    padding: .5rem 1rem;
    border: solid 1px #444;
}
    

.rightBox {
    display: flex;
    justify-content: flex-end;
    align-items:flex-end; 
    padding-top: 2rem;
}

.rightBox p {
    width: auto;
    text-align: right;
    margin-right: 0;
}


.press_contents a[target="_blank"] {
    text-decoration: underline;
}


/* ----------------------------------- 
    for tablet / ～1280
 ----------------------------------- */

@media screen and (max-width: 1279px) {
    .gNav ul li.gNav_press a:after {
        content: "";
        width: .5rem;
        height: .5rem;
        top: calc(50% - .25rem);
        left: -1rem;
        border-radius: 50%;
        position: absolute;
        background-color: #21A668;
    }
}



/* ----------------------------------- 
    for mobile / ～519
 ----------------------------------- */

@media screen and (max-width: 519px) {
            
    .press .wrapper {
        width: 100%;
        background-color: transparent;
    }
        
    .press dl div {
        display: block;
        padding: 2rem 0;
        border-bottom: solid 1px #7794A6;
    }

    .press dt {
        width: 100%;
        margin-bottom: .5rem;
    }
    
}


