@charset "UTF-8";

.cl-rd{
    color:#c5272b;
}
.min-txt{
	font-size: 80%;
}
.mediquick.fixed-head .sp{
    display: none;
}

/*カート(PC)*/
a:visited{
 color: inherit;
}
a:hover{
	opacity: 0.8;
}
.mainimg01{
	padding-top: 70px
}
.mv-01 img{
	display: block;
	margin: 0 auto;
}
.section_cart_01_bg, .section-popup {
    background-color: #3174b7;
    color: #fff;
}
.section_cart_01 .cnt_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 0 ;
}
.section_cart_01 .list_cart_01 li{
    float: left;
    width: 185px;
    margin: 0 3px 0 0;
}
.section_cart_01 .list_cart_01 .rohto a {
  border: none;
}
.section_cart_01 .list_cart_01 li:last-of-type{
    margin-right:0;
}
.section_cart_01 .list_cart_01 .btn a{
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 9px 25px;
    box-sizing: border-box;
    background-color: #fff;
    height: 50px;
}
.section_cart_01 .list_cart_01 .amazon a{
    padding: 6px 25px;
}
.section_cart_01 .list_cart_01 .btn a img{
	width:auto;
	height: 32px;
	margin: 0 auto;
}
.section_cart_01 .list_cart_01 .amazon a img{
    height: 38px;
}
.section_cart_01 .ttl_cart_01 {
    /*width: 120px;*/
    margin: 0 20px 0 0;
    background: url(/-/Media/com/mediquick-series/common/ico_cart.png) no-repeat center left;
    background-size: 26px;
    padding: 4px 0 0px 38px;
    font-weight: bold;
    /* font-size: 20px; */
    font-size: 1.250em;
    letter-spacing: 1px;
}
.section_cart_01 .inner .pc-mode-01{
	display: block;
}
.section_cart_01 .inner .sp-mode-01{
	display: none;
}


/*商品ラインナップ*/
.mdh_plotion_box.s5{
    background-color:#001e65;
    padding: 80px 0 140px 0;
    margin-bottom: 0;
}
.mdh_plotion_box.s5 .inner{
    width:780px;
}
.mdh_plotion_box .ttl-02{
    color:#fff;
    font-size: 2.25em;
    margin-bottom: 157px;
}
.mdh_plotion_box .items-cont{
    width:780px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;;
}
.mdh_plotion_box .item{
    text-align: center;
    background-color: #fff;
    padding-bottom:25px;
    width:370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.mdh_plotion_box .item::after{
    content: "";
    display: block;
    position:absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 35px;
    border-color: transparent transparent #001e65;
    bottom:5px;
    right:5px;
}
.mdh_plotion_box .item .ttl-03{
    color: #001e65;
    font-size: 1.4286em;
    font-weight: bold;
    width: 100%;
    background-color: #66d9ff;
    padding: 12px 0;
    margin-bottom: 25px;
}
.mdh_plotion_box .item.item-02 .ttl-03{
    background-color:#ffef06;
}
.mdh_plotion_box .img-01{
    height: 185px;
    margin: 0 auto 15px auto;
}
.mdh_plotion_box .img-01 img{
    height:100%;
    width:auto;
}
.mdh_plotion_box .ttl-04{
    color: #001e65;
    font-size: 1.7143em;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}
.mdh_plotion_box .ttl-04-logo-cont{
    position:relative;
    width:250px;
    margin: 0 auto 10px auto;
}
.mdh_plotion_box .ttl-04-logo{
    padding-bottom:5px;
}
.mdh_plotion_box .sub-cont{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.mdh_plotion_box .sub-00{
    color:#888888;
    font-size:0.75em;
    text-align: right;
}
.mdh_plotion_box .sub-01{
    color:#888888;
    font-size:0.75em;
    border: 1px solid #888888;
    padding: 2px 6px;
    margin-left: 10px;
}
.mdh_plotion_box .sub-01 .num{
    border: 1px solid #888888;
    margin: 0 2px;
    padding: 0px 3px;
    border-radius: 50%;
}
.mdh_plotion_box .txt-01{
    color: #000;
    font-size: 16px;
    line-height: 1.5em;
}
.mdh_plotion_box .atent-01{
    color:#fff;
    font-size:0.75em;
    text-align:left;
    width:100%;
    position:absolute;
    bottom: -28px;
    left:0;
    white-space: nowrap;
}
.mdh_plotion_box .atent-02{
    color:#fff;
    font-weight: bold;
    font-size:1.4286em;
    text-align:center;
    width:100%;
    position:absolute;
    top: -82px;
    left: 0;
}
/*商品ラインナップここまで*/

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

    .mediquick.fixed-head .sp{
        display: block;
    }

	.mv-01 img{
		width: 87.5vw;
		padding: 3.3854vw 0 0 0;
	}

	/*カート(SP)*/
	.section_cart_01 {
	    padding: 7.8125vw 4.6875vw;
	    padding: 7.7125vw 0;
	}
	.btn_cart_01{
		width: 90.6250vw;
		margin: 0 auto;
	}
	.section_cart_01 .btn_cart_01 a{
		font-size: 4.3750vw;
		letter-spacing: 0.05em;
		padding: 3.35vw 18.8333vw 2.15vw;
		background: url(/-/Media/com/mediquick-h/promotion/p_lotion/ico_plus.png) no-repeat right 5.0781vw center #fff;
		background-size: 3.7500vw;
		border: 1px #fff solid;
		font-weight: bold;
		color: #3174b7;
		display: block;
		text-align: center;
	}
    .section-popup .popup-clm-01 .popup-ttl img{
        width: 1.35em !important;
    }
    .section-popup .popup-list .btn a img {
        height: 10vw !important;
        width: auto !important;
    }
	.section_cart_01 .btn_cart_01 a img {
		width: 5.93125vw !important;
		display: inline-block;
		margin-right: 0.75em;
	}
	.section_cart_01 .inner .pc-mode-01{
		display: none;
	}
	.section_cart_01 .inner .sp-mode-01{
		display: block;
	}
    .section-popup .popup-list .rohto a {
        border: none;
    }   
    /*詳細ボタン*/
    .btn_txt01{
        padding: 1.25em 0.3em;
        font-size: 4.625vw;
    }
	.mdh_plotion_box.s4 .mdh_cart_list{
		background: none;
	}

	/*商品ラインナップ*/
    .mdh_plotion_box.s5{
        padding: 13.0208vw 0 15.625vw 0;
        margin-bottom: 0;
    }
    .mdh_plotion_box .inner{
        width:100%;
    }
	.mdh_plotion_box.s5 .inner{
		width: 94%
	}
    .mdh_plotion_box .ttl-02{
        font-size: 7.0313vw;
        margin-bottom: 18.2291vw;
    }
    .mdh_plotion_box .items-cont{
        width:100%;
        flex-direction: column;
    }
    .mdh_plotion_box .item{
        width: 87vw;
        padding-bottom: 9.1146vw;
        margin: 0 auto;
        margin-bottom: 21.3541vw;
    }
    .mdh_plotion_box .item .ttl-03{
        font-size: 3.9063vw;
        padding: 4.1667vw 0;
        margin-bottom: 7.8125vw;
    }
    .mdh_plotion_box .img-01{
        width: 65.625vw;
        height: auto;
        margin-bottom: 3.3854vw;
    }
    .mdh_plotion_box .item-01 .img-01{
        width: 50.13vw;
    }
    .mdh_plotion_box .item-02 .img-01{
        width: 20.0521vw;
    }
    .mdh_plotion_box .img-01 img {
        width: 100%;
        height: auto;
      }
    .mdh_plotion_box .ttl-04{
        font-size: 4.6875vw;
        margin-bottom: 2.6042vw;
    }
    .mdh_plotion_box .ttl-04-logo-cont {
        width: 59.8958vw;
        margin: 0 auto -2.0833vw auto;
    }
    .mdh_plotion_box .item-02 .ttl-04-logo-cont{
        width: 80.7292vw;
    }
    .mdh_plotion_box .ttl-04-logo{
        padding-bottom: 1.25vw;
    }
    .mdh_plotion_box .sub-01{
        font-size: 2.3438vw;
        padding: 0.2604vw 0.7813vw;
    }
    .mdh_plotion_box .txt-01{
        font-size: 3.6458vw;
        margin-top: 7.8125vw;
    }
    .mdh_plotion_box .atent-01{
        font-size: 2.6042vw;
        bottom: -5.906vw;
    }
    .mdh_plotion_box .atent-02{
        font-size: 3.9063vw;
        top: -8.3333vw;
    }

/*商品ラインナップここまで*/
}