@charset "utf-8";
/*
**************************************************************************
* 雪印メグミルクKids
**************************************************************************/

/*----------------------------------------
    general
----------------------------------------*/
body {
    color: #333;
}

a:hover {
    text-decoration: none;
}

figure {
    margin: 0;
    padding: 0;
}

/* --------------------------------------
    layout
---------------------------------------- */
body {
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
}

#stage {
    width: 100%;
    overflow: hidden;
}

#stage #content {
    width: auto;
    color: #000000;
}

#content ul {
    list-style-type: none;
}

#content button,
#content input,
#content optgroup,
#content select,
#content textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

#content *::placeholder {
    color: #CCCCCC;
}
#content *::-webkit-input-placeholder {
    color: #CCCCCC;
    opacity: 1;
}
#content *:-ms-input-placeholder {
    color: #CCCCCC;
}

#content select::-ms-expand {
    display: none;
}

#content #contentHead {
    background-color: #f6f6f6;
}

#content .contentHeadInner {
    width: 1000px;
    padding: 10px 0;
}

#content .contentFootInner {
    width: 1000px;
    margin: 50px auto 0;
}

#contentArea * {
    box-sizing: border-box;
}

@media only screen and (max-width: 736px) {
    #stage #content {
        width: 100%;
    }

    #stage #header {
        width: 100%;
    }

    #stage #gnav {
        width: 100%;
    }

    #content #contentHead {
        display: none;
    }

    #content .contentHeadInner {
        width: 100%;
        padding-top: 0;
    }

    #content .contentFootInner {
        width: 100%;
        margin-top: 30px;
    }

    #stage .wrp-cont-foot {
        padding-bottom: 10px;
        margin: 0 10px;
    }

    #stage .wrp-cont-foot .footl,
    #stage .wrp-cont-foot .footr {
        float: none;
    }

    #stage .wrp-cont-foot .footr {
        text-align: right;
        margin-top: 15px;
    }
}


/* --------------------------------------
    override
---------------------------------------- */
#stage .lists-breadcrumb a,
#stage .lists-breadcrumb span {
    font-size: 13px;
    color: #333333;
}

#stage .lists-breadcrumb a {
    padding-right: 17px;
}

/* --------------------------------------
    utility (wp module)
---------------------------------------- */
.mbZero {
    margin-bottom: 0!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.ta-c {
    text-align: center!important;
}

.ta-r {
    text-align: right!important;
}

.ta-l {
    text-align: left!important;
}

/*----------------------------------------
    modules - button
----------------------------------------*/
#stage .mod-button {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    padding: 12px 35px;
    border-radius: 30px;
    overflow: hidden;
    background: #FFFFFF;
    border: solid 2px #CCCCCC;
    text-align: center;
    font-weight: bold;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    transition: background-color .3s, border-color .3s, opacity .3s;
}

#stage .mod-button > a {
    display: block;
    margin: -12px -35px;
    padding: 12px 35px;
    color: #333;
    text-decoration: none;
}

#stage .mod-button > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url(/kids/assets/common/img/icon/icn_arrow.png) no-repeat right center;
    background-size: 9px auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#stage .mod-button:hover {
    border-color: #0039A6;
    background-color: #0039A6;
}
#stage .mod-button:hover > a {
    color: #FFFFFF;
}
#stage .mod-button:hover > a:after {
    background-image: url(/kids/assets/common/img/icon/icn_arrow_white.png)
}

/* navy */
#stage .mod-button.navy {
    background: #0039A6;
    border: none;
    color: #FFFFFF;
}
#stage .mod-button.navy a {
    color: #FFFFFF;
}
#stage .mod-button.navy > a:after {
    background: url(/kids/assets/common/img/icon/icn_arrow_white.png) no-repeat right center;
}
#stage .mod-button.navy > a[target="_blank"]:after {
    background-image: url(/kids/assets/common/img/icon/icn_blank_white.png);
}
#stage .mod-button.navy:hover {
    opacity: 0.7;
}

/* full */
#stage .mod-button.full {
    display: block;
}

/* small */
#stage .mod-button.small {
    padding: 10px 35px;
    font-size: 12px;
}

#stage .mod-button.small > a{
    margin: -10px -35px;
    padding: 10px 35px;
}

/* blank, pdf */
#stage .mod-button > a[target="_blank"]:after {
    background: url(/kids/assets/common/img/icon/icn_blank.png) no-repeat right center;
    background-size: 16px auto;
}
#stage .mod-button:hover > a[target="_blank"]:after {
    background-image: url(/kids/assets/common/img/icon/icn_blank_white.png)
}

#stage .mod-button > a[href*=".pdf"]:after {
    background: url(/kids/assets/common/img/icon/icn_pdf.png) no-repeat right center;
    background-size: 14px auto;
}
#stage .mod-button:hover > a[href*=".pdf"]:after {
    background-image: url(/kids/assets/common/img/icon/icn_pdf.png);
}


@media screen and (max-width: 736px) {
    #stage .mod-button:hover {
        text-decoration: none;
    }
}


/*----------------------------------------
    modules - link
---------------------------------------- */
#stage .mod-link {
    position: relative;
    padding-right: 21px;
    color: #0039A6;
}

#stage .mod-link:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/kids/assets/common/img/icon/icn_arrow.png) no-repeat 5px 0;
    background-size: 9px auto;
}

#stage .mod-link[target="_blank"]:after {
    background: url(/kids/assets/common/img/icon/icn_blank.png) no-repeat 0 0;
    background-size: 16px auto;
}

#stage .mod-link[href*=".pdf"]:after {
    background: url(/kids/assets/common/img/icon/icn_pdf.png) no-repeat 0 0;
    background-size: 14px auto;
}

/* v2 */
#stage .mod-link-v2 {
    position: relative;
    padding-left: 21px;
    color: #0039A6;
}

#stage .mod-link-v2:after {
    content: '';
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/kids/assets/common/img/icon/icn_arrow.png) no-repeat 5px 0;
    background-size: 9px auto;
}

#stage .mod-link-v2[target="_blank"]:after {
    background: url(/kids/assets/common/img/icon/icn_blank.png) no-repeat 0 0;
    background-size: 16px auto;
}

#stage .mod-link-v2[href*=".pdf"]:after {
    background: url(/kids/assets/common/img/icon/icn_pdf.png) no-repeat 0 0;
    background-size: 14px auto;
}

@media screen and (max-width: 736px) {
}

/*----------------------------------------
    modules - headings
----------------------------------------*/
/* h2 */
#stage .mod-secondaryHeader {
    position: relative;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #0039A6;
    text-align: center;
}
#stage .mod-secondaryHeader span {
    display: inline;
    background: linear-gradient(transparent 75%, #FEF6A3 75%) no-repeat 0 0;
}
#stage.edge .mod-secondaryHeader span {
    background: linear-gradient(transparent 80%, #FEF6A3 80%) no-repeat 0 -4px;
}
#stage.ie .mod-secondaryHeader span {
    background: linear-gradient(transparent 80%, #FEF6A3 80%) no-repeat 0 -13px;
}
#stage * + .mod-secondaryHeader {
    margin-top: 40px;
}

/* h3 */
#stage .mod-tertiaryHeader {
    position: relative;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #0039A6;
}
#stage * + .mod-tertiaryHeader {
    margin-top: 40px;
}

/* h4 */
#stage .mod-quaternaryHeader {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #0039A6;
}
#stage * + .mod-quaternaryHeader {
    margin-top: 40px;
}

@media screen and (max-width: 736px) {
    /* h2 */
    #stage .mod-secondaryHeader {
        margin-bottom: 30px;
        font-size: 26px;
    }
    #stage * + .mod-secondaryHeader {
        margin-top: 30px;
    }

    /* h3 */
    #stage .mod-tertiaryHeader {
        margin-bottom: 20px;
        font-size: 22px;
    }
    #stage * + .mod-tertiaryHeader {
        margin-top: 30px;
    }

    /* h4 */
    #stage .mod-quaternaryHeader {
        font-size: 16px;
    }
    #stage * + .mod-quaternaryHeader {
        margin-top: 30px;
    }
}

/*----------------------------------------
    modules - paragraph
----------------------------------------*/
#stage .mod-lead-text {
    margin-bottom: 30px;
    line-height: 1.8;
    font-weight: bold;
}

#stage .mod-regular-text {
    margin-bottom: 30px;
}

#stage .mod-caption-text {
    margin-bottom: 30px;
}

#stage .mod-lead-text strong,
#stage .mod-regular-text strong,
#stage .mod-caption-text strong {
    font-weight: bold;
}


#stage .mod-lead-text a,
#stage .mod-regular-text a,
#stage .mod-caption-text a {
    color: #0039A6;
}

#stage .mod-lead-text a:not([class*="mod-link"]):hover,
#stage .mod-regular-text a:not([class*="mod-link"]):hover,
#stage .mod-caption-text a:not([class*="mod-link"]):hover {
    text-decoration: underline;
}

#stage .mod-lead-text p,
#stage .mod-regular-text p {
    line-height: 1.8;
}

#stage .mod-lead-text p + p,
#stage .mod-regular-text p + p,
#stage .mod-caption-text p + p {
    margin-top: 1em;
}

#stage .mod-caption-text p {
    font-size: 13px;
    line-height: 1.8;
    color: #666;
}

/*----------------------------------------
    modules - figure
----------------------------------------*/
#stage .mod-figure {
    margin-bottom: 50px;
    overflow: hidden;
}

#stage .mod-figure > .inner {
    margin: 0 -15px -30px;
}

#stage .mod-figure .list {
    letter-spacing: -0.5em;
}

#stage .mod-figure .list > li {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px 30px;
    letter-spacing: normal;
}

#stage .mod-figure .list > li a {
    display: block;
    color: #333;
}
#stage .mod-figure .list > li a:hover {
    opacity: 0.7;
}

#stage .mod-figure .img figure {
    margin: 0;
    overflow: hidden
}

#stage .mod-figure .img figure img {
    width: 100%;
    height: auto;
    transition: transform .3s;
}

#stage .mod-figure .caption {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.2;
    color: #666;
}

/* large */
#stage .mod-figure.large .inner {
    margin-left: auto;
    margin-right: auto;
}

#stage .mod-figure.large .list > li {
    display: table;
    width: auto;
    max-width: 880px;
    margin: 0 auto 30px;
}

/* threeUp */
#stage .mod-figure.threeUp .list > li {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
}

@media screen and (max-width: 736px) {
    #stage .mod-figure .inner {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -20px;
    }

    #stage .mod-figure .list > li {
        display: block;
        width: auto!important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    #stage .mod-figure .list > li a:hover {
        opacity: 1;
    }
}

/*----------------------------------------
    modules - table
----------------------------------------*/
#stage .mod-table {
    margin-bottom: 50px;
}

#stage .mod-table table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}

#stage .mod-table table th {
    vertical-align: top;
    width: 140px;
    padding: 16px 20px;
    line-height: 1.4;
    background: #E1F3FF;
    border-bottom: 1px solid #ccc;
}

#stage .mod-table table td {
    vertical-align: top;
    padding: 16px 20px;
    line-height: 1.4;
    border-bottom: 1px solid #ccc;
}

#stage .mod-table table td + td {
    border-left: 1px dashed #D8D8D8;
}

#stage .mod-table table td > *[class*="mod-"]{
    margin-bottom: 0.5em;
}

#stage .mod-table table td > *:last-child{
    margin-bottom: 0!important;
}


@media screen and (max-width: 736px) {
    #stage .mod-table {
        margin-bottom: 50px;
        border-bottom: 1px solid #ccc;
    }

    #stage .mod-table table,
    #stage .mod-table tbody,
    #stage .mod-table tr {
        display: block;
        width: 100%;
        border: none;
        overflow: hidden;
    }

    #stage .mod-table table th,
    #stage .mod-table table td {
        display: block;
        width: 100%;
        clear: both;
        float: left;
        box-sizing: border-box;
        border-bottom: none;
    }

    #stage .mod-table table th {
        font-weight: normal;
        background: #E1F3FF;
        border-top: 1px solid #ccc;
    }

    #stage .mod-table table td + td {
        border-top: 1px dashed #D8D8D8;
        border-left: none;
    }
}

/*----------------------------------------
    modules - card
----------------------------------------*/
#stage .mod-cards {
    margin-bottom: 50px;
    overflow: hidden;
}

#stage .mod-cards > .inner {
    margin: 0 -20px -40px;
}

#stage .mod-cards .list {
    letter-spacing: -0.5em;
}

#stage .mod-cards .list > li {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin: 0 20px 40px;
    letter-spacing: normal;
}

#stage .mod-cards .img {
    margin-bottom: 30px;
}

#stage .mod-cards .img figure {
    margin: 0;
    overflow: hidden
}

#stage .mod-cards .img figure img {
    width: 100%;
    height: auto;
}

#stage .mod-cards .caption {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.2;
    color: #666;
}

#stage .mod-cards .detail {
    color: #333;
}

#stage .mod-cards .img + .detail {
    margin-top: -20px;
}

#stage .mod-cards .detail p {
    font-size: 15px;
    line-height: 1.8;
}

#stage .mod-cards .link {
    margin-top: 15px;
}

#stage .mod-cards .link p {
    margin-bottom: 10px;
}

#stage .mod-cards .link .mod-link-v2 {
    background-size: auto 12px;
}

/* 3カラム */
#stage .mod-cards.threeUp .list > li {
    width: -webkit-calc(33.33% - 40px);
    width: calc(33.33% - 40px);
}

/* ダウンロード */
#stage .mod-cards.catalog .list > li {
    width: -webkit-calc(33.33% - 40px);
    width: calc(33.33% - 40px);
}

#stage .mod-cards.catalog .list > li a {
    display: block;
    color: #666;
}
#stage .mod-cards.catalog .list > li a figure {
    position: relative;
}
#stage .mod-cards.catalog .list > li a.download figure::before {
    content: "";
    position: absolute;
    right: 11px;
    bottom: 10px;
    display: block;
    width: 20px;
    height: 21px;
    background: url(/kids/assets/common/img/icon/icn_download.png) no-repeat 0 0;
    background-size: 20px auto;
}
#stage .mod-cards.catalog .list > li a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 736px) {
    #stage .mod-cards .inner {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -40px;
    }

    #stage .mod-cards .list > li {
        display: block;
        width: auto!important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    #stage .mod-cards .img {
        margin-bottom: 20px;
    }

    #stage .mod-cards .img figure {
        margin: 0;
        overflow: hidden;
    }

    #stage .mod-cards .img figure img {
        width: 100%;
        height: auto;
    }

    #stage .mod-cards .caption {
        margin-top: 15px;
        font-size: 13px;
        line-height: 1.2;
        color: #666;
    }

    #stage .mod-cards .detail {
        font-size: 15px;
        line-height: 1.8;
        color: #333;
    }

    #stage .mod-cards .link {
        margin-top: 15px;
    }

    #stage .mod-cards .link p {
        margin-bottom: 10px;
    }

    #stage .mod-cards .link .mod-link-v2 {
        background-size: auto 12px;
    }

    /* ダウンロード */
    #stage .mod-cards.catalog .inner {
        margin: 0 -10px -30px;
    }

    #stage .mod-cards.catalog .list > li {
        display: inline-block;
        width: -webkit-calc(50% - 20px) !important;
        width: calc(50% - 20px) !important;
        margin: 0 10px 30px;
    }

    #stage .mod-cards.catalog .list > li a:hover {
        opacity: 1;
        text-decoration: none;
    }
}

/*----------------------------------------
    modules - article
----------------------------------------*/
#stage .mod-article {
    margin-bottom: 50px;
    padding: 34px 60px 50px;
    background-color: #eef9ff;
    border-radius: 20px;
}

#stage .mod-article .sttl {
    padding-bottom: 15px;
    border-bottom: dotted 4px #0039A6;
    font-size: 26px;
    font-weight: 700;
    color: #0039A6;
}

#stage .mod-article .lead {
    margin-top: 30px;
    line-height: 2;
}

#stage .mod-article .list-wrap {
    overflow: hidden;
    margin-top: 50px;
}

#stage .mod-article .list-wrap-inner {
    margin: 0 -20px -40px;
}

#stage .mod-article .list {
    letter-spacing: -0.5em;
}

#stage .mod-article .list > li {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin: 0 20px 40px;
    letter-spacing: normal;
}

#stage .mod-article .img {
    margin-bottom: 30px;
}
#stage .mod-article .img:last-child {
    margin-bottom: 0;
}

#stage .mod-article .img figure {
    margin: 0;
    overflow: hidden
}

#stage .mod-article .img figure img {
    width: 100%;
    height: auto;
}

#stage .mod-article .caption {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.2;
    color: #666;
}

#stage .mod-article .detail {
    color: #333;
}

#stage .mod-article .img + .detail {
    margin-top: -20px;
}

#stage .mod-article .detail p {
    line-height: 1.8;
}

#stage .mod-article .link {
    margin-top: 15px;
}

#stage .mod-article .link p {
    margin-bottom: 10px;
}

#stage .mod-article .link .mod-link-v2 {
    background-size: auto 12px;
}

/* 3カラム */
#stage .mod-article.threeUp .list > li {
    width: -webkit-calc(33.33% - 40px);
    width: calc(33.33% - 40px);
}

/* ダウンロード */
#stage .mod-article.catalog .list > li {
    width: -webkit-calc(33.33% - 40px);
    width: calc(33.33% - 40px);
}

#stage .mod-article.catalog .list > li a {
    display: block;
    color: #666;
}
#stage .mod-article.catalog .list > li a figure {
    position: relative;
}
#stage .mod-article.catalog .list > li a.download figure::before {
    content: "";
    position: absolute;
    right: 11px;
    bottom: 10px;
    display: block;
    width: 20px;
    height: 21px;
    background: url(/kids/assets/common/img/icon/icn_download.png) no-repeat 0 0;
    background-size: 20px auto;
}
#stage .mod-article.catalog .list > li a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 736px) {
    #stage .mod-article {
        padding: 30px 20px 50px;
        border-radius: 10px;
    }

    #stage .mod-article .sttl {
        border-bottom: dotted 2px #0039A6;
        font-size: 22px;
    }

    #stage .mod-article .lead {
        margin-top: 20px;
    }

    #stage .mod-article .list-wrap {
        overflow: visible;
        margin-top: 20px;
    }

    #stage .mod-article .list-wrap-inner {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -40px;
    }

    #stage .mod-article .list > li {
        display: block;
        width: auto!important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    #stage .mod-article .img {
        margin-bottom: 20px;
    }
    #stage .mod-article .img:last-child {
        margin-bottom: 0;
    }

    #stage .mod-article .img figure {
        margin: 0;
        overflow: hidden;
    }

    #stage .mod-article .img figure img {
        width: 100%;
        height: auto;
    }

    #stage .mod-article .caption {
        margin-top: 15px;
        font-size: 13px;
        line-height: 1.2;
        color: #666;
    }

    #stage .mod-article .detail {
        line-height: 1.8;
        color: #333;
    }

    #stage .mod-article .link {
        margin-top: 15px;
    }

    #stage .mod-article .link p {
        margin-bottom: 10px;
    }

    #stage .mod-article .link .mod-link-v2 {
        background-size: auto 12px;
    }

    /* ダウンロード */
    #stage .mod-article.catalog .inner {
        margin: 0 -10px -30px;
    }

    #stage .mod-article.catalog .list > li {
        display: inline-block;
        width: -webkit-calc(50% - 20px) !important;
        width: calc(50% - 20px) !important;
        margin: 0 10px 30px;
    }

    #stage .mod-article.catalog .list > li a:hover {
        opacity: 1;
        text-decoration: none;
    }
}

/*----------------------------------------
    modules - button list
----------------------------------------*/
#stage .mod-buttons {
    margin-bottom: 50px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

#stage .mod-buttons .inner{
    margin-bottom: -20px;
}

#stage .mod-buttons .list > li {
    max-width: 313px;
    margin: 0 auto 20px;
}

#stage .mod-buttons .mod-button {
    display: block;
}

/* twoUp */
#stage .mod-buttons.twoUp .inner{
    margin: 0 -20px -30px;
    letter-spacing: -0.5em;
}

#stage .mod-buttons.threeUp .inner{
    margin: 0 -10px -30px;
    letter-spacing: -0.5em;
}

#stage .mod-buttons.twoUp .list > li {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    max-width: none;
    margin: 0 20px 30px;
    letter-spacing: normal;
}

#stage .mod-buttons.threeUp .list > li {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(33.33% - 14px);
    width: calc(33.33% - 14px);
    max-width: none;
    margin: 0 7px 30px;
    letter-spacing: normal;
}

@media screen and (max-width: 736px) {
    #stage .mod-buttons {
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        margin-top:20px;
    }

    #stage .mod-buttons .list > li {
        max-width: none;
        width: auto!important;
    }

    #stage .mod-buttons.twoUp .inner{
        margin-left: auto;
        margin-right: auto;
    }

    #stage .mod-buttons.twoUp .list > li {
        display: block;
        max-width: none;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    #stage .mod-buttons.threeUp .inner{
        margin-left: auto;
        margin-right: auto;
    }

    #stage .mod-buttons.threeUp .list > li {
        display: block;
        max-width: none;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

/*----------------------------------------
    modules - media
----------------------------------------*/
#stage .mod-media {
    margin-bottom: 50px;
}

#stage .mod-media .img {
    float: right;
    width: 48%;
}

#stage .mod-media .img figure {
    margin: 0;
    overflow: hidden;
}

#stage .mod-media .img img {
    width: 100%;
    height: auto;
}

#stage .mod-media .img .movie {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#stage .mod-media .img .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#stage .mod-media .caption {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.2;
    color: #666;
}

#stage .mod-media .body {
    float: left;
    width: 48%;
}

#stage .mod-media .detail {
    line-height: 1.8;
    color: #333;
}

#stage .mod-media .link {
    margin-top: 15px;
}

#stage .mod-media .link p {
    margin-bottom: 10px;
}

#stage .mod-media .link .mod-link-v2 {
    background-size: auto 12px;
}

/* rightwards */
#stage .mod-media.rightWards .img {
    float: left;
}

#stage .mod-media.rightWards .body {
    float: right;
}

@media screen and (max-width: 736px) {
    #stage .mod-media .img {
        float: none!important;
        width: auto!important;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    #stage .mod-media .img figure {
        margin: 0;
        overflow: hidden;
    }

    #stage .mod-media .caption {
        margin-top: 15px;
        font-size: 13px;
        line-height: 1.2;
        color: #666666;
        font-weight: bold;
    }

    #stage .mod-media .body {
        float: none!important;
        width: auto!important;
        margin-bottom: 20px;
    }

    #stage .mod-media .detail {
        line-height: 1.8;
        color: #333;
    }

    #stage .mod-media .link {
        margin-top: 15px;
    }

    #stage .mod-media .link p {
        margin-bottom: 10px;
    }

    #stage .mod-media .link .mod-link-v2 {
        background-size: auto 12px;
    }
}

/*----------------------------------------
    modules - tag
----------------------------------------*/
#stage .mod-tag {
        display: inline-block;
        /* min-width: 140px; */
        padding: 5px 15px;
        font-size: 13px;
        line-height: 1;
        text-align: center;
        border-radius: 20px;
        border: 1px solid #000;
        letter-spacing: normal;
        white-space: nowrap;
    box-sizing: border-box
}

#stage .mod-tag.red {
        border-color: #D72922;
        color: #D72922;
}

#stage .mod-tag.navy {
        border-color: #0039A6;
        color: #0039A6;
}

#stage .mod-tag.blue {
        border-color: #06AFE2;
        color: #06AFE2;
}

#stage .mod-tag.fill-blue {
    border: none;
        background: #E1F3FF;
        color: #0039A6;
}

/*----------------------------------------
    modules - unordered list
----------------------------------------*/
#stage .mod-unordered-list li {
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
}

#stage .mod-unordered-list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #666666;
    border-radius: 50%;
}

#stage .mod-unordered-list li:not(:last-child) {
    margin-bottom: 15px;
}

/*----------------------------------------
    modules - separator
----------------------------------------*/
#stage .mod-separator {
    display: block;
    height: 0;
    border: none;
    margin: 50px 0;
    padding-top: 1px;
    background: #ccc;
}

/*----------------------------------------
    modules - contact
----------------------------------------*/
#stage .mod-contact {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

#stage .mod-contact .boxs {
    margin: -40px -40px 0 0;
}
#stage .mod-contact .boxs::after {
    content: "";
    display: block;
    clear: both;
}

#stage .mod-contact .box {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 40px 40px 0 0;
}
#stage .mod-contact .box .box-inner {
    padding: 30px;
    border: solid 5px #E8E8E8;
}

#stage .mod-contact .sttl {
    margin-bottom: 18px;
    font-size: 19px;
    font-weight: bold;
}

#stage .mod-contact .number {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 4px;
    font-size: 19px;
    font-weight: bold;
}
#stage .mod-contact .number > * {
    margin-right: 15px;
    margin-top: 4px;
}
#stage .mod-contact .number > .note {
    font-weight: normal;
}
#stage .mod-contact .number > .addition {
    width: 100%;
    font-weight: normal;
}

#stage .mod-contact .number a {
    display: inline-block;
    color: #333;
    text-decoration: none;
}

/* column1 */
#stage .mod-contact.column1 .box {
    width: 100%;
    text-align: center;
}
#stage .mod-contact.column1 .number {
    justify-content: center;
}

@media screen and (max-width: 736px) {
    #stage .mod-contact {
        margin-bottom: 40px;
    }

    #stage .mod-contact .boxs {
        margin: -20px 0 0 0;
    }

    #stage .mod-contact .box {
        float: none;
        width: 100%;
        padding: 20px 0 0 0;
    }
    #stage .mod-contact .box .box-inner {
        padding: 20px;
    }

    #stage .mod-contact .sttl {
        margin-bottom: 20px;
        font-size: 18px;
    }

    #stage .mod-contact .number {
        display: block;
        margin-top: 10px;
        font-size: 20px;
    }
    #stage .mod-contact .number > * {
        margin-right: 0;
        margin-top: 6px;
    }

    /* column1 */
    #stage .mod-contact.column1 .box {
        text-align: left;
    }
    #stage .mod-contact.column1 .number {
        justify-content: flex-start;
    }
}

/*----------------------------------------
    modules - related posts
----------------------------------------*/
#stage .mod-related-posts {
    margin-bottom: 50px;
}

/* --------------------------------------

        topic module

---------------------------------------- */

/* ページトップ
 ---------------------------------------- */
#stage .mod-pagetop {
    display: inline-block;
}

#stage .mod-pagetop .txt {
    font-size: 14px;
    padding-right: 30px;
    line-height: 1.5;
}

#stage .mod-pagetop a {
    display: block;
    position: relative;
    color: #000;
}

#stage .mod-pagetop a .txt {
    position: relative;
}

#stage .mod-pagetop a .txt:after {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-image: url(/kids/assets/common/img/icon/icn_arrow_blue_t.png);
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: center center;
}

@media only screen and (max-width: 736px) {
    #stage .mod-pagetop {
        display: inline-block;
    }

    #stage .mod-pagetop .txt {
        padding-right: 44px;
        line-height: 1.5;
        font-size: 12px;
    }

    #stage .mod-pagetop a {
        display: block;
        position: relative;
        color: #000;
    }

    #stage .mod-pagetop a .txt {
        position: relative;
    }

    #stage .mod-pagetop a .txt:after {
        position: absolute;
        top: 50%;
        margin-top: -17px;
        right: 0;
        box-sizing: border-box;
        content: '';
        display: block;
        width: 35px;
        height: 35px;
        border: 1px solid #cccccc;
        border-radius: 6px;
        background-image: url(/kids/assets/common/img/icon/icn_pagetop.png);
        background-repeat: no-repeat;
        background-size: 18px auto;
        background-position: center center;
    }
}

/* タイトル
---------------------------------------- */
/* h1 記事タイトル */
#stage .mod-post-title {
    max-width: 880px;
    margin: 20px auto;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.5;
    color: #333333;
    text-align: center;
}

/* おすすめ記事 */
#stage .mod-title-recommend {
    margin-bottom: 36px;
    font-size: 35px;
    font-weight: bold;
    color: #0039A6;
    text-align: center;
}
#stage .mod-title-recommend > .inner {
    position: relative;
    display: inline-block;
    height: 60px;
    padding-left: 71px;
    line-height: 60px;
}
#stage .mod-title-recommend > .inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 60px;
    height: 60px;
    background: #0039A6 url(/kids/assets/common/img/icon/icn_recommend.png) no-repeat center center;
    background-size: auto 32px;
    border-radius: 100px;
}

#stage .mod-title-recommend span {
    display: inline;
    background: linear-gradient(transparent 75%, #FEF6A3 75%) no-repeat 0 0;
}
#stage.edge .mod-title-recommend span {
    background: linear-gradient(transparent 80%, #FEF6A3 80%) no-repeat 0 -4px;
}
#stage.ie .mod-title-recommend span {
    background: linear-gradient(transparent 80%, #FEF6A3 80%) no-repeat 0 -13px;
}


@media screen and (max-width: 736px) {
    /* h1 記事タイトル */
    #stage .mod-post-title {
        max-width: 100%;
        margin: 15px auto 20px;
        font-size: 26px;
    }

    /* おすすめ記事 */
    #stage .mod-title-recommend {
        margin-bottom: 25px;
        font-size: 30px;
    }
    #stage .mod-title-recommend > .inner {
        height: 50px;
        padding-left: 60px;
        line-height: 50px;
    }
    #stage .mod-title-recommend > .inner::before {
        width: 50px;
        height: 50px;
        background-size: auto 24px;
    }
}


/* 記事ヘッダー
---------------------------------------- */
#stage .mod-post-header {
    margin-bottom: 60px;
    padding-bottom: 64px;
    border-bottom: dotted 4px #D8D8D8;
}

/* アイキャッチ */
#stage .mod-post-header .post-thumbnail {
    text-align: center;
}
#stage .mod-post-header .post-thumbnail img {
    width: auto;
    max-width: 880px;
}


/* タグ */
#stage .mod-post-header .tags {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 880px;
    margin: 30px auto 0;
}

#stage .mod-post-header .tags .date {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

#stage .mod-post-header .tags .category {
    position: relative;
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 7px 20px 7px 31px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
#stage .mod-post-header .tags .category::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    display: block;
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

#stage .mod-post-header .tags .category.genki {
    background-color: #FE544F;
}
#stage .mod-post-header .tags .category.genki::before {
    background-image: url(/kids/assets/common/img/icon/icn_genki_white.png);
}

#stage .mod-post-header .tags .category.rakunou {
    background-color: #E4A100;
}
#stage .mod-post-header .tags .category.rakunou::before {
    background-image: url(/kids/assets/common/img/icon/icn_rakunou_white.png);
}

#stage .mod-post-header .tags .category.kankyo {
    background-color: #7EB528;
}
#stage .mod-post-header .tags .category.kankyo::before {
    background-image: url(/kids/assets/common/img/icon/icn_kankyo_white.png);
}

/* リード */
#stage .mod-post-header .lead {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}
#stage .mod-post-header .lead > p {
    font-size: 18px;
    line-height: 2;
}

@media screen and (max-width: 736px) {
    #stage .mod-post-header {
        margin-bottom: 50px;
        padding-bottom: 30px;
        border-bottom: dotted 2px #D8D8D8;
    }

    /* アイキャッチ */
    #stage .mod-post-header .post-thumbnail img {
        max-width: 100%;
    }


    /* タグ */
    #stage .mod-post-header .tags {
        max-width: 100%;
        margin: 10px auto 0;
    }

    #stage .mod-post-header .tags .date {
        margin-top: 10px;
        font-size: 15px;
        font-weight: 500;
    }

    #stage .mod-post-header .tags .category {
        margin: 10px 5px 0 0;
        padding: 7px 10px;
    }
    #stage .mod-post-header .tags .category::before {
        display: none;
    }

    /* リード */
    #stage .mod-post-header .lead {
        text-align: left;
    }
    #stage .mod-post-header .lead > p {
        font-size: 15px;
    }
}

/* エディター出力
---------------------------------------- */
/* リスト */
#stage .mod-wysiwyg ul,
#stage .mod-wysiwyg ol {
    margin: 1em 0 1em 2em;
}
#stage .mod-wysiwyg ul li {
    list-style-type: disc;
}
#stage .mod-wysiwyg ol li {
    list-style-type: decimal;
}

/* talbe */
#stage .mod-wysiwyg table {
    width: 100%;
    margin: 15px 0;
}
#stage .mod-wysiwyg table tbody th,
#stage .mod-wysiwyg table tbody td {
    box-sizing: border-box;
    border-bottom: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    vertical-align: middle;
}
#stage .mod-wysiwyg table tbody th {
    width: 140px;
    padding: 14px 15px;
    background-color: #FEF6A3;
    font-weight: bold;
    white-space: nowrap;
}
#stage .mod-wysiwyg table tbody td {
    padding: 14px 26px;
}

#stage .mod-wysiwyg table[border="0"],
#stage .mod-wysiwyg table[border="0"] th,
#stage .mod-wysiwyg table[border="0"] td {
    border: none;
}
#stage .mod-wysiwyg table[border="0"] th,
#stage .mod-wysiwyg table[border="0"] td {
    padding: 5px 0;
}

@media screen and (max-width: 736px) {
    /* talbe */
    #stage .mod-wysiwyg table,
    #stage .mod-wysiwyg tbody,
    #stage .mod-wysiwyg thead,
    #stage .mod-wysiwyg tr,
    #stage .mod-wysiwyg th,
    #stage .mod-wysiwyg td {
        display: block;
        width: auto !important;
        height: auto !important;
    }

    #stage .mod-wysiwyg table {
        width: 100% !important;
        border-top: solid 1px #CCCCCC;
    }
    #stage .mod-wysiwyg table tbody th,
    #stage .mod-wysiwyg table tbody td {
        box-sizing: border-box;
        border-bottom: solid 1px #CCCCCC;
        border-top: solid 1px #CCCCCC;
        vertical-align: middle;
    }
    #stage .mod-wysiwyg table tbody th {
        width: 100% !important;
        padding: 10px 15px;
        border: none;
        white-space: normal;
    }
    #stage .mod-wysiwyg table tbody td {
        border-top: none;
        padding: 10px 15px;
    }

    #stage .mod-wysiwyg table[border="0"],
    #stage .mod-wysiwyg table[border="0"] th,
    #stage .mod-wysiwyg table[border="0"] td {
        border: none !important;
    }

    #stage .mod-wysiwyg table[border="0"],
    #stage .mod-wysiwyg table[border="0"] th,
    #stage .mod-wysiwyg table[border="0"] td {
        border: none;
    }
    #stage .mod-wysiwyg table[border="0"] th,
    #stage .mod-wysiwyg table[border="0"] td {
        padding: 5px 0;
    }

    /* table scro */
    #stage .mod-wysiwyg .scroll table {
        width:100%;
    }
    #stage .mod-wysiwyg .scroll {
        overflow: auto;
        white-space:nowrap;
    }
    #stage .mod-wysiwyg .scroll::-webkit-scrollbar {
        height: 5px;
    }
    #stage .mod-wysiwyg .scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    #stage .mod-wysiwyg .scroll::-webkit-scrollbar-thumb {
        background: #bbb;
    }
}

/* 記事データ
---------------------------------------- */
#stage .mod-post-data {
    position: relative;
    margin-bottom: 60px;
}

/* 日付 */
#stage .mod-post-data .date {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-top: -10px;
    padding-top: 10px;
    font-weight: bold;
}

/* タグ */
#stage .mod-post-data .tag {
    display: inline-block;
    min-width: 130px;
    margin-right: 7px;
    margin-bottom: 10px;
    padding: 3px 5px;
    border-radius: 5px;
    background-color: #7D7D7D;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
#stage .mod-post-data .tag.campaign {
    background-color: #1586DC;
}
#stage .mod-post-data .tag.products {
    background-color: #D80A2A;
}
#stage .mod-post-data .tag.event {
    background-color: #EC9900;
}
#stage .mod-post-data .tag.ir {
    background-color: #06AFE2;
}
#stage .mod-post-data .tag.csr {
    background-color: #7EB528;
}
#stage .mod-post-data .tag.society {
    background-color: #B28D4C;
}

/* 右固定 */
#stage .mod-post-data .print-data {
    position: absolute;
    right: 0;
    top: 0;
}
#stage .mod-post-data .print-data > p {
    display: inline-block;
}
#stage .mod-post-data .print-data a {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #333;
}
#stage .mod-post-data .print-data a::before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 16px;
    height: 16px;
}

#stage .mod-post-data .print-data .print {
    margin-right: 18px;
}
#stage .mod-post-data .print-data .print a::before {
    background: url(/kids/assets/common/img/icon/icn_print.png) no-repeat center center;
    background-size: 16px auto;
}

#stage .mod-post-data .print-data .pdf a::before {
    background: url(/kids/assets/common/img/icon/icn_pdf.png) no-repeat center center;
    background-size: 14px auto;
}

@media screen and (max-width: 736px) {
    #stage .mod-post-data {
        margin-bottom: 30px;
    }

    /* タグ */
    #stage .mod-post-data .tag a {
        text-decoration: none;
    }

    /* 右固定 */
    #stage .mod-post-data .print-data {
        margin-top: 5px;
        position: static;
    }
    #stage .mod-post-data .print-data a {
        text-decoration: none;
    }
}


/* 3カラムリスト
---------------------------------------- */
#stage .mod-post-list {
    display: flex;
    flex-wrap: wrap;
    margin: -50px -40px 0 0;
}

#stage .mod-post-list li {
    width: 33.33%;
    padding: 50px 40px 0 0;
}

#stage .mod-post-list li a {
    display: block;
}

#stage .mod-post-list li .img {
    position: relative;
    width: 100%;
    margin-bottom: 23px;
    padding-top: 75%;
}

#stage .mod-post-list li .img .img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#stage .mod-post-list li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover';
    -o-object-position: center;
    object-position: center;
    border-radius: 20px;
}

#stage .mod-post-list li .title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #333;
}

#stage .mod-post-list li .text {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

#stage .mod-post-list li .tags {
    margin-top: 7px;
}
#stage .mod-post-list li .tags .date {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #666;
}
#stage .mod-post-list li .tags .category {
    display: inline-block;
    margin: 8px 7px 0 0;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
}
#stage .mod-post-list li .tags .category.genki {
    background-color: #FE544F;
}
#stage .mod-post-list li .tags .category.rakunou {
    background-color: #E4A100;
}
#stage .mod-post-list li .tags .category.kankyo {
    background-color: #7EB528;
}

/* hover */
#stage .mod-post-list li a:hover .title {
    text-decoration: underline;
}

@media screen and (max-width: 736px) {
    #stage .mod-post-list {
        margin: -40px -15px 0 0;
    }

    #stage .mod-post-list li {
        width: 50%;
        padding: 40px 15px 0 0;
    }

    #stage .mod-post-list li .img {
        margin-bottom: 10px;
    }

    #stage .mod-post-list li .img img {
        border-radius: 10px;
    }

    #stage .mod-post-list li .title {
        margin-bottom: 8px;
        font-size: 15px;
    }

    #stage .mod-post-list li .text {
        display: none;
    }

    #stage .mod-post-list li .tags {
        margin-top: -5px;
    }
    #stage .mod-post-list li .tags .date {
        display: block;
        margin-top: 5px;
        font-size: 13px;
        color: #666;
    }
    #stage .mod-post-list li .tags .category {
        margin: 8px 7px 0 0;
        padding: 2px 10px;
        font-size: 12px;
    }

    /* hover */
    #stage .mod-post-list li a:hover .title {
        text-decoration: none;
    }
}

/* おすすめ記事
---------------------------------------- */
#stage .mod-detail-post-list {
    margin-top: 72px;
}

@media screen and (max-width: 736px) {
    #stage .mod-detail-post-list {
        margin-top: 60px;
    }
}

/* カテゴリーリンク
---------------------------------------- */
#stage .mod-category-link li {
    display: inline-block;
    margin-left: 5px;
}
#stage .mod-category-link li a {
    display: block;
    width: 130px;
    height: 32px;
    background-color: #ffffff;
    border: solid 2px #0039A6;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    transition: background-color .3s, border-color .3s, opacity .3s;
    color: #0039A6;
}
#stage .mod-category-link li.active a,
#stage .mod-category-link li a:hover {
    background-color: #0039A6;
    color: #ffffff;
}
#stage .mod-category-link li a span {
    position: relative;
    display: inline-block;
    padding-left: 19px;
}
#stage .mod-category-link li a span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

/* all */
#stage .mod-category-link li.all a span {
    padding-left: 0;
}
#stage .mod-category-link li.all a span::before {
    display: none;
}

/* genki */
#stage .mod-category-link li.genki a {
    border-color: #FE544F;
    color: #FE544F;
}
#stage .mod-category-link li.genki a span::before {
    background-image: url(/kids/assets/common/img/icon/icn_genki_color.png);
}
#stage .mod-category-link li.genki.active a,
#stage .mod-category-link li.genki a:hover {
    background-color: #FE544F;
    color: #ffffff;
}
#stage .mod-category-link li.genki.active a span::before,
#stage .mod-category-link li.genki a:hover span::before {
    background-image: url(/kids/assets/common/img/icon/icn_genki_white.png);
}

/* rakunou */
#stage .mod-category-link li.rakunou a {
    border-color: #E4A100;
    color: #E4A100;
}
#stage .mod-category-link li.rakunou.active a,
#stage .mod-category-link li.rakunou a:hover {
    background-color: #E4A100;
    color: #ffffff;
}
#stage .mod-category-link li.rakunou a span::before {
    background-image: url(/kids/assets/common/img/icon/icn_rakunou_color.png);
}
#stage .mod-category-link li.rakunou.active a,
#stage .mod-category-link li.rakunou a:hover {
    background-color: #E4A100;
    color: #ffffff;
}
#stage .mod-category-link li.rakunou.active a span::before,
#stage .mod-category-link li.rakunou a:hover span::before {
    background-image: url(/kids/assets/common/img/icon/icn_rakunou_white.png);
}

/* kankyo */
#stage .mod-category-link li.kankyo a {
    border-color: #6DC00C;
    color: #6DC00C;
}
#stage .mod-category-link li.kankyo.active a,
#stage .mod-category-link li.kankyo a:hover {
    background-color: #6DC00C;
    color: #ffffff;
}
#stage .mod-category-link li.kankyo a span::before {
    background-image: url(/kids/assets/common/img/icon/icn_kankyo_color.png);
}
#stage .mod-category-link li.kankyo.active a,
#stage .mod-category-link li.kankyo a:hover {
    background-color: #6DC00C;
    color: #ffffff;
}
#stage .mod-category-link li.kankyo.active a span::before,
#stage .mod-category-link li.kankyo a:hover span::before {
    background-image: url(/kids/assets/common/img/icon/icn_kankyo_white.png);
}

@media screen and (max-width: 736px) {
    #stage .mod-category-link {
        overflow: hidden;
        margin: 0 20px;
    }
    #stage .mod-category-link ul {
        display: flex;
        flex-wrap: wrap;
        width: auto;
        margin: -20px -15px 0 0;
    }
    #stage .mod-category-link li {
        display: block;
        width: 50%;
        margin-left: 0;
        padding: 20px 15px 0 0;
    }
    #stage .mod-category-link li a {
        width: 100%;
        height: 50px;
        font-size: 17px;
        line-height: 46px;
        transition: none;
    }
    #stage .mod-category-link li a:hover {
        background-color: #fff;
        color: #0039A6;
    }
    #stage .mod-category-link li a span {
        padding-left: 23px;
    }
    #stage .mod-category-link li a span::before {
        width: 20px;
        height: 20px;
        margin-top: -11px;
    }

    /* all */
    #stage .mod-category-link li.all.active a:hover {
        background-color: #0039A6;
        color: #ffffff;
    }
    #stage .mod-category-link li.all.active a:hover span::before {
        background-image: url(/kids/assets/common/img/icon/icn_genki_white.png);
    }

    /* genki */
    #stage .mod-category-link li.genki a:hover {
        background-color: #ffffff;
        color: #FE544F;
    }
    #stage .mod-category-link li.genki a:hover span::before {
        background-image: url(/kids/assets/common/img/icon/icn_genki_color.png);
    }
    #stage .mod-category-link li.genki.active a:hover {
        background-color: #FE544F;
        color: #ffffff;
    }
    #stage .mod-category-link li.genki.active a:hover span::before {
        background-image: url(/kids/assets/common/img/icon/icn_genki_white.png);
    }

    /* rakunou */
    #stage .mod-category-link li.rakunou a:hover {
        background-color: #ffffff;
        color: #E4A100;
    }
    #stage .mod-category-link li.rakunou a:hover span::before {
        background-image: url(/kids/assets/common/img/icon/icn_rakunou_color.png);
    }
    #stage .mod-category-link li.rakunou.active a:hover {
        background-color: #E4A100;
        color: #ffffff;
    }
    #stage .mod-category-link li.rakunou.active a:hover span::before {
        background-image: url(/kids/assets/common/img/icon/icn_rakunou_white.png);
    }


    /* kankyo */
    #stage .mod-category-link li.kankyo a:hover {
        background-color: #ffffff;
        color: #6DC00C;
    }
    #stage .mod-category-link li.kankyo a:hover span::before {
        background-image: url(/kids/assets/common/img/icon/icn_kankyo_color.png);
    }
    #stage .mod-category-link li.kankyo.active a:hover {
        background-color: #6DC00C;
        color: #ffffff;
    }
    #stage .mod-category-link li.kankyo.active a:hover span::before {
        background-image: url(/kids/assets/common/img/icon/icn_kankyo_white.png);
    }
}

/* 記事フッター
---------------------------------------- */
#stage .wrp-post-footer {
    display: none;
}

@media screen and (max-width: 736px) {
    #stage .wrp-post-footer {
        display: block;
        margin-top: 100px;
    }
}





