@charset "utf-8";

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

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

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


/* ----------------------------------- 
    privacy
 ----------------------------------- */


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

.privacy dl:first-of-type,
.form .privacy dl:first-of-type {
    padding-top: 0;
}

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

.privacy dd,
.form .privacy dd {
    width: auto;
    text-align: left;
}

.privacy ol {
    padding: 0 0 1rem 1rem;
}


.privacy ol.list_bracket > li {
    counter-increment: cnt;
    padding: 0 0 .5rem 1.5rem;
    text-indent: -1.5rem;
}

.privacy ol.list_bracket > li:before {
  content: "("counter(cnt) ") ";
}

.privacy ol.list_circle > li {
    padding: 0 0 .5rem 1.2rem;
    text-indent: -1.2rem;
}


.privacy .note {
    font-size: .875rem;  /* 14px */
    border: solid 1px #707070;
    padding: 1rem;
}

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

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




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

@media screen and (max-width: 1279px) {
    .gNav ul li.gNav_privacy 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) {
       
    .privacy .wrapper {
        background-color: transparent;
        padding: 2rem 0;
    }
    
}



