@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 {
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: 70px;
	margin-left: auto; 
	margin-right: auto;
}
#mimgtxt {
	position: relative;
	width: 320px;
	padding-top: 30px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}
#mimgtxt .p1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	letter-spacing: 3px;
}
#mimgtxt .p2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	letter-spacing: 0px;
	margin-top: 5px;
}

#breadcrumb { display:none;}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
  position: relative;
  width: 320px;
  height: auto;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
}
h2::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  display: inline-block;
  background-color: #19648c;
  bottom: -10px;
  left: calc(50% - 25px)
}

#service {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
#Svbox {
	width: 155px;
	height: auto;
	margin-top: 20px;
}
#Svbox .Img{
	position: relative;
	width: 155px;
	height: 109px;
	float: left;
}
#Svbox .Img img{
	width: 155px;
	height: 109px;
}
#Svbox .Img p{ display:none;}
#Svbox .bgImg{
	width: 100%;
	height: 109px;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime3 18s infinite;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
#Svbox .src1{
	display:block;
	background-image: url(../web/service/img01.jpg);
}
#Svbox .src2{
	background-image: url(../web/service/img02.jpg);  
	animation-delay: 6s;
}
#Svbox .src3{
	background-image: url(../web/service/img03.jpg); 
	animation-delay: 12s;
}
#Svbox .src4{
	display:block;
	background-image: url(../web/service/img04.jpg); 
}
#Svbox .src5{
	background-image: url(../web/service/img05.jpg);  
	animation-delay: 6s;
}
#Svbox .src6{
	background-image: url(../web/service/img06.jpg); 
	animation-delay: 12s;
}
#Svbox .src7{
	display:block;
	background-image: url(../web/service/img07.jpg); 
}
#Svbox .src8{
	background-image: url(../web/service/img08.jpg);  
	animation-delay: 6s;
}
#Svbox .src9{
	background-image: url(../web/service/img09.jpg); 
	animation-delay: 12s;
}
#Svbox .src10{
	display:block;
	background-image: url(../web/service/img10.jpg); 
}
#Svbox .src11{
	background-image: url(../web/service/img11.jpg);  
	animation-delay: 6s;
}
#Svbox .src12{
	background-image: url(../web/service/img12.jpg); 
	animation-delay: 12s;
}
#Svbox .src13{
	display:block;
	background-image: url(../web/service/img13.jpg); 
}
#Svbox .src14{
	background-image: url(../web/service/img14.jpg);  
	animation-delay: 6s;
}
#Svbox .src15{
	background-image: url(../web/service/img15.jpg); 
	animation-delay: 12s;
}
#Svbox .src16{
	display:block;
	background-image: url(../web/service/img16.jpg); 
}
#Svbox .src17{
	background-image: url(../web/service/img17.jpg);  
	animation-delay: 6s;
}
#Svbox .src18{
	background-image: url(../web/service/img18.jpg); 
	animation-delay: 12s;
}
#Svbox .src19{
	display:block;
	background-image: url(../web/service/img19.jpg); 
}
#Svbox .src20{
	background-image: url(../web/service/img20.jpg);  
	animation-delay: 6s;
}
#Svbox .src21{
	background-image: url(../web/service/img21.jpg); 
	animation-delay: 12s;
}
#Svbox .ttl{
	position: relative;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 15px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0px;
	float: left;
	margin-top: 15px;
	z-index: 3;
}
#Svbox .ttl::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 2px;
  height: 15px;
  margin: auto;
  background-color: #19648c;
  z-index: 3;
}
#Svbox .txt{
	position: relative;
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	float: left;
	margin-top: 10px;
}

#section02 {
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#contents02 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}


}
