@charset "utf-8";
/* CSS Document */
body{
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/header_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
@font-face {
   font-family: 'Noto Serif JP', serif;
}


a:hover img{opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

ul,li{
	list-style-type: none;
}

header{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#header_box {
	padding: 0px;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 40px;
	width: 270px;
	margin: 0px;
	padding: 20px 0px 10px 0px;
}

#to_sitetop {
	float: right;
	height: 15px;
	width: 136px;
	margin-top: 40px;
}

#contents {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


#to_top {
	text-align: right;
	width: 960px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}


h2{
   font-family: 'Noto Serif JP', serif;
	background-color: #b80513;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	color: #FFF;
}

#contents01{
		padding-top: 50px;
		padding-bottom: 60px;
	margin-bottom: 100px;
	background-image: url(img/contents_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#contents01 h3{
	font-size: 30px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #b80513;
	display: block;
	width: 5em;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

#contents01 p{ font-size:18px}


#contents02{
	margin-bottom: 100px;
	background-image: url(img/contents_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 100px;
}

#contents02 h3{
	font-size: 30px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #b80513;
	display: block;
	width: 25em;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

#contents02 #contents02_img{
	text-align: center;
}

#contents03{
	margin-bottom: 100px;
	background-image: url(img/contents_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 100px;
}

#contents03 h3{
	font-size: 30px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #b80513;
	display: block;
	width: 5em;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

#contents03 #contents03_list{}

#contents03 #contents03_list ul{
	margin: 0px;
	padding: 0px;
	display: flex;
flex-wrap: wrap;
	justify-content: flex-start;
}

#contents03 #contents03_list ul li{	margin: 0px 30px 30px 0px;
	padding: 15px;
	width:300px;
	border:#CCC 1px solid;
	box-sizing:border-box;
	text-align:center;}

#contents03 #contents03_list ul li:nth-of-type(3){margin: 0px 0px 30px 0px;}

#contents03 #contents03_list ul li h4{
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b80513;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:center;
	vertical-align: middle;
	height: 70px;
	display: table-cell;
	width:270px;
}

#contents03 #contents03_list ul li #contents03_img_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 15px;
}

#contents03 #contents03_list ul li #contents03_img_box_single{
	margin-right: 3px;
	margin-left: 3px;
}

#contents03 #contents03_list ul li #contents03_img_box_single img{}


#contents04{
	padding-bottom: 100px;
}

#contents04 p{
	   font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	color: #333;}


footer{
	width: 100%;
	margin: 0px;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
