@charset "UTF-8";
/* CSS Document */

main {
    padding-top: 110px;
}

#navBar {
    background-color: #D7D7D7;
}


.num-list {
    list-style:none;
    padding:0;
}

.num-list li {
    margin-top: 30px;
}

.num-list li p {
    display: inline;
}

.num-list li p span {
    font-weight: bold;
}

.num-list li:first-child {
    margin-top: 0;
}

.num-list li .num-list-label {
    display:flex;
    column-gap: .519em;
    justify-content: space-between;
    line-height: 1.778em;
    margin-bottom: 30px;
    width: 100%;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.num-list li .num-list-label .label-num {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    width: 1.778em;
    line-height: 1.778em;
    text-align: center;
    margin-right: 0.5em;
    font-size: 16px;
    color: white;
    background-color: rgb(50, 50, 50);
    padding: 0 0.1em;
}

.num-list li .num-list-label .label-text  {
    background-color: #D9D9D9;
    width: calc( 100% - ( 0.5em + 1.778em));
    line-height: 1.778em;
    padding: 0.5em 0.519em;
    font-size: 16px;
}

/* Firefox */
@-moz-document url-prefix() {
    .num-list li .num-list-label .label-text  {
        line-height: 1em;
    }
}

#purpose .imgWrap,
#mooring .imgWrap,
#supplement .imgWrap {
    margin-top: 30px;
    width: 100%;
    max-width: 600px;
}

#purpose .annotation {
    display: block;
}


/****************************************************************************
supplement
****************************************************************************/
#supplement .inner .articleWrap {
    line-height: 2em;
}

#supplement .inner .articleWrap table {
    opacity: 0;
    margin-top: 30px;
}

tr th {
    width: 170px;
}

#supplement .inner .articleWrap table tr td span {
/*    font-weight: 500;*/
    font-weight: bold;
}

#supplement .inner .articleWrap p {
    width: 856px;
    margin: 0;
    opacity: 0; 
}

#supplement .flex_box,
#mooring .flex_box {
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

#purpose .flex_box .imgWrap,
#supplement .flex_box .imgWrap,
#mooring .flex_box .imgWrap{
    width: 100%;
    max-width: 380px;
}

.annotation {
    margin-top: 15px;
}

@media screen and (min-width: 600px) {
    .articleWrap {
        margin-top: 50px;
    }
}


/**********************************
PC中
***********************************/
@media screen and (max-width: 1350px) {

}

/**********************************
タブレット
***********************************/
@media screen and (max-width: 1024px) {



}



/**********************************
SP
***********************************/
@media screen and (max-width: 599px) {
    #response .title-onload {
        font-size: 23px;
      }

    .num-list li .num-list-label {
        display:flex;
        column-gap: .519em;
        justify-content: space-between;
        line-height: 1.778em;
        margin-bottom: 30px;
        width: 100%;
        flex-wrap: nowrap;
    }
    
    .num-list li .num-list-label .label-num {
        font-family: acumin-pro, sans-serif;
        font-weight: 700;
        font-style: normal;
        display: inline-block;
        width: 1.778em;
        height: 1.778em;
        line-height: 1.778em;
        text-align: center;
        margin-right: 0.5em;
        font-size: 14px;
        color: white;
        background-color: rgb(50, 50, 50);
    }
    
    .num-list li .num-list-label .label-text  {
        background-color: #D9D9D9;
        width: calc( 100% - ( 0.5em + 1.778em));
        line-height: 1.778em;
        padding-left: 0.519em;
        font-size: 14px;
    }

    .title.sup {
        letter-spacing: 0;
        font-size: 21px;
    }

    /**********
    supplement
    **********/
    #supplement .inner .articleWrap p {
        width: 100%;
    }

    tr th, tr td {
        width: 100%;
        display: inline-block;
    }

    tr {
        display: flex;
        justify-content: flex-start;
        row-gap: 15px;
    }

    tr th {
        width: 105px;
        margin-top: 0;
    }

    tr td {
        width: calc( 100% - 105px );
        white-space: wrap;
    }

    #supplement .flex_box {
        gap: 0;
    }
    
}