@charset "utf-8";

img{height: auto;
	width: 100%;
}

body{
	background-color: #fffff3;
	font-family: "ヒラギノ角ゴ Pro W3",  "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
}
wrap{
	overflow: hidden;
	height: auto;
	width: auto;
	border: 1px solid #000;
	text-align: center;
}
header{
	height: auto;
	width: 100%;
}
.header1{
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
h1{
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header2{
	height: auto;
	width: 100%;
}
main{
}
.container{
}
h2{
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #569b11;
	padding-left: 5px;
}
a {
    text-decoration: none;
    color: #fff;	
}
td.font-size{
	font-size: 14px;
	font-weight: bold;
	text-align: center; 
	margin: 0px;
	padding: 0px;
}
td.a{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #569b11;
	display: inline-block;
	border-radius: 100px;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.scroll_content { /* リスト全体のスタイル */
	display: flex;
	max-width: 800px;
	overflow-x: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.scroll_content li { /* 各リストのスタイル */
	width: 32%;
	flex-shrink: 0;
	list-style: none;
	padding-right: 5px;
	padding-left: 5px;
} 
.scroll_content img { /* 画像のスタイル */
	width: 100%;
	max-height: 180px;
	object-fit: cover;
}
.footer1{
	
	
} 
.footer2{
	background-color: #569b11;
	height: auto;
	width: 100%;
	margin-top: 0px;
} 
h3{
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
.mail{
	height: 40px;
	width: 60px;
	margin-bottom: 0px;
	margin-left: 42%;
}
p.footer2{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 0px;
}
p.footer3{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;	
}
