@charset "utf-8";
/* -------------------------------
MAIN
------------------------------- */
#main.top {
	background: url(../images/bg_main01.jpg) no-repeat center center / cover;
}
#main .inn {
	margin-top: 3rem;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
/*	min-height: 56.5rem;*/
}
#main .inn .pic {
	width: 35rem;
	padding: 0 5rem;
	margin-top: 3rem;
	margin-bottom: -3rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#main .inn#laundry_p .pic {
	width: 45rem;
}
#main .inn#gift .pic {
	width: 50rem;
}
#main .inn .pic img {
	display: none;
	max-width: 100%;
	width: auto;
	max-height: 39rem;
}
#main .inn#laundry_p .pic img {
/*	width: 100%;*/
}
#main .inn .pic img:first-child {
	display: inline-block;
}
#main .inn .txt {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-right: 5rem;
	padding-top: 3rem;
	padding-bottom: 2rem;
}
#main .inn .txt h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 5.5rem;
	line-height: 1;
	margin-top: 1rem;
	word-break: keep-all;
}
#main .inn .txt h3 {
	display:none;
	font-family: Gothic MB101 Regular;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-top: 1rem;
}
#main .inn  .txt h3:first-of-type {
	display: block;
}
#main .inn .txt p.lead {
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
	margin-top: 1.5rem;
}
#main .inn .txt p.lead span {
	color: #4E9D29;
}
#main .inn .txt .icon {
	margin-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
}
#main .inn .txt .thumb {
	display: flex;
	flex-wrap: wrap;
	flex: 1 0 auto;
	align-items: flex-end;
}
#main .inn .txt .thumb li {
	border: 1px solid #ccc;
	width: 8rem;
	height: 8rem;
	margin-top: 1.5rem;
	margin-right: 1.5rem;
	padding: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
	cursor: pointer;
}
#main .inn .txt .thumb li.current {
	border-color: #5bb431;
}
#main .inn .txt .thumb li.mark {
	border: none;
	width: auto;
	height: auto;
	padding: 0;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: none;
	cursor: auto;
	align-items: flex-end;
	flex: 1 0 auto;
	margin-top: 1.5rem;
	pointer-events: none;
}
#main .inn .txt .thumb li.mark img {
	margin-left: 1.5rem;
}
#main .inn .txt .thumb li.mark img.bio {
	display: none;
}
#main .inn .txt .thumb li.mark img.bio.item1 {
	display: inline-block;
}
#main .inn .txt .label {
	display: inline-block;
	background: #ff0000;
	color: #fff;
	font-weight: bold;
	border-radius: 0.5rem;
	font-size:1.4rem;
	margin: 1rem 0 0;
	padding: 0.2rem 1.5rem;
}
#main .inn .txt .thumb li img {
	max-width: 100%;
	max-height: 100%;
}
#main .inn .txt .spec {
	margin-top: 2rem;
	display: flex;
	width: 100%;
    justify-content: space-between;
}
#main .inn .txt .spec li {
	display: none;
	border-top: 1px solid #ccc;
/*	border-bottom: 1px solid #ccc;*/
	padding: 2rem 0;
}
#main .inn .txt .spec li.spec1,
#main .inn .txt .spec li.spec2,
#main .inn .txt .spec li.spec3,
#main .inn .txt .spec li.spec4 {
	flex: 1 0 auto;
	padding-right: 2rem;
}
#main .inn .txt .spec li:first-child {
	display: block;
}
#main .inn .txt .spec li.howto {
	display: block !important;
	text-align: right;
	padding: 1rem 0 0;
}
#main .inn .txt .spec li.howto a {
	display: inline-block;
	margin-bottom: 0.5rem;
}
#main .inn .txt .spec li.howto a img {
    transition: all 0.4s ease;
    max-width: 100%;
    display: block;
}
#main .inn .txt .spec li.howto a:hover img {
	opacity: 0.8;
}
#main .inn .txt .spec h4 {
	display: inline-block;
	margin-right: 1.5rem;
	border: 1px solid #666;
	color: #666;
	border-radius: 10rem;
	padding: 0.2rem 1rem;
	font-size: 0.8em;
	vertical-align: middle;
	line-height: 1.2;
	text-align: center;
}
#main .inn .txt .spec li table {
/*	width: 100%;*/
}
#main .inn .txt .spec li table td {
	vertical-align: middle;
}
#main .inn#gift .txt .spec li table td {
	display: block;
	padding-left: 0;
}
#main .inn .txt .spec li table td p {
	display: inline-block;
	vertical-align: middle;
}
#main .inn .txt .spec li table td:last-child {
/*	text-align: right;	*/
	padding-left: 2.0rem;
}
#main .inn .txt .spec li table td.indent {
	padding-left: 16.75rem;
}
/*#main .inn .txt .spec li table td span {
	font-size: 1.5em;
	line-height: 0;
}*/

#main .inn .txt p {
	margin-top: 0.5rem;
	font-size: 1.6rem;
	line-height: 1.5;
}
#main .inn .shopWrap {
	width: 20rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	margin-right: 3rem;
}
#main .inn .shopWrap .shop {
	display: none;
	justify-content: flex-end;
}
#main .inn .shopWrap .shop:first-child {
	display: flex;
}
#main .inn .shop > ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	justify-content: flex-end;
	align-items: flex-end;
}
#main .inn .shop > ul > li {
	margin-top: 1rem;
	width: 100%;
}
#main .inn .shop > ul > li.tit {
	font-family: Gothic MB101 Regular;
	padding: 0 2rem;
	position: relative;
	text-align: center;
	font-size: 1.5rem;
}
#main .inn .shop > ul > li.tit::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: inline-block;
	width: 100%;
	height: 2px;
	margin-top: -2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 0;
	
}
#main .inn .shop > ul > li.tit span {
	display: inline-block;
	background: #fff;
	padding: 0 1rem;
	position: relative;
	z-index: 1;
}

#main .inn .shop > ul > li > a {
	width: 100%;
	height: calc(4800vw/1200);
	border: 1px solid #ccc;
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
	padding: 0 2rem;
}
#main .inn .shop > ul > li > a:hover {
	opacity: 0.6;
}
#main .inn .shop > ul li a img {
	max-height: calc(2800vw/1200);
	max-width: calc(8000vw/1200);
}
@media screen and (max-width: 1200px){
	#main .inn .txt .spec li table td.tit {
		width: calc( 8000vw / 1200);
	}
	#main .inn .shopWrap {
		width: calc( 20000vw / 1200);
	}
	#main .inn .txt .spec li table td p {
		font-size: calc( 3200vw / 1200);
	}
}
@media screen and (max-width: 1100px){
	#main .inn .txt .spec li table td {
		display: block;
		width: 100% !important;
		text-align: left !important;
	}
	#main .inn .txt .spec li table td.tit {
		margin-bottom: 0.5rem;
	}
}
@media screen and (max-width: 768px){
	#main,
	#main.top {
		width: 100%;
		min-height: 0;
		margin: 0 auto;
		padding: 1.5rem 1.5rem 3rem;
	}
	#main h1 {
		font-size: 2.6rem;
		letter-spacing: 0.2em;
		line-height: 1;
		margin-left: 0rem;
	}
	#main .inn {
		margin-top: 1rem;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		min-height: 0;
		padding: 1.5rem;
	}
	#main .inn .pic {
		width: 100%;
		padding: 0 2rem;
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#main .inn#laundry_p .pic,
	#main .inn#gift .pic {
		width: 100%;
	}
	#main .inn .pic img {
		max-width: 100%;
		width: auto;
		max-height: 20rem;
	}
	#main .inn#laundry_p .pic img {
		width: auto;
	}
	#main .inn .txt {
		padding: 0;
		flex: 1;
		display: flex;
		flex-direction: column;
		margin-right: 0;
	}
	#main .inn .txt h2 {
		font-size: 2.8rem;
		text-align: center;
		margin-top: 1.5rem;
	}
	#main .inn .txt h3 {
		font-size: 1.6rem;
		text-align: center;
	}
	#main .inn .txt h4 {
		font-size: 1.4rem;
	}
	#main .inn .txt .icon {
	}
	#main .inn .txt .icon li {
		margin-right: 1.5rem;
	}
	#main .inn .txt .icon li span {
	}
	#main .inn .txt p {
		margin-top: 0.2rem;
		font-size: 1.4rem;
	}
	#main .inn .txt .thumb {
		justify-content: center;
		margin-top: 1.5rem;
	}
	#main .inn .txt .thumb::after {
		content: "";
		display: none;
	}
	#main .inn .txt .thumb li {
		width: calc(79800vw / 3600);
		height: calc(79800vw / 3600);
		margin: 0 0.75rem 1.5rem;
	}
	#main .inn .txt .thumb li.mark {
		flex: 100%;
		text-align: left !important;
		justify-content: center;
		flex-wrap: wrap;
	}
	#main .inn .txt .thumb li.mark img {
		margin-left: 0;
		margin-top: 1.5rem;
	}
	#main .inn .txt .spec {
		margin-top: 0.5rem;
		flex-direction: column;
	}
	#main .inn .txt .spec li table {
		font-size: calc( 3200vw / 1200);
	}
	#main .inn .txt .spec li table td {
		display: table-cell;
		width: auto !important;
		text-align: left !important;
	}
	#main .inn .txt .spec li table td h4 {
		margin-right: calc(1500vw/768);
	}
	#main .inn .txt .spec li table td.indent {
		padding-left: 12.45rem;
	}
	#main .inn .txt .spec li.howto a {
		display: inline-block;
		margin-bottom: 0;
	}
	#main .inn .mark {
		width: 100%;
		display: flex;
		margin-bottom: 0;
		margin-right: 0;
		margin-top: 0;
	}
	#main .inn .mark ul {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		width: 100%;
	}
	#main .inn .mark ul li {
		margin-top: 0rem;
	}
	#main .inn .shopWrap {
		margin: 1.5rem 0 0;
		width: 100%;
	}
	#main .inn .shop {
		display: flex;
		align-items: flex-start;
		margin: 1.5rem 0 0;
		width: 100%;
	}
	#main .inn .shop > ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
	#main .inn .shop > ul > li {
		margin-top: 1.5rem;
		width: calc(50% - 0.75rem);
		display: flex;
	}
	#main .inn .shop > ul > li.tit {
		margin-top: 1.5rem;
		width: 100%;
		display: block;
	}
	#main .inn .shop > ul > li > a {
		height: 12vw;
		width: 100%;
		border: 1px solid #ccc;
		padding: 1.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: none;
		padding: 0 2rem;
	}
	#main .inn .shop > ul > li > a:hover {
		opacity: 1;
	}
	#main .inn .shop > ul li a img {
		max-height: 7vw;
		max-width: 25vw;
	}
}
/* -------------------------------
PRODUCT
------------------------------- */
#product {
	margin-top: 5rem;
}
#product .inn {
	max-width: 120rem;
	padding: 0;
	margin: 0 auto;
}
#product h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
#product p.lead {
	text-align: center;
	margin: 2rem auto 0;
}

#product .inn > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 5rem;
	position: relative;
}
#product .inn > ul::before {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 0;
	z-index: 3;
	left: 0;
	right: 0;
	background: #fff;
}
#product .inn > ul::after {
	content: "";
	display: block;
	width: calc(40000%/1200);
}
#product .inn > ul > li {
	width: calc(40000%/1200);
	margin-top: 5rem;
	padding-bottom: 5rem;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#product .inn > ul > li::before {
	content: "";
	display: block;
	position: absolute;
	width: 5rem;
	height: 1px;
	bottom: -1px;
	right: 0;
	background: #fff;
}
#product .inn > ul > li::after {
	content: "";
	display: block;
	position: absolute;
	width: 5rem;
	height: 1px;
	bottom: -1px;
	left: 0;
	background: #fff;
}
#product .inn > ul > li > div {
	display: block;
	position: relative;
	text-decoration: none;
	color: #000;
	padding: 2rem 5rem 0;
	height: 100%;
	border-right: 1px solid #ccc;
}
#product .inn > ul > li:nth-child(3n) div {
	border-right: none;
}

#product .inn > ul > li > div .pic {
	text-align: center;
}
#product .inn > ul > li > div .pic img {
	max-width: 100%;
/*	height: 15rem;*/
}
#product .inn > ul > li > div h2 {
	font-family: Gothic MB101 Regular;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.3;
}
#product .inn > ul > li > div p {
	font-size: 1.6rem;
	margin-top: 2rem;
}
#product .inn > ul > li > div p > small {
	display: inline-block;
	line-height: 1.7;
	margin: 1em 0 0;
}
#product .inn > ul > li > div .picLeft,
#product .inn > ul > li > div .picRight {
	margin-top: 2rem;
}
#product .inn > ul > li > div .picLeft p,
#product .inn > ul > li > div .picRight p {
	margin-top: 0;
}
#product .inn > ul > li > div .floatLeft {
	margin-right: 1rem;
	margin-bottom: 1rem;
}
#product .inn > ul > li > div .floatRight {
	margin-left: 1rem;
	margin-bottom: 1rem;
}
#product .inn > ul > li > div .floatL {
	float: left;
	width: 0px;
}
#product .inn > ul > li > div .floatR {
	float: right;
	width: 0px;
}
#product .inn > ul > li > div .top1 { height: 1.8em;}
#product .inn > ul > li > div .top2 { height: 3.6em;}
#product .inn > ul > li > div .top3 { height: 5.4em;}
#product .inn > ul > li > div .top4 { height: 7.2em;}
#product .inn > ul > li > div .floatL + .floatLeft {
	clear: both;
}
#product .inn > ul > li > div .floatR + .floatRight {
	clear: both;
}
#product .inn > ul > li > div .result {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	margin-top: 1.5rem;
}
#product .inn > ul > li > div .result dt {
    font-weight: bold;
    color: #fff;
    background: #4ea634;
    text-align: center;
    padding: 1rem 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#product .inn > ul > li > div .result dd {
    color: #4ea634;
    font-weight: bold;
	padding-left: 0.5rem;
	flex: 1;
}
#product .inn > ul > li > div .result dd p {
	font-size: 1.4rem;
	line-height: 1.3;
	margin-top: 0;
}
#product .inn > ul > li > div .result dd small {
	font-weight: normal;
	margin-top: 0.2rem;
	color: #000;
}
#product .inn > ul > li > div ul.mark {
	display: flex;
	margin-top: 1.5rem;
	margin-left: -1.5rem;
}
#product .inn > ul > li > div ul.mark li {
	margin-left: 1.5rem;
}
#product .inn > ul > li > div ul.mark li img {
	max-width: 100%;
}

#product dl.label {
	border: 1px solid #231815;
	margin: 3rem auto;
	padding: 3rem;
	width: 100%;
	max-width: 120rem;
}
#product dl.label dt {
	font-weight: bold;
	font-size: 1.6rem;
	text-indent: -0.5em;
}
#product dl.label dd {
	font-size: 1.6rem;
}
 .switch > div {
	display:none;
}
.switch > div.switch1 {
	display:block;
}
#product #caution a.btn {
	display: flex;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	max-width: 26rem;
	height: 5rem;
	position: relative;
	align-items: center;
	justify-content: space-between;
	margin: 3rem auto 0;
	color: #000;
	transition: all 0.4s ease;
	text-decoration: none;
}
#product #caution .btnBox {
	display: none;
}
#product #caution .btnBox.btn1 {
	display: block;
}
#product #caution a.btn:hover {
	opacity: 0.8;
}
#product #caution a.btn p {
	flex: 1;
	text-align: center;
	line-height: 1.2;
	padding: 0 0.4rem;
}
#product #caution a.btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5rem;
	display: inline-block;
	height: 0.5rem;
	width: 0.5rem;
	border-top: 3px solid #4e9e29;
	border-right: 3px solid #4e9e29;
	transform: rotate(45deg);
	vertical-align: middle;
	margin-top: -0.4rem;
	transition: all 0.4s ease;
}
#product #caution a.btn:hover::after {
	right: 1rem;
}
@media screen and (max-width: 920px){
	#product .inn > ul::after {
		display: none;
	}
	#product .inn > ul > li {
		width: 50%;
	}
	#product .inn > ul > li:nth-child(3n) div {
		border-right: 1px solid #ccc;
	}
	#product .inn > ul > li:nth-child(2n) div {
		border-right: none;
	}
}
@media screen and (max-width: 768px){
	#product {
		margin-top: 1.5rem;
	}
	#product .inn {
		padding: 1.5rem 1.5rem 1rem;
	}
	#product .inn p.summary {
		font-size: 1.4rem;
		line-height: 2;
		text-align: center;
		padding: 0;
	}
	#product .inn p.lead {
		text-align: left;
		margin-top: 1.5rem;
	}
	#product .inn > ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0;
		margin-bottom: 0;
		flex-direction: column;
		justify-content: flex-start;
	}
	#product .inn > ul > li {
		width: 100%;
		margin-top: 0.5rem;
		border-right: none;
		padding-bottom: 2.5rem;
	}
	#product .inn > ul > li::before,
	#product .inn > ul > li::after	{
		width: 2rem;
	}
	#product .inn > ul > li > div {
		padding: 1.5rem 3rem 0;
	}
	#product .inn > ul > li div p {
		font-size: 1.4rem;
		margin-top: 0;
	}
	#product .inn > ul > li div {
		border-right: none;
	}
	#product .inn > ul > li:nth-child(3n) div {
		border-right: none; 
	}
	#product .inn > ul > li div h2 {
		line-height: 1.3;
		margin-bottom: 1.5rem;
	}
	#product .inn > ul > li > div ul.mark {
		display: flex;
		margin-top: 1.5rem;
		margin-left: 0;
		justify-content: center;
	}
	#product .inn > ul > li > div ul.mark li {
		margin: 0 0.75rem;
	}
	#product .inn > ul > li > div ul.mark li img {
		max-width: 100%;
}
	#product dl.label {
		margin: 1.5rem 0;
		padding: 1.5rem;
	}
	#product dl.label dt {
		font-size: 1.6rem;
		text-indent: -0.5em;
	}
	#product dl.label dd {
		font-size: 1.4rem;
	}	
}
/* -------------------------------
SECONDARY
------------------------------- */
#secondary .inn h3 {
	text-align: center;
	font-size: 1.7rem;
    font-weight: bold;
    margin-top: 3rem;
}
#secondary .inn .picCenter .pic {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#secondary .inn .picCenter .pic figure {
	margin: 0 1.5rem;
}
#secondary .inn .picCenter .pic figure figcaption {
	margin-top: 1.5rem;
}
#secondary .inn ol {
	padding: 0 4rem;
}
#secondary .inn ol li {
	counter-increment: cnt;
	padding-left: 3rem;
	padding-top: 0.4rem;
	position: relative;
	margin-top: 1.5rem;
}
#secondary .inn ol li::before {
    content: counter(cnt) ".";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
    font-size: 1.6em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: italic;
    line-height: 1.2;
}
#secondary .inn ol li .picLeft, #secondary .inn ol li .picRight, #secondary .inn ol li .picCenter {
	padding: 0;
}
#secondary .inn ol li p {
	margin: 0;
	padding: 0;
	text-indent: -5.7rem;
    margin-left: 11.4rem;
}
@media screen and (max-width: 810px){
	#secondary .inn ol,
	#secondary .inn ol li .picLeft,
	#secondary .inn ol li .picRight,
	#secondary .inn ol li .picCenter,
	#secondary .inn .picLeft,
	#secondary .inn .picRight,
	#secondary .inn .picCenter
	{
		padding: 0;
	}
}
#secondary .check {
	background: #E9F6E3;
	padding: 3rem;
	margin-top: 3rem;
}
#secondary .check h2 {
	margin-top: 0;
	font-weight: bold;
	font-size: 2.2rem;
}
#secondary .check .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-top:2px solid #fff;
	padding: 3rem 0;
}
#secondary .check div.flex:first-of-type {
	margin-top: 3rem;
}

#secondary .check .flex .pic {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 3rem;
	flex: 1;
}
#secondary .check .flex .pic figure {
	text-align: center;
	margin: 0 1.5rem;
}
#secondary .check .flex .pic figure figcaption {
	line-height: 1.2;
	margin-top: 1rem;
}
#secondary .check .flex .txt {
	width: 50%;
}
#secondary .check .flex .txt h3 {
	font-weight: bold;
	text-align: left;
	margin-top: 0;
}
#secondary .check .flex .txt p {
	margin-top: 1.5rem;
	padding: 0;
}
#secondary .check .spFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 2px solid #fff;
}
#secondary .check .spFlex .flex {
	width: calc( ( 100% / 3 ) - 10px );
	border-top: 0;
}
#secondary .check div.flex:first-of-type {
	margin-top: 0;
}
#secondary .check .spFlex .flex .pic figure {
	margin: 0;
}
#secondary .check .spFlex .flex .pic figure img {
	width: auto;
	height: 90px;
}
#secondary .check .spFlex .flex .txt {
	width: 100%;	
}

@media screen and (max-width: 810px){
	#secondary .check {
		padding: 1.5rem;
	}
	#secondary .check .flex {
		flex-direction: column;
	}
	#secondary .check .flex .pic {
		flex-direction: row;
		align-items: flex-end;
		margin-bottom: 1.5rem;
		width: 100%;
	}
	#secondary .check .flex .pic figure {
		margin: 0 1.5rem;
	}
	#secondary .check .flex .pic figure img {
		width: 6rem;
	}
	#secondary .check .flex .txt {
		width: 100%;
	}
	#secondary .check .flex .txt p {
		margin-top: 0;
	}
	#secondary .check .spFlex .flex .pic figure img {
		width: auto;
		height: 50px;
	}

}
#secondary #materialWrap {
	border: 2px solid #4e9e29;
	padding: 3rem;
	margin-top: 3rem;
}
#secondary #materialWrap h2 {
	margin-top: 0;
	color: #4e9e29;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 3rem;
}
#secondary #materialWrap h2::after {
	content: "";
	display: block;
	height: 2px;
	width: 6rem;
	background: #aaa;
	align-self: center;
}
#secondary .material {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 3rem;
}
#secondary .material > div {
	width: calc(( 100% / 3 ) - 1.5rem );
}
#secondary .material > div figure {
	text-align: center;
}
#secondary .material > div figure img {
	height: 20rem;
	width: auto;
}
#secondary .material > div div h3 {
	margin-top: 1.5rem;
	font-weight: bold;
	font-size: 2rem;
}
#secondary .material > div p {
	padding: 0 1rem;
}
#secondary .point {
	color: #4E9E24;
	display: inline-flex;
	align-items: center;
	font-weight: bold;
	margin-right: 1.5rem;
}
#secondary .point::after {
	display: inline-block;
	content: "";
	background: url("../images/ico_point01.png") no-repeat center center / contain;
	width: 3rem;
	height: 2rem;
	margin-left: 0.5rem;
}
#secondary #note01 {
	margin-top: 3rem;
}
#secondary #note01 .flex {
	display: flex;
	flex-wrap: wrap;
}
#secondary #note01 .flex .pic {
	margin-top: 3rem;
}
#secondary #note01 .flex .txt {
	flex: 1;
	margin-top: 1rem;
}
#secondary #note01 .flex .txt p {
	padding-left: 1.5rem;
	padding-right: 0;
	margin-top: 1.5rem;
}

#secondary #decarbo {
	margin: 0;
	padding: 6rem 0 0;
}
#secondary #decarbo.topcont {
	margin: 0;
	padding: 0rem 0 0;
}
#secondary #decarbo .sp-v {
	display: none;
}
#secondary #decarbo h1 {
	line-height: 1.5;
	padding-bottom: 0.25em;
	letter-spacing: -0.05em;
}
#secondary #decarbo a {
	position: relative;
	display: inline-block;
	margin-top: 0.5rem;
	margin-left: 5.5rem;
	margin-bottom: 2rem;
}
#secondary #decarbo a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1.5rem;
    display: inline-block;
    height: 0.5rem;
    width: 0.5rem;
    border-top: 3px solid #4e9e29;
    border-right: 3px solid #4e9e29;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-top: -0.4rem;
}
#secondary #decarbo .picCenter {
	margin: 2rem 0 !important;
}
#secondary #decarbo .picCenter.mark {
	margin: 3rem 0 !important;
}
#secondary #decarbo .table-area {
	margin-bottom: 5rem;
}
#secondary #decarbo table {
	width: 100%;
	margin-bottom: 3rem;
	border: 1px solid #4E9E29;
}
#secondary #decarbo table th {
	padding: 16px;
	background: #E8F6E3;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.3;
}
#secondary #decarbo table th span {
	font-size: 1.6rem;
}
#secondary #decarbo table td.color-text {
	color: #4E9E29;
}
#secondary #decarbo table td {
	padding: 16px;
	text-align: center;
	font-size: 2.2rem;
}
#secondary #decarbo table td span {
	font-size: 1.6rem;
}

@media screen and (max-width: 810px){
	#secondary #materialWrap h2 {
		font-size: 2rem;
	}
	#secondary #materialWrap {
		padding: 1.5rem;
	}
	#secondary .material {
		flex-direction: column;
	}
	#secondary .material > div {
		width: 100%;
		display: flex;
	}
	#secondary .material > div + div {
		margin-top: 3rem;
	}
	#secondary .material > div figure {
		margin-right: 1.5rem;
	}
	#secondary .material > div figure img {
		width: 10rem;
		height: auto;
		margin-top: 0.5rem;
	}
	#secondary .material > div p {
		margin-top: 0;
	}
	#secondary .material > div div h3 {
		margin-top: 0;
		font-size: 1.8rem;
		line-height: 1.2;
		text-align: left;
		padding: 0 1rem;
		margin-bottom: 1rem;
	}
	#secondary .inn ol li p {
		text-indent: -5.3rem;
    	margin-left: 10.6rem;
	}

	#secondary #decarbo {
		margin: 0;
		padding: 6rem 0 0;
	}
	#secondary #decarbo .sp-v {
		display: block;
	}
	#secondary #decarbo h1 {
		line-height: 1.5;
		padding-bottom: 0.25em;
		letter-spacing: -0.05em;
	}
	#secondary #decarbo a {
		position: relative;
		display: inline-block;
		margin-top: 0rem;
        margin-left: 1.5rem;
		margin-bottom: 2rem;
	}
	#secondary #decarbo a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -1.5rem;
		display: inline-block;
		height: 0.5rem;
		width: 0.5rem;
		border-top: 3px solid #4e9e29;
		border-right: 3px solid #4e9e29;
		transform: rotate(45deg);
		vertical-align: middle;
		margin-top: -0.4rem;
	}
	#secondary #decarbo .picCenter {
		margin: 2.5rem 0 !important;
	}
	#secondary #decarbo table {
		width: 100%;
		margin-bottom: 3rem;
		border: 1px solid #4E9E29;
	}
	#secondary #decarbo table th {
		padding: 16px;
		background: #E8F6E3;
		text-align: center;
		font-size: 2.2rem;
		line-height: 1.3;
	}
	#secondary #decarbo table th span {
		font-size: 1.6rem;
	}
	#secondary #decarbo table td.color-text {
		color: #4E9E29;
	}
	#secondary #decarbo table td {
		padding: 16px;
		text-align: center;
		font-size: 2.2rem;
	}
	#secondary #decarbo table td span {
		font-size: 1.6rem;
	}

	#secondary #note01 .flex {
		flex-direction: column;
		align-items: center;
	}
}

/* -------------------------------
250828HEマルチクリーナー
------------------------------- */
/* -------------------------------
PRODUCT
------------------------------- */
#product .icon_use {
	width: 50%;
	margin: 4rem auto;
	display: block;
}
@media screen and (max-width: 768px){
	#product .icon_use {
		width: 100%;
		margin: 3rem auto;
		display: block;
	}
}