@charset "utf-8";
/*------------------------------
     others
    created: 2026.07.16
    update: 
--------------------------------*/

/*----------------------------------------
    title
-----------------------------------------*/
.title figure {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.title figure img {
    max-height: 100px;
}


/*----------------------------------------
    contents
-----------------------------------------*/
.pc { display: block; }
.mobile { display: none; }

.note::before {
    content: "※ ";
}

.note {
    display: inline-block;
    padding-left: 1.3rem;
    text-indent: -1.3rem;
}

.contents {
    max-width: 1530px;
    padding: 50px;
    margin: 0 auto;
}

.flow {
    font-size: 1rem;
    padding: 0 32px;
}

.flow a { text-decoration: none; }

.flow figure { flex-shrink: 0; }

.flow figure img { width: 100%; }



.price,
.option  { 
    margin-top: 52px;
    padding: 0 32px;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.price h2,
.option h2 { margin-bottom: 12px; }

.price .basicTable,
.option .basicTable {
    font-size: 1rem;
    border: solid 1px dimgray;
    background-color: snow;
}

.price .basicTable caption { text-align: right; }

.price .basicTable thead,
.option .basicTable thead { border-bottom: 3px double dimgray; }
.price .basicTable thead th:nth-child(3),
.option .basicTable thead th:nth-child(3) { white-space: pre-line; }

.price .basicTable tbody td:first-child,
.option .basicTable tbody td:first-child { white-space: nowrap; }
.price .basicTable tbody td:nth-child(3),
.option .basicTable tbody td:nth-child(3) { text-align: right; }

.option .basicTable tbody tr td { font-feature-settings: "palt"; }

.request { 
    margin-top: 102px;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.request h2 {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    background-color: deeppink;
    color: whitesmoke;
    position: relative;
    padding: 5px 62px;
    margin: 0 0 62px 30px;
}

.request h2 img {
    position: absolute;
    top: -20px;
    left: -30px;
    width: 100px;
}


#approval {
    font-size: 1rem;
    text-align: center;
}

#approval p { padding-top: 22px; }

.text { width: 100%; }

@media only screen and (max-width: 1025px) {

}

@media only screen and (max-width: 769px) {
    .pc { display: none; }
    .mobile { display: block; }
    
    .title figure {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .title figure img { max-height: 80px; }
    
    .contents {
        max-width: 100%;
        padding: 0 22px 50px;
    }
    
    .flow { padding: 0; }
    
 
    
    .price,
    .option {  padding: 0; }
    
    .price .basicTable,
    .option .basicTable { width: 100%; }
}

@media screen and (max-width: 546px){
    .title figure img { max-height: 55px; }
}

/* -SP- -599px */
@media screen and (max-width: 599px){
    
    .flow { font-size: 14px; }
    
    .note { 
        padding-left: 1.2em;
        text-indent: -1.2em;
    }
    
        .price .basicTable thead th:nth-child(3),
    　.option .basicTable thead th:nth-child(3) { white-space: nowrap; }
    
        .overflow {
            white-space: nowrap;
            overflow-x: auto;
            padding-bottom: 10px;
        }
    
    #approval { 
        padding-top:  22px; 
        text-align: left;
    }
    
    .request h2 { padding-left: 75px; }
    
    .text span { display: inline-block; }
}


