﻿/* ホームのスタイルシート */

.slider {
	width: 1152px;
	height: 518px;
	display: flex;
	overflow: hidden;
	margin: 0 auto;
}

.slider img {
	width: 1152px;
	height: 518px;
}

.slider > :first-child {
  animation-name: scroll;
  animation-duration: 15s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}

@keyframes scroll {
	0% {
		margin-left: 0;
	}

	30% {
		margin-left: 0;
	}

	33% {
		margin-left: -100%;
	}

	63% {
		margin-left: -100%;
	}

	66% {
		margin-left: -200%;
	}

	97% {
		margin-left: -200%;
	}

	100% {
		margin-left: -300%;
	}
}

#about {
	background-color: #dbb89a;
	background-image: url(./img/about_bg.jpg );
	background-repeat: no-repeat;
	background-size: cover;
	width: 1152px;
	height: 482px;
	margin: 0 auto;
}

#infomationlist {
	width: 1152px;
	background-color: #dbb89a;
	margin: 0 auto 10px;
	padding-top: 15px;
	padding-bottom: 1px;
}

#prevention {
	width: 1152px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	text-align: center;
}

.info_box {
	margin: 0 auto;
	width: 880px;
	height: 270px;
	background-color: #ffffff;
	margin-bottom: 15px;
	
}

.info_box table {
	margin: 0 20px;
}

.info_box img {
	margin: 50px 20px;
	width: 224px;
	float: left;
}

.info_box mark {
	line-height: 200%;
	background-color: #ffff00;
	font-size: 32px;
}

.info_box_rm {
	width: 90%;
	margin: 0 auto;
	text-align: right;
}

.info_box_rm a {
	text-decoration: underline solid #ffff00;
	text-decoration-thickness: 30%;
}
