@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

h1 {
	font-size: 4.4rem;
	text-align: center;
	margin: 80px 0 40px;
}
h1 span {
	color: #9d9d9d;
}
.sub_title {
	font-size: 3.5rem;
	margin: 0 0 80px;
	text-align: center;
	line-height: 60px;
	letter-spacing: 4px;
}
.main_text {
	font-size: 1.3rem;
    font-weight: bold;
    line-height: 32px;
    margin: 30px 0 60px;
    text-align: center;
}
p.beauty_cap_first {
    text-align: center;
    line-height: 30px;
}
.beauty_title img {
    margin: 100px auto 50px;
}
ul.link_button {
    text-align: center;
}
.link_button li {
    display: inline-block;
}
.link_button li a {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.link_button li a:hover {
	opacity: 0.5;
}
.beauty_area {
	width: 1000px;
	margin: 0 auto;
	padding-top: 120px;
}
img.beauty_subtitle {
    margin: 0 auto 40px;
}
.beauty_cap {
    font-size: 2rem;
    text-align: center;
    margin: 10px 0;
    font-weight: 300;
    display: block;
    color: #555;
    line-height: 35px;
	padding-bottom: 15px;
	background-image: url(../img/women/gra_line.png);
	background-size: auto;
	background-position: bottom center;
	background-repeat: no-repeat;
}
ul.beauty_list {
    text-align: center;
}
.beauty_list li {
    width: 43%;
    display: inline-block;
    vertical-align: top;
    margin: 3%;
    text-align: left;
}
.beauty_list img {
    width: 100%;
    height: auto;
}
.beauty_list p {
    margin-top: 16px;
    color: #666;
}

/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/
@media screen and (max-width: 980px) {
}
