
/* 個別css */	
	.dc-lancomeArticle h1,
	.dc-lancomeArticle h2{
		font-weight: bold;
	}

    .dc-lancomeArticle h4,
     .dc-lancomeArticle .h4_style,
      .dc-lancomeArticle .link {
        font-size: 21px;
    }

    @media screen and (max-width: 800px){
    .dc-lancomeArticle h4, 
    .dc-lancomeArticle .h4_style,
    .dc-lancomeArticle .link {
        font-size: 5.5vw;
    }
    }

    .dc-lancomeArticle .h4,
    .dc-lancomeArticle .h4_style {
        display: table;
        margin: 0 auto;
        border: 4px solid #d40651;
        color: #d40651;
        padding: 10px 30px;
        line-height: 1.5;
        border-radius: 14px;
    }

    .dc-lancomeArticle ul.product {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        margin: 0;
        justify-content: center;
		margin: 5% auto;
    }

    .dc-lancomeArticle ul.product li {
        list-style: none;
        width: 48%;
        margin-bottom: 6%;
        border-bottom: 1px solid #CCC;
        padding-bottom: 5%;
        margin-top: 5%;
    }

	.dc-lancomeArticle ul:last-of-type.product li {
        border-bottom: none;
	}

	.dc-lancomeArticle .link {
		color: #d40651;
		display: table;
		margin: 5% auto;
		width: 65%;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

    @media screen and (max-width: 800px){
        .dc-lancomeArticle ul.product li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    }

    @media screen and (min-width: 992px){
		.dc-lancomeArticle ul.product li {
       max-width: 450px;
		}
	}

	.dc-lancomeArticle h3 a{
	color: #d51b51;
    text-decoration: underline;
}

.dc-lancomeArticle .articlePic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.articlePic .blog_pic {
    flex: 0 0 320px;
    margin-right: 32px;
}
@media screen and (max-width: 800px){
    .dc-lancomeArticle .articlePic {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .articlePic .blog_pic {
        flex: 0 0 100%;
        margin: 0 auto;
    }
}
