/*----共通-------------*/
#cosme_store_210802 {
    width: 990px;
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#cosme_store_210802 a {
    text-decoration: none;
}

#cosme_store_210802 .link_hover,
#cosme_store_210802 a{
    text-decoration: none;
    transition: .4s;
}

#cosme_store_210802 .link_hover:hover,
#cosme_store_210802 a:hover{
    opacity: .7;
    cursor: pointer;
}

#cosme_store_210802 .unit{
    margin-top: 40px;
}

/*----ナビ-------------*/
#cosme_store_210802 .nav ul{
	display: flex;
	justify-content:space-between;
	margin: 20px 0 46px;
}

/*----コスメ送料無料-------------*/
#cosme_store_210802 .cosme_notice{
    background: #f14b63;
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    align-items: center;
    font-weight: bold;
    padding: .5em 1em;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 16px;
}

#cosme_store_210802 .cosme_notice::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 0;
}

#cosme_store_210802 .cosme_notice::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 4px;
    left: 0;
}

#cosme_store_210802 .cosme_notice .s_txt{
    font-size: 15px;
    font-weight: normal;
}

#cosme_store_210802 .cosme_notice .l_txt{
    font-size: 22px;
}

/*----タイトル-------------*/
#cosme_store_210802 .unit .ttl{
    text-align: center;
    border-bottom: solid 3px #ef858c;
    padding-bottom: 16px;
}

#cosme_store_210802 .unit .ttl span{
    display: block;
    margin-top: 8px;
    font-size: 16px;
    color: #434343;
}

/*----受け取り店舗-------------*/

#cosme_store_210802 .service_cont .store_img{
    margin-bottom: 30px;
}

#cosme_store_210802 .service_cont .store_img img{
    text-align: center;
}


#cosme_store_210802 .service_cont{
    background: #fdedc9;
    padding: 30px;
}

#cosme_store_210802 .service_cont > p{
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 18px;
    color: #434343;
}

/*#cosme_store_210802 .service_cont .service_ttl{
    color: #f17078;
    font-size: 32px;
    padding-bottom: 14px;
    border-bottom: solid 3px #ef858c;
    line-height: 1.5;
}*/

/*---- 20121203 下線削除　-------------*/
#cosme_store_210802 .service_cont .service_ttl{
    color: #f17078;
    font-size: 32px;
    padding-bottom: 14px;
    line-height: 1.5;
}


#cosme_store_210802 .service_cont .service_ttl span{
    font-size: 22px;
}

#cosme_store_210802 .service_cont .service_shop{
    border: solid 2px #ef858c;
    background: #fff;
    position: relative;
    padding: 3.5em 4em 2em;
    margin-top: 30px;
}

#cosme_store_210802 .service_cont .service_shop .service_shop_txt{
    position: absolute;
    background: #ef858c;
    padding: .5em 1em;
    color: #fff;
    font-size: 18px;
    top: -22%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	font-weight: bold;
}

/*#cosme_store_210802 .service_cont .service_shop ul{
    display: flex;
    justify-content: space-between;
}*/

/*---- 20121201 flex調整　-------------*/

#cosme_store_210802 .service_cont .service_shop ul{
    display: flex;
    justify-content: space-around;
}



#cosme_store_210802 .service_cont .service_shop ul li{
    font-size: 15px;
    font-weight: bold;
    margin-right: 30px;
}

/*---- 20121201 font-size調整　-------------*/


#cosme_store_210802 .service_cont .service_shop ul li{
    font-size: 18px;
}



#cosme_store_210802 .service_cont .service_shop ul li:last-of-type{
    margin-right: 0;
}

#cosme_store_210802 .service_cont .service_shop ul li a{
    color: #434343;
    display: inline-block;
    position: relative;
    font-weight: bold;
    border-bottom: solid 1px #434343;
    transition: .4s;
}

/*----対象ブランド-------------*/
#cosme_store_210802 .brand_list{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px dotted #9e9e9e;
    border-bottom: 1px dotted #9e9e9e;
    margin-top: 20px;
}

#cosme_store_210802 .brand_list li{
    border-right: 1px dotted #9e9e9e;
    border-bottom: 1px dotted #9e9e9e;
    width: 164px;
}

#cosme_store_210802 .brand_list li:nth-of-type(6n){
    border-right: none;
}

#cosme_store_210802 .brand_list li:first-of-type{
    border-left: none;
}

/*----コスメクリニック-------------*/
#cosme_store_210802 .clinic{
	background-color: #FFF;
	margin: 40px 0 0;
}

#cosme_store_210802 .clinic_txt{
	text-align: center;
}

#cosme_store_210802 .clinic .clinic_txt div{
    margin-top: 8px;
}

#cosme_store_210802 .clinic_txt img{
	float: none;
}

#cosme_store_210802 .clinic_txt .clinicLink{
	color: #FFF;
	background-color: #ef858c;
	padding: 8px 20px;
	display: inline-block;
	text-decoration: none;
}

/*----バナーエリア-------------*/
#cosme_store_210802 .cosme_bnr_area{
    width: 990px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

#cosme_store_210802 .cosme_bnr_area .bnr_item01{
    margin-top: 24px;
    border: solid 1px #e2e2e2;
}

#cosme_store_210802 .cosme_bnr_area .bnr_item01:first-of-type,
#cosme_store_210802 .cosme_bnr_area .bnr_item01:nth-of-type(2){
    margin-top: 0;
}

#cosme_store_210802 .cosme_bnr_area .bnr_item01{
    width: 480px;
}

#cosme_store_210802 .cosme_bnr_area .bnr_item01 img{
    width: 100%;
}

/*----お受け取りについて-------------*/
#cosme_store_210802 .guidance_list{
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
}

#cosme_store_210802 .guidance_list li {
    padding-left: 1em;
    text-indent: -1em;
    color: #434343;
}

#cosme_store_210802 .guidance_list .bold{
    font-weight: bold;
}

#cosme_store_210802 .guidance_list li::before{
    content: '・';
}

/*----コスメTOPに戻る-------------*/
#cosme_store_210802 .to_cosme{
    border: solid 1px #ef858c;
    font-size: 16px;
    color: #ef858c;
    padding: 1em 2em;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 500px;
    margin: 40px auto 0;
    font-weight: bold;
}

#cosme_store_210802 .to_cosme::after{
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #ef858c;
    border-right: solid 2px #ef858c;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 20px;
}

/*----キャンペーン-------------*/
#cosme_store_210802 .campaign{
    text-align: center;
    margin: 40px 0 25px;
}

#cosme_store_210802 .bnr_item{
    margin: 0 auto 15px auto;
}

#cosme_store_210802 .bnr_item:last-of-type{
    margin-bottom: 0;
}