#scalp{
	margin-top:5rem;
}

@media screen and (max-width:600px) {
#scalp{
	margin-top:2rem;
}
}

.maincopy{
	font-size:130%;
	font-family: serif;
	margin-bottom:5rem;
}

/***************************** 
          #message
*****************************/

#message{
	position:relative;
	clear:both;
}
#message .inner{
	position:relative;
	overflow:visible !important;
	margin-top:0 !important;
}

#aging,
#whitehair{
	overflow:hidden;
	padding-bottom:10rem;
}

#straightening{
	overflow:hidden;
	padding-bottom:15rem;
}


#whitehair{
	background:#f5f5f5;
	z-index:-1;
	margin-bottom:8rem;
}

#message h3{
	padding: 10px 30px;
	position: relative;
	display:inline-block;
	font-size:210%;
	font-family: serif;
	color:#4b7f50;
	letter-spacing:0.5rem;
}

#message h3::before, h3::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

#message h3::before {
	border-left: solid 1px #4b7f50;
	border-top: solid 1px #4b7f50;
	top: 0;
	left: 0;
}

#message h3::after {
	border-right: solid 1px #4b7f50;
	border-bottom: solid 1px #4b7f50;
	bottom: 0;
	right: 0;
}
#message h4{
	background:#4b7f50;
	padding:5px 10px;
	color:#fff;
	margin-top:1rem;
	font-weight:normal;
}	
#message ul{
	padding:3rem 0 3rem 15px;
	text-align:left;
}
#message ul li{
	text-indent:-15px;
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0 0 15px 0;         /* デフォルト指定上書き */
}
 
 
#message ul li:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #4b7f50;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

#message .images{
	width:50%;
	margin-top:5rem;
}
#aging .images,
#straightening .images{
	float:left;
}
#whitehair .images{
	float:right;
}


#message .txt{
	position:absolute;
	z-index:-1;
}
#message .txt img{
	position:absolute;
}

#aging .txt img{
	right:-20px;
	bottom:-50px;
}
#straightening .txt img{
	right:-20px;
	bottom:-100px;
}
#whitehair .txt img{
	left:-20px;
	bottom:-100px;
}


#whitehair .txt{
	left:-10px;
	width:40%;
	padding:8rem 10% 5rem 5%;
}

#aging .txt,
#straightening .txt{
	right:-10px;
	width:40%;
	padding:8rem 5% 5rem 10%;
}

@media screen and (max-width:1450px) {
#message .txt img{
	width:23%;
}

#aging .txt img{
	bottom:10px;
}
#whitehair .txt img{
	bottom:-50px;
}
#straightening .txt img{
	bottom:10px;
}
#message .txt{
	padding-top:5rem;
	margin-bottom:5rem;
}
#whitehair{
	margin-bottom:5rem;
}
}

@media screen and (max-width:1050px) {
#message h3{
	font-size:180%;
	letter-spacing:0.3rem;
}
#message .txt{
	overflow:hidden;
	clear:both;
}
#whitehair{
	padding-bottom:5rem;
}
#aging,
#straightening{
	padding-bottom:8rem;
}
#whitehair{
	margin:5rem 0;
}
#message .txt img{
	display:none;
}
}

@media screen and (max-width:700px) {
#message h3{
	font-size:150%;
	letter-spacing:0.1rem;
}
#whitehair{
	padding-bottom:8rem;
}
#aging,
#straightening{
	padding-bottom:12rem;
}
#message .txt{
	padding-top:3rem;
}
}
@media screen and (max-width:600px) {
.maincopy{
	font-size:110%;
	margin-bottom:2rem;
}
#message .images{
	width:100%;
	margin-top:0;
}
#message .txt{
	position:relative;
	width:90%;
	padding:2rem 5%;
	margin:0;
	right:0;
	left:0;
}
#whitehair{
	padding-bottom:0;
	padding-top:1rem;
	margin:2rem 0;
}
#aging,
#straightening{
	padding-bottom:0;
}
#message ul{
	padding:2rem 0 0 15px;
}
}


/***************************** 
          article
*****************************/

article p{
	padding:5rem 0;
}
article dl{
	max-width:900px;
	width:98%;
	margin:0 auto;
}
article dt{
	padding:2rem 0;
	color:#4b7f50;
	font-family: serif;
	font-weight:bold;
	font-size:150%;
}
article dd{
	padding:30px;
	overflow:hidden;
}
article dd img{
	float:left;
	width:30%;
}
article dd span{
	display:block;
	margin-left:35%;
	padding-top:6rem;
	text-align:left;
}

article dd a{
	text-decoration:underline;
}
article dd a:hover{
	text-decoration:none;
}


@media screen and (max-width:1000px) {
article dd span{
	padding-top:3rem;
}
}

@media screen and (max-width:600px) {
article dt{
	padding:1rem 0;
	font-size:130%;
}
article p{
	padding:3rem 0;
	text-align:left;
}
article dd span{
	padding-top:1rem;
}
article dd{
	padding:15px 0;
	overflow:hidden;
}
}