<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* ==================================================================
    promisedstone.css

=================================================================== */
/* --------------------------------
   □  accent
-------------------------------- */
#promisedstone .accent {
    height: 200px;
    background-image: none;
    margin-bottom: 20px;
}
    #promisedstone .accent .heading {
        text-transform: capitalize;
        margin-bottom: 0;
    }

/* --------------------------------
   □  about
-------------------------------- */
#about {
    background: #F7F7F7;
}
#about .boxArea {
    padding: 60px 4% 20px;
}

/* ◆ #stone_list
-------------------------------- */
#stone_list li .lv4.title {
    font-size: 2rem;
    margin-bottom: 0;
}
#stone_list li dl dd .text + .text {
    margin-top: 10px;
}

/* --------------------------------
   □  linkbtn
-------------------------------- */
#linkbtn {
    padding-top: 100px;
}


@media (max-width: 1600px) and (min-width: 768px) {
}


@media (max-width: 1400px) and (min-width: 768px) {
}


@media (max-width: 1200px) and (min-width: 768px) {
}


/* タブレット用
-------------------------------------------- */
@media (max-width: 999px) and (min-width: 768px) {
}


@media only screen and (max-width : 767px) {
    /* --------------------------------
       □  accent
    -------------------------------- */
    #promisedstone .accent {
        height: auto;
        margin-bottom: 0;
    }
    #promisedstone .accent .txtArea {
        position: static;
        transform: none;
        -webkit-transform: none;
        padding: 30px 0;
        margin: auto;
    }

    /* --------------------------------
       □  about
    -------------------------------- */
    #about .boxArea {
        padding: 40px 4% 20px;
    }

    /* ◆ #stone_list
    -------------------------------- */
    #stone_list {
       justify-content: space-between;
       align-items: center;
    }
    #stone_list li {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
     }
    #stone_list li dl {
        display: flex;
        align-items: center;
    }
    #stone_list li dl dt.image {
        width: 70px;
        margin-right: 4%;
        margin-bottom: 0;
    }
    #stone_list li dl dd {
        width: calc( 96% - 70px);
    }
    #stone_list li .lv4.title {
        font-size: 1.8rem;
    }
    #stone_list li .lv4.title,
    #stone_list li dl dd .text.name {
        font-size: 1.5rem;
        display: inline-block;
        vertical-align: middle;
    }
    #stone_list li dl dd .text + .text {
        margin-top: 0;
    }
    #stone_list li dl dd .text + .text._ss {
        margin-top: 5px;
    }

    /* --------------------------------
       □  linkbtn
    -------------------------------- */
    #linkbtn {
        padding-top: 60px;
    }

}</pre></body></html>