﻿@charset "utf-8";
@import url("https://www.armada-style.com/common/css/noto_sans_cjk_jp.css");

html {height: 100%;}
/*font*/
body {
	/*-webkit-text-size-adjust: 100%;*/
	font: 13px/1.5 -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', 'Noto Sans JP', YuGothic, Arial, 'メイリオ', Meiryo, sans-serif !important;}
}
.mt1 {
	margin-top: 1%;
}
.bold {
	font-weight: bold;
}
.thinline_Y {
	background: linear-gradient(transparent 60%, #ff0 0%);
}
/**/
.clearfix {
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.red{color:#f00;}
a, a img{transition:.5s ease;}

/*common*/

.kaigyou {display: inline-block;}
.txtred {color: rgb(255,0,0);}
/*common*/
h1 {
	position: relative;
	text-align: center;
	margin-top: 2%;
	border-bottom: #D1D1D1 3px solid;
}
/*pagetop*/
#page-top {
	position: fixed;
	z-index: 1000;
	bottom: 2%;
	right: 2%;
	font-size: 100%;
	font-weight: bold;
	background: rgba(49,173,44,0.6);
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 20px 10px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*アイテム画像*/
.footertel {
	color: rgba(255,134,0,1.00);
	font-size: 2rem
}
.footertel a:link {
	color: rgba(255,134,0,1.00);
	text-decoration: none
}
h2 {
	text-align: center;
	padding: 2%;
	margin-top: 0 !important;
	font-size: 1.2rem !important;
	color: #e84091;
}
h3 {
	background: #73cbd5;
	color: #fff;
	text-align: center;
	padding: 1%;
	margin-top: 1%;
	font-size: 1.02rem !important;
	margin-bottom: 0;
}
h4 {
	display: block;
	text-align: left;
	padding: 2%;
	margin-top: 5%;
	font-size: 1.2rem;
	background: #73cbd5;
	clear: both;
	overflow: hidden;
	color: #415bb;
	border-top: #415bb1 2px dotted;
}
/*エマーキットLab.--------------*/
#emaked h4 {
	background: #ffabd5;
	color: #e84091;
	font-weight: bold;
	font-size: 1.3rem;
}
/*いつかの石けんLab.--------------*/
#itsuka h2 {
	color: #069;
}
#itsuka h4 {
	background: #6cf;
	color: #069;
	font-weight: bold;
	font-size: 1.3rem;
}
h5 {
	display: block;
	text-align: left;
	padding: 0 1% 0 1%;
	margin: 2%;
	font-size: 1.2rem;
	color: #333333;
	border-bottom: 2px solid #333333;
	border-left: 8px solid #333333;
	clear: both;
	letter-spacing: 0;
	overflow: hidden
}
.info {
	font-size: 1.1rem;
	padding: 2% 5%;
	text-align: center;
	color: #fff;
	background: #0d8dbc;
}
.btn_wrap {
	text-align: center;
	margin: 2% auto;
}
.btn {
	text-align: center;
	margin-top: 2%
}
.btn input {
	margin: 0px auto;
	display: inline-block;
	color: #fff;
	background: -moz-linear-gradient(top, #5de000 0%, #2d8c02);
	background: -webkit-linear-gradient(top, #5de000 0%, #2d8c02);
	background: -ms-linear-gradient(top, #5de000 0%, #2d8c02);
	/*-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 2px solid #3a8c35;
-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 2px rgba(158,242,163,1);
-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 2px rgba(158,242,163,1);
box-shadow:0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 2px rgba(158,242,163,1);
text-shadow:0px -1px 0px rgba(0,255,81,0.4),0px 1px 0px rgba(255,255,255,0.3);*/
	text-decoration: none;
	line-height: 3rem;
	height: 3rem;
	font-size: 1.05rem;
	cursor: pointer;
	border: 0 none;
}
.btn input:hover {
	background: -moz-linear-gradient(top, rgba(93,224,0,0.8) 0%, rgba(45,140,2,0.8)); /* Firefox */
	background: -webkit-linear-gradient(top, rgba(93,224,0,0.8) 0%, rgba(45,140,2,0.8));/* safari Chrome */
	background: -ms-linear-gradient(top, rgba(93,224,0,0.8) 0%, rgba(45,140,2,0.8)); /* IE */
	text-decoration: none;
}
/* css checkbox01 */
.checkbox01-input {
	display: none;
}
.checkbox01-parts {
	padding-left: 30px;
	position: relative;
	line-height: 170%;
	font-size: 1.01rem;
}
.checkbox01-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	border-radius: 2px;
}
.checkbox01-input:checked + .checkbox01-parts {
	color: #0d8dbc;
}
.checkbox01-input:checked + .checkbox01-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 12px;
	height: 24px;
	transform: rotate(40deg);
	border-bottom: 3px solid #0d8dbc;
	border-right: 3px solid #0d8dbc;
}
input[type="text"]:focus, input[type="number"]:focus, texture:focus {
	box-shadow: 0 0 7px #3498db;
}
#contact dd input {
	border: 1px solid #999999;
	background: none;
	padding: 1% 2%
}
#contact dd input[type="file"] {
	border: 0px solid #999999;
}
#container {
	/*Footerfix用*/
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
.contents {
	/*Footerfix用*/
	min-height: calc(100vh - 10em);
	background: rgba(255,255,255,1.00);
	padding-bottom: 1%
}
.contents .txt {
	text-align: center;
	width: 96%;
	margin: 1.4em auto;
	font-size: 100%;
	line-height: 160%;
}
.contents .unit {
	display: block;
	margin: 10% auto 0;
	text-align: center;
	position: relative;
}
.contents .unit2 {
	display: block;
	clear: both;
}
.contents .unit2 img {
	float: left;
	width: 50%;
}
.contents .unit2 p {
	display: block;
	font-size: 1rem;
	line-height: 1.8;
	padding: 10% 5% 5% 10%
}
.contents .unit2 a{
	font-weight:600;
	color:#036;
	text-decoration:none;
	background:rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 60%, #3cf 0%) repeat scroll 0 0;
	background:rgba(0, 0, 0, 0) -o-linear-gradient(transparent 60%, #3cf 0%) repeat scroll 0 0;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #3cf 0%) repeat scroll 0 0;
}
.contents .unit2 a:hover{
	color:#069;
	background:rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 60%, #9cf 0%) repeat scroll 0 0;
	background:rgba(0, 0, 0, 0) -o-linear-gradient(transparent 60%, #9cf 0%) repeat scroll 0 0;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #9cf 0%) repeat scroll 0 0;
}
footer {
	/*Footerfix用*/
	bottom: 0;
	/*height: 26em;*/
	background: #fff;
}
#contact dl {
	margin-bottom: 2em
}
/*   */
#contact dl.check dt {
	background-image: none !important;
	padding: 1% 0 1% 3% !important;
}
.send {
	padding: 2% 10%;
	font-size: 1.01rem;
	line-height: 160%;
}
.copyright {
	background: #eee;
}
/*form　navi*/
/* バー式ステップ表示 */
.stepBar {
	font-size: 0.8rem;
	position: relative;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
 *zoom: 1;
}
.stepBar .step {
	position: relative;
	float: left;
	display: inline-block;
	/* line-height: 40px;
  padding: 0 40px 0 20px;*/
	line-height: 3em;
	padding: 0 0.5em 0 0.5em;
	background-color: #eee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
	position: absolute;
	left: -5px;
	display: block;
	content: '';
	background-color: #eee;
	border-left: 4px solid #FFF;
	width: 20px;
	height: 20px;
}
.stepBar .step:after {
	top: 0;
	-moz-transform: skew(15deg);
	-ms-transform: skew(15deg);
	-webkit-transform: skew(15deg);
	transform: skew(15deg);
}
.stepBar .step:before {
	bottom: 0;
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
}
.stepBar .step:first-child {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
	content: none;
}
.stepBar .step:last-child {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.stepBar .step.current {
	color: #FFF;
	background-color: #26bfa1;
}
.stepBar .step.current:before, .stepBar .step.current:after {
	background-color: #26bfa1;
}
.stepBar.step2 .step {
	width: 50%;
}
.stepBar.step3 .step {
	width: 33.333%;
}
.stepBar.step4 .step {
	width: 25%;
}
.stepBar.step5 .step {
	width: 20%;
}
input, textarea, select {
	border: none;
	background: none;
	outline: none;
}
/**/
textarea, input[type="text"] {
	width: 90%;
	background: #fff;
	border: 1px solid #5B5B5B;
	padding: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 1% auto
}
select {
	width: 100px;
	background: #fff;
	border: 1px solid #5B5B5B;
	padding: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 1% auto
}
label {
	padding: 5px;
	cursor: pointer;
}
hr.style01 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}
.error_messe {
	font-size: 1.1rem;
	line-height: 1.8;
}
#contact dt {
	position: relative;
	line-height: 1.5;
}
#contact dt.hissu:after {
	content: "必須";
	background: #D83F42;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 0.5% 1%;
	position: absolute;
	right: 1%;
	font-size: 0.8rem
}
.srcollbar {
	overflow: auto;
	width: 100%;
	height: 120px;
	padding: 5px;
	border: 1px solid #000;
	color: #000;
	font-size: 12px;
}
.w100 {
	width: 100%;
}
.shiny-button {
	display: inline-block;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.1;
	font-weight: normal;
	font-family: sans-serif;
	color: #fff;
	font-size: 200%;
	background-color: #73B10E;
	background-image: -webkit-linear-gradient(top, #76b60e 0%, #86c028 48%, #73B10E 49%, #73B10E 82%, #84cb10 100%);
	background-image: -moz-linear-gradient(top, #76b60e 0%, #86c028 48%, #73B10E 49%, #73B10E 82%, #84cb10 100%);
	background-image: -o-linear-gradient(top, #76b60e 0%, #86c028 48%, #73B10E 49%, #73B10E 82%, #84cb10 100%);
	background-image: linear-gradient(top, #76b60e 0%, #86c028 48%, #73B10E 49%, #73B10E 82%, #84cb10 100%);
	border-color: hsl(83, 29%, 37%);
	-webkit-box-shadow: inset 0 0 1px 1px #95e512, 0 0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 0 1px 1px #95e512, 0 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 1px 1px #95e512, 0 0 1px 3px rgba(0, 0, 0, 0.15);
	-webkit-text-shadow: 1px 1px 1px #365207;
	-moz-text-shadow: 1px 1px 1px #365207;
	-o-text-shadow: 1px 1px 1px #365207;
	text-shadow: 1px 1px 1px #365207;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15.600000000000001px 39px 15.600000000000001px 39px;
	transition:filter .5s ease;
}
.shiny-button:hover {
filter:brightness(1.2);
color:#fff;
text-decoration:none;
}
table.table01 {
	width: 100%;
	border-right: #BFBFBF solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background: #AFD3D3;
	color: #333;
	padding: 10px 15px;
	border-right: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
	text-align: center;
}
table.table01 tbody th {
	background: #AFD3D3;
	color: #333;
	padding: 10px 15px;
	border-bottom: #FFF solid 1px;
	vertical-align: top;
	font-weight: bold;
}
table.table01 tbody td {
	font-size: 1rem;
	background: #FFF;
	padding: 10px 15px;
	border-left: #BFBFBF solid 1px;
	border-bottom: #BFBFBF solid 1px;
	vertical-align: top;
	text-align: center;
}
table.table01 tbody td p {
	color: rgb(255,0,0);
	text-align: right;
}
/*QA*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_qa {
	margin: 0 0 2em 20px;
	padding: 1em 1em 0.5em 1em;/*background: #e1f5fe;*/
}
.cp_qa h1 {
	font-size: 1.2em;
	text-align: left;
	position: relative;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: -26px;
	padding: 0.3em;
	color: #fff;
	background-color: #42a5f5;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.cp_qa h1::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent #1976d2 transparent transparent;
}
.cp_qa dl {
	margin: 0;
}
.cp_qa dt {
	margin-right: 1.5em;
	margin-bottom: 0.5em;
	padding: 0.2em 0.5em 0.5em 2em;
	border-radius: 0.2em;
	background: #ffb74d;
	margin-top: 0
}
.cp_qa dd {
	margin-bottom: 0.3em;
	margin-left: 0;
	padding: 0.5em 1em 1.5em 3em;
}
/* QAアイコン */
.cp_qa dt::before, .cp_qa dd::before {
	font-size: 1.5em;
	color: #fff;
}
.cp_qa dt::before {
	margin: 0.3em 0.3em 0 -1em;
	content: 'Q';
}
.cp_qa dd::before {
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'A';
	border-radius: 0.2em;
	background: #00bcd4;
}
/*インスタ埋め込み*/
.unit_insta {
	width: 96% !important;
	margin: 2% auto 2%;
	padding: 1%;
	display: block;
	text-align: center;
	background: #F3E6E7;
}
.unit_insta li {
	width: 25% !important;
	display: inline-block !important;
	vertical-align: top;
}
.unit_insta li iframe {
	min-width: 25% !important;
}
/*画像切り替え*/
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
/*　you　tube*/
.youtube iframe {
	width: 96%;
	margin: 2% auto;
	display: block;
}
/*menu*/
#menu {
	/*js*/
	-js-display: flex;
	/**/
	display: flex;
	display: -webkit-flex;
	display: flexbox;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/**/
	justify-content: center;
	/*justify-content:space-around;*/
	align-items: stretch;/**/




}
#menu li {
	word-break: break-all;
	/*５カラム
width:19%;*/
 /*4カラム
width:24%;*/

	width: 32%;
	text-align: center;
	color: #333;
	margin: 3px;
	padding: 0;
	border-radius: 5px;
	position: relative;
	background: #5bc0de;
	-webkit-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	height: 3em;
	line-height: 3em;
	font-size: 1.1rem
}
/*カラム制御５カラム以下*/
#menu li::after {
	content: "";
	display: block;
	width: 19%;
}
#menu li.empty {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
/*
#menu li:after{
font-family: 'Font Awesome\ 5 Free';
content: "\f35a";
color: #fff;
}*/

#menu li a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	height: 3em;
	/*全体クリック*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 90%;
}
#menu li a:hover {
	display: block;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	height: 5em;
}
.information {
	font-size: 1.3rem;
	margin: 0 auto;
	width: 100%;
	background: #fdebd3;
	padding: 3%;
	color: #300e0e;
	letter-spacing: 0.05em
}
.information .unit {
	background: #fff;
	margin: 0 auto;
	padding: 2% 2% 2%;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
.information .unit .btn {
	background: #d57090;
	background-image: -webkit-linear-gradient(top, d57090, d57090);
	background-image: -moz-linear-gradient(top, d57090, d57090);
	background-image: -ms-linear-gradient(top, d57090, d57090);
	background-image: -o-linear-gradient(top, d57090, d57090);
	background-image: linear-gradient(to bottom, d57090, d57090);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #fff;
	background: #d57090;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	display: inline-block;
	font-size: 1.8rem;
	transition:.5s ease;
}
.information .unit .btn:hover {
	filter:brightness(1.2);
	text-decoration: none;
}
.information .unit .btn a {
	text-decoration: none;
	color: #fff;
}
.information .unit .txt {
	padding: 0;
	margin: 0 0 1%;
	font-size: 1.1rem;
	border-bottom: 1px solid #d57090;
	color: #d57090;
	text-align: center;
	letter-spacing: 0.05em
}
.tel-pc {
	font-size: 2rem;
}
.tel-mobile {
	display: none;
}
.information .tel-pc:before, .information .tel-mobile:before {
	font-family: 'Font Awesome\ 5 Free';
	content: "\f095";
	color: #300e0e;
	font-weight: bold;
}
.bnrarea {text-align: center;}
.bnrarea img {width: 100%;}
.bnrarea img.kakudai {
	width: 70%;
	margin: 0 auto;
}
.bnrarea2 {
	background: #ea5283;
	position: relative;
	width: 100%;
}
.bnrarea2 ul {
	padding: 14% 2% 2%;
}
.bnrarea2 li {
	display: inline-block;
	background: #ea5283;
	width: 48%
}
.bnrarea2 li img {
	width: 100%
}
.bnrarea2 li:nth-child(1) {
	margin-right: 2%;
}
/**/
.bnrarea3 {
	position: relative;
	width: 100%;
}
.bnrarea3 ul {
	padding: 0%;
}
.bnrarea3 li {
	display: inline-block;
	width: 50%
}
.bnrarea3 li img {
	width: 100%
}
.bnrarea3 li:nth-child(1) {
	margin-right: 0%;
}
.btnarea4 {
	position: relative;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 128.125%;
	background: url(/user_data/packages/raku2pc/img/emulsion/form_nn/el_21.jpg) 0 no-repeat;
	background-size: contain;
}
.btnarea4 .b4 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2%;
	width: 90%;
	margin: auto;
}
/*nnemaked用スタイル*/

.btnarea_ema_shokai_pc {
	position: relative;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 82%;
	background: url(../../form_nnemaked/img/ema_10.jpg) 0 no-repeat;
	background-size: contain;
}
.btnarea_ema_shokai_sp {
	position: relative;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 94.375%;
	background: url(../../form_nnemaked/img/ema_10SP.jpg) 0 no-repeat;
	background-size: contain;
}
.btnarea_ema_shokai_pc .b4, .btnarea_ema_shokai_sp .b4 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/*nnitsuka用スタイル*/

.btnarea_is_shokai_pc {
	position: relative;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 68.229%;
	background: url(../../form_nnitsuka/img/is_10.jpg) 0 no-repeat;
	background-size: contain;
}
.btnarea_is_shokai_sp {
	position: relative;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 73.542%;
	background: url(../../form_nnitsuka/img/is_10sp.jpg) 0 no-repeat;
	background-size: contain;
}
.btnarea_is_shokai_pc .b4, .btnarea_is_shokai_sp .b4 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.btnarea_is_shokai_pc .b4{
	top:400px;
	width:70% !important;
}
.btnarea_is_shokai_sp .b4 {
	top:200px;
}

@media screen and (max-width: 959px) {
	.btnarea_is_shokai_pc .b4{
	top:300px;
}
}

/**/

.iframe-content {
	position: relative;
	width: 100%;
 padding: calc(540/800*100%) 0 0;
	/*overflow: scroll;*/
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}
.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
.note {
	width: 96%;
	margin: 0 auto;
	margin-bottom: 1%
}
.box_voice {
	border: solid 1px #ffabd5;
	width: 96%;
	margin: 0 auto;
	height: 45vh;
	padding: 0.5em;
	overflow: auto;
	background: #FFF7F7;
}
.box_voice::-webkit-scrollbar {
 background:#ccc;
 width:30px;
}
.box_voice::-webkit-scrollbar-thumb {
 background:#FB6BDF;
}
.box_voice ul {
	padding: 3%
}
.box_voice ul li {
	margin-bottom: 2%;
	border-bottom: dotted 2px #ffabd5;
	font-size: 1rem
}
.box_voice ul li:before {
	font-family: 'Font Awesome\ 5 Free';
	content: "\f075";
	font-weight: 900;
	color: #ffabd5
}

/* いつかの石けんLab.-お客様の声 */
#itsuka .box_voice {
	border: solid 1px #0cf;
	background: #F9F6ED;
}
#itsuka .box_voice::-webkit-scrollbar {
 background:#ccc;
}
#itsuka .box_voice::-webkit-scrollbar-thumb {
 background:#0cf;
}
#itsuka .box_voice ul li {
	border-bottom: dotted 2px #0cf;
}
#itsuka .box_voice ul li:before {
	color: #0cf
}

/* いつかの石けんLab.-使い方 */
.tips {
	margin:3% auto;
}
.tips img {
	width:200px;
	margin:2% 2% 2% 0;
	float:left;
}
.tips p {
	margin:2%;
}
.tips p:after {
	claer:both;
}
.tips h3 {
	clear:both;
	margin-top:3%;
	text-align:left;
	font-weight:600;
}
.clear-element {
  clear: both;
}

/*_____________________________________________________________________________PC*/

@media screen and (min-width: 960px) {
body {
	background: url(../../img/BG.png) repeat-y center top;
	height: 100%;
	margin: 0;
}
/*
#wrap{
width: 1000px;
margin: 0 auto;
}*/
#container {
	background: rgba(255,255,255,1.00);
	width: 960px;
	margin: 0 auto;
}
.contents {
	width: 100%;
	margin: 0 auto;
}
.txt_read {
	margin: 3% 0;
	font-size: 131%
}
/*footer*/
#contact {
	width: 100%;
	margin: 0 auto 0;
}
#contact dl {
	width: 100%;
	overflow: hidden; /*float高さ確保*/
	border: 0px solid #9c3434;
	border-top: none;
	padding-bottom: 2%;
	margin-top: 5%;
}
#contact dt {
	text-align: left;
	width: 40%;
	float: left;
	padding: 1% 2% 1% 2%;
	border-top: 1px dotted #0d8dbc;
	font-weight: normal;
	line-height: 1.5rem;
	clear: left
}
#contact dd {
	width: 60%;
	float: left;
	padding: 1% 2% 1% 3%;
	border-left: 1px solid #fff; /*要素にあわせて*/
	border-top: 1px dotted #0d8dbc;
}
/*
#contact dt:nth-of-type(even){
background:#C6E4EB;
}
#contact dd:nth-of-type(even){
background:#C6E4EB;
overflow:visible
}	*/

#contact dd:after, .manufacturer dd:after {
	clear: both; /*float解除する設定*/
}
footer {
	width: 960px;
	margin: 0px auto;
	text-align: center
}
.footerinfo {
	padding: 2%;
	text-align: center;
	border-bottom: 1px solid rgba(134,134,134,1.00);
}
a[href^="tel:"] {
	pointer-events: none;
}
.copyright {
	padding: 1%;
	text-align: center;
}
}

/*_____________________________________________________________________タブレット*/

@media screen and (max-width: 959px) {
.kaigyou {
	display: block;
}
.txt_read {
	margin-top: 3%;
	padding: 3%;
}
#menu li a {
	font-size: 70%;
}
#contact dl {
	width: 100%;
	overflow: hidden; /*float高さ確保*/
	border: 0px solid #9c3434;
	border-top: none;
	background: rgba(255,255,255,1.00);
}
#contact dt {
	text-align: left;
	width: 40%;
	float: left;
	padding: 2% 0 1% 4%;
	border-top: 1px dotted #0d8dbc;
	font-weight: normal;
	clear: left;
}
#contact dt:after {
	content: "";
}
#contact dd {
	width: 60%;
	float: left;
	padding: 1% 3%;
	border-left: 1px solid #fff; /*要素にあわせて*/
	border-top: 1px dotted #0d8dbc;
	background: #fff;
}
#contact dd:after, .manufacturer dd:after {
	clear: both; /*float解除する設定*/
}
/*
#contact dd input{
width: 100%;
font-size: 0.8rem;
padding: 2%;
}*/
.btn {
	margin-top: 1%;
	text-align: center;
}
/*footer*/
footer {
	width: 100%;
	margin: 0px auto;
}
.footerinfo {
	padding: 2%;
	text-align: center;
	border-bottom: 1px solid rgba(134,134,134,1.00)
}
.footertel {
	font-size: 1.5rem
}
.copyright {
	padding: 1%;
	text-align: center;
}
.send {
	padding: 2% 5%;
}
}

/*
---------------------------------------------------------------------スマホ*/
@media screen and (max-width: 599px) {
img {
	width: 100%;
	height: auto;
}
/*fフォーカスで拡大をふせぐ*/
input, textarea, select:focus, textarea:focus, input:focus {
	font-size: 16px;
}
h2 {
	text-align: left;
	padding: 2%;
	margin-top: 0%;
	font-size: 0.9rem;
}
.info {
	font-size: 0.9rem;
	padding: 1% 2%;
	text-align: left;
}
#menu li a {
	font-size: 90%;
}
#contact dl {
	width: 100%;
	overflow: hidden;
	border-top: none;
	background: rgba(255,255,255,1.00);
}
#contact dt {
	text-align: left;
	width: 100%;
	float: none;
	padding: 1% 0 1% 5%;
	border-top: 1px dotted #ddd;
	font-weight: bold;
	background: #C6E4EB;
}
#contact dd {
	text-align: left;
	width: 100%;
	float: none;
	padding: 2% 4%;
	border-left: 1px solid #fff;
	border-top: 1px dotted #ddd;
	background: #fff;
}
#contact dd input {
	font-size: 1.08rem;
	font-weight: normal;
}
.shiny-button {
	font-size: 140%;
}
.unit_insta li {
	width: 90% !important;
	display: inline-block !important;
	vertical-align: top；
}
h5 {
	font-size: 1rem;
}
.contents .unit2 img {
	float: none;
	width: 80%;
	display: block;
	margin: 2% auto;
	text-align: center;
}
.contents .unit2 p {
	display: block;
	clear: both;
	line-height: 1.5;
	padding: 1% 5% 5%
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
/*QA*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_qa {
	margin: 0;
	padding: 0;/*background: #e1f5fe;*/
}
.cp_qa h1 {
	font-size: 1.2em;
	text-align: left;
	margin: 0;
	padding: 0.3em;
	color: #fff;
	background-color: #42a5f5;
	box-shadow: none;
}
.cp_qa h1::after {
	content: none
}
.cp_qa dl {
	margin: 0;
}
.cp_qa dt {
	margin: 0.5em 0.5em 0.5em;
	padding: 0.2em 0.5em 0.2em 2em;
	border-radius: 0.2em;
	background: #ffb74d;
	font-size: 1rem
}
.cp_qa dd {
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0.5em 1em 0em 3.5em;
	font-size: 0.9rem
}
/* QAアイコン */
.cp_qa dt::before, .cp_qa dd::before {
	font-size: 1.5em;
	color: #fff;
}
.cp_qa dt::before {
	margin: 0.3em 0.3em 0 -1em;
	content: 'Q';
}
.cp_qa dd::before {
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'A';
	border-radius: 0.2em;
	background: #00bcd4;
}
#menu li {
	word-break: break-all;
	width: 49%;
	margin: 1px;
	padding: 0;
	height: 3em;
}
#menu li {
	font-size: 0.8rem
}
.tel-pc {
	display: none;
}
.tel-mobile {
	display: block;
	;
	font-size: 2rem;
}
.bnrarea img.kakudai {
	width: 100% !important;
	margin: 0 auto;
}
.information {
	font-size: 1rem;
	letter-spacing: 0
}
.information .unit .txt {
	font-size: 1rem;
	letter-spacing: 0
}
.information .unit a {
	text-decoration: none;
	color: #300e0e;
}
.information .unit .btn {
	font-size: 1rem;
	letter-spacing: 0;
	padding: 8% 4%;
}
.contents .txt {
	text-align: left;
}
}
