@charset "UTF-8";

/* ---------------------------------------------------------
共通css
----------------------------------------------------------*/
body{width: 100%;}
@media screen and (max-width:1024px){
    header.eiyoucareHeader .bgMenu{
        left:512px;
        width: 512px;
    }
}
span{display: inline-block;}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix-reset:after{content: none;}
a{
    color: #003b78;
    text-decoration: underline;}
header.eiyoucareHeader .bgBaseBar{
    height:14px;
    background:#49251a;
}

main,.content{
    color: #482419;
}
.content > div, .content > section{
    margin-bottom: 30px;
}

.menuTab li{float: left;}
.pageCnt > hr{
    border: 0;
    border-bottom: 1px solid #ff6161;
    background: #fff;
}
.introLeft{
    display: table-cell;
    width: 642px;
}
.introLeft2{
    display: table-cell;
    width: 700px;
}
.introRight_btn{
    display: table-cell;
    width: 332px;
    padding: 0;
    vertical-align: middle;
    padding-bottom: 20px;
}
.introRight_btn li{margin-bottom: 5px;}
.introRight_btn li:first-child{margin-top:30px;}
.introRight_btn li:last-child{margin-bottom:0;}
.introRight{
    margin-bottom: 20px;
    text-align: center;
}
.orange.articleCnt{margin-top: 50px;}
.articleCntHead{margin-top: 30px;}
.articleCntHead li{
    display: inline-block;
    float: left;
    text-align: center;
}
.articleCntHead li a{
    display: block;
    height: 100%;
    padding-top: 15px;
    color: #fff;
    text-decoration: none;
}
.articleCntHead li.active{background: #ffdfdf;}
.articleCntHead li.active a{color: #ff6161;}

.articleMain{box-sizing: border-box;}
.orange .articleMain > b{
    display: block;
    margin-bottom: 70px;
}
.articleCntBody{
    border: 1px solid #ff6161;
    box-sizing: border-box;
}
.articleCntBody > .pager{
    margin-bottom: 20px;
    padding-bottom: 15px;
    background:url(/meiji-eiyoucare/img/common/bg_dotline-x-orange2.png) repeat-x bottom center;
}
.articleSide{box-sizing: border-box;}
.sideMenu li{
    display: block;
    margin-bottom: 7px;
}
.sideMenu li img,.sideMenu li span{cursor: pointer;}
.sideMenu li.active img,.sideMenu li.active span{cursor: auto;}
.sideMenu li img{width: 100%;}
.orange .sideMenu li{margin-bottom: 4px;}
.articleMain .footerLink{margin-bottom: 40px;}
.articleMain .footerLink li{margin-bottom: 5px;}
.articleMain .footerLink li a{
    color: #003b78;
    font-size: 100%;
}
.articleMain .footerLink .current{
    position: relative;
    padding-left: 1.2em;
    color: #6a1a12;
    box-sizing: border-box;
}
.articleMain .footerLink .current:before{
    content: "\25CF";
    position: absolute;
    left: 0;
    text-align: left;
    color: #ffdab5!important;
}
.articleFoot a:first-child{
    display: block;
    margin-bottom: 20px;
}
.articleMain dd p:last-child{margin-bottom: 50px;}
.articleMain dd .imgWrap:last-child{margin-bottom: 40px;}
.articleMain p:last-child{margin-bottom: 40px;}


.pager .prevPage,.pager .nextPage{
    display: inline-block;
    position: relative;
    height: 1em;
    padding-bottom: 4px;
    border-bottom: 1px solid #003b78;
    color: #003b78;
    text-decoration: none;
    cursor: pointer;
}
.pager .prevPage{
    float: left;
    margin-left: 25px;
}
.pager .nextPage{
    float: right;
    margin-right: 25px;
}
.pager .prevPage:before,.pager .nextPage:after{
    position: absolute;
    color: #fd6162!important;
}
.pager .prevPage:before{
    left: -20px;
    content: "\25C0";}
.pager .nextPage:after{
    right: -20px;
    content: "\25B6";
}
.pager2 span{
    float: left;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
}
.pager2 span a{
    display: inline-block;
    position: relative;
    height: 1em;
	line-height: 1em;
    /*padding-bottom: 4px;*/
    border-bottom: 1px solid #003b78;
    color: #003b78;
    text-decoration: none;
}
.pager2 .return{text-align: center;}
.pager2 .nextPage{
    float: right;
    padding-right: 1em;
    text-align: right;
}
.pager2 .prevPage{
    padding-left: 1em;
    text-align: left;
}
.pager2 .prevPage a:before{content: "\25C0";}
.pager2 .return a:before{content:"\25B2";}
.pager2 .nextPage a:after{
    display: inline-block;
    position: absolute;
    right: -1.2em;
    content: "\25B6";
    color: #ff5400!important;
}
.pager2 .prevPage a:before,.pager2 .return a:before{
    display: inline-block;
    position: absolute;
    left: -1.2em;
    color: #ff5400!important;
}
.pager2 .return a:before{background-size: 100% auto;}

.support li img{width: 100%;}

.footerLinkWrap{background: #fad9c7;}
.footerLink a{
    display: inline-block;
    position: relative;
    padding-left: 1.2em;
    color: #003b78;
    text-decoration: none;
}
.footerLink a:before{
    display: inline-block;
    position: absolute;
    left: 0;
    margin: 0;
    color: #ff5400!important;
    content: "\25B6";
}
.footerLink a span{text-decoration: underline;}
footer .footerLink{
    box-sizing: border-box;
    position: relative;
}
footer .footerHeading{
    font-size: 115%;
    font-weight: normal;
    color: #666666;
}
footer .footerLink > p,footer .footerLink > div{box-sizing: border-box;}
.footerLink .threeColumn > div{width: auto}
.btnJumpTop{
    display: inline-block;
    padding:0;
}
footer .btnJumpTop a{
    display: block;
    height: 100%;
    padding:0;
    margin:0;
    font-size: 87%;
    text-decoration: none;
    border:0;
}
.footerLink .btnJumpTop a:before{content: none;}
footer .btnJumpTop a:after{
    content: "\25B2";
    margin-left: 5px;
    color:#ff5400!important;
}
footer .btnJumpTop a span{
    display: inline-block;
    font-size: 125%;
    text-decoration: underline;
}


.mm_attention{
    font-size: 14px;
    font-weight:normal;
    width:90%;
    margin:0px auto;
    color:#666666;
    padding-left:2em;
    text-indent:-2em;
}
.mm_attention:last-child{
    margin-bottom:30px;
}
/* class_css */
.center{text-align: center;}
img.center{
    display: block;
    margin-right:auto;
    margin-left:auto;
    text-align: center;
}
.center table{
    margin-right: auto;
    margin-left: auto;
}
.disNon{display: inline;}
.right{text-align: right;}
.left{text-align: left;}
.beforeNone:before{content:none!important;}
.afterNone:after{content:none!important;}
.mgT0{margin-top: 0px!important;}
.mgT10{margin-top: 10px!important;}
.mgT15{margin-top: 15px!important;}
.mgT20{margin-top: 20px!important;}
.mgT30{margin-top: 30px!important;}
.mgT50{margin-top: 50px!important;}
.mgB0{margin-bottom: 0px!important;}
.mgB15{margin-bottom: 15px!important;}
.mgB20{margin-bottom: 20px!important;}
.mgB30{margin-bottom: 30px!important;}
.mgB40{margin-bottom: 40px!important;}
.mgB50{margin-bottom: 50px!important;}
.pd0{padding:0!important;}
.pdT0{padding-top:0!important;}
.pdB15{padding-bottom: 15px!important;}
.pdB20{padding-bottom: 20px!important}
.pdB30{padding-bottom: 30px!important}
.pdB40{padding-bottom: 40px!important}
.pdL30{padding-left: 30px!important}
.pdLR0{
    padding-left:0!important;
    padding-right:0!important;
}
.pdLR15{
    padding-left:15px!important;
    padding-right:15px!important;
}
.w100{width: 100%!important;}
.bgNone{background: none!important;}
.red{color: #dc0000!important;}
.black{color: #000!important;}
span.pink2{color: #ee0055!important;}
.borderNone{border:0!important;}

ul.disc{padding-left: 30px}
ul.disc > li:before{
    content: "\30FB";
    display: inline-block;
    min-width: 1em;
    min-height: 1em;
    font-size: inherit;
}
.beforeCirclePink{
    position: relative;
    padding-left: 1.1em;
}
.beforeCirclePink:before{
    color: #f8d4d4;
    content: "\25CF";
    position: absolute;
    left: 0;
}

.font80{font-size: 80%!important;}
.font100{font-size: 100%!important;}
.underline{text-decoration: underline;}
.underLineDot{background:url(/meiji-eiyoucare/img/common/bg_dotline-x-black1.png) repeat-x bottom!important;}
.underLineDot2{
    background:url(/meiji-eiyoucare/img/common/bg_dotline-x-pink3.png) repeat-x bottom!important;
    padding-bottom: 15px;
}
.underLineDot3{
    background:url(/meiji-eiyoucare/img/common/bg_dotline-x-pink2.png) repeat-x bottom!important;
    padding-bottom: 15px;
}
ul.underLineDotParent > li{background:url(/meiji-eiyoucare/img/common/bg_dotline-x-black1.png) repeat-x bottom;}
ul.underLineDotParent > li:last-child{
    padding-bottom: 0;
    background:none;
}
.rightLineDot{background:url(/meiji-eiyoucare/img/common/bg_dotline-y-pink1.png) repeat-y top right;}
.rightLineDot2{background:url(/meiji-eiyoucare/img/common/bg_dotline-y-orange1.png) repeat-y top right;}

.threeColumn{width: 100%;}
.threeColumn > div{
    display: inline-block;
    float: left;
    width: 33.333%;
}

.bgBrown1{background-color: #773926!important;}
.bgBrown2{background-color: #9d341c!important;}
.bgBrown3{background-color: #b55200!important;}
.bgBrown4{background-color: #c93c11!important;}
.bgBrown5{background-color: #482419!important;}
.bgGray{background-color: #626262!important;}
.bgPink{background-color:#f8d4d4!important;}
.bgWhite{background-color: #fff!important;}
.pink p{color: #482419;}
.orange p{color: #000;}
.gray{color: #666!important;}
.brown4{color: #c93c11!important;}
.vAlign_t{vertical-align:top!important;}
.dBlock{display:block!important;}
.1,
.2{
    display: inline-block;
    position: relative;
    font-size: 87%;
    color:#003b78;
    text-decoration: underline;
}
.link{
    color: #003b78;
    text-decoration: underline;
}
.ttl1,.ttl2{
    width: 100%;
    border-bottom: 2px solid #49251a;
    margin-bottom: 25px;
    color:#49251a;
    line-height: 1.2;
}
.ttl3{
    font-size: 190%;
    color: #773926;
}
.ttl4{margin-bottom: 25px;}
.pink .ttl4{
    color: #e50000;
    background:url(/meiji-eiyoucare/img/common/bg_dotline-x-pink1.png) repeat-x bottom left;
}
.orange .ttl4{
    font-size: 21px;
    color: #b9450b!important;
    background:url(/meiji-eiyoucare/img/common/bg_dotline-x-orange3.png) repeat-x bottom left;
}
.ttl5{
    margin-bottom: 20px;
    font-size: 150%;
    color: #666;
}
.ttl6{
    font-size: 125%;
    color: #666;
}
.ttl7{
    padding:5px 10px;
    margin-bottom: 5px;
    font-size: 125%;
    color: #666;
}
.ttl7 + dd{padding:0 10px;}
.ttl7 + ul{
    margin-top: 30px;
    margin-bottom: 30px;
}
.ttl8{
    font-size: 100%;
    box-sizing: border-box;
    font-weight: normal;
    color: #fff;
    text-align: left;
    padding:5px 0;
}
.ttl9{
    margin: 30px 0;
    padding-left: 30px;
    font-size: 190%;
    font-weight: normal;
    color: #773926;
}
.ttl10{text-align: center;}
.ttl12{
    color: #eb4a4a;
    font-size: 150%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.ttl13{
    color: #17288a;
    font-size: 150%;
    font-weight: bold;
    display: block;
}
.beforeExclam:before{background: url(/meiji-eiyoucare/img/common/icon_before-exclam.png) no-repeat;}
.beforeLense:before{background: url(/meiji-eiyoucare/img/common/icon_before-lense.png) no-repeat;}
.beforeHeart:before{background: url(/meiji-eiyoucare/img/common/icon_before-heart.png) no-repeat;}
.beforeExclam:before,.beforeLense:before,.beforeHeart:before{
    content: " ";
    display: inline-block;
    float: left;
    width: 21px;
    height: 21px;
    margin: 0 5px 0 10px;
    background-position: center;
    background-size:100% auto;
}
ul.beforeCircleParent > li:before{
    content:"\25CF";
    position: absolute;
    left: 0;
    padding-left: 5px;
    text-align: left;
}
ul.beforeCircleParent > li{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding-left: 30px;
}
.pink ul.beforeCircleParent > li:before{color: #ff8383;}
.afterArrow1,.afterArrow2,.afterArrow3,.afterArrow4{position: relative;}
.afterArrow1:after{background: url(/meiji-eiyoucare/img/common/icon_after-arrow1.png) no-repeat;}
.afterArrow2:after{background: url(/meiji-eiyoucare/img/common/icon_after-arrow2.png) no-repeat;}
.afterArrow3:after{background: url(/meiji-eiyoucare/img/common/icon_after-arrow3.png) no-repeat;}
.afterArrow4:after{background: url(/meiji-eiyoucare/img/common/icon_after-arrow4.png) no-repeat;}
.afterArrow1:after,.afterArrow2:after,.afterArrow3:after,.afterArrow4:after{
    content: " ";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    padding-left: 0.2em;
    background-position: center;
    background-size:1.2em;
    vertical-align: middle;
}
.afterArrow3:after,.afterArrow4:after{
	padding-left: 10px;
	width:26px;
	height:26px;
	background-size: 26px 26px;
}

.hidden{visibility: hidden;}

.jsSideTabCnt{display: none;}
.jsSideTabCnt.active{display: block;}
.orange .articleMain.jsSideTabCnt{display: none;}
.orange .articleMain.jsSideTabCnt.active{display: table-cell;}
.pager .jsPrev,.pager2 .jsPrev{display: none;}
.jsAccCnt{display: none;}

.modalTrigger{cursor: pointer;}
.modal{
    display: none;
    z-index:5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
}
.modalCnt{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 100px;
    text-align: center;
    z-index: 10;
}

.rightImg{
    display: table;
    vertical-align: top;
}

.bd1 {
    border: solid 1px #000;
    padding: 10px;
}
.imgdotline {
    background: url(/meiji-eiyoucare/img/common/bg_dotline-x-pink1.png) repeat-x bottom left;
}


/* ---------------------------------------------------------
pc専用記述
----------------------------------------------------------*/
@media screen and (min-width:641px){
    .isSP{display: none!important;}
    body{
        min-width: 1024px;
        font-size: 100%;
        background:url(/meiji-eiyoucare/img/common/bg_top.jpg);
    }
    p,b{font-size: 115%;}
    header.eiyoucareHeader{height:88px;}
    header.eiyoucareHeader ul > li{
        display: table-cell;
        height: 74px;
        vertical-align: bottom;
    }
    header.eiyoucareHeader .bgMenu{
        width: 50%;
        height:74px;
        position: absolute;
        right:0;
        z-index: -1;
        background:#49251a;
    }
    header.eiyoucareHeader .headerMenu1{
        width: 1024px;
        height: 74px;
        margin: 0 auto;
        background:url(/meiji-eiyoucare/img/common/bg_header2.png) left bottom no-repeat;
        background-size: 1024px 74px;
    }
    header.eiyoucareHeader .headerMenu2{
        width: 1024px;
        height: 74px;
        margin: 0 auto;
        background:url(/meiji-eiyoucare/img/common/bg_header3.png) left bottom no-repeat;
        background-size: 1024px 74px;
    }
    .breadCrumb{margin: 20px 0 25px 0;}
    .breadCrumb li{
        display: inline-block;
        color: #000;
    }
    .breadCrumb a span{
        color: #003b78;
        text-decoration: underline!important;
    }
    main,.content{
        width: 1024px;
        margin:0 auto;
    }
    .pageCnt{
        background:#fff;
        padding-bottom: 30px;
    }
    .pageCnt > hr{
        height: 15px;
        margin: 0;
    }
    .pageCnt > div,.pageCnt > ul{
        padding-right:25px;
        padding-left:25px;
    }
    .pageCnt > div.articleCnt{padding: 0;}

    .articleCnt{
        width: 1002px;
        padding: 0;
        margin: 0 auto;
    }
    .articleCntHead{width: 1002px;}
    .articleCntHead li{
        width: 163px;
        height: 89px;
        margin-right: 4px;
        border-radius: 10px 10px 0 0;
        box-sizing: border-box;
        font-size: 15px;
        text-align: center;
        background: url(/meiji-eiyoucare/img/products/bg_head-arrow.jpg) no-repeat #ff6161;
        background-position: center 60px;
        line-height: 1.1;
    }
    .articleCntHead li:last-child{margin-right: 0;}
    .articleCntHead li a{padding-top: 15px;}
    .articleCntHead-nf li a{padding-top: 10px;}
    .articleCntBody{
        width: 1002px;
        background: url(/meiji-eiyoucare/img/common/bg_side.jpg) repeat-y left top;
    }
    .orange .articleCntBody{background: url(/meiji-eiyoucare/img/common/bg_side2.jpg) repeat-y left top;}
    .articleMain{
        float: right;
        width: 713px;
        vertical-align: top;
        padding:30px 20px;
    }
    .orange .articleMain{
        display: table-cell;
        width: 770px;
        padding:30px 15px 0 15px;
    }
    .articleMain.active{display: table-cell;}
    .introRight{
        display: table-cell;
        vertical-align: bottom;
    }
    .articleSide{
        display: table-cell;
        position: relative;
        width: 287px;
        padding: 25px 10px 300px 10px;
    }
    .orange .articleSide{
        width: 230px;
        padding: 25px 5px 450px 5px;
    }
    .pager{
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 115%;
        background:url(/meiji-eiyoucare/img/common/bg_dotline-x-orange2.png) repeat-x bottom left;
    }
    .pink .pager{background:url(/meiji-eiyoucare/img/common/bg_dotline-x-pink2.png) repeat-x bottom left;}
    .pager2{
        padding: 0 10px;
        font-size: 150%;
    }
    .pager2 span{
        float: left;
        width: 33.3333%;
    }
    .articleMain dd .imgWrap{text-align: right;}
    .introLeft p,.introLeft2 p{font-size: 150%;}

    .support{
        text-align: center;
        background: #fff;
    }
    .support ul{
        padding:6px 0;
        display: inline-block;
    }
    .support li{
        display: inline-block;
        float: left;
        margin-right: 11px;
    }
    .support li:nth-child(2){margin-right:12px;}
    .support li:last-child{margin-right:0;}
    .footerLinkWrap{padding:30px 0;}
    footer ul{padding-left: 2em;}
    footer ul ul{padding-left: 1em;}
    footer .underLineDot{
        padding-bottom:16px;
        margin-bottom: 15px;
    }
    footer .footerLink{
        width: 1024px;
        margin:0 auto;
    }
    footer .footerLink > p,footer .footerLink > div{
        padding-left: 25px;
        padding-right: 25px;
        font-size: 125%;
    }
    .footerLink a{font-size: 70%;}
    .articleMain .footerLink li{
        display: inline-block;
        float: left;
        width: 48%;
    }
    .articleMain .footerLink li:nth-child(2n+1){margin-right: 4%;}
    .btnJumpTop{
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 273px;
        height:40px;
        border-radius: 10px;
        background: #ffba98;
        text-align: center;
        line-height: 40px;
    }
    .ttl1,.ttl2{
        padding-top: 30px;
        font-size:150%;
    }
    .ttl1:before,.ttl2:before{
        content:"\25CF";
    }
    .ttl1:before{color:#ff6161;}
    .ttl2:before{color:#ff7e00;}
    .ttl3{
        margin-top: 80px;
        margin-bottom:40px;
    }
    .ttl4{font-size: 150%;}
    .ttl6{
        padding-left: 15px;
        margin-bottom: 10px;
    }
    .ttl8{
        height:30px;
        font-size: 115%;
    }
    .ttl10{font-size: 187%;}
    .bgPinkPC{background-color:#f8d4d4!important;}
    .mg0PC{margin:0!important;}
    .pdB0PC{padding-bottom:0!important;}
    .pdB10PC{padding-bottom:10px!important;}
		.pdR100PC{padding-right:100px!important;}
    .mgT30PC{margin-top: 30px!important;}
    .mgB30PC{margin-bottom: 30px!important;}
    .w50perPC{width: 50%!important;}
    .hiddenPC{visibility: hidden;}
    .imgWrap{
        margin-top: 20px;
        text-align: center;
    }
    .imgWrap img+img{margin-top: 20px;}
    .rightImg > div{
        display: table-cell;
        vertical-align: top;
        padding-right: 30px;
    }
    .rightImg img{
        display: table-cell;
        vertical-align: top;
    }
    .bottom{
        position: absolute;
        bottom: 0;
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .categoryLink{
        padding-top: 10px;
        margin-top: 40px;
        margin-bottom: 40px;
        background: url(/meiji-eiyoucare/img/common/bg_dotline-x-orange3.png) repeat-x top left;
    }
    .articleMain .categoryLink .active {
        position: relative;
        padding-left: 20px;
        color: #6a1a12;
        box-sizing: border-box;
    }
    .articleMain .categoryLink .active:before {
        content: "\25CF";
        position: absolute;
        left: 0;
        text-align: left;
        color: #ff5400;
    }
    .articleMain .categoryLink li {
        display: inline-block;
        padding-right: 30px;
        box-sizing: border-box;
    }
    .articleMain .categoryLink li a {
        color: #003b78;
        font-size: 100%;
    }
    .categoryLink a {
        display: inline-block;
        color: #003b78;
        text-decoration: underline;
    }
    .categoryLink a:before {
        content: "\25B6";
        display: inline-block;
        margin: 0;
        color: #ff5400;
    }
    .categoryLink p{margin-bottom: 5px;}
    .rightLineDot2PC{
        background: url(/meiji-eiyoucare/img/common/bg_dotline-y-orange1.png) repeat-y top right;
    }
    /* ----- 161102 ----- */
    .productDetail .intro{
      padding-left:11px;
    }
    .productDetail .introLeft{
      width:656px;
    }
    .productDetail .intro h2{
      margin-top:20px;
    }

    /* ----- 190313 ----- */
    .isPC_col2 > *{
        float: left;
    }
    .isPC_col2 > *:nth-of-type(2n){
        margin-left: 15px;
    }
    .flexitem22 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mgR20 {
        margin-right: 20px;
    }

}

/* ---------------------------------------------------------
sp専用記述
----------------------------------------------------------*/
@media screen and (max-width:640px){
    .isPC{display: none!important;}
    .fontvw {font-size: 12px;}

    body{font-size: 18px;}
    img{max-width: 100%;}
    p{font-size: 100%;}
    header.eiyoucareHeader .bgBaseBar,header.eiyoucareHeader .bgMenu{width: 100%;}
    header.eiyoucareHeader .headerMenu2{width: 100%;}
    header.eiyoucareHeader .headerMenu2 li{display: none;}
    header.eiyoucareHeader .headerMenu2 li:first-child{display: block;}

    header.eiyoucareHeader .headerMenu2SP{position: relative;}
    header.eiyoucareHeader .headerMenu2SP .btnOpen{
        display: inline-block;
        position: absolute;
        width: 20%;
        max-height: 100%;
        right: 0;
        top: 0;
        text-align: center;
        z-index: 3;
    }
    header.eiyoucareHeader .headerMenu2SP .btnOpen.active{
			width: 38px;
			height: 38px;
			top: 12px;
			right: 12px;
		}
    header.eiyoucareHeader .headerMenu2SP .btnOpen.active img{width: auto; height: 38px;}



    .headerMenuCnt2SP{
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
				width: 98%;
				margin: 1% 1% 0;
				padding: 15px 0 12px;
        font-size: 100%;
        background: #fff;
				border: 4px solid #cfcfcf;
        border-radius: 5px;
        box-sizing: border-box;
    }
    .headerMenuCnt2SP li a,
    .headerMenuCnt2SP li span {
			display: block;
			font-size: 87.5%;
			line-height: 40px;
		}
    .headerMenuCnt2SP span {
			display: block;
			padding-left: 13px;
			color: #fff;
		}
    .headerMenuCnt2SP span.products {background: #ff6161;}
    .headerMenuCnt2SP span.care { background: #ff7e00;}
    .headerMenuCnt2SP span.hakkounyu_eiyou { background: #e50000;}
    .headerMenuCnt2SP span.hakkounyu_eiyou a { text-decoration: none; color: #fff; font-size: 100%; line-height: 40px; font-family: inherit;}
    .headerMenuCnt2SP span.support {background: #aaaaaa; padding-top: 0;}

		.headerMenuCnt2SP li ul li a,
		.headerMenuCnt2SP > li:first-child {
			margin: 0 3px;
			padding: 0 0 0 30px;
			border-bottom: 1px dotted #d8d8d8;
			background:url(/meiji-eiyoucare/img/common/icon_before-triangle.png) no-repeat 12px center;
			background-size:10px auto;
		}
		.headerMenuCnt2SP > li > ul > li:last-child a,
		.headerMenuCnt2SP > li:first-child {
			border: none;
		}
		.headerMenuCnt2SP li ul li.last a {
			border-bottom: 1px dotted #d8d8d8;
		}
		.headerMenuCnt2SP li ul li ul li a {
			padding: 0 0 0 48px;
			background:url(/meiji-eiyoucare/img/common/icon_before-triangle.png) no-repeat 30px center;
			background-size:10px auto;
		}
		.headerMenuCnt2SP li  span.care+ul,
		.headerMenuCnt2SP li  span.support+ul{
			display: none;
		}
		.headerMenuCnt2SP li  span.care:after,
		.headerMenuCnt2SP li  span.support:after{
			content: "\0025bc";
			display: inline-block;
			margin-left: 5px;
			transition: all 200ms;
		}
		.headerMenuCnt2SP li  span.care.active:after,
		.headerMenuCnt2SP li  span.support.active:after{
			transform: rotate(-180deg);
		}


    .articleHead2{padding-left: 2%;}
    .articleCntBody > .articleHead2{
        padding-right: 0;
        padding-left: 2%;
        margin-bottom: 30px;
        background: #ffd6ae;
    }
    .pink .articleCntBody > .articleHead2{background: #ffdfe0;}
    .articleHead2 > *{
        display: table-cell;
        vertical-align: middle;
    }
    .articleHead2 > a{vertical-align: top;}
    .articleHead2 > .ttl{
        display: none;
        width: 65%;
        box-sizing: border-box;
        font-size: 115%;
    }
    .articleHead2 > .ttl.active{display: table-cell;}
    .articleHead2 a{width: 35%;}

    main,.content{width: 100%;}
    .breadCrumb{
        width: 100%;
        margin-top: 10px;
        padding: 0 1.5%;
        box-sizing: border-box;
    }
    .breadCrumb li{
        color: #003b78;
        font-size: 87%;
    }
    .intro{margin-bottom: 5px;}
    .intro p{line-height: 1.5;}
    .intro p img{
        display: inline;
        float: right;
        max-width: 30%;
    }
    main > .support,.content > .support{margin-bottom: 10px;}
    .support ul{
        width: 100%;
        padding: 0 1.5%;
        margin-top: 10px;
        box-sizing: border-box;
    }

    .pageCnt > div{
        width: 100%;
        padding-right: 1.5%;
        padding-left: 1.5%;
        box-sizing: border-box;
    }
    .pageCnt > hr{
        height: 10px;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .articleMain.active{display: block;}
    .articleMain dd .imgWrap{text-align: center;}
    .articleCnt{width: 100%;}
    .articleCntHead li{
      width: 23%;
      margin-right: 2%;
      margin-bottom: 2%;
    }
    .articleCntHead li.active{
        display: inline-block;
        width: 100%;
        border-radius: 0;
    }
    .articleCntHead li.active a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .articleCntBody > div,.articleCntBody > dl{
        width: 100%;
        padding-right: 1.5%;
        padding-left: 1.5%;
        box-sizing: border-box;
    }
    .sideMenu{
        padding-right: 1.5%;
        padding-left: 1.5%;
    }
    .sideMenu li:before{
        content: "\25B6";
        color: #ff5400!important;
    }
    .sideMenu li.active:before{
        content:"\25CF";
        color:#ffdab5!important;
        background:none;
        left: -20px;
    }#ffdab5
    .sideMenu li,.sideMenu li a{
        position: relative;
        color: #003b78;
        text-decoration: underline;
    }
    .sideMenu li.active,.sideMenu li.active a,.sideMenu li.active span{
        display: inline;
        color: #6a1a12;
        text-decoration: none;
    }
    .pink .sideMenu li.active:before{
        left: -20px;
        width: 15px;
        height: 100%;
        color: #f8d4d4!important;
        content: "\25CF";
        background:none;

    }
    .sideMenu + .bottom{margin-top: 50px;}
    .pink .sideMenu li:before{
        color: #fd6162!important;
    }
    .sideMenu li span{
        display: inline;
        color: #003b78;
        text-decoration: underline;
    }
    .articleSide .bottom{
        position: relative;
        margin-bottom: 30px;
    }
    .articleMain > dl > dd,.articleMain > dl > dt{
        padding-right: 0;
        padding-left: 0;
    }
    .pink .pager{
        background:url(/meiji-eiyoucare/img/common/bg_dotline-x-pink2.png) repeat-x bottom left;
    }

    .support li{margin-bottom: 8px;}

    .pager{
        margin-top: 40px;
        margin-bottom: 30px;
        padding-bottom: 15px;
        background:url(/meiji-eiyoucare/img/common/bg_dotline-x-orange2.png) repeat-x bottom left;
    }
    .pager2{
        font-size:125%;
        margin-bottom: 10px;
        padding-bottom: 15px;
        background: url(/meiji-eiyoucare/img/common/bg_dotline-x-orange1.png) repeat-x bottom left;
    }
    .pager2 .nextPage{float: right;}
    .pager2return{
        text-align: center;
        font-size: 125%;
    }
    .pager2return a{
        text-align: center;
        display: inline-block;
        position: relative;
        height: 1.1em;
		line-height: 1.1em;
        /*padding-bottom: 4px;*/
        border-bottom: 1px solid #003b78;
        color: #003b78;
        text-decoration: none;
    }
    .pager2return a:before{
        left: -1.2em;
        background:url(/meiji-eiyoucare/img/common/icon_return.jpg) no-repeat center;
        position: absolute;
        width: 1em;
        height:1em;
        /*margin-top: 3%;*/
        content:"";
        background-size: 100% auto;
    }
    .footerLinkWrap{
        position: relative;
        padding:20px 0;
        margin-bottom: 70px;
    }
    .footerLink .threeColumn > div{width: 100%;}
    footer .footerLink > p,footer .footerLink > div{
        padding-left: 3%;
        padding-right: 3%;
    }
    .btnJumpTop {
        position: absolute;
        right: 5%;
        top: 160%;
    }
    footer .btnJumpTop a:before,footer .btnJumpTop a:after{content: none;}
    footer .btnJumpTop a span{
        color: #000;
        font-size:100%;
    }
    .articleMain .footerLink li{display: block;}
    .articleMain .footerLink .current{color: #6a1a12;}
    .pager + .footerLink{margin-top: 25px;}
    .bgNoneSP{background: none!important;}
    .imgWrap{margin-top: 30px;}
    .w30perSP{width: 30%;}
    .w40perSP{width: 40%!important;}
    .w70perSP{width: 70%!important;}
    .flLeftSP{
        float: left;
        margin:0;
    }
    .flRightSP{
        float: right;
        margin:0;
    }
    .pd0SP{padding:0!important;}
    .pdB40SP{padding-bottom: 40px!important;}
    .pdT0SP{padding-top: 0!important;}
    .mg0SP{margin: 0px!important;}
    .mgT0SP{margin-top: 0px!important;}
    .mgT15SP{margin-top: 15px!important;}
    .mgB15SP{margin-bottom: 15px!important;}
    .mgB20SP{margin-bottom: 20px!important;}
    .mgB30SP{margin-bottom: 30px!important;}
    .mgB50SP{margin-bottom: 50px!important;}
    .mgR1_5perSP{margin-right: 1.5%!important;}
    .pdR1_5perSP{padding-right: 1.5%!important;}
    .w50perSP{width: 50%!important;}
    .w90perSP{width: 90%!important;}
    .font100SP{font-size: 100%!important;}
    .hiddenSP{visibility: hidden;}
    img.centerSP{
        display: block;
        margin-right:auto;
        margin-left:auto;
        text-align: center;
    }
    .ttl1,.ttl2{
        padding-top: 10px;
        border-bottom-width: 1px;
        font-size: 100%;
    }
    .ttl3{
        margin-top: 15px;
        font-size: 150%;
    }
    .ttl4{
        font-size: 130%;
        line-height: 1.3;
        padding-bottom: 5px;
    }
    .pink .ttl4 {background: url(/meiji-eiyoucare/img/common/bg_dotline-x-pink2.png) repeat-x bottom left;}
    .ttl6{margin-bottom: 30px;}
    .pink .ttl7{
        color: #e50000;
        background: url(/meiji-eiyoucare/img/common/bg_dotline-x-pink2.png) repeat-x bottom left;
        margin-bottom: 25px;
    }
    .ttl8{
        height: auto;
        box-sizing: content-box;
        line-height: 1em;
        padding-top:10px;
        padding-bottom:10px;
    }
    .ttl10{
        font-size: 125%;
        margin-bottom: 20px;
    }
    .beforeExclam:before,.beforeLense:before,.beforeHeart:before{
        width: 1em;
        height: 1em;
    }
    .btnJumpTop2 {
        display: block;
        text-align: right;
        width: 97%;
        margin: 40px auto 0 auto;
        padding-bottom: 40px;
        background: url(/meiji-eiyoucare/img/common/bg_dotline-x-pink2.png) repeat-x bottom left;
    }
    .btnJumpTop2:after{
        margin-top: -2px;
        margin-left: 10px;
        font-size: 115%;
        content:"\25B2";
        color: #ff7777!important;
    }
    .btnJumpTop2 a{
        color: #003b78;
        text-decoration: underline;
    }
    .afterArrow1,.afterArrow2{margin-right: 26px;}
    .modal{height: 120%;}
    .modalCnt{
        margin-top: 50px;
        overflow: scroll;
    }
    .modalCnt img{max-width: inherit;}
    .articleMain > .categoryLink{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .categoryLink li{
        display: inline-block;
        margin-right: 2em;
    }
    .categoryLink li:before{
        content: "\25B6";
        color: #ff5400!important;
    }
    .categoryLink li.active:before{
        content: "\25CF";
        color: #ffdab5!important;
        background: none;
        left: -20px;
    }
    p.categoryLink{
        margin-top: 30px;
        margin-bottom: 10px;
        padding-left: 1.5%;
        color: #4a4a4a;
    }
    /* ----- 161102 ----- */
    .productDetail .intro{
      margin-bottom:10px;
    }
    .productDetail .intro h2{
      margin-bottom:10px;
    }
    .productDetail .articleCntHead{
      margin-top:0;
    }
    .productDetail .articleCntHead li a{
      padding-top:0;
    }
    /* ----- 161110 ----- */
    .articleHead2 > .lecture{
      padding:2% 0;
    }
    .ttl4 .bgDotSP,dd .bgDotSP{
      background: url(/meiji-eiyoucare/img/common/bg_dotline-x-pink2.png) repeat-x bottom left;
    }
    .underLineDot2 .bgDotSP{
      background: url(/meiji-eiyoucare/img/common/bg_dotline-x-pink3.png) repeat-x bottom left;
      padding-bottom:25px;
    }
    .dblock {
        display: block !important;
    }
}

/* ---------------------------------------------------------
共通ヘッダフッタ適用時不具合修正
---------------------------------------------------------- */
header.l-header button,
header.l-header input,
header.l-header span,
header.l-header strong {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    header.l-header button,
    header.l-header input,
    header.l-header span,
    header.l-header strong {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }
}

/* ---------------------------------------------------------
2023/03/20 追従バナー追加
---------------------------------------------------------- */
.js_fixedBannerBox {
    display: none;
    width: 350px;
    background-color: #fff;
    border: 2px #ff5120 solid;
    box-sizing: border-box;
    position: fixed;
    right: calc(50% - 460px);
    bottom: 20px;
    z-index: 999;
    margin: 0 auto;
}
.js_fixedBannerBox a,
.js_fixedBannerBox a img {
    width: 100%;
    display: block;
}
.js_fixedBannerBox ul li {
      display: block;
}
.js_fixedBannerBox .close {
    width: 30px;
    height: 30px;
    background-color: #999;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -35px;
    cursor: pointer;
}
.js_fixedBannerBox .close span {
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.js_fixedBannerBox .close span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.js_fixedBannerBox .close span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.js_fixedBannerBox.hide {
      display: none !important;
}
  @media screen and (min-width:640px) and (max-width:1060px){
    .js_fixedBannerBox {
      right: 90px;
    }
  }
  @media print,screen and (min-width:641px){
    .js_fixedBannerBox a.sp {
      display: none !important;
    }
  }
  @media only screen and (max-width: 640px){
    .js_fixedBannerBox a.pc {
      display: none !important;
    }
    .js_fixedBannerBox {
      width: calc(100% - 95px);
      right: auto;
      bottom: 10px;
      left: 10px;
      margin: 0;
    }
  }