@charset "utf-8";
/* CSS Document

Noto Sans CJK JP Regular
font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 400;
font-style: normal;
Noto Sans CJK JP Bold
font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 700;
font-style: normal;

Ten Mincho Text Regular
font-family: "ten-mincho-text", serif;
font-weight: 400;
font-style: normal;
Ten Mincho Text Italic
font-family: "ten-mincho-text", serif;
font-weight: 400;
font-style: italic;


*/
input{margin-bottom:10px;}

ol{padding-left:20px;}

.list1 li{  position: relative;
  padding-left: 15px;
}
 
.list1 li:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #000000;
  border-radius: 50%;
}

.maint{
	font-size:2rem;
	padding-top:60px;
	color:#ffffff;
	text-align: center;
	font-family: "ten-mincho-text", serif;
font-weight: 400;
font-style: normal;
}




.maint2{
 display: flex;
 flex-wrap: nowrap;
 justify-content: center; 
 align-items: center;
 border:0;
	font-size:1.3rem;
	padding-bottom:60px;
	color:#ffffff;
}

.maint2:before,
.maint2:after {
 content: '';
 width: 30px;
 height: 1px;
 background-color:currentColor !important;
 position: unset;
 border: unset;
 margin-left: unset;
 margin-right:unset;
 flex-grow: unset;
}
.maint2:before{
 margin-right:14px;
}
.maint2:after {
 margin-left:14px;
}


.sub2{
	color:#ffffff;
	font-family: "ten-mincho-text", serif;
font-weight: 400;
font-style: normal;
	font-size:2rem;
	margin-bottom:30px;

}


.sub3{
	font-size:1.4rem;
	margin-bottom:20px;
}


.mini{text-align: left !important;
font-size:0.8rem;}

.scloll-table{
    overflow: auto;
    width: 100%;

}
.scloll-table table{
	width: 100%;
    margin: 0;
    border-spacing: 0;


}
.scloll-table td{
	text-align: center;
vertical-align: middle;
    white-space: nowrap;
    border-right: 1px solid #9A9A9A;
    border-bottom: 1px solid #9A9A9A;
    border-top: 1px solid #9A9A9A;
    background: #FFF;
    padding: 5px;
}

.scloll-table th{text-align: center;}

.scloll-table td:first-child{
    white-space: nowrap;
    border-right: 1px solid #9A9A9A;
    border-bottom: 1px solid #9A9A9A;
	background: #eeeeee;
    position: sticky;
    top: 0;
    left: 0;
	
}
.scloll-table tr:first-child th{
border: 1px solid #9A9A9A;
	background: #eeeeee;padding:10px;
}
td.orange{
	text-align: center;
		border-bottom: 1px solid #9A9A9A;
    background: #F8E1BC !important;
    border-left: 1px solid #9A9A9A;
	position: initial !important;
}
.scloll-table tr:first-child th:first-child{
    z-index: 1;
}






td.green {
	text-align: center;
    background-color: #A8DF8A !important;
	border-left: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
    color: #006600;
	position: initial !important;
}

td.blue {
    background-color: #BFE1E6 !important;
	border-left: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
    color: #006699;
	position: initial !important;
}

.red {
    color: #cc0000;
}

.blackw{border: 1px solid #cc0000;
padding:15px;
margin-bottom:20px;}



.tbl td{ padding:15px;
}


.tbl{
width:100%;
	margin-bottom: 90px;

	
}


@media (max-width: 767px){
.tbl{
width:100%;
	
}
	
}


.tbl th {
	width:30%;
	vertical-align: top;
  border-bottom:1px solid #dddddd;
  padding: 15px;
	font-weight:400;

}
.tbl td {
	vertical-align: top;

	border-bottom: 1px solid #dddddd;
  padding: 15px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
        width: 100%;
  }

  .tbl th,
  .tbl td {
    display: block;
    width: 100%;
  }
	
	.tbl th {border:none !important;
		font-weight: bold;
	}
	
}








.w80{width:80%;}


.compt{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
}
.compt dt{
	background: #f5f5f5;
	padding: 5px;
	width: 150px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.compt dd{
	background: #fff;
	padding: 5px;
	width: calc(100% - 150px);
	border-bottom: 1px solid #ccc;
}

.compt dt,.compt dd{margin-bottom:0;}


@media only screen and (max-width: 765px) {
.compt dt{ 
		width: 100%;
		border-right: none;
	}
.compt dd{
		width: 100%; 
	}
}


.gtitle{
	padding:30px;
}

.goodsmaint{
color:#ffffff;
}




.goodsw{border-radius: 10px;
padding:25px;
margin-bottom:60px;}







.goodslink ul{
	
	list-style: none;
	padding-left: 0;
	display:flex;
	flex-wrap: wrap;
	font-size:0.9rem;
}

.goodslink li{
	position:relative;

	background: #ffffff;
	min-width:250px;
	
margin-bottom:20px;
	margin-right:10px;

	border-radius: 5px;
		padding:20px;
	
}

.goodslink li.goodsmini{
	font-size:0.8rem;
}

.top_li{width:100% !important;
background:#efefef !important;
padding:5px !important;}



@media only screen and (max-width: 1199px) {
.goodslink li{
width:32%;
}

}
@media only screen and (max-width: 991px) {
.goodslink li{
width:30%;
}

}


@media only screen and (max-width: 765px) {
.goodslink li{
width:45%;
}

}

@media only screen and (max-width: 575px) {
.goodslink li{
width:100%;
}

}
.goodslink li a{
  display: block;
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
color:#333333;
	margin-left:20px;
	
}
.goodslink li a:after {
    content: url(../image/arrow.png);
    position: absolute;
    top: 2px;
    left: -14px;
    width: 5.7px;
    height: 11.2px;
}


.new{color:#cc0000;
font-size:0.7rem;}



.time{background: #e7ecee;
    color: #333333;
font-size:0.8rem;
padding:10px 20px;
margin-bottom:5px;
	font-weight: 700;
display:inline-block;}

.sub4{
		font-size: 2rem;
	color:#333333;
	margin-bottom: 20px;
	
	padding-bottom:10px;
}



.graybox{
	padding:20px;
	background: #E6E6E6;
}

.charabox{
	padding:20px;
	margin-bottom:60px;
	color:#ffffff;
}

.charabox a{
	font-weight: bold;
	color:#ffffff;
	text-decoration: underline;
}

.sub5{font-size:1.4rem;

padding:20px 0;
margin-bottom:20px;
border-bottom:1px solid #000000;}

.formw{
	color:#CC0000;
	border:1px solid #cc0000;
	padding:10px;
	margin-bottom:20px;
	background:#F5F5F5;
}

.agree{margin-bottom:60px;
font-size:1.3rem;}

.newsp{
	margin-bottom:60px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom:30px;
}



.airimg h4{font-size:1rem;
padding:5px 0;
	font-weight:700;
	margin-top:10px;
	margin-bottom:0;
border-bottom:1px solid #cccccc;}


.airimg img{margin:0 auto;
display:block;}

.airimg p{margin-bottom:30px;
}


.airsub1{
	font-weight:700;
	padding:5px 0;
	border-bottom:1px solid #cccccc;
	font-size:1.2rem;
}


.stain_list1{
	list-style: disc;
	margin-left: 30px;
	
	
}


.stain_list1 li{margin-bottom:10px;}

.recp{padding:10px;
margin-top:10px;
}






