<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "EUC-JP";
/* 
CSS Document 
ページ共通CSS
ヘッダ, フッタ, サイド	
*/

.inner {
	width:1000px;
	margin: 0 auto;
}

/*テキストリンク*/
a {
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	color:#333;
	font-size:12px;
	line-height:1.3;
}

header .headerLinkArea {
	background: #000;
	padding: 10px 0;
	text-align: right;
}
header .headerLinkArea a {
	color: #FFF;
}
header .headerLinkArea .inner &gt; * {
	display: inline-block;
}

header .headerLinkArea .inner ul li {
	display: inline-block;
	padding: 0 15px;
	position:relative;
}
header .headerLinkArea .inner ul li::after {
	position: absolute;
	content: "";
	width:1px;
	height: 9px;
	right: 0;
	top:3px;
	background: #FFF;
}
header .headerLinkArea .inner ul li:last-child::after {
	display: none;
}
header .headerLinkArea .inner p {
	margin-left: 20px;
	padding-left: 25px;
	line-height: 20px;
}
header .headerLinkArea .inner p:nth-of-type(1) {
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u59160018/pc/css/../img/icon_cart.png) no-repeat left center;
}
header .logoArea {
	border-bottom: 1px solid #dcdcdc;
	padding: 20px 0;
	margin-bottom: 20px;
    height: 104px;
}
header .logoArea .inner &gt; * {
    display: table-cell;
}
header .logoArea .inner p {
	line-height: 65px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #666;
}
header .logoArea .inner h1 {
    width:200px;
    vertical-align: middle;
}
header .logoArea .inner h1 img {
    width:180px;
}

header .navArea .inner nav &gt; ul {
	position: relative;
}
header .navArea .inner nav &gt; ul &gt; li {
	text-align: center;
	float: left;
	border-right: 1px solid #FFF;
	width:33.33%;/*210628 Fujiwara*/
	font-size: 14px;
	letter-spacing: 1px;
}
header .navArea .inner nav &gt; ul &gt; li:last-child {
	border-right: none;
}
header .navArea .inner nav &gt; ul &gt; li,
header .navArea .inner nav &gt; ul &gt; li &gt; a {
	display: block;
	height: 47px;
	line-height: 47px;
	color: #FFF;
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u59160018/pc/css/../images/bg_nav.jpg) repeat-x;
}
header .navArea .inner nav &gt; ul &gt; li &gt; a:hover {
	text-decoration: none;
}
header .navArea .inner nav &gt; ul &gt; li &gt; dl {
	position: absolute;
    top: 47px;
	left: 0;
    width: 100%;
    background: #FFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	opacity: 0;
	width:500px;
	z-index: 9;
	text-align: left;
	padding-top: 20px;
	line-height: 1.3;
	visibility: hidden;
	border: 1px solid #47c9c4;
	border-top:none;
}
header .navArea .inner nav &gt; ul &gt; li:nth-of-type(2) &gt; dl {
	left: 33.33%;/*210628 Fujiwara*/
}
header .navArea .inner nav &gt; ul &gt; li:nth-of-type(3) &gt; dl {
	left: 500px;
}

header .navArea .inner nav &gt; ul &gt; li:hover dl {
    visibility: visible;
    opacity: 1;
}

header .navArea .inner nav &gt; ul &gt; li &gt; dl dt {
	font-size: 18px;
	margin:0 25px 20px;
	color: #47c9c4;
    font-weight: bold;
}
header .navArea .inner nav &gt; ul &gt; li &gt; dl dt a {
	color: #47c9c4;
    font-weight: bold;
}
header .navArea .inner nav &gt; ul &gt; li &gt; dl dd ul li {
	float: left;
}
header .navArea .inner nav &gt; ul &gt; li:nth-child(2) &gt; dl dt {
	color: #47c9c4;
	padding-bottom: 10px;
	border-bottom: 1px solid #47c9c4;
}
header .navArea .inner nav &gt; ul &gt; li:nth-child(3) &gt; dl dt {
	color: #47c9c4;
	padding-bottom: 10px;
	border-bottom: 1px solid #47c9c4;
}
header .navArea .inner nav &gt; ul &gt; li:nth-child(2) &gt; dl dd {
	display: table;
	width: 100%;
	table-layout: fixed;
}
header .navArea .inner nav &gt; ul &gt; li:nth-child(2) &gt; dl dd ul {
	display: table-cell;
	padding-left:45px;
	padding-bottom: 15px;
}
header .navArea .inner nav &gt; ul &gt; li:nth-child(2) &gt; dl dd ul li {
	margin-bottom: 15px;
	float: none;
	font-size: 13px;
}
header .navArea .inner nav &gt; ul &gt; li:nth-child(2) &gt; dl dd ul li a {
	color: #333;
}
/*210628 Fujiwara st*/
.about_wrapper,
.conc_wrapper{
    width: 1000px;
    margin: 67px auto 0 auto;
    text-align: center;
    font-size: 150%;
}

.about_wrapper p,
.conc_wrapper p,
.hmC{
    margin: 40px 0;
    line-height: 1.8em;
}
.conc_cont p{
    text-align: left;
    margin: 30px 10%;
}
.conc_cont h2{
    margin-top: 80px;
    margin-bottom: 40px;
}
.conc_cont h3{
    margin-top: 80px;
    margin-bottom: 40px;
}

p.point-txt{
    color:#64ccc9;
    font-size: 160%;
    text-align: center;
}
.inner_cont{
    background-color: #dff2f2;
    margin: 40px 0 0 0;
    padding: 30px 30px 0 30px;
}
.inner_cont h2{
    margin-top: 40px;
}
.inner_cont h3{
    margin-top: 40px;
}

em { color: #ed829b; font-style: normal;}
.about_wrapper p span{ font-size: 80%; }
ol.sbs{
    list-style: none;
    display: flex;
}
ol.sbs_c{
    list-style: none;
    display: flex;
    width: 930px;
/*    margin-bottom: 40px;*/
}

a.link_btn{
    max-width: 630px;
    background-color: #6e6e70;
    color: #fff;
    border-radius: 5px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u59160018/pc/css/images/about/arrow.png');
    background-position: center right 4.8%;
    background-repeat: no-repeat;
    background-size: 9px 13px;
    font-size: 20px;
    height: 53px;
    cursor: pointer;
    text-decoration: none;
}
/*210628 Fujiwara end*/

/*210705 Fujiwara st*/

.forAcne{
    display: flex;
    justify-content: space-between;
    margin: 40px auto 80px;
    width: 800px;
}
.forAcne dl dt{
    background-color: #fff9e9;
    line-height: 40px;
    width: 100%;
    border-radius: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}
.inner_text{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u59160018/pc/css/../images/concept/not_work_hard_pc.gif);
    width: 800px;
    height: 246px;
    margin: 0 auto;
}
.inner_text p{
    text-align:center;
    font-size: 120%;
    line-height: 34px;
    padding-top: 10.4%;
    margin-top: 30px;
}
.no1{
    background-color:#dff2f2;
    width: 100%;
    padding-top: 40px;
    text-align: center;
}
.no1 .no1_inner{
    width: 1000px;
    margin: 0 auto;
}
/*210705 Fujiwara end*/

ul.customersvoice {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.main-container .about-wrapper .about-inner p.about-award {
    font-size: 14px;
    line-height: 24px;
}
ul.customersvoice li {
    background-color: #ffffff;
    -webkit-flex-basis: 22.5%;
    flex-basis: 22.5%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u59160018/pc/css/../images/about/scaleup_icon.gif");
    background-size: 32px 32px;
    margin-bottom: 3%;
}
ul.customersvoice li a {
    padding: 16px 16px 0px;
    display: block;
    width: 100%;
    height: 100%;
}
ul.customersvoice li a img {
    margin-bottom: 0;
}
ul.customersvoice li a img.age {
    height: 15px;
    margin-top: 15px;
    margin-bottom: 18px;
}
ul.customersvoice li a img.age {
    height: 15px;
    margin-top: 15px;
    margin-bottom: 18px;
}
/**/


footer{
    background: #f3f3f3;
    width: 100%;
}
footer .wrap{
    width: 1000px;
    margin: 0 auto;
    color: #333;
    font-size: 14px;
    display: flex;
}
footer .wrap .logo{
    width: 250px;
    padding: 30px;
}
footer .wrap .txt_area .first{
    display: flex;
    flex-wrap:wrap;
    width: 100%;
    padding: 30px 30px 0 30px;
}
footer .wrap .txt_area .first dl{
    width: 50%;
}
footer .wrap .txt_area dl dt {
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}
footer .wrap .txt_area dl dd {
    color: #555555;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
}
footer .wrap .txt_area .second{
    padding: 0 30px;
}
footer .wrap .txt_area .second dl dd {
    margin-bottom: 30px;
}

.copy{
    text-align: center;
    font-size: 12px;
    color: #55555;
    padding: 15px;
}

</pre></body></html>