@charset "utf-8";
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
}
#mainArea .pic {
	text-align: center;
	overflow: hidden;
}
#mainArea .pic img {
	min-width: 1200px;
	margin: 0 -100%;
}
#mainArea .contBox {
	position:absolute;
	left: 60px;
	top: 100px;
	padding: 0 0 0 15px;
}
#mainArea .contBox .txt {
}
#mainArea .contBox .txt h1 {
	font-size: 50px;
	font-size: 5.0rem;
	text-shadow: 0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1);
}
#mainArea .contBox .txt h1 span {
	font-size: 24px;
	font-size: 2.4rem;
	text-shadow: none;
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	color: #FFF;
	padding: 6px 15px;
	background:#0074C1;
	margin-right: 5px;
}
#mainArea .contBox .txt h1 small {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
}
#mainArea .contBox .txt h2 {
	width: 380px;
	margin-top: 30px;
	font-size: 22px;
	font-size: 2.2rem;
	text-shadow: 0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1);
	line-height: 1.6;
}
#mainArea .contBox .txt p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 20px;
	width: 380px;
	text-shadow: 0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1),0 0 2px rgba(255,255,255,1);
}
#mainArea .contBox .certification {
	margin-top: 130px;
}
#mainArea .contBox .certification ul li {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	text-align: center;
}
#mainArea .contBox .certification .detailLink {
	margin-top: 10px;
}
#mainArea .contBox .certification .detailLink p {
	margin-top: 8px;
	font-size: 12px;
	font-size: 1.2rem;
}
#mainArea .contBox .certification .detailLink p a {
	color: #fff;
}
#mainArea .contBox .certification .detailLink p:first-child {
	margin-top: 0;
}
#mainArea .contBox .certification2 {
	margin-top: 20px;
}
#mainArea .contBox .certification2 .detailLink p a {
	color: #0B0705;
}
#mainArea .contBox .point {
	margin-top: 10px;
}
#mainArea .bnrAsk {
	position: absolute;
	top:135px;
    right: 60px;
    width: 200px;
}
#mainArea .bnrAsk .banner {
	margin-bottom: 5px;
	text-align: center;
}
#mainArea .bnrAsk .banner a:hover {
	opacity: 0.7;
}
@media screen and (min-width: 768px){
#mainArea .ask_sp {
	display: none;
}
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	padding: 60px 0 30px 0;
	text-align: center;
}
#secondaryArea h1 {
	display: inline-block;
	padding-bottom: 10px;
	font-size: 28px;
	font-size: 2.8rem;
	position: relative;
}
#secondaryArea .lineup {
	margin-top: 35px;
}
#secondaryArea .std {
	margin-left: 20px;
}
#secondaryArea .lineup li {
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	font-size: 16px;
	font-size: 1.6rem;
}
#secondaryArea .lineup li img {
	margin-bottom: 15px;
}
#secondaryArea .specification {
	margin-top: 50px;
	background: url(/themes/yashinomi/images/bg_sandwall01.png) repeat 0 0;
	padding: 30px;
}
#secondaryArea .specification dl {
	padding-left: 120px;
}
#secondaryArea .specification dl dt {
	float: left;
	background: #fff;
	width: 70px;
	height: 25px;
	line-height: 25px;
	margin: 3px;
}
#secondaryArea .specification dl dd {
	float: left;
	margin: 3px;
	padding: 3px;
	min-width: 0;
	max-width: 64%;
	text-align: left;
}
#secondaryArea .specification dl dd:last-child {
	max-width: 880px;
}
#secondaryArea .specification .btns {
	margin-top: 40px;
}
#secondaryArea .specification .btns li {
	display: inline-block;
	margin: 0 7px;
}
#secondaryArea .specification .btns li a {
	display: inline-block;
	width: 340px;
	height: 50px;
	line-height: 2;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	border: 1px solid #000;
	transition: all 0.3s ease;
}
#secondaryArea .specification .btns li a:hover {
	opacity: 0.7;
}
#secondaryArea .specification .btns li.shopSearch a::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 21px;
	background: url(../images/ico_inquiry01.png) no-repeat 0 0;
	background-size: contain;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 27px;
}
#secondaryArea .specification .btns li.shopping a::before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 34px;
	background: url(../images/ico_shopping01.png) no-repeat 0 0;
	background-size: contain;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 23px;
}
#secondaryArea .specification .btns li.family a::before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 34px;
	background: url(../images/ico_family.png) no-repeat 0 0;
	background-size: contain;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 23px;
}
#secondaryArea .strongPoint {
	text-align: left;
	width: 720px;
	margin: 75px auto 0;
}
#secondaryArea .strongPoint dt {
	font-size: 28px;
	font-size: 2.8rem;
	margin-top: 25px;
	padding-left: 100px;
	position: relative;
}
#secondaryArea .strongPoint dd {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 35px;
	padding-left: 100px;
	line-height: 1.8;
}
#secondaryArea .strongPoint dd a {
	color: #4C99D1;
}
#secondaryArea .strongPoint dd .caution {
	margin-top: 25px;
	font-size: 13px;
	font-size: 1.3rem;
}
#secondaryArea .strongPoint dd ul {
	display:table;
}
#secondaryArea .strongPoint dd ul li {
	font-size: 13px;
	font-size: 1.3rem;
	width: 50%;
	display: table-cell;
}
#secondaryArea .strongPoint dd ul li img {
	float:left;
	vertical-align: middle;
}
#secondaryArea .strongPoint dd ul li a {
	font-size: 16px;
	font-size: 1.6rem;
}
#secondaryArea .strongPoint dt.point01::before {
	content: "";
	display: block;
	background: url(../images/ico_yashi01.png) no-repeat 0 0;
	background-size: contain;
	width: 53px;
	height: 38px;
	position: absolute;
	left: 33px;
	top: 0px;
}
#secondaryArea .strongPoint dt.point02::before {
	content: "";
	display: block;
	background: url(../images/ico_dishes01.png) no-repeat 0 0;
	background-size: contain;
	width: 49px;
	height: 40px;
	position: absolute;
	left: 34px;
	top: 0px;
}
#secondaryArea .strongPoint dt.point03::before {
	content: "";
	display: block;
	background: url(../images/ico_earth01.png) no-repeat 0 0;
	background-size: contain;
	width: 42px;
	height: 42px;
	position: absolute;
	left: 35px;
	top: 0px;
}
#secondaryArea .strongPoint dt.point04::before {
	content: "";
	display: block;
	background: url(../images/ico_environment01.png) no-repeat 0 0;
	background-size: contain;
	width: 52px;
	height: 51px;
	position: absolute;
	left: 32px;
	top: -3px;
}
#secondaryArea .strongPoint dt.point05::before {
	content: "";
	display: block;
	background: url(../images/ico_sixteen01.png) no-repeat 0 0;
	background-size: contain;
	width: 42px;
	height: 42px;
	position: absolute;
	left: 35px;
	top: 0px;
}
#secondaryArea .strongPoint dt.point06::before {
	content: "";
	display: block;
	background: url(../images/ico_baby01.png) no-repeat 0 0;
	background-size: contain;
	width: 47px;
	height: 48px;
	position: absolute;
	left: 37px;
	top: -3px;
}
#secondaryArea .strongPoint dt.point07::before {
	content: "";
	display: block;
	background: url(../images/ico_towel01.png) no-repeat 0 0;
	background-size: contain;
	width: 51px;
	height: 41px;
	position: absolute;
	left: 38px;
	top: -2px;
}
#secondaryArea .strongPoint dt.point08::before {
	content: "";
	display: block;
	background: url(../images/ico_foam01.png) no-repeat 0 0;
	background-size: contain;
	width: 44px;
	height: 43px;
	position: absolute;
	left: 40px;
	top: -2px;
}
#secondaryArea .strongPoint dt.point09::before {
	content: "";
	display: block;
	background: url(../images/ico_jokin01.png) no-repeat 0 0;
	background-size: contain;
	width: 42px;
	height: 42px;
	position: absolute;
	left: 35px;
	top: -2px;
}
#secondaryArea .strongPoint dt.point10::before {
	content: "";
	display: block;
	background: url(../images/ico_environment02.png) no-repeat 0 0;
	background-size: contain;
	width: 52px;
	height: 34px;
	position: absolute;
	left: 32px;
	top: 0px;
}
#secondaryArea .strongPoint dt.point11::before {
	content: "";
	display: block;
	background: url(../images/ico_wash01.png) no-repeat 0 0;
	background-size: contain;
	width: 48px;
	height: 41px;
	position: absolute;
	left: 38px;
	top: 0px;
}
#secondaryArea .strongPoint dt.point12::before {
	content: "";
	display: block;
	background: url(../images/ico_wethand01.png) no-repeat 0 0;
	background-size: contain;
	width: 45px;
	height: 42px;
	position: absolute;
	left: 37px;
	top: 0px;
}
#secondaryArea .strongPoint dt.point13::before {
	content: "";
	display: block;
	background: url(../images/ico_good01.png) no-repeat 0 0;
	background-size: contain;
	width: 43px;
	height: 36px;
	position: absolute;
	left: 36px;
	top: 0px;
}
/*----------------------------------
THIRDARY AREA
------------------------------------*/
#thirdaryArea {
	position: relative;
	margin-top: 75px;
}
#thirdaryArea .commitment #howto {
	background: #FFF;
	padding: 20px;
	text-align: left;
	margin-bottom: 20px;
	display: flex;
}
#thirdaryArea .commitment #howto p {
	margin: 10px 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
/*----------------------------------
USERVOICE
------------------------------------*/
#uservoice2 {
	text-align: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 75px;
}
#uservoice2 h1 {
	background: url(/themes/yashinomi/environment/images/bg_title01.png) no-repeat center bottom;
	background-size: contain;
	font-size: 30px;
	font-size: 3.0rem;
	text-align: center;
	width: 384px;
	height: 86px;
	margin: 0 auto 35px;
}
#uservoice2 h2 {
	font-size: 30px;
	font-size: 3.0rem;
}
#uservoice2 div {
	margin-top: 35px;
}
#uservoice2 p {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	background: #BCE8F8 url(../images/ico_voice.png) no-repeat center 25px;
	background-size: 92px auto;
	padding: 120px 3% 30px;
	width: 300px;
	line-height: 1.8;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	height: 300px;
	vertical-align: top;
}
#uservoice2 p.green {
	background: #CEEBBF url(../images/ico_voice.png) no-repeat center 25px;
	background-size: 92px auto;
	margin-right: 15px;
	margin-left: 15px;
}
/*----------------------------------
OTHER AREA
------------------------------------*/
#otherArea .otherLink {
	margin: 70px auto 25px;
	text-align: center;
}
#otherArea .otherLink li {
	display: inline-block;
	margin: 0 10px;
}
#otherArea .otherLink li a {
	transition: all 0.4s ease;
	text-decoration: none;
}
#otherArea .otherLink li a:hover {
	opacity: 0.7;
}
#otherArea .otherLink li dl {
}
#otherArea .otherLink li dl dt {
	display: table-cell;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	text-decoration: none;
	background: url(../images/bg_products01.png) no-repeat 0 0;
	background-size: contain;
	width: 134px;
	height: 84px;
	padding-left: 8px;
	padding-bottom: 15px;
	vertical-align: middle;
}
#otherArea .otherLink li:nth-child(2) dl dt,#otherArea .otherLink li:nth-child(5) dl dt,
#otherArea .otherLink li:last-child dl dt {
	width: 193px;
	background: url(../images/bg_products02.png) no-repeat 0 0;
	background-size: contain;
}
#otherArea .otherLink li dl dt small {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
}
#otherArea .otherLink li dl dd {
	margin-top: 2px;
}
#otherArea .otherLink li.current a {
	color: #fff;
}
#otherArea .otherLink li.current dl dt {
	background: url(../images/bg_products_current01.png) no-repeat 0 0;
	background-size: contain;
}
#otherArea .otherLink li.current:nth-child(2) dl dt,#otherArea .otherLink li.current:nth-child(5) dl dt,
#otherArea .otherLink li.current:last-child dl dt {
	background: url(../images/bg_products_current02.png) no-repeat 0 0;
	background-size: contain;
}
@media screen and (max-width: 1199px){
#secondaryArea .specification dl dd {
	max-width: 38%;
}
}
@media screen and (max-width: 767px){
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea .pic img {
	min-width: 100%;
	margin: 0;
}
#mainArea .contBox {
	position: relative;
	left: 0;
	top: 0;
	padding: 30px;
}
#mainArea .contBox .txt {
}
#mainArea .contBox .txt h1 {
	font-size: 2.8rem;
}
#mainArea .contBox .txt h1 small {
	display: block;
	font-size: 1.6rem;
}
#mainArea .contBox .txt p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 15px;
	width: 100%;
}
#mainArea .contBox .certification {
	margin-top: 20px;
}
#mainArea .contBox .certification ul li {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	text-align: center;
}
#mainArea .contBox .certification .detailLink {
	margin-top: 15px;
}
#mainArea .contBox .certification .detailLink p {
	margin-top: 15px;
	font-size: 12px;
	font-size: 1.2rem;
}
#mainArea .contBox .certification .detailLink p a {
	color: #0b0705;
}
#mainArea .contBox .certification .detailLink p:first-child {
	margin-top: 0;
}
#mainArea .contBox .point {
	margin-top: 30px;
}
#mainArea .contBox .banner {
	text-align: center;
}
#mainArea .contBox .banner img {
	width: 80%;
	height: auto;
}
#mainArea .bnrAsk {
	top: 10px;
	left: 0px;
	padding: 0 30px;
}
#mainArea .bnrAsk .banner img {
	height: auto;
    width: 100%;
}
#mainArea .ask_sp {	
    text-align: center;
}
#mainArea .ask_sp p:nth-child(2) {	
	font-size: 1.8rem;
    font-weight: bold;
}
#mainArea .ask_sp p:nth-child(3) {	
	font-size: 1.1rem;
}
	#mainArea .bnrAsk small {
		font-size: 0.8rem;
	}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	padding: 60px 0 30px 0;
	text-align: center;
}
#secondaryArea h1 {
}
#secondaryArea .lineup {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 35px;
align-items: flex-end;
}
#secondaryArea .lineup li {
	-webkit-flex: auto;
	flex: auto;
	text-align: center;
	padding: 0 5px;
	font-size: 1.6rem;
}
#secondaryArea .lineup li img {
	width: 100%;
}
#secondaryArea .specification {
	margin-top: 30px;
	background: url(/themes/yashinomi/images/bg_sandwall01.png) repeat 0 0;
	padding: 20px;
}
#secondaryArea .specification dl {
	padding-left: 0px;
}
#secondaryArea .specification dl dt {
	float: left;
	clear: both;
	background: #fff;
	width: 70px;
	height: 25px;
	line-height: 25px;
	margin: 3px;
}
#secondaryArea .specification dl dd {
	float: none;
	margin: 3px;
	padding: 4px;
	min-width: 0px;
	max-width: 100%;
	text-align: left;
	overflow: hidden;
}
#secondaryArea .specification dl dd:last-child {
	max-width: 100%;
}
#secondaryArea .specification .btns {
	margin-top: 25px;
}
#secondaryArea .specification .btns li {
	display: block;
	margin: 15px auto 0;
}
#secondaryArea .specification .btns li a:hover {
	opacity: 1;
}
#secondaryArea .strongPoint {
	width: 100%;
	margin: 40px auto 0;
}
#secondaryArea .strongPoint dt {
	font-size: 2.8rem;
	padding-left: 70px;
}
#secondaryArea .strongPoint dd {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.8;
}
#secondaryArea .strongPoint dd img {
	width: 100%;
}
#secondaryArea .strongPoint dd a {
	color: #4C99D1;
}
#secondaryArea .strongPoint dd .caution {
	margin-top: 25px;
	font-size: 13px;
	font-size: 1.3rem;
}
#secondaryArea .strongPoint dd ul li {
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	display: block;
	clear:both;
}
#secondaryArea .strongPoint dd ul li img {
	width: 30%;
	height:auto;
}
#secondaryArea .strongPoint dd ul li a {
	font-size: 14px;
	font-size: 1.5rem;
}
#secondaryArea .strongPoint dt.point01::before {
	content: "";
	display: block;
	background: url(../images/ico_yashi01.png) no-repeat 0 0;
	background-size: contain;
	width: 53px;
	height: 38px;
	position: absolute;
	left: 8px;
	top: 0px;
}
#secondaryArea .strongPoint dt.point02::before {
	content: "";
	display: block;
	background: url(../images/ico_dishes01.png) no-repeat 0 0;
	background-size: contain;
	width: 49px;
	height: 40px;
	position: absolute;
	left: 9px;
	top: 0px;
}
#secondaryArea .strongPoint dt.point03::before {
	content: "";
	display: block;
	background: url(../images/ico_earth01.png) no-repeat 0 0;
	background-size: contain;
	width: 42px;
	height: 42px;
	position: absolute;
	left: 10px;
	top: 0px;
}
#secondaryArea .strongPoint dt.point04::before {
	content: "";
	display: block;
	background: url(../images/ico_environment01.png) no-repeat 0 0;
	background-size: contain;
	width: 52px;
	height: 51px;
	position: absolute;
	left: 7px;
	top: -3px;
}
#secondaryArea .strongPoint dt.point05::before {
	content: "";
	display: block;
	background: url(../images/ico_sixteen01.png) no-repeat 0 0;
	background-size: contain;
	width: 42px;
	height: 42px;
	position: absolute;
	left: 10px;
	top: 0px;
}
#secondaryArea .strongPoint dt.point06::before {
	content: "";
	display: block;
	background: url(../images/ico_baby01.png) no-repeat 0 0;
	background-size: contain;
	width: 47px;
	height: 48px;
	position: absolute;
	left: 12px;
	top: -3px;
}
#secondaryArea .strongPoint dt.point07::before {
	content: "";
	display: block;
	background: url(../images/ico_towel01.png) no-repeat 0 0;
	background-size: contain;
	width: 51px;
	height: 41px;
	position: absolute;
	left: 13px;
	top: -2px;
}
#secondaryArea .strongPoint dt.point08::before {
	content: "";
	display: block;
	background: url(../images/ico_foam01.png) no-repeat 0 0;
	background-size: contain;
	width: 44px;
	height: 43px;
	position: absolute;
	left: 15px;
	top: -2px;
}
#secondaryArea .strongPoint dt.point09::before {
	content: "";
	display: block;
	background: url(../images/ico_jokin01.png) no-repeat 0 0;
	background-size: contain;
	width: 42px;
	height: 42px;
	position: absolute;
	left: 15px;
	top: -2px;
}
#secondaryArea .strongPoint dt.point10::before {
	content: "";
	display: block;
	background: url(../images/ico_environment02.png) no-repeat 0 0;
	background-size: contain;
	width: 52px;
	height: 34px;
	position: absolute;
	left: 15px;
	top: 0px;
}
#secondaryArea .strongPoint dt.point11::before {
	content: "";
	display: block;
	background: url(../images/ico_wash01.png) no-repeat 0 0;
	background-size: contain;
	width: 48px;
	height: 41px;
	position: absolute;
	left: 15px;
	top: 0px;
}
#secondaryArea .strongPoint dt.point12::before {
	content: "";
	display: block;
	background: url(../images/ico_wethand01.png) no-repeat 0 0;
	background-size: contain;
	width: 45px;
	height: 42px;
	position: absolute;
	left: 15px;
	top: 0px;
}
#secondaryArea .strongPoint dt.point13::before {
	left: 16px;
	top: 0px;
}

#secondaryArea img#laundry_body {
    width: 40px;
}
#secondaryArea div.flex_7i ul.std li:first-of-type img {
    width: 38px!important;
}
/*----------------------------------
THIRDARY AREA
------------------------------------*/
#thirdaryArea {
	margin-top: 25px;
}
/*----------------------------------
USERVOICE
------------------------------------*/
#uservoice2 {
	width: 100%;
	padding-top: 35px;
}
#uservoice2 h1 {
	font-size: 28px;
	font-size: 2.8rem;
	width: 100%;
	height: 86px;
}
#uservoice2 h2 {
	font-size: 25px;
	font-size: 2.5rem;
}
#uservoice2 div {
	margin-top: 35px;
	margin-right: 10px;
	margin-left: 10px;
}
#uservoice2 div img {
	width: 100%;
	height:auto;
	margin-bottom:20px;
}
#uservoice2 #uservoice_inner { margin-top: 0px; }
#uservoice2 p {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	background: #BCE8F8 url(none);
	padding: 10px;
	width: 90%;
	margin-top: 10px;
	border-radius: 0%;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
	height: auto;
	text-align: left;
	margin-right: 5%;
	margin-left: 5%;
}
#uservoice2 p.green {
	background: #CEEBBF url(none);
	margin-right: 5%;
	margin-left: 5%;
}

/*----------------------------------
OTHER AREA
------------------------------------*/
#otherArea .otherLink {
	margin: 40px auto 25px;
	text-align: center;
}
#otherArea .otherLink li {
	display: inline-block;
	margin: 10px 10px 0;
}
#otherArea .otherLink li a {
	transition: none;
}
#otherArea .otherLink li a:hover {
	opacity: 1;
}
}
@media screen and (max-width: 479px){
#mainArea .contBox .banner img {
	width: 100%;
	height:auto;
}
#mainArea .contBox .txt h2 {
	width: 100%;
	margin-top: 20px;
}
#uservoice2 h1 {
	margin: 0 auto 20px;
}
#secondaryArea .specification .btns li a {
	width: 100%;
	height: auto;
	line-height: 2;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	border: 1px solid #000;
	transition: none;
}
	
#thirdaryArea .commitment #howto {
	display: block;
	margin-top: 15px;
	padding: 10px;
}
#thirdaryArea .commitment #howto figure img {
		width: 100% !important;
}
#thirdaryArea .commitment #howto p {
	margin: 10px 0;
}
}