ul,li {
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.p-localNavi-layout-v2_title .pc_hidden {
    display: none;
}

.p-localNavi-layout-v2_title .sp_hidden {
    text-align: center !important;
}


.p-localNavi-layout-v2 .p-localNavi-layout-v2_title::after {
    display: none;
    font-size: 1.8rem;
    padding: 8px 17px 8px !important;
}

.pc_hidden {
    display: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

#SubContents  {
    width: 755px;
    float: right;
}

.dc_service_blgrd {
    padding-top: 30px;
}

.dc_service {
    background-color: #ffffff;
    padding-bottom: 5px;
    border: 2px solid #0D6EB8;
}

.about {
    background-color: #0D6EB8;
    padding: 10px 10px 10px 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.about p {
    margin: 0;
}

.about_inner {
    width: 95%;
    margin: 0 auto;
}

.dear_bkgrd {
    font-size: 16px;
    background-color: #e6e6fa;
    color: #000;
    padding: 10px 10px 10px 15px;
    font-weight: bold;
}

.dear_bkgrd p {
    margin: 0;
}

.explanation {
    font-size: 15px;
    text-align: center;
    margin: 15px 0 0;
}


.grasp_word {
    padding: 10px 0 0;
}

.grasp_word p {
    font-size: 21px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

.text_style {
    font-size: 17px;
    line-height: 1.7;
    padding: 5px 0 0;
    margin: 0;
}

.link_button {
    text-align: center;
    margin: 7px 0 0;
}


.link_button a {
    content: "";
    background: url(/excretion/excretion-003/_shared/images/link_button.png);
    background-size: contain;      /* 背景のサイズに収まる最大サイズ */
    background-repeat: no-repeat;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
    display: inline-block;
    width: 75%;
    height: 82px;
    background-position: center;
}

.link_button a:hover{
   background-image: url(/excretion/excretion-003/_shared/images/link_button_hover.png);
}



#rightBox2 {
    margin-bottom: 0 !important;
}

/*-----------------------------------------*/
.section-inner {
    box-sizing: border-box;
    margin: 0 auto;
}

.contents_title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 30px;
    margin-bottom: 10px;
}

.contents_title br {
    display: none;
}

.bg-box.light-blue {
    background-color: #eef8fa;
}

.bg-box {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 25px 30px 20px;
}

.recommend-column-inner {
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    padding-bottom: 20px;
}

.recommend-column-image {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: 70px;
}

.recommend-column-image img {
    height: auto;
    vertical-align: top;
    width: 100%;
}

.recommend-column-text {
    flex: 1 1 auto;
}

.recommend-column-text .category-list {
    line-height: 1;
    margin-bottom: 10px;
    margin-top: -10px;
}

.category-list {
    display: flex;
    flex-wrap: wrap;
}

.recommend-column-text .category-list > li {
    margin-top: 10px;
}

.category-list > li:last-child {
    margin-right: 0;
}

.label-category {
    border: 1px solid #000;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    min-width: 70px;
    padding: 5px 5px 4px;
    text-align: center;
}


.label-category.label-care {
    background-color: #4d88cc;
    color: #fff;
}

.label-category.label-care {
    border-color: #4d88cc;
}


.recommend-column-title {
    font-size: 16.5px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}

.recommend-column-title a {
    color: #06c;
    text-decoration: none;
}

.recommend-column-title a span {
    font-size: 12px;
    font-weight: bold;
}



@media screen and (min-width: 641px), print {
    .recommend-columns {
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -20px;
    }

    .recommend-column {
        box-sizing: border-box;
        margin-top: 20px;
        padding: 0 20px;
        width: 50%;
    }

    .bg-box {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    .p-local-nav-v2_title {
        color:red;
        font-size: 1.6rem;
    }

    .p-local-nav_read{
        font-size: 20px;
    }
}



/*---SP---*/
@media screen and (max-width:640px) {
    #MainContents {
        margin-bottom: 30px;
    }
    /*---目次---*/
    #MainContents .p-localNavi-layout-v2_button + .p-localNavi-layout-v2 {
        padding-bottom: 20px;
    }

    #MainContents .p-localNavi-layout-v2_title {
        margin-top: 0;
    }

    #MainContents .p-localNavi-layout-v2_title .title_label {
        padding: 0 16px 0 !important;
    }

    .p-localNavi-layout-v2_title {
        padding-bottom: 0;
    }

    .button_color_sp {
        background-color: #ffffff;
    }

    .background_color_sp {
        background-color: #ffffff;
    }

    .p-localNavi-layout-v2_title .sp_hidden {
        display: none;
    }

    .p-localNavi-layout-v2_title .pc_hidden {
        display: block;
        color: #ff4500 !important;
        background-color: #ffffff;
        text-align: center;
    }

    .p-localNavi-layout-v2 .p-localNavi-layout-v2_title::after {
        content: none;
    }

    .pc_hidden {
        display: block;
    }

    #SubContents {
        width: 95%;
        margin: 0 auto;
        float: none;
    }

    .contents_title {
        padding-top: 20px;
    }

    .contents_title br {
        display: block;
    }

    .section-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bg-box {
        padding: 16px 10px 10px;
    }

    .recommend-column {
        margin-bottom: 10px;
    }

    .recommend-column-inner {
        padding-bottom: 10px;
    }

    .recommend-column-image {
        margin-right: 10px;
        width: 55px;
    }

    .recommend-column-text .category-list {
        margin-bottom: 5px;
        margin-top: -5px;
    }

    .recommend-column-text .category-list > li {
        margin-top: 5px;
    }

    .label-category {
        padding: 2px 5px 1px;
    }

    .p-local-nav_read{
        font-size: 20px;
    }

    .p-local-nav-v2_title {
        color: red;
        font-size: 16px;
    }
    /*---ディアケアについて---*/
    .dc_service_blgrd {
        padding-top: 0;
    }

    .dc_service {
        padding-bottom: 0;
    }

    .about {
        font-size: 15px;
    }

    .dear_bkgrd {
        font-size: 14px;
    }

    .explanation {
        font-size: 14px;
    }

    .dc_logo {
        width: 50%;
    }

    .grasp_word {
        padding: 7px 0 0;
    }

    .grasp_word p {
        font-size: 20px;
    }

    .grasp_word_list p {
        font-size: 17px;
    }

    .txt_padd {
        padding: 5px 0 0;
    }

    .text_style {
        font-size: 15px;
    }

    .link_button {
        margin: 0;
    }

    .link_button a {
     height: 78px;
     width: 90%;
     background: url(/excretion/excretion-003/_shared/images/link_button_sp.png);
     background-size: contain;      /* 背景のサイズに収まる最大サイズ */
     background-repeat: no-repeat;
     transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
     display: inline-block;
     background-position: center;
    }

    .link_button a:hover {
        background: url(/excretion/excretion-003/_shared/images/link_button_sp.png);
        height: 78px;
        width: 90%;
        background-size: contain;      /* 背景のサイズに収まる最大サイズ */
        background-repeat: no-repeat;
        transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
        display: inline-block;
        background-position: center;
    }

    .contentsWidth {
        width: 90%;
        padding: 15px;
    }

    .contents_title {
        margin-bottom: 5px;
    }

    .contents_wrapper {
        display: block;
        margin-top: 0;
    }

    .contents_flex {
        width: 100%;
    }

    .contents_flex p {
        margin-bottom: 3px;
    }

    .contents_flex br {
        display: none;
    }

    .sum_img {
        width: 35%;
        height: auto;
    }

    .care_title {
        width: 90%;
    }
}