<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

header::after,
#globalNav::after,

#nav::after,
#crumb::after,
#info::after,
#footer::after,
#contents::after,
#main::after,
#aside::after,
#mailmag::after,
#visual::after{
	content: "";
	display: block;
	clear: both;
}



.entry:after,
.entry ul:after,
ul.meta:after,
ul.boxSNS:after,
ul.horizon:after,
.well:after,
.boxSerch:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.entry,
.entry ul,
ul.meta,
ul.boxSNS,
ul.horizon,
.well,
.boxSerch{
	zoom: 1;
}

.mm-navbar{
	display: none;
}

/* loading */
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16px; /* heightの半分のマイナス値 */
	margin-left: -16px; /* widthの半分のマイナス値 */
	z-index: 9999999999;
}
#loader i{
	color:#666 !important;
}
#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999;
}


/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 36px;
	background: rgba(84,185,71,.7);
	border-radius: 3px;
	padding-top: 12px;
	font-size: 20px;
	color: #fff;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 999999999999;
}
#page-top a{
	color: #fff;
}
#page-top:hover{
	background: rgba(84,185,71,.8);
}

#wrapper{
	text-align: left;
}

span.cursive{
	font-family: 'Alex Brush', cursive;
	font-weight: normal !important;
	color: #b2b1b1;
}
span.icon-title{
	background-color:#f2e5d6;
	padding: 6px 12px 6px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 500;
	color: #5c422e;
	letter-spacing: 2px;
	margin-bottom: 5px;
}


/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/* Int'l 花材カテゴリー非表示 */
.intl #catNav .cat-1057, /* プレタポルテ */
.intl #catNav .cat-1086, /* +FLOWER */
.intl #catNav .cat-771{ /* ラン */
	display: none;
}

/* Int'l 新商品カテゴリー非表示 */
.intl #catNav .cat-1063, /* プレタポルテ */
.intl #catNav .cat-1082{ /* +FLOWER */
	display: none;
}

/* 日本版 新商品カテゴリー非表示 */
#catNav .cat-1082,
#catNav .cat-1086,
#catNav ul.cat-1086{
	display: none;
}

/* グリーンリニューアルでスペック非表示 */
#products #term-1444 p.unit,
#products #term-1444 p.size{
	display: none;
}
#products #term-809 p.unit,
#products #term-809 p.size{
	display: none;
}


/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

#gallery-2 .gallery-item {
	margin-bottom: 1.2em;
}
#gallery-2 .gallery-item .gallery-icon,
#gallery-2 .gallery-item .gallery-caption{
	padding-right: 4.5% !important;
}
#gallery-2 img {
	width: 100%;
	height: auto;
	border: none !important;
}
#gallery-2 .gallery-caption {
	font-size: 0.750em !important;
	color: #888;
	line-height: 170%;
	text-align: left;
}

.sw-inner{
	width: 1060px;
	margin:auto;
}

#badge{
	position: fixed;
	top: 22% !important;
	right: 0px;
	z-index:9999;
	text-align:right;
}

header{
	border-top:4px solid #54b947;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	padding:0 0 18px 0;
	height: 80px !important;
	position: relative;
	z-index: 9999;
}
header h1.logo{
	float: left;
	width: 100px;
	margin-top: 14px;
}

header .inner{
	width: 80%;
	min-width:1160px;
	margin:auto;
}

header .nav-group{
	float: right;
	width: 1000px;
	margin-top: 2px;
}

#subNav::after{
	content: "";
	display: block;
	clear: both;
}
#subNav{
	float: right;
	padding-top:2px; 
	margin-bottom: 4px
}
#subNav .sns{
	float: right;
	margin-top: 2px;
}
#subNav .sns ul li{
	float:left;
	margin-right: 6px;
}
#subNav .sns ul li a{
	display: inline-block;
	color: #555;
	line-height: 200%;
	background-color: #F8F8F8;
	font-size: 1.00em;
	text-align: center;
	width: 30px;
	height: 30px;
	border:1px solid #F5F5F5;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
#subNav .sns ul li a:hover{
	border:1px solid #54b947;
	background-color: #54b947;
	color: #FFF;
}


header #subNav .sub{
	float:right;
	margin-right: 24px;
}
header #subNav .sub ul li{
	float:left;
	padding-top: 6px;
	margin-left:16px;
	font-size: 0.750em;
}

header #subNav .selectLang{
	float:right;
	margin-top: 4px;
	margin-right: 20px;
	font-size: 0.875em;
}
header #subNav .selectLang select.select-box{
	height: 30px !important;
	border-radius: 3px;
	padding: 0 6px 0 10px !important;
}

#globalNav{
	float: right;
	position: relative;
	z-index: 999999 !important;
}
#globalNav ul li{
	font-family: myriad-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
	white-space: nowrap;
}
#globalNav ul li.home a i{
	font-size: 1.00em;
	color: #333;
}
#globalNav ul li.home a:hover i{
	font-size: 1.00em;
	color: #FFF;
}
#globalNav ul li.por,
#globalNav ul li.sample-box{
	display: none;
}


#footer {
	width: 100%;
}
#footer .boxMenu:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#footer .boxMenu{
	zoom: 1;
}
#footer .boxMenu{
	width: 1060px;
	margin: auto;
	margin-bottom: 20px 
}
#footer .boxMenu .box {
	float: left;
	width: 200px;
	height: 112px;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
}
#footer .boxMenu .box:last-child{
	float: right;
	margin-right: 0;
}
#footer .boxMenu .caption {
	position: absolute;
	bottom: -52px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 80px;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
}
#footer .boxMenu .box p{
	font-size: 0.813em;
	color: #FFF;
}
#footer .boxMenu .box a .caption{
	padding-top: 6px;
	padding-bottom: 2px;
}
#footer .boxMenu .box:hover .caption {
	bottom: 0;
	text-align: center;
	color: #FFF;
	padding-top: 50px;
}
#footer .boxMenu .box img{
	width: 100%;
	height: auto;
}

#footer p.copy{
	background-color: #000;
	font-size: 0.688em;
	color:#DEDEDE;
	text-align:center;
	padding: 10px 0 10px 0;
}


#products #crumb{
	margin-bottom: 24px;
}
#crumb{
	margin: auto;
	border-bottom: 1px solid #EFEFEF;
	padding: 14px 0 12px 0;
}
#crumb ul {
	display: inline;
	padding-left: 0 !important;
}
#crumb li {
	display: inline;
	font-size: 0.750em;
}
#crumb li a {
	padding-right: 12px;
	background: url(/images/common/arrow_right.png) no-repeat right center;
	background-size: 6px;
	text-decoration: none;
	color: #999;
}
#crumb li:last-child{
	font-weight: bold;
	color: #333;
}


.scroll-header{
	background: linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,0.95));
    padding: 40px 0 12px 0;
    position: fixed;
    bottom: 0;
    transition: .3s;
    width: 100%;
    z-index: 1;
}
.scroll-header.hide{
    transform: translateY(100%);
}
.scroll-header .down p{
	font-size: 1.125em;
	font-family: myriad-pro, sans-serif;
	font-weight: 600;
	color: #333;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: -10px;
}
.scroll-header .down a,
.scroll-header .down a:hover{
	display: block;
	text-decoration: none;
}
.scroll-header .arrow{
	width: 70px;
	margin:auto;
	display: block;
}
.scroll-header .arrow img{
	width: 100%;
	height: auto;
}


#visual{
}
#visual .fitImg-box h2.catch{
	font-size: 3.8em;
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 400;
	color: #FFF;
	text-shadow: 0px 0px 4px rgba(152,162,120,0.9), 0px 0px 4px rgba(152,162,120,0.9);
	display: block;
	text-align: center;
	letter-spacing: 1px;
	position: absolute;
	top: 42%;
	left:0;
	width: 100%;
}

#visual .fitImg-box .newyear{
	position: absolute;
	top: 44%;
	left:8%;
}
#visual .fitImg-box .newyear h2{
	font-size: 1.313em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #111;
	line-height: 240%;

	text-shadow: 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9);
	display: block;
}
#visual .fitImg-box .newyear p.name{
	font-size: 1.125em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #111;
	letter-spacing: 2px;
	text-shadow: 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9);
	text-align: right;
	margin-top: 12px;
	padding-right:16px; 
}

#visual .fitImg-box p.author{
	font-size: 1.000em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.9), 0px 0px 3px rgba(0,0,0,0.9), 0px 0px 3px;
	display: block;
	text-align: right;
	letter-spacing: 1px;
	position: absolute;
	bottom: 3%;
	right: 2.5%;
	z-index: 10;
	width: 100%;
}
#visual .fitImg{
    position: absolute;
}


@media screen and (min-width:1340px) {
	#home .whatnew{
		padding-top:40px;
	}
}

#home .whatnew{
	margin-bottom: 80px;
	position: relative;
	z-index: 10;
}
#home .whatnew .box{
	float: right;
	width: 580px;
	padding: 16px 30px 0 30px ;
	background-color: rgba(255,255,255,0.9);
	margin-top: 20px; 
	margin-bottom: 20px; 
}
#home .whatnew p.attention{
	font-size: 1.0em;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 16px !important;
}
#home .whatnew .box .entry{
	margin-bottom: 0;
}
#home .whatnew .box p.date{
	float: left;
	font-size: 0.750em;
	color: #999;
	margin-right: 20px;
	padding-top: 4px;
}
#home .whatnew .box p{
	margin-bottom: 12px;
}
#home .whatnew .box p.title{
	float: left;
	font-size: 1.0em;
	width: 82%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#home .whatnew .bnr{
	float: left;
	width: 360px;
	margin-top: -150px;
	border:3px solid #FFF;
}

#home .whatnew .bnr .img-over {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#home .whatnew .bnr .img-over:hover {
	opacity: 0.95 !important;
	filter: alpha(opacity=95) !important;
}


#home .arrange{
	margin-bottom: 60px;
}
#home .arrange .sw-box{
	margin-bottom: 30px;
}

#home .trend {
	background-image:url(/images/top/trend2025-2026.jpg);
	background-position:center 0px;
	background-size: cover;
	background-repeat:no-repeat;
	width: 100%;
	min-width: 1060px;
	position: relative;
	background-attachment: fixed;
	z-index: 0;
}
#home .trend h2{
	font-size: 4.375em;
	font-family: myriad-pro, sans-serif;
	font-weight: 500;
	color: #FFF;
	line-height: 100%;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.6), 0px 0px 4px rgba(0,0,0,0.6);
}
#home .trend p{
	font-size: 1.063em;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.6), 0px 0px 4px rgba(0,0,0,0.6);
}

#home .trend .btn-group{
	position: relative;
	top:100px;
}

#home .trend .sw-btnType{
	font-size: 1.0em;
	color: #444;
	text-align: center;
	text-decoration: none;
	transition: background 0.4s;
	margin-bottom: 10px;
}
#home .trend .sw-btnType a{
	display: block;
	border:1px solid #FFF;
	background-color: rgba(0,0,0,0.3);
	padding: 20px 30px;
	color: #FFF;
	text-decoration: none;
	transition: background 0.4s;
}
#home .trend .sw-btnType a:hover{
	display: block;
	background-color: rgba(255,255,255,0.8);
	border:1px solid #FFF;
	padding: 20px 30px;
	color: #000;
	text-decoration: none;
}

#home #main .products {
	padding: 60px 0;
}
#home #main .products .slider .image{
	width: 100%;
	margin: auto; 
}
#home #main .products .slider .image img{
	width: 80%;
	margin:auto;
}

#products.top .show_more_wrapper {
	position: relative;
}		
#products.top .show_more_text {
	height: 360px;
	overflow: hidden;
}
#products.top .show_more {
	width: 100%;
}
#products.top .show_more .show_more_bg {
	width: 100%;
	padding-top: 160px;
	text-align: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
	transition: bottom 0.3s;
	position: absolute;
	bottom: 0;
	left: 0;
}
#products.top .show_more .btn{
	display: block;
	font-size: 0.875em;
	color: #FFF;
	width: 28%;
	margin: auto;
	border-radius: 3px;
	background-color: #54b947;
	padding: 18px 0;
	letter-spacing: 1px;
	text-decoration: none;
	transition: background 0.4s;
	text-align: center;
	cursor: pointer;
}
#products.top .show_more .btn:hover{
	display: block;
	color: #000;
	border-radius: 3px;
	background-color: #EFEFEF;
	padding: 18px 0;
	text-decoration: none;
	transition: background 0.4s;
}
#products.top .show_more.active{
	padding-top: 16px;
}

#products.top .flex-control-nav{
	width:80% !important;
	margin:auto !important;
	padding-top: 100px !important;
	position:absolute !important;
	left: 0;
	right: 0;
	bottom:-30px !important;
	margin: auto;
}
#products.top .flex-control-paging li a {
	width: 14px !important;
	height: 14px !important;
	background: #CCC !important;
}
#products.top .flex-control-paging li a:hover {
	background: #54b947 !important;
}
#products.top .flex-control-paging li a.flex-active {
	background: #54b947 !important;
}

#products.top .whatnew .box{
	width: 96%;
	margin:auto;
	margin-top: 10px; 
}
#products.top .whatnew .box .entry{
	margin-bottom: 0;
}
#products.top .whatnew .box p.date{
	float: left;
	font-size: 0.750em;
	color: #999;
	margin-right: 20px;
	padding-top: 4px;
}
#products.top .whatnew .box p{
	margin-bottom: 12px;
}
#products.top .whatnew .box p.title{
	float: left;
	font-size: 1.0em;
	width: 86%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#products .cat-image01,
#products .cat-image02,
#products .cat-image03,
#products .cat-image04,
#products .cat-image05{
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-bottom: 40px;
}
#products .cat-image01:before,
#products .cat-image02:before,
#products .cat-image03:before,
#products .cat-image04:before,
#products .cat-image05:before{
	content: "";
	display: block;
	position: absolute;
	background: inherit;
	filter: blur(20px);
	top: -40px;
	right: -20px;
	bottom: -20px;
	left: -40px;
	z-index: -1;
	width: 900px;
	height: 200px;
}
#products .cat-image .box {
	background: linear-gradient( 90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
}
#products .cat-image h2{
	padding: 32px 30px;
	margin:0; 
	font-size: 1.625em !important;
	font-weight: 500 !important;
	color: #FFF;
	letter-spacing: 3px;
	text-shadow: 0 0 4px rgba(0,0,0,.4), 0 0 4px rgba(0,0,0,.4);
}


#products .parent-category .sw-box{
	margin-bottom: 40px
}
#products .child-category .sw-box{
	margin-bottom: 40px
}
#products .child-category .sw-box .image{
	position:relative;
	margin-bottom: 8px;
}


#products .child-category .sw-box .image p.status{
	position: absolute;
	top: 0;
	right: 0 !important;
}

#products .child-category .sw-box .image p.status img{
	width: 52px;
	height: auto;
	vertical-align: top;
	padding:0 !important;
	margin:0 !important;
}


#products.single .spec{
	margin-bottom: 40px
}
#products.single .spec .sw-entry .image{
	float: left;
	width: 280px;
	padding-top: 30px
}
#products.single .spec .sw-entry .text{
	float: right !important;
	width: 420px;
}

#products ul.status{
	margin-bottom: 16px;
}
#products ul.status li{
	float: left;
	margin-right: 6px;
}
#products.single .sub .image{
	width: 80% !important;
	margin:auto;
	position: relative;
}

#products.single .sub .image img{
	width: 100% !important;
	height: auto !important;
}

#products.single .spec .sw-entry .image span.expand,
#products.single .sub .image span.expand{
	width: 16px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#products.single .spec .context p{
	font-size: 0.875em !important;
}


#products #aside h2{
	margin-bottom: 20px;
}
#news #aside h2{
	margin-bottom: 20px;
}

#catNav{
	margin-bottom: 30px;
}
#catNav .inner {
	display: none;
}
#catNav .inner.open {
	display: block;
}
#catNav ul li a{
	text-decoration: none;
}
#catNav p{
	cursor: pointer;
	padding: 10px 6px;
	border-bottom: 1px solid #DEDEDE;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#catNav p.level1{
	background-color: #FFF;
	font-size: 0.938em;
}
#catNav p.level1 a{
	color: #444;
	text-decoration: none;
}
#catNav p.level1:hover{
	color: #444 !important;
	background-color: #EFEFEF;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#catNav p.level1{
	background-color: #FFF;
	font-size: 0.938em;
}
#catNav .inner li{
	font-size: 0.825em;
}
#catNav .inner li a{
	display: block;
	padding: 5px 12px 5px 18px;
	color: #777;
	text-decoration: none;
}
#catNav .inner li a:hover{
	display: block;
	padding: 5px 12px 5px 18px;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}

#catNav ul.children li.acticve a{
	font-weight: bold;
	color: #54b947;
}

#news #crumb{
	margin-bottom: 24px;
}
#news.single ul.sw-meta {
	border-bottom: 1px solid #DDD;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

#news.single ul.sw-meta-horizon li {
	font-size: 0.875em !important;
}

#aside .archive {
	margin-bottom: 30px !important;
}

#aside .search {
	padding: 0 !important;
	margin: 0 !important;
	margin-bottom: 20px !important;
}
#aside .search input {
  background-color:#EEEEEE;
  border:none;
  font-size:0.750em;
  height:40px;
  vertical-align:middle;
  width:170px;
}
#aside .search button {
  background-color:#54b947;
  border:none;
  box-sizing:border-box;
  color:#FFFFFF;
  cursor:pointer;
  display:inline-block;
  font-size:1.0em;
  width:40px;
  height:40px;
  line-height:160%;
  text-align:center;
  vertical-align:middle;
}
#aside .search button:hover{
	background-color: #666;
}

#aside .banner .image {
	margin-bottom: 10px;
	box-sizing: border-box;
}
#aside .banner .image img{
	border: 1px solid #EFEFEF;
}
#aside .banner .image img{
	border: 1px solid #EFEFEF;
}


#mailmag{
	background-image:url(/images/common/bg_maimag.png);
	width: 100%;
	position: relative;
}

#mailmag .text{
	float: left;
}
#mailmag p{
	color: #FFF;
	letter-spacing: 1px;
	padding-top: 12px;
}
#mailmag .btn-group{
	float: right;
}
#mailmag .sns{
	text-align: center;
}
#mailmag .sns ul li{
	display: inline-block;
	margin-right: 6px;
}
#mailmag .sns ul li a{
	display: inline-block;
	color: #555;
	line-height: 220%;
	background-color: #F8F8F8;
	font-size: 1.125em;
	text-align: center;
	width: 38px;
	height: 38px;
	border:1px solid #F8F8F8;
	border-radius: 38px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
}
#mailmag .sns ul li a:hover{
	background-color: #54b947;
	border:1px solid #54b947;
	color: #FFF;
}


#outline .hgroup {
	margin-top: 30px;
}
#outline .info {
	background-image: url(/images/outline/bg01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 1010px;
	margin: auto;
	margin-bottom: 60px;
}
#outline .info table{
	width: 100%;
	line-height: 180%;
	letter-spacing: 1px;
}
#outline .info th{
	padding: 8px 4px 8px 0;
	vertical-align: top;
	border-right:1px solid #DEDEDE;
}
#outline .info td{
	padding: 8px 0 8px 24px;
	vertical-align: top;
	line-height: 180%;
}
#outline .access{
	width: 96%;
	margin: auto;
	margin-bottom: 80px;
}
#outline .access p.print{
	margin-top: 12px;
}



/* INTRODUCTION
-------------------------------------------- */
#intro #main h2{
	padding-top: 80px;
	margin-bottom: 70px;
}
#intro .block01 {
	background-image: url(/images/intro/bg01.jpg);
	background-position:center 0px;
	background-repeat:no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 0;
	padding-bottom: 80px;
}
#intro .block01 .box{
	width: 60%;
	background: #FFF;
	background-color:rgba(255, 255, 255, 0.7);
	position: relative;
	padding: 40px 45px 40px 45px;
	margin-bottom: 100px;
}
#intro #main h3{
	font-size: 1.625em;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 24px;
}
#intro .block02 {
	background-image: url(/images/intro/bg02.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 1060px;
	margin: auto;
	padding: 80px 0 80px 0;
}
#intro .block02 .box{
	width: 60%;
	position: relative;
}
#intro .block03 {
	background-image: url(/images/intro/bg03.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 1060px;
	margin: auto;
	padding: 80px 0 80px 0;
}
#intro .block03 .box{
	width: 58%;
	float: right;
}
#intro .block04 {
	width: 100%;
	margin: auto;
	padding: 60px 0 60px 0;
}
#intro .block04 .box{
	float: right;
	width: 60%;
}
#intro .block04 .image{
	float: left;
}
#intro .block05 {
	width: 100%;
	margin: auto;
	padding: 60px 0 60px 0;
}
#intro .block05 .box{
	float: left;
	width: 55%;
}
#intro .block05 .image{
	float: right;
	width: 40%;
}
#intro .block05 .image img{
	width: 100%;
	height: auto;
}


/* CARE
-------------------------------------------- */
#care .hgroup:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#care .hgroup{
	zoom: 1;
}
#care .hgroup{
	border-bottom:1px solid #DEDEDE;
	padding-bottom: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#care .hgroup .sw-btn{
	float: right;
}
#care .hgroup h2{
	float: left;
	width: 60%;
}
#care .boxList .box{
	margin-bottom: 20px;
}
#care .boxList {
	border-bottom:1px solid #DEDEDE;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
#care .boxList ul.disc{
	list-style: disc !important;
	padding-left: 20px !important;
}
#care .boxList ul.disc li{
	line-height: 180%;
}


/* Process
-------------------------------------------- */
#process .intro h2{
	padding-top: 90px;
	margin-bottom: 00px;
	text-align: center;
	text-shadow: 0px 0px 4px rgba(98,125,99, 0.9), 0px 0px 4px rgba(98,125,99, 0.9), 0px 0px 4px rgba(98,125,99, 0.9), 0px 0px 4px rgba(98,125,99, 0.9);
}
#process .intro.block01 {
	background-image: url(/images/process/main__.jpg);
	background-position:center -340px;
	background-repeat:no-repeat;
	background-size: cover;
	z-index: 0;
	padding-bottom: 80px;
	margin-bottom: 80px;
	background-attachment: fixed;
}
#process .block01 .box{
	width: 70%;
	margin: auto;
	background: #FFF;
	background-color:rgba(255, 255, 255, 0.7);
	position: relative;
	padding: 40px 45px 45px 45px;
	margin-bottom: 60px;
}
#process #main h3{
	font-size: 1.5em;
	color: #111;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#process #main h4{
	border: unset;
	padding: unset;
	font-size: 1.5em;
	font-family: 'Noto Serif JP', serif !important;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#process #main h4 span.num{
	display: inline-block;
	background-color: #54b947;
	width: 38px;
	height: 38px;
	border:1px solid #54b947;
	border-radius: 38px;
	font-size: 0.933em;
	font-weight: bold;
	color: #FFF;
	line-height: 160%;
	text-align: center;
	margin-right: 8px;
}
#process .process1{
	margin-bottom: 60px;
}
#process .process2{
	margin-bottom: 60px;
}
#process .process3{
	margin-bottom: 60px;
}
#process .process4{
	margin-bottom: 60px;
}
#process .farm{
	margin-bottom: 60px;
}


/* SDGs
-------------------------------------------- */
#future .mv h2{
	width: 320px;
	margin: auto;
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
	filter: drop-shadow(3px 3px 3px #FFF);
}
#future .mv h2 img{
	width: 100%;
	height: auto;
}
#future .mv p{
	font-size: 1.25em;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	line-height: 200%;
	letter-spacing: 1px;
	text-shadow: 0px 0px 4px rgba(5,137,71, 0.9), 0px 0px 4px rgba(5,137,71, 0.9), 0px 0px 4px rgba(5,137,71, 0.9), 0px 0px 4px rgba(5,137,71, 0.9);
	position: relative;
	z-index: 10;
}
#future .mv {
	background-image: url(/images/future/main2.jpg);
	background-position:center 0px;
	background-repeat:no-repeat;
	background-size: cover;
	z-index: 0;
	padding-top: 35px;
	padding-bottom: 80px;

}

#future .group::after{
	content: "";
	display: block;
	clear: both;
}
#future .group{
	padding: 50px 0 50px 0;
	margin-bottom: 50px;
}
#future .offset{
	width: 610px;
	margin: auto;
}
#future .group .text{
	float: left;
	width: 70% !important;
}
#future .group .btn-group{
	float: right;
	width: 30% !important;
	padding-top: 10px;
}


#future .sw-entry h3{
	font-size: 1.5em;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	letter-spacing: 1px;
	margin-top: 6px;
	margin-bottom: 15px;
}
#future .sw-entry .image{
	position: relative;
}
#future .sw-entry .image .icon{
	position: absolute;
	top: -15px;
	left: -15px;
	width: 70px;
}
#future .sw-entry .image .icon img{
	width: 100%;
	height: auto;
}
#future .sw-box{
	margin-bottom: 80px;
}

#future .fsf h3 span.icon_fsf img{
	width: 60px;
	margin-right: 20px;
	vertical-align: middle;
}
#future .fsf .sw-entry .image::after{
	content: "";
	display: block;
	clear: both;
}
#future .fsf .sw-entry .image .doc{
	float: left;
	width: 50%;
}
#future .fsf .sw-entry .image .logo{
	float: right;
	width: 40%;
}
#future .fsf .sw-entry .image .doc img,
#future .fsf .sw-entry .image .logo img{
	width: 100%;
	height: auto;
}

#future #companyNav ul{
	margin-bottom: 40px;
	text-align: center;
}




/* Company
-------------------------------------------- */

#companyNav{
	position: relative;
	z-index: 10;
}
#companyNav ul{
	margin-bottom: 70px;
	text-align: center;
}
#companyNav ul li{
	letter-spacing: 1px;
}
#companyNav ul li.sw-btn a{
	background-color:rgba(84, 185, 71, 0.95);
	border: none;
	font-size: 1.063em;
	color: #FFF !important;
	text-decoration: none;
}
#companyNav ul li.sw-btn-f a{
	border: none;
	background-color:rgba(84, 185, 71, 0.5);
	font-size: 1.063em;
	color: #FFF !important;
	text-decoration: none;
}
#companyNav ul li.sw-btn a:hover{
  	border: solid 1px #54b947;
	background-color:rgba(84, 185, 71, 0.2);
	font-size: 1.063em;
	color: #FFF !important;
	text-decoration: none;
}
#companyNav ul li.sw-btn-a a{
  	border: solid 1px #FFF;
}





.parentheses {
	position: relative;
	line-height: 1.4;
	padding:0.4em 1.0em 0.4em 1.0em;
	display: inline-block;
}
.parentheses-vertical:before,
.parentheses-vertical:after ,
.parentheses-horizon:before,
.parentheses-horizon:after { 
  content:'';
  width: 28px;
  height: -webkit-calc(68% - 10px);
  height: calc(68% - 10px);
  position: absolute;
  display: inline-block;
}
.parentheses-vertical:before {
  border-top: solid 1px #000;
  top:0;
  left: 0;
}
.parentheses-horizon:before {
  border-left: solid 1px #000;
  top:0 ;
  left: 0;
}
.parentheses-vertical:after {
  border-bottom: solid 1px #000;
  bottom:0;
  right: 0;
}
.parentheses-horizon:after {
  border-right: solid 1px #000;
  bottom:0;
  right: 0;
}

#company .statement .mv{
	background-image: url(/images/company/stm_main4.jpg);
	background-position:center 00px;
	background-repeat:no-repeat;
	background-size: cover;
	min-width: 1040px;
	height: 650px;
	z-index: 0;
	padding-top: 35px;
}
#company .statement .mv h2{
	font-size: 2.4em;
	font-family: 'Cormorant Garamond', serif !important;
	font-weight: 600;
	color: #333 !important;
	text-shadow: 0 0 6px #FFF, 0 0 6px #FFF;
	letter-spacing: 1px;
	margin-bottom: 20px !important;
}
#company .statement .mv h3{
	font-size: 2.875em !important;
	font-weight: 500;
	color: #333;
	text-shadow: 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF;
	letter-spacing: 3px !important;
	margin-bottom: 35px;
}
#company .statement .mv p{
	font-size: 1.875em !important;
	font-weight: 500;
	color: #333;
	line-height: 160%;
	text-shadow: 0 0 6px #FFF, 0 0 6px #FFF;
	letter-spacing: 1px;
}


#company .statement .boxStatement{
	padding: 90px 0 80px 0 !important;
}
#company .statement .boxStatement.st{
	padding: 65px 0 85px 0;
}
#company .statement .boxStatement h3{
	font-size: 2.5em;
	font-family: 'Cormorant Garamond', serif !important;
	font-weight: 600;
	color: #111 !important;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 34px !important;
}
#company .statement .boxStatement h4{
	font-size: 2.25em !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
#company .statement .boxStatement p.lead{
	font-size: 1.25em !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 34px;
}
#company .statement .boxStatement h5{
	font-size: 1.375em !important;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 6px;
}

#company .statement .bg-value{
	width: 100%;
	min-width: 1040px;
	margin: auto;
	padding: 90px 0 90px 0 !important;
	background: #FFF;
	background-image: url(/images/company/bg_value_bk.jpg);
	background-position: center -100px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
#company .statement .boxStatement #value h3{
	font-size: 2.5em;
	color: #FFF !important;
	text-shadow: 0 0 6px #545d4b, 0 0 6px #545d4b, 0 0 6px #545d4b;
}
#company .statement .circle{
	display: inline;
	text-align: center;
	display: inline-block;
	margin:auto;
	background-color:rgba(255, 255, 255, 0.9);
	width: 190px;
	height: 190px;
	border-radius: 190px;
	display: table;
}
#company .statement .circle h5{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.438em !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #333;
	letter-spacing: 1px !important;
}
#company .statement #value p{
	font-size: 1.0em !important;
	color: #FFF !important;
	text-align: center;
	text-shadow: 0 0 6px #545d4b, 0 0 6px #545d4b, 0 0 6px #545d4b;
	letter-spacing: 1px;
	margin-top: 16px;
}


#company #block01 {
	background-image: url(/image/company/bg01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 1010px;

	margin: auto;
	margin-bottom: 60px;
}
#company #block01 table{
	width: 100%;
	line-height: 180%;
	letter-spacing: 1px;
}
#company #block01 th{
	padding: 8px 0 8px 0;
	vertical-align: top;
	font-size:1.2em;
	border-right:1px solid #DEDEDE;
}
#company #block01 td{
	padding: 8px 0 8px 24px;
	vertical-align: top;
	font-size:1.2em;
	line-height: 180%;
}
#company #block02{
	width: 1010px;
	margin: auto;
	padding-left: 30px;
	margin-bottom: 40px;
}
#company #block02 .box{
	width: 650px;
}
#company #block02 ul{
	list-style: decimal;
	padding-left: 26px;
}
#company #block02 ul li{
	font-size: 1.2em;
	margin-bottom: 8px;
}
#company #block02 .image{
	text-align: center;
}




#faq .faqs:after,
#faq .faqs dt:after,
#faq .faqs dd:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#faq .faqs,
#faq .faqs dt,
#faq .faqs dd{
	zoom: 1;
}
#faq #main-column2 h2{
	font-size: 1.875em !important;
	font-weight: 500;
}
#faq .faqs{
	width: 100%;
	margin-bottom: 5px;
}

#faq .faqs dt{
	background-color: #F5F5F5;
	width: 100%;
	position:relative;
	padding-bottom: 2px;
}
#faq .faqs dt .que{
	float: left;
	width: 38px;
	height: 35px;
	border-radius: 38px;
	background-color: #FFF;
	font-size: 1.375em;
	font-family: 'Sorts Mill Goudy';
	font-weight: 500;
	text-align: center;
	line-height: 180%;
	margin-top: 16px;
	margin-left: 22px;
}
#faq .faqs dt .title{
	float: right;
	padding-top: 20px;
	padding-right: 50px;
	width: 85%;
}
#faq .faqs dt h3{
	font-size:1.125em;
	font-weight:normal;
}
#faq .faqs dt span.arrow{
	position: absolute;
	top:28%;
	right: 18px;
	font-size: 1.125em;
	color:#888;
}
#faq .faqs dt {
	color:#999900;
}

#faq .faqs .hover{
	color:#111;
}
#faq .faqs dt:hover,
#faq .faqs dt:hover h3{
	cursor:pointer;
	color: #54b947;
}
#faq .faqs dd{
	padding:20px 24px 0 22px;
	margin-bottom: 20px;
}
#faq .faqs dd .ans{
	float: left;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	background-color: #F5F5F5;
	font-size: 1.375em;
	font-family: 'Sorts Mill Goudy';
	font-weight: 400;
	color: #999900;
	text-align: center;
	line-height: 190%;
	vertical-align: middle;
}
#faq .faqs dd .text p{
	float: right;
	width: 92%;
	font-size: 1.068em;
	line-height: 185%;
	padding-top: 4px;
}
#faq .faqs dd .text p a{
	color:#333;
	text-decoration: underline;
}
#faq .faqs dd .text p a:hover{
	color:#999900;
	text-decoration: none;
}

#faq #aside {
	padding-top: 40px;
}

#faq #aside .boxCategory {
	margin-bottom: 30px;
}
#faq #aside .boxCategory ul li {
	background-color: #ECE9DA;
	border-radius: 3px;
	padding: 8px 10px 8px 20px;
	margin-bottom: 4px;
}
#faq #aside .boxCategory ul li a {
	display: block;
	text-decoration: none;
}




p.mini{
	font-size: 0.8em !important;
}







}









/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

#gallery-2 .gallery-item {
	margin-bottom: 1.2em;
}
#gallery-2 .gallery-item .gallery-icon,
#gallery-2 .gallery-item .gallery-caption{
	padding-right: 4.0% !important;
}
#gallery-2 img {
	width: 100%;
	height: auto;
	border: none !important;
}
#gallery-2 .gallery-caption {
	font-size: 0.688em !important;
	color: #888;
	line-height: 160%;
	text-align: left;
}


.sw-inner-sp{
	width: 90%;
	margin:auto;
}

#badge{
	display: none;
}

#badge_mob{
	position: fixed;
	bottom: 0;
	right: 17%;
	z-index: 9999;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #f04489;
	padding: 15px 14px 15px 14px;
}

#products #badge_mob,
#news #badge_mob{
	position: fixed;
	bottom: 16.5%;
	left: 0;
	right: unset;
	z-index: 9999;
	border-top-right-radius: 6px;	
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0 !important;
	background-color: #f04489;
	padding: 15px 14px 15px 14px;
}
#badge_mob a{
	font-size: 0.875em;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}
header{
	background-color: none;
	position: relative;
}
header p.logo{
	width: 74px;
	position: absolute;
	left:8px;
	top:-4px;
	z-index: 10;
}
header .lang{
	position: absolute;
	right:90px;
	z-index: 10;
}
header .lang .accordion .inner {
	display: none;
}
header .lang .accordion p{
	font-size: 1.125em;
	color: #FFF;
	cursor: pointer;
	text-align: right;
	padding-top: 9px;
	margin-bottom: 9px;
}
header .lang .accordion .inner li{
	padding: 8px 14px;
	background: #666;
	font-size: 0.85em;
	color: #FFF;
}
header .lang .accordion .inner li a{
	color: #FFF;
	text-decoration: none;
}

header .sns{
	position: absolute;
	right:124px;
	z-index: 10;
	padding-top: 9px;
}
header .sns ul li{
	float: left;
	font-size: 1.125em;
	color: #FFF;
}
header .sns ul li a{
	padding: 12px 10px; 
	color: #FFF;
	text-decoration: none;
}

#subNav{
	display: none;
}

#globalNav{
	margin: auto;
	position: relative;
	z-index: 1;
}


#footer {
	width: 100%;
	padding:30px 0 0 0;
}
#footer .boxMenu::after {
	content: "";
	display: block;
	clear: both;
}
#footer .boxMenu{
	width: 92%;
	margin: auto;
	margin-bottom: 20px 
}
#footer .boxMenu .box {
	float: left;
	width: 48.5%;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
}
#footer .boxMenu .box:nth-child(even){
	float: right;
	margin-right: 0;
}
#footer .boxMenu .caption {
	position: absolute;
	bottom: -52px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 80px;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
}
#footer .boxMenu .box p{
	font-size: 0.750em;
	color: #FFF;
}
#footer .boxMenu .box a .caption{
	padding-top: 6px;
	padding-bottom: 2px;
}
#footer .boxMenu .box img{
	width: 100%;
	height: auto;
}

#footer p.copy{
	background-color: #000;
	font-size: 0.688em;
	color:#DEDEDE;
	text-align:center;
	padding: 10px 0 10px 0;
}




#crumb{
	display: none;
}


#visual{
	position: relative;
}
#visual .fitImg-box-mob img{
 	width: 100% !important;
 	height: auto !important;
}
#visual .fitImg-box-mob h2.catch{
	font-size: 2.0em;
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 500;
	color: #FFF;
	text-shadow: 0px 0px 4px rgba(209,65,128,0.9), 0px 0px 4px rgba(209,65,128,0.9);
	display: block;
	text-align: center;
	letter-spacing: 1px;
	position: absolute;
	top: 38%;
	left:0;
	width: 100%;
}
#visual .fitImg-box-mob p.author{
	font-size: 0.750em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.9), 0px 0px 3px rgba(0,0,0,0.9),0px 0px 3px;
	display: block;
	text-align: right;
	letter-spacing: 1px;
	position: absolute;
	bottom: 3.2%;
	right: 3.2%;
	width: 100%;
}



#visual .fitImg-box-mob .newyear{
	position: absolute;
	bottom: 6%;
	left:5%;
	right: 5%;
	text-align: center;
}
#visual .fitImg-box-mob .newyear h2{
	font-size: 1.063em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #222;
	letter-spacing: 1px;
	line-height: 180%;
	text-shadow: 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9);
	display: block;
}
#visual .fitImg-box-mob .newyear p.name{
	font-size: 0.938em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #222;
	text-shadow: 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9);
	letter-spacing: 1px;

	margin-top: 8px;
	padding-right:16px; 
}

#home .whatnew{
	padding: 30px 0 20px 0; 
}
#home .whatnew h3{
	text-align: center;
}
#home .whatnew .box{
	margin-bottom: 20px; 
}
#home .whatnew p.attention{
	font-size: 1.0em;
	font-weight: 600;
	margin- top: 22px !important;
}
#home .whatnew .box .entry{
	margin: auto;
	margin-bottom: 0;
	padding: 8px 0 12px 0; 
}
#home .whatnew .box .entry a{
	display: block;
}
#home .whatnew .box .entry:nth-child(odd){
	background: #EFEFEF;
}
#home .whatnew .box p.date{
	font-size: 0.750em;
	color: #999;
	margin-bottom: 2px;
}
#home .whatnew .box p{
	width: 90%;
	margin: auto; 
}
#home .whatnew .box p.title{
	font-size: 0.875em;
	font-weight: 600;
}
#home .whatnew .bnr{
	width: 80%;
	margin: auto; 
	margin-bottom: 30px;
}
#home .whatnew .bnr{
}
.slick-slide {
	margin-right: 12px;  /* ガター */
}

#home .arrange{
	width: 90%;
	margin: auto;
	margin-bottom: 40px;
}
#home .arrange .sw-box{
	margin-bottom: 0px;
}

#home .trend {
	background-image:url(/images/top/trend2025-2026.jpg);
	background-position:center -0px;
	background-size: cover;
	background-repeat:no-repeat;
	width: 100%;
	position: relative;
	z-index: 0;
}
#home .trend h2{
	font-size: 2.375em;
	font-family: myriad-pro, sans-serif;
	font-weight: 500;
	color: #FFF;
	line-height: 100%;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.8), 0px 0px 4px rgba(0,0,0,0.8);
}
#home .trend p{
	font-size: 0.938em;
	font-weight: 600;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.9), 0px 0px 4px rgba(0,0,0,0.9);
}
#home .trend .sw-btn i{
	font-size: 0.625em;
}



#home #main .products {
	padding:40px 0;
}
#home #main .products .slider {
	width: 82%;
	margin:auto;
}
#home #main .products .slider .image img{
	margin:auto;
}



#mailmag{
	background-image:url(/images/common/bg_maimag.png);
	width: 100%;
	position: relative;
}

#mailmag .text{
	text-align: center;
}
#mailmag p{
	color: #FFF;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
#mailmag .btn-group{
	text-align: center;
	margin-bottom: 16px;
}
#mailmag .sns{
	text-align: center;
}
#mailmag .sns ul li{
	display: inline-block;
	margin-right: 6px;
}
#mailmag .sns ul li a{
	display: inline-block;
	color: #555;
	line-height: 220%;
	background-color: #F8F8F8;
	font-size: 1.125em;
	text-align: center;
	width: 38px;
	height: 38px;
	border:1px solid #F8F8F8;
	border-radius: 38px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
}
#mailmag .sns ul li a:hover{
	background-color: #54b947;
	border:1px solid #54b947;
	color: #FFF;
}







#products.top .show_more_wrapper {
	position: relative;
}		
#products.top .show_more_text {
	height: 360px;
	overflow: hidden;
}
#products.top .show_more {
	width: 100%;
}
#products.top .show_more .show_more_bg {
	width: 100%;
	padding-top: 160px;
	text-align: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
	transition: bottom 0.3s;
	position: absolute;
	bottom: 0;
	left: 0;
}
#products.top .show_more .btn{
	display: block;
	font-size: 0.875em;
	color: #FFF;
	width: 34%;
	margin: auto;
	border-radius: 3px;
	background-color: #54b947;
	padding: 18px 0;
	letter-spacing: 1px;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
	text-align: center;
	cursor: pointer;
}
#products.top .show_more .btn:hover{
	display: block;
	color: #000;
	border-radius: 3px;
	background-color: #EFEFEF;
	padding: 18px 0;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#products.top .show_more.active{
	padding-top: 16px;
}


#products.top .flex-control-nav{
	width:80% !important;
	margin:auto !important;
	padding-top: 100px !important;
	position:absolute !important;
	left: 0;
	right: 0;
	bottom:-30px !important;
	margin: auto;
}
#products.top .flex-control-paging li a {
	width: 14px !important;
	height: 14px !important;
	background: #CCC !important;
}
#products.top .flex-control-paging li a:hover {
	background: #54b947 !important;
}
#products.top .flex-control-paging li a.flex-active {
	background: #54b947 !important;
}

#products.top .basic,
#products.top .sp{
	width: 88%;
	margin: auto;
}

#products.top .box{
	margin-bottom: 20px; 
}

#products.top .box .entry{
	margin: auto;
	margin-bottom: 0;
	padding: 8px 0 12px 0; 
}
#products.top .box .entry a{
	display: block;
}
#products.top .box .entry:nth-child(odd){
	background: #EFEFEF;
}
#products.top .box p.date{
	font-size: 0.750em;
	color: #999;
	margin-bottom: 2px;
}
#products.top .box p{
	width: 90%;
	margin: auto; 
}
#products.top .box p.title{
	font-size: 0.875em;
	font-weight: 600;
}


#products .cat-image01,
#products .cat-image02,
#products .cat-image03,
#products .cat-image04,
#products .cat-image05{
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-bottom: 30px;
}
#products .cat-image01:before,
#products .cat-image02:before,
#products .cat-image03:before,
#products .cat-image04:before,
#products .cat-image05:before{
	content: "";
	display: block;
	position: absolute;
	background: inherit;
	filter: blur(20px);
	top: -40px;
	right: -20px;
	bottom: -20px;
	left: -40px;
	z-index: -1;
	width: 150%;
	height: 200px;
}
#products .cat-image .box {
	background: linear-gradient( 90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
}
#products .cat-image h2{
	padding: 24px 24px;
	margin:0; 
	font-size: 1.5em !important;
	font-weight: 500 !important;
	color: #FFF;
	letter-spacing: 3px;
	text-shadow: 0 0 4px rgba(0,0,0,.4), 0 0 4px rgba(0,0,0,.4);
}



#products .boxList{
	width: 90%;
	margin: auto; 
}


#products.cat_products .category .sw-box,
#products.cat_color .category .sw-box,
#products.cat_flower .category .sw-box{
	margin-bottom: 40px
}
#products.cat_products .child-category .sw-box,
#products.cat_color .child-category .sw-box,
#products.cat_flower .child-category .sw-box{
	margin-bottom: 36px
}
#products.cat_products .child-category .sw-box .image,
#products.cat_color .child-category .sw-box .image,
#products.cat_flower .child-category .sw-box .image{
	margin-bottom: 8px
}

#products .child-category .sw-box .image p.status{
	position: absolute;
	top: 0;
	right: 0 !important;
}

#products .child-category .sw-box .image p.status img{
	width: 40px;
	height: auto;
	vertical-align: top;
	padding:0 !important;
	margin:0 !important;
}




#products.single .spec{
	margin: auto;
	margin-bottom: 40px
}
#products.single .spec .sw-entry .image{
	width: 50%;
	margin: auto;
	margin-bottom: 20px;
}
#products.single .spec .sw-entry .text{
	width: 90%;
	margin: auto;
}
#products.single .spec .sw-entry .text p.pname{
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}


#products ul.status{
	margin-bottom: 10px;
}
#products ul.status li{
	float: left;
	margin-right: 6px;
}

#products.single .sub{
	width: 90% !important;
	margin:auto;
}
#products.single .sub .sw-box{
	margin-bottom: 30px
}
#products.single .sub .image{
	width: 80% !important;
	margin:auto;
	position: relative;
}

#products.single .sub .image img{
	width: 100% !important;
	height: auto !important;
}

#products.single .spec .sw-entry .image span.expand,
#products.single .sub .image span.expand{
	width: 20px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#products.single .spec .context p{
	font-size: 0.938em !important;
}




/* INTRODUCTION
-------------------------------------------- */
#intro #main h2{
	padding-top: 40px;
	margin-bottom: 40px;
	font-size: 1.875em !important;
	letter-spacing: 1px;
	text-align: center;
}
#intro #main h3{
	font-size: 1.5em;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 18px;
}
#intro .block01 {
	background-image: url(/images/intro/bg01.jpg);
	background-position:center 0px;
	background-repeat:no-repeat;
	background-size: cover;
	z-index: 0;
	padding-bottom: 40px;
}
#intro .block01 .box{
	width: 80%;
	margin: auto;
	background: #FFF;
	background-color:rgba(255, 255, 255, 0.8);
	position: relative;
	padding: 30px 30px;
}
#intro .block02 {
	background-image: url(/images/intro/bg02.jpg);
	background-repeat: no-repeat;
	background-position:right bottom;
	width: 100%;
	margin: auto;
	padding: 40px 0 40px 0;
}
#intro .block02 .box{
	width: 84%;
	margin: auto;
	background: #FFF;
	background-color:rgba(255, 255, 255, 0.7);
	position: relative;
	padding: 30px 30px;
}
#intro .block03 {
	background-image: url(/images/intro/bg03.jpg);
	background-repeat: no-repeat;
	background-position:left 0px;
	background-size: cover;
	background-color:rgba(0, 0, 0, 0.9) ;
	padding: 40px 0 50px 0;
}
#intro .block03 .box{
	width: 84%;
	margin: auto;
	background: #FFF;
	background-color:rgba(255, 255, 255, 0.7);
	position: relative;
	padding: 30px 30px;
}

#intro .block04 {
	width: 100%;
	margin: auto;
	padding: 50px 0 50px 0;
}
#intro .block04 .box{
	width: 88%;
	margin: auto;
}
#intro .block04 .image{
	width: 220px;
	margin: auto;
	margin-bottom: 22px;
}
#intro .block05 {
	width: 100%;
	margin: auto;
	padding: 50px 0 50px 0;
}
#intro .block05 .box{
	width: 88%;
	margin: auto;
}
#intro .block05 .image{
	width: 80%;
	margin: auto;
	margin-bottom: 22px;
}
#intro #main p{
	color: #000 !important;
}


/* CARE
-------------------------------------------- */
#care .hgroup:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#care .hgroup{
	zoom: 1;
}
#care .hgroup{
	border-bottom:1px solid #DEDEDE;
	padding-bottom: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#care .hgroup .sw-btn{
	float: right;
}
#care .hgroup h2{
	float: left;
	font-size: 1.933em !important;
}
#care .boxList .box{
	margin-bottom: 20px;
}
#care .boxList {
	border-bottom:1px solid #DEDEDE;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#care .boxList ul.disc{
	list-style: disc !important;
	padding-left: 20px !important;
}
#care .boxList ul.disc li{
	line-height: 180%;
}


/* Mail Mag
-------------------------------------------- */
#mail .form input.sw-inputbtn-sm{
	padding: 6px 8px !important;
}


/* Process
-------------------------------------------- */
#process .intro h2{
	padding-top: 50px;
	margin-bottom: 40px;
	font-size: 1.688em !important;
	text-align: center;
	text-shadow: 0px 0px 4px rgba(98,125,99, 0.9), 0px 0px 4px rgba(98,125,99, 0.9), 0px 0px 4px rgba(98,125,99, 0.9);
}
#process .intro.block01 {
	background-image: url(/images/process/main_.jpg);
	background-position:center 0px;
	background-repeat:no-repeat;
	background-size: cover;
	z-index: 0;
	padding-bottom: 40px;
	margin-bottom: 50px;
}
#process .block01 .box{
	width: 72%;
	margin: auto;
	background: #FFF;
	background-color:rgba(255, 255, 255, 0.7);
	position: relative;
	padding: 24px 40px;
}
#process #main h3{
	font-size: 1.35em;
	color: #000;
	margin-bottom: 12px !important;
}
#process #main h4{
	border: unset;
	padding: unset;
	font-size: 1.433em;
	font-family: 'Noto Serif JP', serif !important;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#process #main h4 span.num{
	display: inline-block;
	background-color: #54b947;
	width: 34px;
	height: 34px;
	border:1px solid #54b947;
	border-radius: 34px;
	font-size: 0.875em;
	font-weight: bold;
	color: #FFF;
	line-height: 160%;
	text-align: center;
	margin-right: 8px;
}
#process .process1,
#process .process2,
#process .process3,
#process .process4{
	width: 86%;
	margin: auto;
	margin-bottom: 70px;
}

#process .farm{
	width: 86%;
	margin: auto;
	margin-bottom: 70px;
}
#process .farm .sw-entry{
	text-align: center;
}

#process .farm h4{
	font-size: 1.375em !important;
	margin-bottom: 16px !important;
}




/* SDGs
-------------------------------------------- */
#future .mv h2{
	width: 240px;
	margin: auto;
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
	filter: drop-shadow(6px 6px 6px #FFF);
}
#future .mv h2 img{
	width: 100%;
	height: auto;
}
#future .mv {
	background-image: url(/images/future/main_mob.jpg);
	background-position:center 0px;
	background-repeat:no-repeat;
	background-size: cover;
	z-index: 0;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 60px;
}

#future .group::after{
	content: "";
	display: block;
	clear: both;
}
#future .group{
	padding: 40px 0 40px 0;
	margin-bottom: 50px;
}
#future .group .text{
	margin-bottom: 10px;
}
#future .group .btn-group{

}



#future .mv .sw-inner{
	position: relativere;
	z-index: 9999 !important;
}
#future .mv p{
	padding: 0 1.0em;
	font-size: 1.125em;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	line-height: 180%;
	letter-spacing: 1px;
	text-shadow: 0 0 4px #6b8045, 0 0 4px #6b8045, 0 0 4px #6b8045, 0 0 4px #6b8045, 0 0 4px #6b8045;
	position: relative;
	z-index: 10;
}
#future .sw-entry h3{
	font-size: 1.5em;
	font-family: 'Noto Serif JP', serif !important;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#future .sw-entry .image{
	position: relative;
	margin-bottom: 18px !important;
}
#future .sw-entry .image .icon{
	position: absolute;
	top: -15px;
	left: -15px;
	width: 75px;
}
#future .sw-entry .image .icon img{
	width: 100%;
	height: auto;
}
#future .sw-box{
	width: 86%;
	margin: auto;
	margin-bottom: 80px;
}

#future .fsf h3 span.icon_fsf img{
	width: 60px;
	margin-right: 20px;
	vertical-align: middle;
}
#future .fsf .sw-entry .image::after{
	content: "";
	display: block;
	clear: both;
}
#future .fsf .sw-entry .image .doc{
	float: left;
	width: 50%;
}
#future .fsf .sw-entry .image .logo{
	float: right;
	width: 40%;
}
#future .fsf .sw-entry{
	display: flex;
	flex-direction: column;
}
#future .fsf .sw-entry .image{
	order: 2;
}
#future .fsf .sw-entry .text{
	order: 1;
}


/* Company
-------------------------------------------- */
#companyNav{
	position: relative;
	z-index: 10;
	zoom: 70%;
	white-space: nowrap;
}
#future #companyNav ul{
	margin-bottom: 40px;
	text-align: center;
}
#companyNav ul{
	margin-bottom: 70px;
	text-align: center;
}
#companyNav ul li{
	letter-spacing: 1px;
}
#companyNav ul li.sw-btn a{
	border: none;
	background-color:rgba(84, 185, 71, 0.95);
	font-size: 1.125em;
	color: #FFF !important;
	text-decoration: none;
}
#companyNav ul li.sw-btn-f a{
	border: none;
	background-color:rgba(84, 185, 71, 0.5);
	font-size: 1.125em;
	color: #FFF !important;
	text-decoration: none;
}
#companyNav ul li.sw-btn-a a{
  	border: solid 1px #FFF;
}


.parentheses {
	position: relative;
	line-height: 1.4;
	padding:0.5em 0.9em 0.5em 0.9em;
	display: inline-block;
}
.parentheses-vertical:before,
.parentheses-vertical:after ,
.parentheses-horizon:before,
.parentheses-horizon:after { 
  content:'';
  width: 30px;
  height: -webkit-calc(68% - 10px);
  height: calc(68% - 10px);
  position: absolute;
  display: inline-block;
}
.parentheses-vertical:before {
  border-top: solid 1px #000;
  top:0;
  left: 0;
}
.parentheses-horizon:before {
  border-left: solid 1px #000;
  top:0 ;
  left: 0;
}
.parentheses-vertical:after {
  border-bottom: solid 1px #000;
  bottom:0;
  right: 0;
}
.parentheses-horizon:after {
  border-right: solid 1px #000;
  bottom:0;
  right: 0;
}

#company .statement .mv{
	background-image: url(/images/company/stm_main4.jpg);
	background-position:center 00px;
	background-repeat:no-repeat;
	background-size: cover;
	z-index: 0;
	padding-top: 20px;
	padding-bottom: 50px;
}
#company .statement .mv h2{
	font-size: 2.0em !important;
	font-family: 'Cormorant Garamond', serif !important;
	font-weight: 600;
	color: #333 !important;
	text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
	letter-spacing: 1px;
	margin-bottom: 20px !important;
}
#company .statement .mv h3{
	font-size: 2.25em !important;
	font-weight: 600;
	color: #000;
	text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
	letter-spacing: 1px !important;
	margin-bottom: 24px;
}
#company .statement .mv p{
	font-size: 1.5em !important;
	font-weight: 500;
	color: #000;
	line-height: 160%;
	text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
	letter-spacing: 1px;
}

#company .statement .boxStatement .sw-entry{
	display: flex;
	flex-direction: column;
}
#company .statement .boxStatement .sw-entry .image{
	order: 2;
}
#company .statement .boxStatement .sw-entry .text{
	order: 1;
}
#company .statement .boxStatement .sw-box{
	width: 88%;
	margin: auto;
}

#company .statement .boxStatement{
	padding: 50px 0 50px 0;
}
#company .statement .boxStatement.st{
	padding: 50px 0 60px 0;
}

#company .statement .boxStatement h3{
	font-size: 2.0em !important;
	font-family: 'Cormorant Garamond', serif !important;
	font-weight: 600;
	color: #111 !important;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 30px !important;
}

#company .statement .boxStatement h4{
	font-size: 2.25em !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
#company .statement .boxStatement p.lead{
	font-size: 1.25em !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	text-align: center;
	margin-bottom: 34px;
}
#company .statement .boxStatement h5{
	font-size: 1.438em !important;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 6px;
}

#company .statement .bg-value{
	width: 100%;
	margin: auto;
	padding: 60px 0 30px 0;
	background: #FFF;
	background-image: url(/images/company/bg_value_bk.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#company .statement .boxValue h3{
	font-size: 2.25em;
	color: #FFF !important;
	text-shadow: 0 0 6px #222, 0 0 6px #222, 0 0 6px #222;
}
#company .statement .circle{
	text-align: center;
	display: inline-block;
	margin:auto;
	background-color:rgba(255, 255, 255, 0.9);
	width: 130px;
	height: 130px;
	border-radius: 130px;
	display: table;
}
#company .statement .boxValue .sw-box{
	width: 48% !important;
	margin-bottom: 40px;
}
#company .statement .circle h5{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.0em !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #333;
	letter-spacing: 1px;
}
#company .statement #value p{
	font-size: 0.75em !important;
	color: #FFF !important;
	text-align: center;
	text-shadow: 0 0 6px #222, 0 0 6px #222, 0 0 6px #222;
	line-height: 160%;
	margin-top: 16px;
}




#outline h2{
	font-size: 1.933em !important;
}
#outline .info {
	background-image: url(/images/outline/bg01.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size:  contain;
	margin-bottom: 30px;
}
#outline .info .table-horizen {
	width: 100%;
	margin: auto;
}
#outline .info .table-horizen td{
	border:0 !important;
	display: block;
}
#outline .info .table-horizen th{
	background-color:rgba(84, 185, 71, 0.1) !important;
	border:0 !important;
	display: block;
}
#outline .info .table-horizen tr:last-child th{
}

#outline .info th{
	width: 94%;
	margin: auto;
	padding: 10px 14px 8px 14px;
	vertical-align: top;

	letter-spacing: 1px;
	border-bottom:1px solid #EDEDED !important;
}
#outline .info td{
	width: 94%;
	margin: auto;
	padding: 10px 14px 24px 14px;
	vertical-align: top;

	line-height: 170%;
	border-bottom:1px solid #EDEDED !important;
}
#outline .access{
	margin: auto;
	margin-bottom: 40px;
}
#outline p.print{
	margin-top: 12px;
}
#outline .access .ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#outline .access .ggmap iframe,
#outline .access .ggmap object,
#outline .access .ggmap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#products #aside h2{
	margin-bottom: 20px;
}

#aside .search {
	width: 90%;
	margin:auto;
}
#aside .search input {
	float: left;
	width:65% !important;
	background-color:#EEEEEE;
	border:none;
	font-size:0.8750em;
	height:40px;
	vertical-align:middle;
}
#aside .search button {
	float: left;
	width:20%;
	background-color:#54b947;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:1.0em;
	height:40px;
	line-height:160%;
	text-align:center;
	vertical-align:middle;
}
#aside .search button:hover{
	background-color: #666;
}
#aside .archive {
	width: 90%;
	margin:auto;
	margin-bottom: 30px;
}
#aside .banner {
	width: 90%;
	margin:auto;
	margin-bottom: 30px;
}
#aside .banner .image {
	margin-bottom: 10px;
	box-sizing: border-box;
}
#aside .banner .image img{
	border: 1px solid #EFEFEF;
}
#aside .banner .image img{
	border: 1px solid #EFEFEF;
}







.drawer-nav{	
	position: relative;
	z-index: 999999;
}

#colorNav-btn{
	position: fixed;
	bottom: 14px;
	z-index: 10;
}

#colorNav-btn a{
	display: block;
	border: none;
	text-decoration: none;
	background: rgba(0,0,0,.7);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #FFF;
	font-size: 0.813em;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 1px;
	text-align: center;
	padding: 14px 18px 14px 12px; 
}


#news #catNav-btn{
	position: fixed;
	bottom: 30px;
	z-index: 10;
}
#products #catNav-btn{
	position: fixed;
	bottom: 60px;
	z-index: 10;
}
#catNav-btn button{
	border: none;
	background: rgba(0,0,0,.7);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #FFF;
	font-size: 0.813em;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 1px;
	text-align: center;
	padding: 14px 18px 14px 12px; 
}

#catNav{
	margin-bottom: 20px;
	padding:0 16px; 
}
#catNav .inner {
	display: none;
}
#catNav .inner.open {
	display: block;
}
#catNav p{
	cursor: pointer;
	padding: 10px 6px;
	border-bottom: 1px solid #DEDEDE;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#catNav li a{
	text-decoration: none;
}
#catNav p.level1{
	background-color: #FFF;
	font-size: 1.0em;
}
#catNav p.level1 a{
	color: #444;
	text-decoration: none;
}
#catNav p.level1:hover{
	color: #444 !important;
	background-color: #EFEFEF;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#catNav p.level1{
	background-color: #FFF;
	font-size: 1.0em;
}
#catNav .inner li{
	font-size: 0.825em;
}
#catNav .inner li a{
	display: block;
	padding: 5px 12px 5px 18px;
	color: #777;
	text-decoration: none;
}
#catNav .inner li a:hover{
	display: block;
	padding: 5px 12px 5px 18px;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}

#catNav ul.children li.acticve a{
	font-weight: bold;
	color: #54b947;
}





#news.single article {
	width: 90%;
	margin:auto;
	padding-top: 24px;
}
#news.single article h2{
	font-size: 1.5em !important;
}
#news.single article img{
	width: 100%;
	margin:auto;
	margin-bottom: 20px; 
}
#news.single ul.sw-meta {
	border-bottom: 1px solid #DDD;
	padding-bottom: 6px;
	margin-bottom: 30px;
}
#news.single ul.sw-meta-horizon li {
	font-size: 0.875em !important;
}





#faq .faqs:after,
#faq .faqs dt:after,
#faq .faqs dd:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#faq .faqs,
#faq .faqs dt,
#faq .faqs dd{
	zoom: 1;
}
#faq .faqs{
	width: 100%;
	margin-bottom: 5px;
}
#faq #main-column2 h2{
	font-size: 1.5em !important;
	font-weight: 600;
	margin-top: 30px;
}
#faq .faqs dt{
	background-color: #F5F5F5;
	width: 100%;
	position:relative;
	padding-bottom: 2px;
}
#faq .faqs dt .que{
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background-color: #FFF;
	font-size: 1.25em;
	font-family: 'Sorts Mill Goudy';
	font-weight: 500;
	text-align: center;
	line-height: 180%;
	margin-top: 16px;
	margin-left: 16px;
}
#faq .faqs dt .title{
	float: right;
	padding-top: 20px;
	padding-right: 45px;
	width: 68%;
}
#faq .faqs dt h3{
	font-size:1.125em;
	font-weight:normal;
}
#faq .faqs dt span.arrow{
	position: absolute;
	top:28%;
	right: 16px;
	font-size: 1.0em;
	color:#888;
}
#faq .faqs dt {
	color:#999900;
}

#faq .faqs .hover{
	color:#111;
}
#faq .faqs dt:hover,
#faq .faqs dt:hover h3{
	cursor:pointer;
	color: #54b947;
}
#faq .faqs dd{
	padding:20px 16px 0 22px;
	margin-bottom: 20px;
}
#faq .faqs dd .ans{
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background-color: #F5F5F5;
	font-size: 1.375em;
	font-family: 'Sorts Mill Goudy';
	font-weight: 400;
	color: #999900;
	text-align: center;
	line-height: 190%;
	vertical-align: middle;
}
#faq .faqs dd .text p{
	float: right;
	width: 84%;
	font-size: 1.068em;
	line-height: 185%;
	padding-top: 4px;
}
#faq .faqs dd .text p a{
	color:#333;
	text-decoration: underline;
}
#faq .faqs dd .text p a:hover{
	color:#999900;
	text-decoration: none;
}



#faq #aside .boxCategory {
	margin-bottom: 30px;
}
#faq #aside .boxCategory ul li {
	background-color: #ECE9DA;
	border-radius: 3px;
	padding: 8px 10px 8px 20px;
	margin-bottom: 4px;
}
#faq #aside .boxCategory ul li a {
	display: block;
	text-decoration: none;
}



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