	/* 個別css */
	.dc-lancomeArticle h1,
	.dc-lancomeArticle h2 {
	    color: #0070c0;
		font-weight: bold;
	}

	.dc-lancomeArticle p{
		margin-bottom: 10px;
	}
	.dc-lancomeArticle p.note{
		text-align: right;
		margin-bottom: 5%;
	}

	.dc-lancomeArticle .textAround{
		max-width: 460px;
	}

	.dc-lancomeArticle .textAround2{
		max-width: 460px;
		float: right;
		width: 50%;
		padding-left: 40px;
		box-sizing: border-box;
	}

/* sectionTitle */
	.dc-lancomeArticle .sectionTitle{
		text-align: center;
	}
	.dc-lancomeArticle p.title{
	    color: #0070c0;
	    font-size: 58px;
	    font-weight: bold;
	}

	@media screen and (max-width: 1366px){
		.dc-lancomeArticle p.note{
			text-align: center;
		    margin-bottom: 0;
		}
	}
	@media screen and (max-width: 900px){
		.dc-lancomeArticle p.title {
		    font-size: 49px;
		}
	}
	@media screen and (max-width: 850px){
		.dc-lancomeArticle p.note{
		    margin-bottom: 30px;
		}
	}
	@media screen and (max-width: 700px){
		.dc-lancomeArticle .textAround,
		.dc-lancomeArticle .textAround2{
			float: none;
		    width: 100%;
			max-width: 350px;
		    margin: 0 auto;
		    padding: 0;
		}
		.dc-lancomeArticle .sectionTitle {
		    overflow: hidden;
		}
	}
	@media screen and (max-width: 550px){
		.dc-lancomeArticle p.title {
		    font-size: 41px;
	        letter-spacing: 3px;
		}
	}
	@media screen and (max-width: 430px){
		.dc-lancomeArticle h2 {
		    font-size: 5.2vw;
		}
	}