@charset "utf-8";

/*下部共通問い合わせ*/
.stain_bnr {margin-bottom: 30px;}
.stain_bnr a {width: 49%;}

.st_inquiry .no ul {
	margin: 0 auto;
	width: 386px;
}
.st_inquiry .no ul li {margin: 10px 0;}


.st_inquiry .no img {
    width: inherit;
    margin-right: 0;
}/*公開時はこれを削除、top/css/style.cssからも削除*/


/*ページ右固定問い合わせリンクボタン*/
.rlink_pc, .rlinkW_pc {
	display: block;
	opacity: 0;
	animation-name: rlink;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	position: fixed;
    right: 0;
    width: 78px;
	z-index: 100000;
}
.rlink_pc {top: 160px;}
.rlinkW_pc {top: 420px;}

.rlink_sp {display: none;}
@keyframes rlink {
	0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
.rlink_pc a, .rlinkW_pc a {
	display: block;
    background: #2d5e5d url("../images/arrow.png") left 34px bottom 9px no-repeat;
	padding-bottom: 26px;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.rlink_pc a:hover, .rlinkW_pc a:hover{
	opacity:1;
    background: #00aca9 url("../images/arrow.png") left 36px bottom 9px no-repeat;
}


.washer .title{
    max-width: 100%;
    margin: 0 auto;
}
.washer .title img{
	width: 100%;
	object-fit: cover;
}
.washer .title.top{
	height: 400px;
	background: url("../images/main.jpg") no-repeat center center/cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.washer .title.top h1{
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	font-family: Noto Sans JP,sans-serif;
	line-height: 1.5;
}

.washer h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 15px;
}
.washer h2:before {
    content: "";
    width: 100px;
    height: 5px;
    background-color: #2d5e5d;
    position: absolute;
    bottom: 0;
	left: 50%;
    transform: translate(-50%,-50%);
}
.layout-center-s {padding: 30px 15px;}
.dflsp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


/*
-------------------------------------------------部品・容器洗浄機　*/

.lead {text-align: center;}
.lead img:nth-child(2) {
	position: relative;
	z-index: 100;
}
.lead img:last-child {margin-top: -60px;}
.lead a {
	display: block;
	box-shadow: 0 0 6px grey;
	width: 50%;
	margin: 30px auto 0;
}
.lead p {
	font-size: 22px;
	font-weight: bold;
	margin: 50px auto 70px;
	text-align: center;
}

.test_flow {margin-bottom: 70px;}
.test_flow dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
	position: relative;
}
.test_flow dl::after {
content: "";
  position: absolute;
  left:15%;
  bottom: -25px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #2d3c68 transparent transparent transparent;
  border-width: 20px 25px 0 25px;
}
.test_flow dl:last-child::after {border: none;}
.test_flow dl dt {
	width: 34%;
	padding: 25px 50px;
 	border: 3px #2d3c68 solid;
 	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.test_flow dl dd {
  width: 63%;
}

.washer .movie {margin: 0 auto 30px; width: 70%;}
.washer .movie div p:nth-child(2) {
font-size: 20px;
font-weight: bold;
}
.washer .movie.dflsp div {width: 30%;}

.washer-box .layout-center-s {
    text-align: center;
    background-color: #e3efea;
}
.lead h2 {
    text-align: center;
    font-size: 1.3em;
    margin: 2em 0;
	font-weight: bold;
}
.washer-box h1 {
    line-height: 4;
    padding: 0 10px;
    font-size: 24px;
    text-align: center;
    color: #FFF;
    background-color: #658690;
}

.washer-box h2 {
    position: relative;
    display: inline-block;
    padding: .5em 0;
    font-size: 22px;
    margin-top: 2em;
    margin-bottom: 1.5em;
	width: 12em;
    text-align: center;
}
.washer-box h2:before, .washer-box h2:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    box-sizing: border-box;
}
.washer-box h2:before {
    top: 0;
    border-top: 2px solid #2c6779;
    border-bottom: 1px solid #2c6779;
}
.washer-box h2::after {
    bottom: 0;
    border-top: 1px solid #2c6779;
    border-bottom: 2px solid #2c6779;
}
.item01, .item02 {
	padding: 0 5%;
    text-align: center;
    border-top: none;
	overflow: hidden;	
}
.item01 {background-color: #e3efea;}
.item02 {background-color: #fff;}
.washer-box .layout-center-s {
    text-align: center;
	background-color: transparent;
}
.washer-box .layout-center-s .layout-center-m {
    max-width: 800px;
}

.washer-box .layout-center-s .layout-center-m .item_img {
	float: left;
	width: 40%;
	text-align: center;
    vertical-align: top;
	margin-bottom: 20px;
}
.washer-box .layout-center-s .layout-center-m .txt {
	float: right;
	width: 50%;
    vertical-align: top;
}
.washer-box .layout-center-s .layout-center-m .txt ul {margin-bottom: 20px;}
.washer-box .layout-center-s .layout-center-m .txt p {
    text-indent: -1.0em;
	margin-top: 5px;
	font-size: 80%;
}
.washer-box .layout-center-s .layout-center-m .txt ul li {list-style: disc;}

.washer-box .layout-center-s .layout-center-m .txt div {text-align: right;}

.washer-box .layout-center-s .layout-center-m .txt a {
    display: inline-block;
    text-align: center;
    border: 1px solid;
    border-radius: 3em;
    padding: 5px 10px;
    margin-top: 30px;
}
.washer-box .layout-center-s .layout-center-m .txt a:first-letter {
	font-size: 11px;
    vertical-align: middle;
}
.washer-box .layout-center-s .layout-center-m .txt a:hover {
	background-color: #f5f5f5;
	color: #585858;
	border: 1px solid;
}
.order_btn {
	margin: 50px auto 0;
	text-align: center;
	width: 50%;
	padding: 0 30px;
}
.order_btn a {
	display: block;
	background-color: #1c8a88;
	color: #fff;
	border-radius: 1em;
	padding: 20px 40px;	
	font-size: 2vw;
}
@media only screen and ( max-width : 1000px ) {
	.washer .title img{height: 290px;}
	.order_btn {width: 80%;}
}
@media only screen and ( max-width : 768px ) {
	.washer .title-detail{
		margin-top: 60px;
	}
	.order_btn a {font-size: 3vw;}
	.washer .title.top{
height: auto;
    max-height: 500px;
    min-height: 300px;
	padding:0 20px;
	background: url(../images/main_sp.jpg) no-repeat center center/cover;
	}
	.washer .title.top h1{font-size: 30px; width:16em;}
	.rlink_sp {
	display: block;
	background: rgba( 0, 0, 0, .7 );
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 888;
    transform: translateY( 0 );
    transition: 0.4s ease;
}
.rlink_sp a {
    padding: 10px;
    display: block;
    background: #00aba8;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.rlink_sp a:first-child {margin-bottom: 20px;}
.rlink_pc, .rlinkW_pc {display: none;}
.lead a {width: 100%;}
.lead p {font-size: 18px;}
.test_flow dl {display: block;}
.test_flow dl dt {width:100%; margin-bottom: 10px;}
.test_flow dl dd {width: 100%; padding-bottom: 20px;}
.test_flow dl::after {
left: 50%;
transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.washer .movie {width: 100%;}

	
}
@media only screen and ( max-width : 700px ) {
	.washer .title img{
		height: 160px;
	}
	.washer-box .layout-center-s .layout-center-m .item_img {
        float: none;
        width: 80%;
		margin: 0 auto;
	}
	.order_btn {width: inherit;}
}
@media only screen and ( max-width : 480px ) {
	.washer .form-area-btn {
		margin-bottom: 30px 
	}
	.washer .form-area-btn ul li {
		float:none;
		width: 100%;
		padding: 0.5em 1em;
	}
	.washer-box .layout-center-s .layout-center-m .item_img {
		float: none;
        width: 80%;
		margin: 0 auto;
	}
	.washer-box .layout-center-s .layout-center-m .txt {
		float: none;
        width: 80%;
		margin: 0 auto 2em;
	}
	.washer-box .layout-center-s .layout-center-m .txt ul {margin-bottom: 0px;}	
	.washer-box .layout-center-s .layout-center-m .txt a {
		font-size: 13px;
		height: inherit;
	}
	.order_btn a {font-size: 4vw;}
}

/* 詳細ページ */
.washer-detail-area {
    margin-top: 30px;
}
.washer-detail-area .subt h1 {
	font-size: 25px;
    line-height: 1.3;
    padding: 20px 0;
    border-bottom: 3px solid;
	margin-bottom: 5px;
}
.washer-detail-area .img {
	padding: 60px;
	text-align: center;
}
.washer-detail-area figure {
	padding: 60px 60px 0;
	text-align: center;
}

.washer-detail-area .txt h3:before,

.washer-chara-area .txt h3:before {
    content: "●";
	font-size: 14px;
	color: #92b9b6;
	margin-right: 5px;
}
.washer-detail-area .txt h3,
.washer-chara-area .txt h3 {
    padding: .75em 0;
    border-top: 2px solid #717171;
    border-bottom: 1px dashed #b2b2b2;
}
.washer-detail-area .txt p,
.washer-chara-area .txt p {
    padding: 20px;
}
.washer-detail-area ul:after{
    content: "";
    display: block;
    clear: both;
}
.washer-detail-area ul li{
	display: inline-block;
	width: 33%;
    text-align: center;
	padding: 20px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
.washer-detail-area ul.kinou {margin-top: 30px;}
.washer-detail-area ul.kinou li{
	display: block;
	width: 40%;
    text-align: left;
	padding: 10px;
	margin: 0 auto;
}
.washer-detail-area ul.kinou li:before {
	content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #92b9b6;
    vertical-align: 4px;
}
.washer-detail-area ul li figure {padding: 0;}
.washer-detail-area ul li figure img {max-height: 250px;}

.washer-detail-area .imgW {
    display: table;
    margin: 0 auto;
    padding: 0 50px;
	width: 100%;
}
.washer-detail-area .imgW figure {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
	padding: 50px 30px 0;
}
.washer-detail-area .imgW p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.washer-detail-area .imgW figure img {
    max-width: 300px;
}

.washer-detail-area .imgW p img {
    max-width: 350px;
}

@media only screen and (max-width: 980px) {
	.washer-detail-area ul li{
		display: block;
		width: 100%;
	}
	.washer-detail-area ul li figure img {max-height: 400px;}
	.washer-detail-area ul.kinou li{width: 60%;}
}
@media only screen and (max-width: 650px) {
	.washer-detail-area ul.kinou li{width: 80%;}
}


/* 製品仕様 */
.spec {
	width: 80%;
	margin: 0 auto 30px;
}
#washer04 .spec {
	width: 100%;
	margin: 0 auto 30px;
}
.spec:after{
  content:"";
  display: block;
  clear: both;
}
.spec table {
	border-top: 2px solid #231815;
    border-bottom: 2px solid #231815;
    float: left;
	font-size: 14px;
	font-weight: 500;
}
.spec table th, .spec table td {
	vertical-align: middle; 
    border-bottom: 1px solid #231815;
}
.spec table th:last-child, .spec table td:last-child {
	border-right: 1px solid #231815;
}
.spec table th.bn, .spec table td.bn {
    border-right: none;
}
.spec table .bdr {
    border-right: 1px solid #231815;
}
.spec table th {padding-left: 5px;}
.spec table th, .spec table td {height: 40px;}
.spec table .hl {height: 80px;}

.spec table td {text-align: center;}
.spec table.t01, .spec table.t03, .spec table.t04 {width: 30%;}
.spec table.t01 td, .spec table.t04 td {width: 33.3333%;}
.spec table.t02, .spec table.t05 {width: 40%;}
.spec table.t02 td, .spec table.t03 td {width: 50%;}

.spec .tw20 {width: 20%;}
.spec .tw25 {width: 25%;}
.spec .tw30 {width: 30%;}
.spec .tw40 {width: 40%;}
.spec .tw50 {width: 50%;}
.spec .tw60 {width: 60%;}
.spec .tw70 {width: 70%;}

#washer04 .t1, #washer04 .t3 {width:25%;}
#washer04 .t2 {width:30%;}
#washer04 .t2 th {width:50%;}
#washer04 .t4 {width:20%;}

.spec .bg, .spec .bgpc{background-color: #edecf6;}

@media only screen and ( max-width : 850px ) {.spec {width: 90%;}}
@media only screen and ( max-width : 825px ) {.spec table.t06 td {height: 75px;}}
@media only screen and ( max-width : 760px ) {.spec {width: 100%;}}
@media only screen and ( max-width : 700px ) {
.spec table {
	border-top: none;
	float: inherit;
	width: 100%;
}
.spec table.t01, .spec table.t1 {border-top: 2px solid #231815;}
.spec table.t01, .spec table.t02, .spec table.t03, .spec table.t04, .spec table.t05, .spec table.t06, .spec table.t07,
#washer04 .t1, #washer04 .t2, #washer04 .t3, #washer04 .t4 {width: 100%;}

.spec table.t04 td {height: 40px;}
.spec table.t2 td {padding: 0;  width: 50%;}

.spec .bg {background-color: transparent;}
.spec .bgpc {background-color: #edecf6;}

.spec table th {
	border-right: none;
	background-color: #edecf6;
}

.spec table td {border-right: 1px solid #231815;}
.spec table th:last-child, 
.spec table td:last-child {border-right: none;}

.spec table .hl {height: 40px;}
}

/*------------製品仕様ここまで*/

.washer-chara-area h2{ 
	width: 100%;
	background-color: #239dda;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}
.washer-chara-area .img {
	display: table;
	width: 80%;
	margin: 0 auto;
	padding: 50px 0;
}
.washer-chara-area .img p {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
}
.washer-chara-area .img p img {
    max-width: 300px;
}
.washer-chara-area .txt ol {
	padding: 20px 0;
	margin: 0 40px;
}
.washer-chara-area .txt ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
}
@media only screen and ( max-width : 700px ) {
	.washer-chara-area .img {
        width: 100%;
		padding: 50px 0 30px;
	}
	.washer-detail-area .imgW {
        width: 100%;
		padding: 0;
	}
	.washer-chara-area .img p,
	.washer-detail-area .imgW figure,
	.washer-detail-area .imgW p{
		display: block;
        width: 100%;
		margin-bottom: 10px;
	}
	.washer-chara-area .img p img,
	.washer-detail-area .imgW figure img {
    	max-width: 300px;
	}
	.washer-detail-area .imgW p img {
    	max-width: 400px;
	}
}
@media only screen and (max-width: 500px) {.st_inquiry .no ul {width: 100%;}}
