.bottom .sec .inner .cat {
    padding-bottom: 12px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 12px
}

.bottom .sec .inner .cat h2,.bottom .sec .inner .cat p {
    margin-bottom: 20px
}

.bottom .sec .inner .cat h2 img {
    max-height: 40px
}

.bottom .sec .inner .cat h2 span {
    display: none
}

.bottom .sec .inner .cat p {
    line-height: 1.8;
    font-size: 1.2rem;
    font-weight: normal;
    color: #555
}

.bottom .sec .inner .tit {
    margin-bottom: 40px
}

.bottom .sec .inner .tit h3 {
    font-size: 1.8rem;
    letter-spacing: .2em
}

.bottom .sec .inner .tit p {
    font-size: 1.4rem;
    letter-spacing: .2em;
    color: #d3d3d3
}

.bottom .sec .inner .wrap>a {
    display: block;
    padding: 30px 0px;
    border-bottom: 1px solid #eee;
    border-radius: 4px;
    position: relative;
    top: 0
}

.bottom .sec .inner .wrap>a:first-child {
    padding: 0 0 30px
}

.bottom .sec .inner .wrap>a article h4 {
    margin-bottom: 20px
}

.bottom .sec .inner .wrap>a article h4 span {
    display: none
}

.bottom .sec .inner .wrap>a article .item-box {
    width: 280px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    font-size: 1.4rem
}

.bottom .sec .inner .wrap>a article .item-box .item {
    position: relative;
    width: 240px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.bottom .sec .inner .wrap>a article .item-box .item img {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: auto
}

.bottom .sec.useful .inner .wrap>a article .item-box {
    border: none
}

.bottom .sec.useful .inner .wrap>a article .item-box .item {
    width: 165px;
    height: 195px
}

.bottom .sec .inner .wrap>a article p {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    float: right;
    line-height: 1.8;
    font-size: 1.2rem;
    font-weight: normal;
    color: #111
}

.bottom .sec .inner .wrap>a article p.link {
    display: none;
    margin: 20px 0 0;
    text-align: right;
    line-height: 1.5;
    color: #00bb7b;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.bottom .sec .inner .wrap>a article p.link:hover {
    color: #2e5677
}

.bottom .sec .inner .wrap>a article:after {
    content: "";
    display: block;
    clear: both
}

.bottom .sec .inner .wrap>a:hover article {
    top: 0;
    opacity: .65;
    -webkit-transition: .3s all;
    transition: .3s all
}

.bottom .sec .inner .wrap>a:active {
    -webkit-box-shadow: 0 0.1px 0.1px rgba(0,0,0,0.1);
    box-shadow: 0 0.1px 0.1px rgba(0,0,0,0.1);
    top: 1px
}

.bottom .sec .inner .nav {
    margin-top: 40px
}

.bottom .sec .inner .nav ul {
    text-align: right
}

.bottom .sec .inner .nav ul a {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #f37878;
    margin-left: 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.bottom .sec .inner .nav ul a:last-child {
    color: #00bb7b
}

.bottom .sec .inner .nav ul a:first-child {
    color: #f37878
}

.bottom .sec .inner .nav ul a:hover {
    color: #2e5677
}

.bottom .product-list .inner .wrap a article h4 {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    float: right;
    line-height: 1.5;
    font-size: 1.8rem
}

.bottom .product-list .inner .wrap a article .tag span {
    padding: 3px 5px;
    background: #f37878;
    color: #fff;
    font-size: 1.1rem
}

.bottom .product-list .inner .wrap a article ul {
    width: 100%;
    height: auto;
    float: right;
    line-height: 1.5;
    font-size: 1.4rem
}

.bottom .product-list .inner .wrap a article ul li {
    color: #f37878
}

.bottom .product-list .inner .wrap a article ul li:before {
    padding-right: 10px
}

.bottom .product-list .inner .wrap a article ul li span:first-child {
    padding-right: 10px
}

@media (max-width: 1039px) {
    .bottom .sec .inner .wrap a article {
        text-align:left
    }

    .bottom .sec .inner .wrap a article .item-box,.bottom .sec .inner .wrap a article h4,.bottom .sec .inner .wrap a article p,.bottom .sec .inner .wrap a article ul {
        width: 100%;
        max-width: 100%;
        float: none
    }

    .bottom .sec .inner .wrap a article .item-box {
        margin-bottom: 20px
    }

    .bottom .sec .inner .nav ul {
        text-align: center
    }

    .bottom .sec .inner .nav ul a {
        display: block;
        border-top: none;
        margin-left: 0;
        margin-top: 0
    }

    .bottom .sec .inner .nav ul a:not(:first-child) {
        border-top: 1px solid #d3d3d3;
        margin-top: 30px;
        padding-top: 30px
    }
}

.wrapper {
    height: auto;
    max-width: 1160px;
    margin: 0 auto
}

.wrapper section {
    width: 100%;
    height: auto;
    float: right;
    margin: 0
}

.wrapper section .inner {
    width: auto
}

.wrapper aside {
    display: block;
    width: 320px;
    height: auto;
    float: left;
    margin: 0
}

.wrapper aside .inner {
    width: auto
}

.wrapper:after {
    content: "";
    display: block;
    clear: both
}

@media (max-width: 1039px) {
    .wrapper section {
        max-width:100%
    }

    .wrapper aside {
        display: none
    }
}

/* 美容・健康情報詳細 */
.useful .inner .related {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 40px
}

.useful .inner .related ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.useful .inner .related ul li {
    margin-right: 20px;
    max-width: 200px;
}

.useful .inner .related ul li:last-child {
    margin-bottom: 0
}

.useful .inner .related ul li dl {
    line-height: 1.5;
    text-align: center;
    font-size: 1.6rem
}

.useful .inner .related ul li dl dt {
    font-size: 1.4rem
}

.related img {
    width: auto;
    height: auto;
    display: inline-block;
}

.line-wrapp {
    display: block;
    margin: 10px 0 0 0;
    padding: 10px;
    font-size: 14px;
    line-height: 180%;
    background: #ffffef;
    border: 2px solid #009e57;
    border-radius: 10px;
}

.line-wrapp--blue {
    background: #fff;
    border: 2px solid #006fa2;
}

.line-wrapp--blue ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.line-wrapp-p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.line-wrapp b {
    color: #009e57;
}

.green {
    color: #009e57;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ph-center {
    text-align: center;
    margin: 0 0 15px 0;
}

.ph-center img {
    max-width: 100%;
}

.blue {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #006fa2;
}

.panel-pset {
    overflow: hidden;
    padding-left: 10px;
    margin-bottom: 0 !important;
}

.title-sec {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #006fa2;
}

.title-sec--green {
    color: #009e57;
}

/*No.20*/
.panel ul {
    list-style: disc !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.panel,
.panel-equ {
    display: flex;
    width: 100%;
    margin: 0 0 16px;
}

.panel-equ .panel__block p {
    padding: 5px 10px;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 160%;
}

.panel__block:last-of-type {
    flex: 1;
    padding-left: 10px;
}

.panel__block ul li,
.panel__block ol li {
    font-size: 1.6em;
    line-height: 160%;
}

.title-ter {
    font-size: 16px;
}

.bg-green,
.bg-pink,
.bg-red,
.bg-yellow,
.bg-orange,
.bg-purple {
    padding: 5px 15px;
    color: #fff;
    border-radius: 10px;
}

.bg-green {
    background: #67ae28;
}

.bg-pink {
    background: #e4007f;
}

.bg-orange {
    background: #ed6d00;
}

.bg-purple {
    background: #920783;
}

/*No.20*/
.panel img {
    width: initial;
}

.panel-equ .panel__block {
    width: 33%;
    margin: 0 5px;
}

.panel-equ .panel__block.b-red {
    border: 2px solid #e4000b;
    border-radius: 5px;
}

.panel__block.b-green {
    border: 2px solid #67ae28;
    border-radius: 5px;
}

.panel-equ .panel__block.b-yellow {
    border: 2px solid #e4cd00;
    border-radius: 5px;
}

.panel-equ .panel__block .title-ter {
    border-radius: 2px 2px 0 0;
}

/* .panel-equ .panel__block p {
    padding: 5px 10px;
    margin: 0 !important;
    font-size: 14px;
    line-height: 160%;
} */

.bg--round-green {
    background: #67ae28;
}

.bg--round-pink {
    background: #e4007f;
}

.bg--round-red {
    background: #e4000b;
}

.bg--round-yellow {
    background: #e4cd00;
}

.bg--round-orange {
    background: #ed6d00;
}

.bg--round-purple {
    background: #920783;
}

.bg--round-green,
.bg--round-pink,
.bg--round-red,
.bg--round-yellow,
.bg--round-orange,
.bg--round-purple {
    padding: 5px 15px;
    color: #fff;
    border-radius: 10px;
}


@media (max-width: 1039px) {
    .content .related .inner .wrap a article {
        text-align:left
    }

    .content .related .inner .wrap a article .item-box,.content .related .inner .wrap a article h4,.content .related .inner .wrap a article p,.content .related .inner .wrap a article ul {
        width: 100%;
        max-width: 100%;
        float: none
    }

    .content .related .inner .wrap a article .item-box {
        margin-bottom: 20px
    }

    .content .related .inner .nav ul {
        text-align: center
    }

    .content .related .inner .nav ul a {
        display: block
    }

    .content .related .inner .nav ul a:first-child {
        padding-bottom: 40px;
        border-bottom: 1px solid #d3d3d3;
        margin-right: 0;
        margin-bottom: 40px
    }
}

/* 美容・健康情報詳細PC */
main .breadcrumb {
    /* background-color: #f7f7f7 */
    margin-bottom: 20px;
}

main .breadcrumb .inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 10px 16px;
    font-size: 1rem
}

main .breadcrumb .inner a {
    -webkit-transition: color .4s;
    transition: color .4s;
    color: #f37878
}

main .breadcrumb .inner a:hover {
    color: #fbd5d5
}

main .breadcrumb .inner a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
    content: '\f105';
    padding-left: 10px
}

main .breadcrumb .inner a:first-child:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
    content: '\f015'
}

main .breadcrumb .inner span {
    line-height: 2;
    color: #bbb
}

main .breadcrumb .inner span.nolink:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
    content: '\f105';
    padding-left: 10px
}

.entry-body {
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
}

.ph-right {
    float: right;
    margin: 0 0 10px 14px;
}

/* 美容・健康情報詳細SP */
@media screen and (max-width: 767px) {
    .entry-body {
        flex-direction: column;
    }

    .ph-right {
        width: auto;
        margin: 0 auto 40px auto;
    }

    .useful .inner .related ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}
