@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	height: 110px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
}
#mimg .txtBox {
	position: absolute;
	width: 100%;
	height: auto;
	display:inline-block;
	top: 35px;
	left: 0;
	z-index: 1000;
}
#mimg .p1 {
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
    text-align: center;
}
#mimg .p2 {
	width: 100%;
	height: auto;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 0px;
    text-align: center;
	margin-top: 5px;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	padding-top: 20px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
}
#cnv {
	position: relative;
	width: 360px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#cnv .btn01{
	position: relative;
	display:block;
	width: 175px;
	height: 25px;
	border-radius: 13px;
	background-color: #333;
	color: #fff;
	transition: 0.4s;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	outline: 1px solid #333;
	outline-offset: -1px;
	margin-bottom: 10px;
}
#cnv .btn01::before {
    content: attr(data-hover);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: transparent;
    text-align: center;
    white-space: nowrap;
    transition: 0.4s;
}
#cnv .btn01:hover {
	background-color: #FFF;
	outline: 1px solid #333;
	outline-offset: -1px;
}
#cnv .btn01:hover::before {
	color: #000;
}

#section01 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 360px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.h2ac {
	position: relative;
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	float: left;
}
.h2ac::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 120%;
  width: 50px;
  height: 1px;
  background-color: black;
}
h2 {
	width: 100%;
	font-size: 21px;
	line-height: 22px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	margin-top: 15px;
}
#slide {
	position: relative;
	width: 360px;
	height: 164px;
	float: left;
	margin-top: 20px;
}
#slide .bgImg{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime4 20s infinite;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;

}
#slide .src1{
	display:block;
	background-image: url(../web/coating/slide01.jpg); 
}
#slide .src2{
	background-image: url(../web/coating/slide02.jpg);  
	animation-delay: 5s;
}
#slide .src3{
	background-image: url(../web/coating/slide03.jpg);  
	animation-delay: 10s;
}
#slide .src4{
	background-image: url(../web/coating/slide04.jpg);  
	animation-delay: 15s;
}

#contents01 .txt{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 15px;
	float: left;
}
#c01box {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	display:flex;
	flex-wrap:wrap-reverse;
	justify-content:space-between;
}
#c01boxtxt {
	width: 360px;
	height: auto;
	margin-top: 20px;
}
#c01boxtxt .t1{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 16px;
	font-weight:600;
	color: #9a7631;
	text-align: left;
	letter-spacing: 0px;
	float: left;
}
#c01boxtxt .t2{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 10px;
	float: left;
}
#c01boxtxt .t3{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 16px;
	font-weight:600;
	color: #9a7631;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 20px;
	float: left;
}
#c01boximg {
	width: 360px;
	height: auto;
}
#c01boximg img{
	width: 170px;
	height: auto;
}
#c01boximg ul li{
	list-style: none;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}


#section02 {
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#contents02 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 360px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02 .txt{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 15px;
	float: left;
}
#contents02 .txt2{
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 20px;
}
#contents02 .txt3{
	width: 100%;
	height: auto;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 5px;
}
#contents02 .tablebox01{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	clear: both;
	word-break: break-all;
	text-align: left;
}
#contents02 .tablebox01 table {
	min-width: 100%;
	text-align: center;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 12px;
	line-height: 15px;
	letter-spacing:0;
	clear:both;
}
#contents02 .tablebox01 td {
	min-width: inherit;
	border: 1px solid #333;
	border-bottom: 0;
	border-right: 0;
	padding: 4px 3px 4px 3px;
}
#contents02 .tablebox01 table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
#contents02 .tablebox01 table tbody {
  width: 100%;
  display:table;
}


#section03 {
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#contents03 {
	width: 360px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#contents03 .t1{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 10px;
}
#contents03 .t2{
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 20px;
}
#contents03 .t3{
	width: 100%;
	height: auto;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 5px;
}
#contents03 .tablebox01{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	clear: both;
	word-break: break-all;
	text-align: left;
}
#contents03 .tablebox01 table {
	min-width: 100%;
	text-align: center;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 12px;
	line-height: 15px;
	letter-spacing:0;
	clear:both;
}
#contents03 .tablebox01 td {
	min-width: inherit;
	border: 1px solid #333;
	border-bottom: 0;
	border-right: 0;
	padding: 4px 3px 4px 3px;
}
#contents03 .tablebox01 table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
#contents03 .tablebox01 table tbody {
  width: 100%;
  display:table;
}

#contents03 .tablebox02{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	clear: both;
	word-break: break-all;
	text-align: left;
}
#contents03 .tablebox02 table {
	min-width: 100%;
	text-align: center;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 12px;
	line-height: 15px;
	letter-spacing:0;
	clear:both;
}
#contents03 .tablebox02 td {
	min-width: inherit;
	border: 1px solid #333;
	border-bottom: 0;
	border-right: 0;
	padding: 4px 3px 4px 3px;
}
#contents03 .tablebox02 table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
#contents03 .tablebox02 table tbody {
  width: 100%;
  display:table;
}


#section04 {
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 100px;
}
#contents04 {
	position: relative;
	width: 360px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#flow {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
#flow.f {
	margin-top: 15px;
}
#flow .no{
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #333;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	float: left;
}
#flow .title{
	width: auto;
	height: 20px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	float: left;
	margin-left: 15px;
}
#flow .txt{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0px;
	float: left;
	margin-top: 10px;
}

}