.c-table--dl dl dt {
    font-weight: 500
}
@media screen and (min-width: 1025px) {
    body {
        min-width: 1200px;
    }
    
    
}

@media screen and (min-width: 1200px) {
    
    .p_header {
        top: auto;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .p_header_inner {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
    .p_header_menu {

        left: 220px;
        display: flex;
        height: 70px;
        padding: 3px 20px;
        border-radius: 30px;
        background: #fff;
        font-size: 1.2rem !important;
        line-height: 1.6rem;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    .p_header_menu_item{
        height: 100%;
        transition: opacity 0.2s linear;
    }
    .p_header_menu_item a.is_active{
        background: #E5E5E5;
    }
    
    .c-table--dl {
        display: table;
        width: 100%;
        margin-bottom: 50px;
        border-top: 5px solid #E5E5E5
    }
    .c-table--dl dl{
        display: table-row;
    }
    
    .c-table--dl dl dt {
        display: table-cell;
        width: 400px;
        padding: 40px 20px 40px 30px;
        background: #EFEFEF;
        font-size: 1.2rem;
        font-weight: 500 !important;
        line-height: 1.8;
        vertical-align: top;
        border-bottom:1px solid #dcdcdc
    }
    .c-table--dl dl dd {
        display: table-cell;
        width: 10px;
        padding: 30px 20px 30px 30px;
        vertical-align: middle;
        font-size: 1.0rem;
        border-bottom:1px solid #dcdcdc
    }
    .dd_button{
        text-align: center;
        padding:0px !important;
        width:120px !important;
        border-right:1px solid #dcdcdc
    }
    
    .p_header.is-min {
        margin-top: -80px;
      }
}

@media screen and (max-width: 1199px) {
    .row_center{
        width:100%;
    }
    .sitemapNav{
        width:50%
    }
    
}

@media screen and (max-width: 767px) {
    .topNav{
        margin-top: 10px;
    }
    .p_header {
        position: fixed;
        top: 0;
    }
    .sitemapNav{
        width:100%
    }
    .contactDiv .d-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .contactDiv .contactNav{
        width:100%
    }
    .p_header.is-min {
        margin-top: -80px;
    }

}

