@charset "UTF-8";
/*!	ヘッダー
================================================ */
#gHeader .logo {
	margin: 15px 5px;
}
#gNav {
	position: relative;
	margin-top: 3px;
}

@media (min-width: 600px) {
	#gHeader .logo {
		display: inline-block;
		margin-left: 300px;
	}
}

@media (min-width: 600px) {
	#gNav {
		position: relative;
		float: right;
		width: 450px;
		margin-right: 14%;
	}
}
#gNav .listLink {
	position: relative;
	z-index: 10001;
}

@media (min-width: 600px) {
	#gNav .listLink {
		width: 1040px;
		margin: auto;
	}
}
#gNav .item {
	font-size: 1.5rem;
	font-weight: 500;
	float: left;
	letter-spacing: .01em;
}
#gNav .item + .item {
	margin-left: 1px;
}
#gNav .item > a {
	line-height: 1.1;
	position: relative;
	display: block;
	padding: 20px 25px;
	text-align: center;
	color: #313131;
}
#gNav .item > a:hover {
	background: #f2f2f2;
}
#gNav .item > a::before {
	position: absolute;
	top: 50%;
	left: -1px;
	display: block;
	width: 1px;
	height: 24px;
	margin-top: -10px;
	content: '';
	background: #d7d6d6;
}
#gNav .item:first-child > a::before {
	content: none;
}
#gHeader .cart {
	display: table;
	width: 108px;
}
#gHeader .cart .btnSp {
	display: table-cell;
	float: none;
}
#gHeader .cart .btnSp .btnTel {
	float: left;
	width: 50px;
	height: 50px;
	background: url(../img/common/header/btn_tel01_sp.png);
	background-size: 100%;
}
#gHeader .cart .btnSp .btnMenu {
	float: left;
	width: 50px;
	height: 50px;
	background: url(../img/common/header/btn_menu01.png);
	background-size: 100%;
}
#gHeader .cart .btnSp .btnMenu.open {
	background: url(../img/common/header/btn_menu-close01.png);
	background-size: 100%;
}
#spNav {
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 2;
	width: 100%;
	background-color: #fff;
}
#spNav .navContact {
	position: relative;
}
#spNav .navContact .btnSelect {
	padding: 0;
}
#spNav .navContact .btnSelect .mod_btn01 {
	padding: 10px 15px;
	background-color: #f5a7aa;
}
#spNav .navContact .btnTel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#spNav .btnClose {
	padding: 15px 0;
	/*background-color: #e5e5e5;*/
	background-color: #FFF;
	text-align: center;
}
#spNav .btnClose .close {
	width: 200px;
	margin: 0 auto;
	padding: 11px 0;
	border-radius: 25px;
	/*background-color: #fff;*/
	background-color: #000;
	color: #FFF;
	font-size: 1.4rem;
}
.overlay {
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(118, 176, 112, .3);
}
/*@media screen and (min-width: 600px) {
    #spNav {
        display: block;
        position: static;
        padding: 16px 0;
    }
    #spNav br {
        display: none;
    }
}*/

/*!  box
================================================ */
.mod_box_nav01 .boxIn {
	border-bottom: 1px solid #ddd;
}
.mod_box_nav01 .boxIn li {
	/*float: left;
    width: 50%;*/
	border-top: 1px dashed #adadad;
}
.mod_box_nav01 .boxIn li a {
	display: table;
	width: 100%;
	height: 50px;
	padding: 0 0 0 30px;
	/*background: url("../../img/aromanokaori_gyomu/common/header/ico_arw01.png") 15px 50% no-repeat;*/
	background: url(../img/common/header/ico_arw01.png) 15px 50% no-repeat;
	background-size: 7px;
	font-size: 1.2rem;
	box-sizing: border-box;
}
.mod_box_nav01 .boxIn li a span {
	display: table-cell;
	vertical-align: middle;
}
.mod_box_nav01 .boxIn li a:hover {
	color: #f5726c;
}
/*!	メインイメージ
================================================ */


/*!	商品開発でこだわった3つのポイント
================================================ */

#point {
	background: url(../img/home/bg_home01_sp.png) center center no-repeat;
	background-size: cover;
	padding: 35px 15px;
}
#point .heading {
	margin-bottom: 22px;
}
#point .pointList li {
	border: 2px solid #eeebea;
}
#point .pointList li a {
	text-decoration: none;
}
#point .pointList li .pointNum {
	border-bottom: 1px solid #eeebea;
	color: #6aa164;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .2rem;
	padding: 5px 0;
	text-align: center;
}
#point .pointList li .body {
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: .08em;
	line-height: 1.67;
	padding: 18px 0;
	text-align: center;
}
#point .pointList li .body strong {
	font-size: 1.9rem;
	font-weight: 700;
}
#point .pointList li+li {
	margin-top: 20px;
}
/*!	上部カート
================================================ */

#product {
	background: #89c27f;
	padding: 40px 15px;
}
#product .productList li {
	background: #fff;
	padding: 14px 14px 17px 14px;
}
#product .productList li .data {
	margin-bottom: 12px;
}
#product .productList li .data .productImg {
	float: left;
	margin-right: 10px;
	width: 48px;
}
#product .productList li .data .name {
	font-size: 1.4rem;
	letter-spacing: .08em;
	padding-top: 2px;
}
#product .productList li .data .name .volume {
	color: #767676;
}
#product .productList li .data .price {
	color: #000c2b;
	float: right;
	font-family: "Oswald", sans-serif;
	font-size: 3.6rem;
	line-height: 1;
}
#product .productList li .data .price .off {
	border: 1.5px solid #ec4a4a;
	color: #ec4a4a;
	display: inline-block;
	font-family: "Noto Sans Japanease", sans-serif;
	font-size: 1.2rem;
	margin-right: 10px;
	padding: 8px 10px;
	vertical-align: middle;
	font-weight: 700;
}
#product .productList li .data .price img {
	display: inline-block;
	margin-left: 4px;
	vertical-align: middle;
	width: 21px;
}
#product .productList li+li {
	margin-top: 10px;
}

#product .personBtn {
	margin-top: 30px;
	text-align: center;
}
#product .personBtn a:hover {
	opacity: .8;
}
@media screen and (min-width: 600px) {
	#product .personBtn {
		width: 1040px;
		margin: 56px auto 0;
		text-align: center;
	}
	#product .personBtn img {
		width: auto;
	}
}
/*!	アロマの香りの3つの特徴
================================================ */

#feature {
	background: #dfecde;
	padding: 37px 15px 40px;
}
#feature .heading {
	margin-bottom: 22px;
}
#feature .heading .ja em {
	font-size: 1.7rem;
}
#feature .heading .ja {
	color: #333;
	letter-spacing: .18em;
}
#feature .featureList>li {
	background: #fff;
	padding-bottom: 13px;
}
#feature .featureList>li>.pic {
	margin-bottom: 22px;
}
#feature .featureList>li .body {
	padding: 0 14px;
}
#feature .featureList>li .body .crossheading {
	margin-bottom: 23px;
}
#feature .featureList>li .body .crossheading .num {
	color: #a8a8a8;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .2em;
	margin-bottom: 9px;
	padding: 0 22px 0 23px;
	position: relative;
	width: 18px;
}
#feature .featureList>li .body .crossheading .tit em {
	font-size: 1.7rem;
}
#feature .featureList>li .body .crossheading .num:before {
	background: #ccc;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
}
#feature .featureList>li .body .crossheading .num:after {
	background: #ccc;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
}
#feature .featureList>li .body .crossheading .tit {
	color: #333;
	display: inline;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.24;
}
#feature .featureList>li .body .crossheading .sub {
	background: #89c27f;
	border-radius: 2px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .08em;
	margin-left: 6px;
	padding: 3px 8px;
	-webkit-transform: translateY(-.1em);
	transform: translateY(-.1em);
	display: block;
	width: 170px;
	margin: 7px auto 0;
}
#feature .featureList>li .body .copy {
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.35;
	margin-bottom: 10px;
}
#feature .featureList>li .body .copy strong {
	line-height: 1.35;
	margin-bottom: 10px;
	background: #89c27f;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .08em;
	margin-left: 6px;
	padding: 3px 8px;
	-webkit-transform: translateY(-.1em);
	transform: translateY(-.1em);
}
#feature .featureList>li .body .txt {
	letter-spacing: .08em;
	margin-bottom: 28px;
}
#feature .featureList>li .body .txt em {
	color: #76b070;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.53;
}
#feature .featureList>li .body .intro {
	border-bottom: 1px solid #a8a8a8;
	margin: 0 0 30px;
}
#feature .featureList>li .body .herb .subheading {
	background: url(../img/home/bg_feature01_sp.png) left top no-repeat;
	background-size: cover;
	color: #6aa164;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .16em;
	line-height: 1.3;
	margin-bottom: 15px;
	padding: 11px 0 10px;
	text-align: center;
}
#feature .featureList>li .body .herb .herbList {
	margin-bottom: 44px;
}
#feature .featureList>li .body .herb .herbList li {
	float: left;
	width: 30.86%;
}
#feature .featureList>li .body .herb .herbList li .pic {
	margin: 0 auto 6px;
	width: 98.77%;
}
#feature .featureList>li .body .herb .herbList li .name {
	font-size: 1rem;
	text-align: center;
}
 #feature .featureList>li .body .herb .herbList li:not(:nth-of-type(3n)) {
 margin-right: 3.43%;
}
 #feature .featureList>li .body .herb .herbList li:not(:nth-last-of-type(-n+3)) {
 margin-bottom: 13px;
}
#feature .featureList>li .body .outro .subheading {
	letter-spacing: .08em;
	margin-bottom: 20px;
}
#feature .featureList>li .body .outro .subheading .sub {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 14px;
}
#feature .featureList>li .body .outro .subheading .sub strong {
	background: #89c27f;
	border-radius: 2px;
	color: #fff;
}
#feature .featureList>li .body .outro .subheading .tit {
	color: #6aa164;
	font-size: 2.5rem;
	line-height: 1.24;
}
#feature .featureList>li .body .outro .subheading .tit em {
	font-size: 2.1rem;
	color: #6aa164;
	line-height: 1.24;
	font-weight: 700;
}
#feature .featureList>li .body .outro .subheading .tit strong {
	font-weight: 700;
}
#feature .featureList>li .body .outro .txt {
	letter-spacing: .08em;
	line-height: 1.64;
	margin-bottom: 15px;
}
#feature .featureList>li .body .outro .txt strong sup {
	font-size: 1rem;
	font-weight: 400;
	vertical-align: super;
}
#feature .featureList>li .body .outro .txt strong.strong01 {
	color: #76b070;
	font-size: 1.5rem;
	font-weight: 700;
}
#feature .featureList>li .body .outro .txt strong.strong02 {
	color: #ec4a4a;
	font-size: 1.5rem;
	font-weight: 700;
}
#feature .featureList>li .body .outro .txt strong.strong03 {
	color: #76b070;
	font-size: 1.5rem;
	font-weight: 500;
}
#feature .featureList>li .body .outro .txt strong.strong04 {
	color: #ec4a4a;
	font-weight: 500;
}
#feature .featureList>li .body .outro .txt span {
	font-size: 1.7rem;
}
#feature .featureList>li .body .outro .notes {
	background: #f4f4f4;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 1.54;
	padding: 9px 13px 10px 9px;
}
#feature .featureList>li .body .outro .notes p:before {
	color: #ec4a4a;
	content: "※";
}
#feature .featureList>li>.subheading {
	letter-spacing: .08em;
	margin-bottom: 20px;
}
#feature .featureList>li>.subheading .sub {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 14px;
}
#feature .featureList>li>.subheading .sub strong {
	background: #89c27f;
	border-radius: 2px;
	color: #fff;
}
#feature .featureList>li>.subheading .tit {
	color: #6aa164;
	font-size: 2.5rem;
	line-height: 1.24;
}
#feature .featureList>li>.subheading .tit strong {
	font-weight: 700;
}
#feature .featureList>li .oil {
	background: url(../img/home/bg_feature02_sp.png) left top no-repeat;
	background-size: cover;
	margin-bottom: 11px;
	padding: 15px 0 12px;
}
#feature .featureList>li .oil .oilList {
	padding: 0 37.93% 0 5.86%;
}
#feature .featureList>li .oil .oilList li {
	background: transparent;
	float: left;
	width: 49.08%;
}
#feature .featureList>li .oil .oilList li .pic {
	margin: 0 auto 8px;
	width: 81.25%;
}
#feature .featureList>li .oil .oilList li .name {
	font-size: 1rem;
	text-align: center;
}
 #feature .featureList>li .oil .oilList li:not(:nth-of-type(2n)) {
 margin-right: 1.25%;
}
 #feature .featureList>li .oil .oilList li:not(:nth-last-of-type(-n+2)) {
 margin-bottom: 15px;
}
#feature .featureList>li+li {
	margin-top: 30px;
}
#feature .featureList>li:nth-of-type(2) .txt {
	margin-bottom: 0;
}
#feature .featureList>li:nth-of-type(2) .txt .strong03 {
	color: #76b070;
	font-size: 1.6rem;
	font-weight: 700;
}
#feature .featureList>li:nth-of-type(3) {
	padding: 11px 0 17px;
}
#feature .featureList>li:nth-of-type(3) .body .txt strong {
	color: #76b070;
	font-size: 1.6rem;
	font-weight: 700;
}
#feature .featureList>li:nth-of-type(3) .body .crossheading .tit strong {
	font-weight: 700;
}
#feature .featureList>li:nth-of-type(3) .body .crossheading {
	margin-bottom: 20px;
}
#feature .featureList>li:nth-of-type(3) .body .crossheading .sub {
	letter-spacing: .08em;
	margin: 0 0 10px 0;
}
#feature .featureList>li:nth-of-type(3) .body .crossheading .tit {
	display: block;
	font-weight: 400;
}
#feature .featureList>li:nth-of-type(3) .body .crossheading .tit em {
	font-weight: 700;
}
#feature .featureList>li:nth-of-type(3) .body .pics {
	margin-bottom: 13px;
}
#feature .featureList>li:nth-of-type(3) .body .pics .pic {
	margin-bottom: 0;
}
#feature .featureList>li:nth-of-type(3) .body .pics .pic+.pic {
	margin-top: 10px;
}
#feature .featureList>li:nth-of-type(3) .body .txt {
	letter-spacing: .08em;
	margin-bottom: 0;
}
/*!	お財布にも優しい オールインワンシャンプー
================================================ */

#shampoo {
	background: url(../img/home/bg_shampoo01_sp.png) left top no-repeat;
	background-size: cover;
	padding: 38px 9px 40px;
}
#shampoo .inner .heading {
	margin-bottom: 17px;
}
#shampoo .inner>.txt {
	letter-spacing: .08em;
	margin-bottom: 10px;
	padding: 0 6px;
}
#shampoo .inner>.txt .strong03 {
	color: #76b070;
	font-size: 1.6rem;
	font-weight: 700;
}
#shampoo .inner .img {
	margin: 0 auto 25px;
	width: 245px;
}
#shampoo .inner .warranty {
	background: #fff;
	border: 2px solid #ec4a4a;
}
#shampoo .inner .warranty .crossheading {
	background: #ec4a4a;
	color: #fff;
	font-family: "Oswald", "Noto Sans Japanease", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1;
	padding: 12px 0 13px;
	text-align: center;
}
#shampoo .inner .warranty .crossheading span {
	font-size: 1.5rem;
}
#shampoo .inner .warranty .txt {
	letter-spacing: .08em;
	padding: 10px 13px 20px 12px;
}
#shampoo .inner .warranty .txt p strong {
	color: #ec4a4a;
	font-weight: 700;
}
/*!	商品開発ポイント
================================================ */

#development {
	background: #dfecde;
	padding: 40px 0 37px;
}
#development #point01 {
	padding-bottom: 30px;
}
#development #point01 .heading {
	margin-bottom: 10px;
}
#development #point01 .feedstocks {
	background: #fff;
	margin: 0 15px;
}
#development #point01 .feedstocks .crossheading {
	background: #89c27f;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.35;
	margin-bottom: 11px;
	padding: 11px 0;
	text-align: center;
}
#development #point01 .feedstocks .intro {
	letter-spacing: .08em;
	margin-bottom: 39px;
	padding: 0 14px;
}
#development #point01 .feedstocks .inner .txt {
	margin: 0 14px 40px;
}
#development #point01 .feedstocks .inner .txt p strong {
	color: #ec4a4a;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.53;
}
#development #point01 .feedstocks .caution {
	border: 2px solid #ec4a4a;
	background-image: linear-gradient( -45deg, #fff 25%, rgba(255, 192, 203, 0.2) 25%, rgba(255, 192, 203, 0.2) 50%, #fff 50%, #fff 75%, rgba(255, 192, 203, 0.2) 75%, rgba(255, 192, 203, 0.2) );
	background-size: 10px 10px;
	margin: 0 15px 25px;
	padding: 0 30px 16px;
	text-align: center;
}
#development #point01 .feedstocks .caution .subheading {
	background: #ec4a4a;
	border-radius: 35px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .08em;
	margin: -17px 0 10px;
	padding: 7px 18px;
}
#development #point01 .feedstocks .caution .ingredientList {
	margin-bottom: 9px;
	text-align: left;
}
#development #point01 .feedstocks .caution .ingredientList li {
	letter-spacing: .08em;
}
#development #point01 .feedstocks .caution .ingredientList li strong {
	color: #ec4a4a;
}
#development #point01 .feedstocks .caution .ingredientList li+li {
	margin-top: 7px;
}
#development #point01 .feedstocks .caution .notes {
	font-size: 1rem;
	letter-spacing: .08em;
	text-align: left;
}
#development #point01 .feedstocks .caution .notes strong {
	color: #ec4a4a;
}
#development #point01 .feedstocks .caution .notes:before {
	content: "※";
}
#development #point01 .feedstocks .desc {
	border: 2px solid #ccc;
	letter-spacing: .08em;
	margin: 0 15px 21px;
	padding: 11px 11px 12px 10px;
}
#development #point01 .feedstocks .desc strong {
	color: #ec4a4a;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.53;
}
#development #point01 .feedstocks .outro {
	letter-spacing: .08em;
	padding: 0 15px 22px;
}
#development #point01 .feedstocks .outro em {
	color: #ec4a4a;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.53;
}
#development #point01 .feedstocks .outro strong {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.53;
}
#development #point01 .feedstocks .outro strong.strong01 {
	color: #ec4a4a;
}
#development #point01 .feedstocks .outro strong.strong02 {
	background: #fffdcf;
	color: #6aa164;
	padding: 0 5px 0 5px;
	font-size: 2.2rem;
}

@media screen and (min-width: 600px) {
	#development #point01 .feedstocks .outro strong.strong02 {
		font-size: 3rem;
	}
}
#development #point01 .feedstocks .outro strong.strong03 {
	color: #6aa164;
}
#development #point02 {
	background: #fafafa;
	margin-bottom: 30px;
	padding-bottom: 19px;
}
#development #point02 .inner01 .txt {
	letter-spacing: .08em;
	padding: 0 15px;
}
#development #point02 .inner01 .txt strong {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.53;
}
#development #point02 .inner01 .txt strong.strong01 {
	color: #6aa164;
}
#development #point02 .inner01 .txt strong.strong02 {
	color: #ec4a4a;
}
#development #point02 .inner01 .txt strong.strong03 {
	color: #333;
}
#development #point02>.txt strong.strong03 span.large {
 font-size: 2..5rem;
}

@media screen and (min-width: 600px) {
	#development #point02>.txt strong.strong03 span.large {
		font-size: 3.5rem;
	}
}
#development #point02 .inner01 .notes {
	font-size: 1rem;
	margin: 8px 0 17px;
	padding: 0 15px;
}
#development #point02 .inner01 .notes:before {
	content: "※";
}
#development #point02 .inner01 .pic {
	margin: 0 15px 30px;
}
#development #point02 .crossheading {
	background: #89c27f;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
	padding: 20px 0;
	text-align: center;
}
#development #point02 .wrap {
	margin-bottom: 30px;
	overflow: auto;
}
#development #point02 .wrap .composition {
	background: #fff;
	border-left: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	width: 942px;
}
#development #point02 .wrap .composition thead tr th {
	background: #f4f4f4;
	border-bottom: 1px solid #b3b3b3;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
#development #point02 .wrap .composition thead tr th.has-border {
	border-left: 1px solid #b3b3b3;
}
#development #point02 .wrap .composition thead tr th.aroma {
	background: #e2f8de;
	color: #6aa164;
}
#development #point02 .wrap .composition thead tr th.aroma.product {
	background: #c4e8bd;
}
#development #point02 .wrap .composition thead tr th.aroma.finished {
	color: #333;
}
#development #point02 .wrap .composition thead tr th.natural {
	background: #e4e4e4;
}
#development #point02 .wrap .composition thead tr th+th {
	border-left: 1px solid #b3b3b3;
}
#development #point02 .wrap .composition thead tr:first-of-type th:last-of-type {
	border-right: 1px solid #b3b3b3;
	padding: 11px 0;
}
#development #point02 .wrap .composition thead tr:nth-of-type(2) th {
	font-weight: 700;
	padding: 8px 0;
}
#development #point02 .wrap .composition thead tr:nth-of-type(2) th.mark {
	border-left: 2px solid #71a36c;
	border-right: 2px solid #71a36c;
	border-top: 2px solid #71a36c;
}
#development #point02 .wrap .composition thead tr:nth-of-type(3) th:nth-of-type(3) {
	border-left: 2px solid #71a36c;
	font-weight: 700;
}
#development #point02 .wrap .composition thead tr:nth-of-type(3) th:nth-of-type(4) {
	border-right: 2px solid #71a36c;
	color: #eb5c59;
	font-weight: 700;
	padding: 8px 0;
}
#development #point02 .wrap .composition tbody tr:first-of-type th, #development #point02 .wrap .composition tbody tr:nth-of-type(5n+1) th {
	padding-top: 20px;
	width: 118px;
}
#development #point02 .wrap .composition tbody tr:first-of-type td {
	padding-top: 30px;
}
#development #point02 .wrap .composition tbody tr:nth-of-type(5n) th {
	padding-bottom: 22px;
}
#development #point02 .wrap .composition tbody tr:nth-last-of-type(2) th {
	padding: 13px 0;
}
#development #point02 .wrap .composition tbody tr th {
	background: #fafafa;
	font-weight: 700;
	padding: 9px 0;
	text-align: center;
}
#development #point02 .wrap .composition tbody tr td {
	border-left: 1px solid #b3b3b3;
	text-align: center;
	vertical-align: middle;
	width: 93px;
}
#development #point02 .wrap .composition tbody tr td:nth-of-type(6) {
	border-left: 2px solid #71a36c;
	font-weight: 900;
}
#development #point02 .wrap .composition tbody tr td:nth-of-type(7) {
	border-right: 2px solid #71a36c;
	color: #ec4a4a;
	font-weight: 900;
}
#development #point02 .wrap .composition tbody tr:nth-of-type(5n+1) {
	border-top: 1px dotted #000;
}
#development #point02 .wrap .composition tbody tr:last-of-type {
	background: #f4f4f4;
	border-bottom: 1px solid #b3b3b3;
	border-top: 2px solid #b3b3b3;
}
#development #point02 .wrap .composition tbody tr:last-of-type th {
	background: #f4f4f4;
	color: #6aa164;
	font-weight: 700;
	padding: 13px 0;
}
#development #point02 .wrap .composition tbody tr:last-of-type td {
	padding: 13px 0;
}
#development #point02 .wrap .composition tbody tr:last-of-type td:nth-of-type(-n+3) {
	color: #6aa164;
	font-weight: 700;
}
#development #point02 .wrap .composition tbody tr:last-of-type td:nth-of-type(6) {
	border-bottom: 2px solid #71a36c;
	color: #6aa164;
	font-weight: 900;
}
#development #point02 .wrap .composition tbody tr:last-of-type td:nth-of-type(7) {
	border-bottom: 2px solid #71a36c;
	color: #ec4a4a;
	font-weight: 900;
}
#development #point02 .desc {
	border: 1px dotted #000;
	color: #333;
	letter-spacing: .08em;
	margin: 0 15px 17px;
	padding: 12px 14px 13px;
}
#development #point02 .desc strong {
	font-size: 1.6rem;
	font-weight: 700;
}
#development #point02>.txt {
	letter-spacing: .08em;
	line-height: 1.64;
	margin: 0 15px 17px;
}
#development #point02>.txt strong {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.53;
}
#development #point02>.txt strong.strong01 {
	color: #6aa164;
}
#development #point02>.txt strong.strong02 {
	color: #ec4a4a;
}
#development #point02>.txt strong.strong03 {
	color: #333;
}
#development #point02 .inner02 {
	margin: 0 15px 0;
}
#development #point02 .inner02 .pic {
	float: right;
	width: 118px;
}
#development #point02 .inner02 .txt {
	letter-spacing: .08em;
	line-height: 1.64;
	margin-bottom: 25px;
}
#development #point02 .inner02 .txt p+p {
	margin-top: 33px;
}
#development #point02 .inner02 .txt strong {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.53;
}
#development #point02 .inner02 .txt strong span {
	font-size: 1.7rem;
}
#development #point02 .inner02 .txt strong.strong01 {
	color: #6aa164;
}
#development #point02 .inner02 .txt strong.strong02 {
	color: #ec4a4a;
}
#development #point02 .inner02 .txt strong.strong03 {
	color: #333;
}
#development #point02 .inner02 .txt strong.strong03 {
	color: #333;
}
#development #point02 .inner02 .conclusion {
	border: 2px solid #ccc;
	letter-spacing: .08em;
	padding: 11px 14px 15px;
}
#development #point02 .inner02 .conclusion strong {
	color: #ec4a4a;
	font-size: 1.5rem;
	font-weight: 700;
	background: #fceded;
}
#development #point02 .inner02 .conclusion span {
	background: #fceded;
}
#development #point02 .inner02 .conclusion span span {
	color: #ec4a4a;
}
#development #point02 .inner02 .conclusion strong span {
	color: #000;
}
#development #point02 .inner02 .conclusion .notes {
	font-size: 1rem;
	line-height: 1.9;
	margin: 18px 0 0;
	padding: 0;
}
#development #point02 .inner02 .conclusion .notes:before {
	content: "";
}
#development #component {
	background: #f0f0f0;
	color: #666;
	font-size: 1.3rem;
	line-height: 1.69;
	padding: 11px 15px 20px;
}
#feature .featureList>li>.subheading .tit em {
	font-size: 1.7rem;
}

@media screen and (min-width: 600px) {
	.mainImgWrap {
		position: relative;
		width: 100%;
	}
	.mainImgWrap .btn {
		position: absolute;
		right: 15px;
		top: 15px;
		width: 250px;
	}
	.mainImgWrap .btn a:hover {
		opacity: .8;
	}
	#point {
		background: url(../img/home/bg_home01_pc.png) center center no-repeat;
		background-size: cover;
		padding: 45px 0 38px;
	}
	#point .heading {
		margin-bottom: 29px;
	}
	#point .pointList {
		margin: 0 auto;
		width: 1040px;
	}
	#point .pointList li {
		border: 3px solid #eeebea;
		float: left;
		width: 325px;
	}
	#point .pointList li .pointNum {
		font-size: 1.6rem;
		padding: 18px 0 17px;
	}
	#point .pointList li .body {
		font-size: 1.8rem;
		line-height: 2.22;
		padding: 21px 0;
	}
	#point .pointList li .body strong {
		display: inline-block;
		font-size: 2.6rem;
		line-height: 1.54;
		vertical-align: baseline;
	}
	#point .pointList li .body em {
		font-size: 2rem;
		font-weight: 700;
		line-height: 2;
	}
	#point .pointList li+li {
		margin: 0 0 0 23px;
	}
	#point .pointList li:first-of-type .body {
		padding: 60px 0 37px;
	}
	#point .pointList li:nth-of-type(2) .body {
		padding-top: 40px;
	}
	#product {
		padding: 51px 0 50px;
	}
	#product .productList {
		margin: 0 auto;
		width: 1040px;
	}
	#product .productList li {
		padding: 22px 25px 25px 20px;
	}
	#product .productList li .data {
		float: left;
		margin-bottom: 0;
		width: 640px;
	}
	#product .productList li .data .productImg {
		margin-right: 21px;
		width: 70px;
	}
	#product .productList li .data .name {
		float: left;
		font-size: 1.8rem;
		font-weight: 500;
		padding-top: 14px;
	}
	#product .productList li .data .name .volume {
		font-size: 1.8rem;
	}
	#product .productList li .data .price {
		float: right;
		font-size: 7rem;
		margin-top: 5px;
	}
	#product .productList li .data .price img {
		vertical-align: bottom;
		width: 32px;
	}
	#product .productList li .data .price .off {
		padding: 15px;
		font-size: 2rem;
		margin-right: 20px;
		border: 3px solid #ec4a4a;
	}
	#product .productList li .btn {
		float: right;
		margin-top: 2px;
		width: 340px;
	}
	#product .productList li .btn a:hover {
		opacity: .8;
	}
	#product .productList li+li {
		margin-top: 20px;
	}
	#feature {
		background: url(../img/home/bg_feature03.png) center center no-repeat;
		background-size: cover;
		padding: 67px 0 88px;
	}
	#feature .heading {
		margin-bottom: 32px;
	}
	#feature .heading .ja em {
		font-size: 2.8rem;
	}
	#feature .featureList {
		margin: 0 auto;
		width: 1200px;
	}
	#feature .featureList>li {
		border: 1px solid #414442;
		padding: 80px 80px 75px;
	}
	#feature .featureList>li>.pic {
		float: right;
		margin-bottom: 0;
		width: 420px;
	}
	#feature .featureList>li .body {
		padding: 0;
	}
	#feature .featureList>li .body .crossheading {
		margin-bottom: 45px;
	}
	#feature .featureList>li .body .crossheading .num {
		font-size: 2.2rem;
		line-height: 1;
		margin-bottom: 21px;
		padding: 0 48px 0 51px;
		width: 28px;
	}
	#feature .featureList>li .body .crossheading .num:before {
		width: 30px;
	}
	#feature .featureList>li .body .crossheading .num:after {
		width: 30px;
	}
	#feature .featureList>li .body .crossheading .tit {
		font-size: 5rem;
		line-height: 1.2;
	}
	#feature .featureList>li .body .crossheading .tit span {
		font-size: 4.6rem;
	}
	#feature .featureList>li .body .crossheading .tit em {
		font-size: 3.5rem;
	}
	#feature .featureList>li .body .crossheading .sub {
		font-size: 2.4rem;
		margin-left: 8px;
	}
	#feature .featureList>li .body .copy {
		font-size: 2.8rem;
		line-height: 1.42;
		margin-bottom: 19px;
		padding-right: 495px;
	}
	#feature .featureList>li .body .copy strong {
		font-size: 1.85rem;
	}
	#feature .featureList>li .body .txt {
		font-size: 1.6rem;
		line-height: 2.13;
		margin-bottom: 0;
		padding-right: 490px;
	}
	#feature .featureList>li .body .txt em {
		font-size: 2rem;
		line-height: 1.7;
	}
	#feature .featureList>li .body .intro {
		border-bottom: 0;
		margin-bottom: 73px;
	}
	#feature .featureList>li .body .herb .subheading {
		background: url(../img/home/bg_feature01_pc.png) left top no-repeat;
		background-size: cover;
		font-size: 2.2rem;
		line-height: 1;
		margin-bottom: 38px;
		padding: 18px 0 22px;
	}
	#feature .featureList>li .body .herb .herbList {
		border-bottom: 1px solid #a8a8a8;
		margin-bottom: 73px;
		padding-bottom: 65px;
	}
	#feature .featureList>li .body .herb .herbList li {
		width: 120px;
	}
	#feature .featureList>li .body .herb .herbList li .pic {
		margin-bottom: 15px;
		width: 120px;
	}
	#feature .featureList>li .body .herb .herbList li .name {
		font-size: 1.4rem;
	}
	 #feature .featureList>li .body .herb .herbList li:not(:nth-of-type(3n)) {
	/*margin-right: auto;*/
	}
	 #feature .featureList>li .body .herb .herbList li:not(:nth-of-type(7n)) {
	/*margin-right: 31px;*/
	}
	 #feature .featureList>li .body .herb .herbList li:not(:nth-last-of-type(-n+3)) {
	/*margin-bottom: 0;*/
	}
	 #feature .featureList>li .body .herb .herbList li:not(:nth-last-of-type(-n+7)) {
	/*margin-bottom: 52px;*/
	}
	#feature .featureList>li .body .outro .txt {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 2.13;
		margin-bottom: 27px;
		padding-right: 0;
	}
	#feature .featureList>li .body .outro .txt strong.strong01 {
		font-size: 2rem;
		font-weight: 900;
		line-height: 1.7;
	}
	#feature .featureList>li .body .outro .txt strong.strong02 {
		font-size: 2rem;
		line-height: 1.7;
	}
	#feature .featureList>li .body .outro .txt strong.strong03 {
		font-size: 2rem;
		line-height: 1.7;
	}
	#feature .featureList>li .body .outro .txt strong.strong04 {
		font-size: 2rem;
		line-height: 1.7;
	}
	#feature .featureList>li .body .outro .txt span {
		font-size: 2.4rem;
	}
	#feature .featureList>li .body .outro .notes {
		font-size: 1.6rem;
		line-height: 2.13;
		padding: 9px 0 9px 20px;
	}
	#feature .featureList>li>.subheading {
		margin-bottom: 40px;
	}
	#feature .featureList>li>.subheading .sub {
		font-size: 2.4rem;
		line-height: 1.67;
		margin-bottom: 13px;
	}
	#feature .featureList>li>.subheading .tit {
		font-size: 5rem;
		line-height: 1.2;
	}
	#feature .featureList>li>.subheading .tit em {
		font-size: 3.5rem;
		font-weight: 400;
	}
	#feature .featureList>li>.subheading .tit strong em {
		font-size: 3.5rem;
		font-weight: 700;
	}
	#feature .featureList>li .oil {
		background: url(../img/home/bg_feature02_pc.png) left top no-repeat;
		background-size: cover;
		margin-bottom: 35px;
		padding: 36px 0 37px;
	}
	#feature .featureList>li .oil .oilList {
		padding: 0 500px 0 170px;
	}
	#feature .featureList>li .oil .oilList li {
		width: 144px;
	}
	#feature .featureList>li .oil .oilList li .pic {
		margin-bottom: 5px;
		width: 130px;
	}
	#feature .featureList>li .oil .oilList li .name {
		font-size: 1.8rem;
	}
	 #feature .featureList>li .oil .oilList li:not(:nth-of-type(2n)) {
	 margin-right: 78px;
	}
	 #feature .featureList>li .oil .oilList li:not(:nth-last-of-type(-n+2)) {
	 margin-bottom: 17px;
	}
	#feature .featureList>li+li {
		margin-top: 50px;
	}
	#feature .featureList>li:nth-of-type(2) .txt .strong03 {
		font-size: 2rem;
	}
	#feature .featureList>li:nth-of-type(3) {
		padding: 75px 80px 60px;
	}
	#feature .featureList>li:nth-of-type(3) .body .crossheading {
		margin-bottom: 30px;
		width: 100%;
	}
	#feature .featureList>li:nth-of-type(3) .body .crossheading .sub {
		margin-bottom: 12px;
		display: inline-block;
		width: auto;
	}
	#feature .featureList>li:nth-of-type(3) .body .pics {
		margin-bottom: 23px;
	}
	#feature .featureList>li:nth-of-type(3) .body .pics .pic {
		float: left;
		width: 510px;
	}
	#feature .featureList>li:nth-of-type(3) .body .pics .pic+.pic {
		margin: 0 0 0 18px;
	}
	#feature .featureList>li:nth-of-type(3) .body .txt {
		font-size: 1.6rem;
		line-height: 1.88;
		padding-right: 0;
		width: 100%;
	}
	#feature .featureList>li:nth-of-type(3) .body .txt strong {
		font-size: 2rem;
	}
	#shampoo {
		background: url(../img/home/bg_shampoo01_pc.png) left top no-repeat;
		background-size: cover;
		padding: 110px 0 105px;
	}
	#shampoo .inner {
		margin: 0 auto;
		position: relative;
		width: 1040px;
	}
	#shampoo .inner .heading {
		margin-bottom: 23px;
		padding-right: 450px;
		width: 590px;
	}
	#shampoo .inner>.txt {
		font-size: 1.6rem;
		line-height: 1.88;
		margin-bottom: 45px;
		padding-right: 450px;
		width: 590px;
	}
	#shampoo .inner>.txt .strong03 {
		font-size: 2rem;
	}
	#shampoo .inner .img {
		margin: auto;
		position: absolute;
		right: 0;
		top: -43px;
		width: 403px;
	}
	#shampoo .inner .warranty .crossheading {
		font-size: 3.6rem;
		padding: 30px 0 24px;
	}
	#shampoo .inner .warranty .crossheading span {
		font-size: 2.6rem;
	}
	#shampoo .inner .warranty .txt {
		font-size: 1.6rem;
		line-height: 1.88;
		padding: 15px 49px 29px 45px;
	}
	#development {
		padding: 85px 0 50px;
	}
	#development #point01 {
		margin: 0 auto;
		padding-bottom: 78px;
		width: 1040px;
	}
	#development #point01 .heading {
		margin-bottom: 0;
	}
	#development #point01 .feedstocks {
		margin: 0;
	}
	#development #point01 .feedstocks .crossheading {
		font-size: 2.4rem;
		margin-bottom: 25px;
		padding: 22px 0 21px;
	}
	#development #point01 .feedstocks .intro {
		font-size: 1.6rem;
		line-height: 1.88;
		margin-bottom: 30px;
		padding: 0 42px;
	}
	#development #point01 .feedstocks .inner {
		margin: 0 42px 38px;
	}
	#development #point01 .feedstocks .inner .txt {
		float: left;
		font-size: 1.6rem;
		letter-spacing: .08em;
		line-height: 1.88;
		margin-right: 21px;
		width: 602px;
	}
	#development #point01 .feedstocks .inner .txt p strong {
		font-size: 2rem;
		line-height: 1.7;
	}
	#development #point01 .feedstocks .caution {
		float: left;
		margin: 0;
		padding: 0 28px 19px 29px;
	}
	#development #point01 .feedstocks .caution .subheading {
		margin: -10px 0 11px;
		padding: 1px 13px 1px 11px;
	}
	#development #point01 .feedstocks .caution .ingredientList {
		margin-bottom: 8px;
	}
	#development #point01 .feedstocks .caution .ingredientList li {
		font-size: 1.6rem;
	}
	#development #point01 .feedstocks .caution .ingredientList li+li {
		margin-top: 5px;
	}
	#development #point01 .feedstocks .caution .notes {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	#development #point01 .feedstocks .desc {
		border: 3px solid #ccc;
		line-height: 2.13;
		margin: 0 40px 23px;
		padding: 25px 40px 30px 33px;
	}
	#development #point01 .feedstocks .desc strong {
		font-size: 2rem;
		line-height: 1.7;
	}
	#development #point01 .feedstocks .outro {
		font-size: 1.6rem;
		line-height: 2.13;
		padding: 0 40px 50px;
	}
	#development #point01 .feedstocks .outro strong {
		font-size: 2rem;
		line-height: 1.7;
	}
	#development #point01 .feedstocks .outro em {
		font-size: 2.8rem;
	}
	#development #point02 {
		margin: 0 auto 50px;
		padding-bottom: 44px;
		width: 1040px;
	}
	#development #point02 .inner01 {
		background: #dfecde;
		min-height: 411px;
		padding-bottom: 50px;
		padding-top: 3px;
		position: relative;
	}
	#development #point02 .inner01 .txt {
		font-size: 1.6rem;
		line-height: 2.13;
		margin-bottom: 0;
		padding: 0 425px 0 0;
	}
	#development #point02 .inner01 .txt strong {
		font-size: 2rem;
		line-height: 1.7;
	}
	#development #point02 .inner01 .notes {
		font-size: 1.4rem;
		margin: 0;
		padding: 0;
	}
	#development #point02 .inner01 .pic {
		margin: 0;
		position: absolute;
		right: 0;
		top: 194px;
		width: 386px;
	}
	#development #point02 .crossheading {
		font-size: 2.4rem;
		margin-bottom: 44px;
		padding: 22px 0 20px;
	}
	#development #point02 .wrap {
		margin: 0 auto 36px;
		width: 960px;
	}
	#development #point02 .wrap .composition {
		width: 960px;
	}
	#development #point02 .wrap .composition tbody tr:first-of-type th, #development #point02 .wrap .composition tbody tr:nth-of-type(5n+1) th {
		padding-top: 30px;
		width: 138px;
	}
	#development #point02 .wrap .composition tbody tr:nth-of-type(5n) th {
		margin-bottom: 28px;
	}
	#development #point02 .wrap .composition tbody tr:nth-of-type(5n) td {
		padding-bottom: 14px;
	}
	#development #point02 .wrap .composition tbody tr:nth-last-of-type(2) th {
		padding: 14px 0;
	}
	#development #point02 .wrap .composition tbody tr:nth-last-of-type(2) td {
		padding: 14px 0 !important;
	}
	#development #point02 .wrap .composition tbody tr th {
		background: #f4f4f4;
		padding: 5px 0;
	}
	#development #point02 .wrap .composition tbody tr:nth-of-type(5n+1) td {
		padding-top: 26px;
	}
	#development #point02 .desc {
		margin: 0 40px 23px;
	}
	#development #point02 .desc strong {
		font-size: 1.8rem;
	}
	#development #point02>.txt {
		font-size: 2rem;
		line-height: 1.7;
		margin: 0 40px 28px;
	}
	#development #point02>.txt strong {
		font-size: 2rem;
		line-height: 1.7;
	}
	#development #point02>.txt strong.strong03 span {
		font-size: 2.4rem;
	}
	#development #point02 .inner02 {
		margin: 0 40px 0;
	}
	#development #point02 .inner02 .pic {
		margin: 0 0 20px 44px;
		width: 236px;
	}
	#development #point02 .inner02 .txt {
		font-size: 1.6rem;
		line-height: 2.13;
		margin-bottom: 23px;
	}
	#development #point02 .inner02 .txt p+p {
		margin-top: 35px;
	}
	#development #point02 .inner02 .txt strong {
		font-size: 2rem;
		line-height: 1.7;
	}
	#development #point02 .inner02 .txt strong span {
		font-size: 2.4rem;
	}
	#development #point02 .inner02 .conclusion {
		font-size: 2rem;
		margin: 0;
		padding: 19px 35px 19px 38px;
	}
	#development #point02 .inner02 .conclusion strong {
		font-size: 2rem;
	}
	#development #point02 .inner02 .conclusion p {
		display: inline;
	}
	#development #point02 .inner02 .conclusion .notes {
		display: inline;
		font-size: 1.6rem;
		margin: 0;
	}
	#development #component {
		font-size: 1.4rem;
		line-height: 1.71;
		margin: 0 auto;
		padding: 20px 40px 34px 30px;
		width: 970px;
	}
}
/*!	コンバージョンエリア
================================================ */

.cv01 .cvTel {
	margin: 30px 27px 20px;
}
.cv01 .cvBtn02 {
	margin-top: 12px;
}

@media screen and (min-width: 600px) {
	.cv01 {
		padding: 50px 0 70px;
	}
	.cv01 .inner .cvIn {
		width: 960px;
		margin: 0 auto;
	}
	.mod_cv01 .inner .headingWrap {
		float: none;
	}
	.mod_cv01 .inner .headingWrap .pic {
		float: right;
	}
	.cv01 .inner .headingWrap .heading {
		float: left;
		width: 460px;
		margin-top: 90px;
		margin-bottom: 0;
		text-align: center;
	}
	.cv01 .inner .headingWrap .heading img {
		width: 410px;
	}
	.cv01 .inner .headingWrap .pic {
		width: 460px;
	}
	.cv01 .inner .headingWrap .pic img {
		width: 349px;
	}
	.cv01 .inner .credit {
		float: left;
		width: 460px;
		margin-top: 100px;
	}
	.cv01 .inner .cvContact {
		float: right;
		width: 460px;
	}
	.cv01 .inner .cvTel {
		margin: 0 0 22px;
	}
	.cv01 .inner .cvBtn a:hover {
		opacity: .8;
	}
}

/*!	common
================================================ */

@media screen and (max-width: 599px) {
	.viewPc {
		display: none;
	}
	.viewSp {
		display: block;
	}
}
.innerSp {
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width: 600px) {
	.innerSp {
		padding-left: 0;
		padding-right: 0;
	}
	.innerPc {
		width: 1040px;
		margin: 0 auto;
	}
}
/*input[type="text"], textarea {*/
input[type="text"], textarea, input[type="tel"], input[type="email"] {
	width: 100%;
	padding: 4px 5px 5px;
	font-size: 1.6rem;
	background: #f5f5f5;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
textarea {
	height: 120px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (min-width: 600px) {
	/*input[type="text"], textarea {*/
	input[type="text"], textarea, input[type="tel"], input[type="email"] {
		width: 100%;
		padding: 12px;
		font-size: 1.6rem;
		background: #f5f5f5;
		border: 1px solid #cccccc;
	}
	textarea {
		height: 210px;
	}
}
/*Radio Check*/

.radio label {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
}
.radio label {
	min-height: 25px;
	margin: 0 40px 0 0;
	padding-left: 20px;
	line-height: 25px;
}
.radio label {
	margin-right: 10px;
}
.radio label span {
	font-size: 2rem;
	font-weight: bold;
}
.check label {
	position: relative;
	cursor: pointer;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
}
.check label {
	min-height: 30px;
	margin: 0;
	padding-left: 20px;
	line-height: 30px;
}
/** before after **/

.radio label:before, .radio label:after {
	content: '';
	position: absolute;
	box-sizing: border-box;
}
.radio label:before, .radio label:after {
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
}
.radio label:before {
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	left: 0px;
	z-index: 3;
}
.radio label input[type="radio"], .radio label input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	z-index: 2;
	margin: 0px;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	outline: none;
}
.radio label:after {
	width: 12px;
	height: 12px;
	left: 2px;
	background: url(../img/home/ico_check01.png) no-repeat center center;
	background-size: contain;
	z-index: 1;
}
.radio label input[type="radio"], .radio label input[type="checkbox"] {
 left: calc(18px * -1);
	width: 18px;
	height: 18px;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
}
.radio label input[type="radio"], .radio label input[type="checkbox"] {
	box-shadow: 18px 0px #FFF;
}
/** checked forcus */

.radio label input[type="radio"]:checked, .radio label input[type="checkbox"]:checked {
	box-shadow: none;
}
.radio label input[type="radio"]:focus, .radio label input[type="checkbox"]:focus {
	opacity: 0.2;
}
.radio label input[type="radio"]:focus, .radio label input[type="checkbox"]:focus {
	box-shadow: 18px 0px #FFF;
}
/* check */

.check label:before, .check label:after {
	content: '';
	position: absolute;
	box-sizing: border-box;
}
.check label:before, .check label:after {
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
}
.check label:before {
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	left: 0px;
	z-index: 3;
}
.check label input[type="checkbox"], .check label input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	z-index: 2;
	margin: 0px;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	outline: none;
}
.check label input[type="checkbox"], .check label input[type="checkbox"] {
 left: calc(18px * -1);
	width: 18px;
	height: 18px;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
}
.check label input[type="checkbox"], .check label input[type="checkbox"] {
	box-shadow: 18px 0px #FFF;
}
/** checked forcus */

.check label input[type="radio"]:checked, .check label input[type="checkbox"]:checked {
	box-shadow: none;
}
.check label input[type="radio"]:focus, .check label input[type="checkbox"]:focus {
	opacity: 0.2;
}
.check label input[type="radio"]:focus, .check label input[type="checkbox"]:focus {
	box-shadow: 18px 0px #FFF;
}

@media screen and (min-width: 600px) {
	/*Radio Check*/
	.radio label {
		position: relative;
		cursor: pointer;
		display: inline-block;
		overflow: hidden;
		box-sizing: border-box;
	}
	.radio label {
		min-height: 25px;
		margin: 0 60px 0 0;
		padding-left: 20px;
		line-height: 25px;
	}
	.radio label {
		margin-right: 10px;
	}
	.check label {
		position: relative;
		cursor: pointer;
		display: inline-block;
		overflow: hidden;
		box-sizing: border-box;
	}
	.check label {
		min-height: 34px;
		margin: 0 14px 0 0;
		padding-left: 29px;
		line-height: 34px;
		min-width: 177px;
	}
	.check label.checkLong {
		min-width: 235px;
	}
	/** before after **/
	.radio label:before, .radio label:after {
		content: '';
		position: absolute;
		box-sizing: border-box;
	}
	.radio label:before, .radio label:after {
		top: 0px;
		bottom: 0px;
		margin-top: auto;
		margin-bottom: auto;
	}
	.radio label:before {
		width: 15px;
		height: 15px;
		border: 1px solid #ccc;
		left: 0px;
		z-index: 3;
	}
	.radio label:before {
		left: 5px;
	}
	.radio label:after {
		width: 12px;
		height: 12px;
		left: 2px;
		background: url(../img/home/ico_check01.png) no-repeat center center;
		background-size: contain;
		z-index: 1;
	}
	/** input **/
	.radio label input[type="radio"], .radio label input[type="checkbox"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		position: absolute;
		z-index: 2;
		margin: 0px;
		width: 15px;
		height: 15px;
		box-sizing: border-box;
		outline: none;
	}
	.radio label input[type="radio"], .radio label input[type="checkbox"] {
	 left: calc(18px * -1);
		width: 18px;
		height: 18px;
		top: 0px;
		bottom: 0px;
		margin-top: auto;
		margin-bottom: auto;
	}
	.radio label input[type="radio"], .radio label input[type="checkbox"] {
		box-shadow: 18px 0px #FFF;
	}
	/** checked forcus */
	.radio label input[type="radio"]:checked, .radio label input[type="checkbox"]:checked {
		box-shadow: none;
	}
	.radio label input[type="radio"]:focus, .radio label input[type="checkbox"]:focus {
		opacity: 0.2;
	}
	.radio label input[type="radio"]:focus, .radio label input[type="checkbox"]:focus {
		box-shadow: 18px 0px #FFF;
	}
	/* check */
	.check label:before, .check label:after {
		content: '';
		position: absolute;
		box-sizing: border-box;
	}
	.check label:before, .check label:after {
		top: 0px;
		bottom: 0px;
		margin-top: auto;
		margin-bottom: auto;
	}
	.check label:before {
		width: 20px;
		height: 20px;
		border: 1px solid #ccc;
		left: 0px;
		z-index: 3;
		box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	}
	#contactContents>.inner .list li .check label:after {
		left: 4px;
	}
	/** input **/
	.check label input[type="checkbox"], .check label input[type="checkbox"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		position: absolute;
		z-index: 2;
		margin: 0px;
		width: 15px;
		height: 15px;
		box-sizing: border-box;
		outline: none;
	}
	.check label input[type="checkbox"], .check label input[type="checkbox"] {
	 left: calc(18px * -1);
		width: 18px;
		height: 18px;
		top: 0px;
		bottom: 0px;
		margin-top: auto;
		margin-bottom: auto;
	}
	.check label input[type="checkbox"], .check label input[type="checkbox"] {
		box-shadow: 18px 0px #FFF;
	}
	/** checked forcus */
	.check label input[type="radio"]:checked, .check label input[type="checkbox"]:checked {
		box-shadow: none;
	}
	.check label input[type="radio"]:focus, .check label input[type="checkbox"]:focus {
		opacity: 0.2;
	}
	.check label input[type="radio"]:focus, .check label input[type="checkbox"]:focus {
		box-shadow: 18px 0px #FFF;
	}
}

/*!	レイアウト
================================================ */

@media screen and (min-width: 600px) {
	#feature {
		padding: 67px 0 90px;
		background: #bfdfcc url(../img/home/bg_feature03.png) center center no-repeat;
		background-size: cover;
	}
	#feature .featureIn {
		overflow: hidden;
		width: 1200px;
		margin: 0 auto;
	}
	#feature .featureContents {
		/*float: left;*/
			/*width: 910px;*/
		width: 1200px;
		background: none;
	}
	.featureSide {
		float: right;
		width: 270px;
	}
	#feature .featureList {
		/*width: 910px;*/
		width: 1200px;
	}
	#feature .featureList li:first-child .body .crossheading .sub {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		display: block;
		width: 255px;
		margin-left: 66px;
		margin-top: 15px;
	}
	#feature .featureList>li, #feature .featureList>li:nth-of-type(3) {
		padding: 50px;
	}
	#feature .featureList>li .body .crossheading {
		margin-bottom: 44px;
	}
	#feature .featureList>li .body .crossheading .tit {
		font-size: 4rem;
		letter-spacing: .05em;
	}
	#feature .featureList>li>.pic {
		width: 370px;
		padding-left: 35px;
		padding-bottom: 40px;
	}
	#feature .featureList>li .body .crossheading .sub {
		font-size: 1.85rem;
	}
	#feature .featureList>li .body .copy {
		padding-right: 0;
		font-size: 2.6rem;
	}
	#feature .featureList>li .body .txt {
		padding-right: 0;
	}
	#feature .featureList>li .body .herb .herbList li {
		/*margin-right: 17px !important;*/
		margin-right: 43px !important;
		margin-bottom: 25px !important;
	}
	#feature .featureList>li .body .herb .herbList li:nth-child(7n) {
		margin-right: 0 !important;
	}
	#feature .featureList>li .body .herb .herbList li:nth-child(n+15) {
		margin-bottom: 0 !important;
	}
	#feature .featureList>li>.subheading .tit {
		font-size: 4rem;
	}
	#feature .featureList>li .oil {
		padding: 0;
	}
	#feature .featureList>li .oil .oilList {
		/*padding: 35px 340px 32px 110px;*/
		padding: 120px 525px 32px 200px;
	}
	#feature .featureList>li .oil .oilList li {
		width: 156px;
		/*margin-right: 45px !important;*/
		margin-right: 61px !important;
	}
	#feature .featureList>li .oil .oilList li:nth-child(even) {
		margin-right: 0 !important;
	}
	#feature .featureList>li .oil .oilList li .pic {
		width: auto;
	}
	#feature .featureList>li:nth-of-type(3) .body .pics .pic {
		width: 395px;
	}
}
/*!	サイドメニュー
================================================ */

.featureSide {}
.featureSide .sidebar_list {
	overflow: hidden;
	padding: 10px 15px;
	background: #89c27f;
}
.featureSide .sidebar_list .sidebar_item {
	float: left;
	width: 48%;
	margin-bottom: 7px;
	background: #fff;
}
.featureSide .sidebar_list .sidebar_item {
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
}
.featureSide .sidebar_list .sidebar_item:after {
	content: "";
	position: absolute;
	display: block;
	right: 3px;
	bottom: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 9px 9px;
	border-color: transparent transparent #89c27f transparent;
}
.featureSide .sidebar_list .sidebar_item a {
	color: #333;
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
}
.featureSide .sidebar_list .sidebar_item:nth-child(even) {
	margin-left: 2%;
}
.featureSide .sidebar_list .sidebar_item:nth-child(odd) {
	margin-right: 2%;
}
div.sidebar_title {
	font-weight: bold;
	color: #fff;
	height: 40px;
	margin-top: 20px;
	line-height: 40px;
	text-align: center;
	background-color: #6ca367;
}

@media screen and (min-width: 600px) {
	.featureSide .sidebar_list {
		overflow: hidden;
		padding: 5px 5px 0px;
		background: #89c27f;
	}
	.featureSide .sidebar_list .sidebar_item {
		float: none;
		width: 100%;
		margin-bottom: 7px;
		background: #fff;
	}
	.featureSide .sidebar_list .sidebar_item:nth-child(even) {
		margin-left: 0;
	}
	.featureSide .sidebar_list .sidebar_item:nth-child(odd) {
		margin-right: 0;
	}
	.featureSide .sidebar_list .sidebar_item a {
		display: block;
		position: relative;
		padding: 10px;
		color: #333;
		font-size: 14px;
		line-height: 1.5;
		text-decoration: none;
		width: 100%;
	}
	.featureSide .sidebar_list .sidebar_item a:after {
		content: "";
		position: absolute;
		display: block;
		right: 3px;
		bottom: 3px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 9px 9px;
		border-color: transparent transparent #89c27f transparent;
	}
	.sidebar_title {
		font-size: 18px;
	}
	div.sidebar_title {
		height: 55px;
		line-height: 3em;
	}
}
/*!	ご注文フォーム
================================================ */

#contactform {
	padding-top: 30px;
	background: #d3e6d0;
}
#contactform .head {
	margin-bottom: 21px;
}
#contactform .head .ja {
	font-size: 2.3rem;
	font-weight: 700;
	text-align: center;
}
#contactform .head .en {
	position: relative;
	width: 70px;
	margin: 0 auto;
	text-align: center;
}
#contactform .head .en:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #a8a8a8;
}
#contactform .head .en span {
	position: relative;
	color: #a8a8a8;
	font-size: 1.1rem;
	letter-spacing: .2em;
	padding: 0 8px;
	background: #d2e6ce;
}
#contactform .present {
}
#contactform .label {
}
#contactform .submitArea {
}
#contactform table {
	background: #fff;
}
#contactform table th, #contactform table td {
	display: block;
	padding: 10px 15px;
}
#contactform table th {
	position: relative;
	font-weight: 700;
	background: #dfecde;
}
#contactform table th .any, #contactform table th .required {
	position: absolute;
	top: 8px;
	right: 15px;
	display: block;
	width: 28px;
	height: 15px;
}
#contactform table .form_postcode, #contactform table .form_pref {
	display: inline-block;
	vertical-align: middle;
}
#contactform table .form_postcode {
	width: 46%;
	margin-left: 8px;
	margin-right: 6px;
}
#contactform table .form_pref {
	width: 43%;
	padding: 5px 5px 6px;
	color: #ccc;
	border: 1px solid #ccc;
	border-radius: 0;
}
#contactform table .form_address {
	margin-top: 10px;
}
#contactform table .firstTime .tit {
	color: #6aa164;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .03em;
}
#contactform table .firstTime .caution {
	display: block;
	color: #ec4a4a;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .08em;
}
#contactform table .firstTime .list {
}
#contactform .submitArea {
	padding: 20px 0;
	text-align: center;
}
#contactform .submitArea input {
	display: inline-block;
	width: 190px;
	height: 45px;
	font-size: 0;
	background: url(../img/home/btn_confirm01_sp.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#contactform .submitArea #mhFormAdjust {
	background: url(../img/home/btn_back01_sp.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#contactform .submitArea #mhFormSend {
	background: url(../img/home/btn_send01_sp.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 20px;
}
#errorMsg {
	text-align: center;
}
#errorMsg .msg, #errorMsg .error {
	color: #da0000;
	font-weight: bold;
	margin-bottom: 14px;
}
.error {
	color: #da0000;
}

@media screen and (min-width: 600px) {
	#contactform {
		padding-top: 70px;
	}
	#contactform .head {
		margin-bottom: 21px;
	}
	#contactform .head .ja {
		font-size: 4rem;
	}
	#contactform .head .en {
		width: 174px;
	}
	#contactform .head .en span {
		font-size: 2rem;
		font-weight: 700;
		padding: 0 20px;
	}
	#contactform table th .any, #contactform table th .required {
		position: absolute;
		top: 44px;
		right: 30px;
		width: 46px;
		height: 26px;
	}
	#contactform table {
		margin-top: 30px;
		border: 1px solid #424441;
	}
	#contactform table th, #contactform table td {
		display: table-cell;
		padding: 42px 30px;
		border-bottom: 1px solid #b8bab7;
	}
	#contactform table tr:last-child th, #contactform table tr:last-child td {
		border-bottom: 1px solid #424441;
	}
	#contactform table th {
		width: 270px;
		font-size: 1.6rem;
		font-weight: 700;
	}
	#contactform table td {
		padding: 30px 40px;
		vertical-align: middle;
	}
	#contactform table .form_pref {
		padding: 14px 12px 15px;
	}
	#contactform table .firstTime .tit {
		font-size: 2rem;
	}
	#contactform table .firstTime .caution {
		display: inline-block;
		font-size: 1.6rem;
		margin-bottom: 6px;
	}
	#contactform .submitArea {
		padding: 50px 0 80px;
	}
	#contactform .submitArea input {
		display: inline-block;
		width: 320px;
		height: 77px;
		margin: 0 10px;
		background: url(../img/home/btn_confirm01_pc.png) no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		cursor: pointer;
	}
	#contactform .submitArea #mhFormAdjust {
		background: url(../img/home/btn_back01_pc.png) no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#contactform .submitArea #mhFormSend {
		background: url(../img/home/btn_send01_pc.png) no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#contactform .submitArea input:hover {
		opacity: .8;
	}
	#errorMsg .msg,  #errorMsg .error {
		font-size: 2rem;
	}
}
/*!	個人情報取り扱い
================================================ */

.privacy {
	background-color: #dfecde;
}
.privacy .privacyIn {
	padding: 40px 15px;
}
.privacy .privacypolicy {
	margin: auto;
	padding: 15px 20px;
	background-color: #fff;
}
.privacy .tit {
	font-size: 1.7rem;
	font-weight: bold;
}
.privacy .txt {
	margin: 5px 0;
	font-size: 1.3rem;
}
.privacy .list {
	font-size: 1.3rem;
}
.privacy .list .item {
	padding-left: 3em;
	text-indent: -3em;
}
.privacy .window {
	margin-top: 10px;
}
.privacy .windowTit, .privacy .windowTxt {
	display: inline-block;
}
.privacy .windowTit {
	font-weight: 700;
}

@media screen and (min-width: 600px) {
	.privacypolicy {
		width: 980px;
		height: auto;
		margin: auto;
		padding: 40px;
	}
	.privacy .tit {
		font-size: 20px;
	}
	.privacy .list {
		font-size: 16px;
		padding: unset;
	}
	.privacy .privacyIn {
		padding: 100px 0px;
	}
	.privacy .list .toku_in02 {
		font-weight: 700;
	}
}
/*!	アロマの香はこんな方にオススメ
================================================ */

#recommend {
	background: url(../img/home/bg_recommend_sp.png) left top no-repeat;
	background-size: cover;
	padding: 38px 9px 40px;
}
#recommend .heading .ja {
	color: #333;
	letter-spacing: .18em;
}
#recommend .inner .txtBox {
	background: #fff;
}
#recommend .inner .txtBox .crossheading {
	color: #fff;
	/*font-family: "Oswald", "Noto Sans Japanease", sans-serif;*/
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1;
	padding: 12px 0 13px;
	text-align: center;
}
#recommend .inner .txtBox .crossheading span {
	font-size: 1.5rem;
}
#recommend .inner .txtBox .txt {
	letter-spacing: .08em;
	padding: 10px 13px 20px 12px;
}
#recommend .inner .txtBox .txt strong {
	font-weight: 700;
}
#recommend .inner .txtBox.problem {
	border: 2px solid #90918f;
	position: relative;
	margin: 25px auto 30px;
}
#recommend .inner .txtBox.problem::after {
	position: absolute;
	content: "";
	background: url(../img/home/arrow_sp.png) center center no-repeat;
	left: 40%;
	width: 60px;
	height: 23px;
	background-size: contain;
}
#recommend .inner .txtBox.solution {
	/*border: 2px solid #89c27f;*/
	border: 2px solid #b18100;
}
#recommend .inner .txtBox.problem .crossheading {
	background: #90918f;
}
#recommend .inner .txtBox.solution .crossheading {
	/*background: #89c27f;*/
	background: #b18100;
}
#recommend .inner .txtBox.problem .txt strong {
	color: #ec4a4a;
}
#recommend .inner .txtBox.solution .txt strong {
	color: #b18100;
	font-size: 2.5rem;
}
#recommend .inner .txtBox.solution .txt span {
	font-weight: 800;
}
#recommend .inner .txtBox .txt ul li {
	position: relative;
	line-height: 3rem;
	padding-left: 2.5rem;
	border: none;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#recommend .inner .txtBox .txt ul li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#recommend .inner .txtBox.problem .txt .listProbrem li::before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 2rem;
	height: 3rem;
	background: url(../img/home/ico_cross.png) center center no-repeat;
	background-size: contain;
}
#recommend .inner .txtBox.solution .txt .listSolution li::before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 2rem;
	height: 3rem;
	background: url(../img/home/ico_circle.png) center center no-repeat;
	background-size: contain;
}
.linkMonitor{
  margin-top: 25px;
}

@media screen and (min-width: 600px) {
	#recommend {
		padding: 67px 0 90px;
		background: #bfdfcc url(../img/home/bg_recommend_pc.png) center center no-repeat;
		background-size: cover;
	}
	#recommend .recommendIn {
		overflow: hidden;
		width: 1200px;
		margin: 0 auto;
	}
	#recommend .recommendContents {
		float: left;
		width: 910px;
		background: none;
	}
	#recommend .recommendSide {
		float: right;
		width: 270px;
	}
	#recommend .inner {
		margin: 0 auto;
		position: relative;
		width: 910px;/*width: 1040px;*/
	}
	#recommend .inner .txtBox.problem {
		margin: 30px auto 40px;
	}
	#recommend .inner .txtBox.problem::after {
		position: absolute;
		content: "";
		background: url(../img/home/arrow_pc.png) center center no-repeat;
		left: 480px;
		bottom: -30px;
		width: 76px;
		height: 28px;
		background-size: contain;
	}
	#recommend .inner .txtBox .crossheading {
		font-size: 3.6rem;
		padding: 30px 0 24px;
	}
	#recommend .inner .txtBox .crossheading span {
		font-size: 2.6rem;
	}
	#recommend .inner .txtBox .txt {
		font-size: 1.6rem;
		line-height: 1.88;
		/*padding: 15px 49px 29px 45px;*/
		padding: 15px 40px 29px;
	}
	#recommend .inner .txtBox .txt ul li {
		float: left;
		/*width: 400px;*/
		width: 375px;
		/*margin: 10px 20px 0;*/
		margin: 10px 0 0;
	}
	#recommend .inner .txtBox .txt ul li:nth-child(odd) {
		margin-right: 15px;
		/*margin-left: 30px;*/
	}
	#recommend .inner .txtBox.solution .txt ul li:nth-child(11) {
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.linkMonitor{
		width: 560px;
		margin: 50px auto 0;
	}
	.linkMonitor a:hover{
		opacity: 0.7;
	}
}
/*!	サイドメニュー(アロマの香はこんな方にオススメ)
================================================ */
.recommendSide {
	margin-top: 30px;
}
.recommendSide .sidebar_list {
	overflow: hidden;
	padding: 10px 15px;
	background: #89c27f;
}
.recommendSide .sidebar_list .sidebar_item {
	float: left;
	width: 48%;
	margin-bottom: 7px;
	background: #fff;
}
.recommendSide .sidebar_list .sidebar_item {
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
}
.recommendSide .sidebar_list .sidebar_item:after {
	content: "";
	position: absolute;
	display: block;
	right: 3px;
	bottom: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 9px 9px;
	border-color: transparent transparent #89c27f transparent;
}
.recommendSide .sidebar_list .sidebar_item a {
	color: #333;
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
}
.recommendSide .sidebar_list .sidebar_item:nth-child(even) {
	margin-left: 2%;
}
.recommendSide .sidebar_list .sidebar_item:nth-child(odd) {
	margin-right: 2%;
}
div.sidebar_title {
	font-weight: bold;
	color: #fff;
	height: 40px;
	margin-top: 20px;
	line-height: 40px;
	text-align: center;
	background-color: #6ca367;
}

@media screen and (min-width: 600px) {
	.recommendSide {
		margin-top: 0;
	}
	.recommendSide .sidebar_list {
		overflow: hidden;
		padding: 5px 5px 0px;
		background: #89c27f;
	}
	.recommendSide .sidebar_list .sidebar_item {
		float: none;
		width: 100%;
		margin-bottom: 7px;
		background: #fff;
	}
	.recommendSide .sidebar_list .sidebar_item:nth-child(even) {
		margin-left: 0;
	}
	.recommendSide .sidebar_list .sidebar_item:nth-child(odd) {
		margin-right: 0;
	}
	.recommendSide .sidebar_list .sidebar_item a {
		display: block;
		position: relative;
		padding: 10px;
		color: #333;
		font-size: 14px;
		line-height: 1.5;
		text-decoration: none;
		width: 100%;
	}
	.recommendSide .sidebar_list .sidebar_item a:after {
		content: "";
		position: absolute;
		display: block;
		right: 3px;
		bottom: 3px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 9px 9px;
		border-color: transparent transparent #89c27f transparent;
	}
	.sidebar_title {
		font-size: 18px;
	}
	div.sidebar_title {
		height: 55px;
		line-height: 3em;
	}
}

/*!	トリートメントアロマオイル(バナー)
================================================ */
#aromaoil {
	background: #dfecde;
	padding-bottom: 40px;
}
#aromaoil .inner {}

#aromaoil .btn {
	padding: 0 15px;
	margin-top: 25px;
}
#aromaoil .btn a:hover{
	opacity: .8;
}
@media screen and (min-width: 600px) {
	#aromaoil {
		padding-bottom: 40px;
	}
	#aromaoil .inner {
		margin: 0 auto;
		position: relative;
		width: 1040px;
	}
	#aromaoil .btn {
		width: 1040px;
		padding: 0;
		margin: 50px auto 0;
		text-align: center;
	}
	#aromaoil .btn img {
		width: auto;
	}
}

/*!	池川クリニック院長との対談のご紹介
================================================ */
#introduction {
	background: url(../img/home/bg_intro_sp.png) left top no-repeat;
	background-size: cover;
	padding: 38px 9px 40px;
}
#introduction .introIn {}

#introduction .introIn .inner {
	background: #FFF;
	padding: 0 14px;
	margin-top: 25px;
}

#introduction .introIn .heading .ja {
	color: #333;
	letter-spacing: .18em;
}
#introduction .introIn .txtIntro {
	margin: 25px auto 30px;
	font-size: 1.6rem;
}
#introduction .introIn .txtIntro p{
	color: #6aa164;
	font-weight: 600;
	font-size: 2.4rem;
}
#introduction .introIn .txtIntro p .span01{
	font-size: 4rem;
	font-weight: 700;
	vertical-align: initial;
}
#introduction .introIn .txtIntro p .span02{
	font-size: 1.5rem;
	color: #333;
	padding: 0 0.5rem;
	vertical-align: baseline;
}
#introduction .introIn .txtIntro p .span03{
	background: linear-gradient(transparent 50%, #89c27f 200%);
	display: inline;
	/*padding: 0 2px 4px;*/
}

#introduction .introIn .videoBox .crossheading {
    color: #fff;
    font-family: "Oswald", "Noto Sans Japanease", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    padding: 12px 0 13px;
    text-align: center;
	background: #89c27f;
}
#introduction .introIn .videoBox .crossheading span {
    font-size: 1.5rem;
	display: block;
}

#introduction .introIn .videoBox .outerVideo {
	background: #f4f4f4;
	padding: 30px;
	box-sizing: border-box;
}

#introduction .introIn .videoBox .outerVideo .innerVideo {
	position: relative;
    max-width: 100%;
    padding: 56.25% 0 0 0;
    box-sizing: border-box;
}
#introduction .introIn .videoBox .outerVideo .innerVideo iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


#introduction .introIn .performers {
	box-sizing: border-box;
}
#introduction .introIn .performers .performer {
	padding: 15px 0;
}
#introduction .introIn .performers .performer  p span {
	display: block;
}
#introduction .introIn .performers .performer  p span:nth-child(2) {
	padding-left: 5rem;
}
#introduction .introIn .performers .photoDoctor {}

#introduction .introIn .dialogue {
	border: 2px solid #f4f4f4;
	position: relative;
	margin: 30px auto 15px;
	padding: 40px 10px 20px;
	text-align: center;
}
#introduction .introIn .dialogue .titDialogue {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	font-size: 2.5rem;
	font-weight: 800;
}
#introduction .introIn .dialogue .titDialogue span {
	padding: 0 20px;
	background: #FFF;
}
#introduction .introIn .dialogue .titDialogue span em{
	font-size: 1.8rem;
}

#introduction .introIn .dialogue .dialogueIn{}


#introduction .introIn .dialogue .dialogueIn ul li.dialogueL ol {
	counter-reset: item 0;
}
#introduction .introIn .dialogue .dialogueIn ul li.dialogueR ol {
	counter-reset: item 3;
}
#introduction .introIn .dialogue .dialogueIn ul li.dialogueL ol li,
#introduction .introIn .dialogue .dialogueIn ul li.dialogueR ol li{
	display: block;
	padding-left: 2rem;
    text-indent: -1rem;
	text-align: left;
	line-height: 2.5;
}
#introduction .introIn .dialogue .dialogueIn ul li.dialogueL ol li:before,
#introduction .introIn .dialogue .dialogueIn ul li.dialogueR ol li:before{
    content: counter(item) ". ";
    counter-increment: item;
}
#introduction .introIn .dialogue .dialogueIn ul li.dialogueL ol li a,
#introduction .introIn .dialogue .dialogueIn ul li.dialogueR ol li a{
	color: #76b070;
}

#introduction .introIn .bnrIntro{
	margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
	#introduction {
		padding: 67px 0 90px;
		background: #bfdfcc url(../img/home/bg_intro_pc.png)center center no-repeat;
		background-size: cover;
	}
	#introduction .introIn {
		width: 1040px;
		margin: 0 auto;
	}
	#introduction .introIn .performers .performer,
	#introduction .introIn .performers .photoDoctor {
		float: left;
	}
	#introduction .introIn .performers .performer {
		width: 572px;
	}
	#introduction .introIn .performers .photoDoctor {
		margin: 15px;
	}
	#introduction .introIn .dialogue {
		padding: 40px 45px 20px;
	}

	#introduction .introIn .dialogue .dialogueIn ul li.dialogueL,
	#introduction .introIn .dialogue .dialogueIn ul li.dialogueR {
		display: block;
		width: 435px;
		font-size: 1.8rem;
	}
	#introduction .introIn .dialogue .dialogueIn ul li.dialogueL {
		float: left;
	}
	#introduction .introIn .dialogue .dialogueIn ul li.dialogueR {
		float: right;
	}
}
