@charset "UTF-8";
.contents01 #slides {
	background: url(../img/top/bg_top_img.gif) repeat center;
	padding: 10px;
	margin-bottom: 30px;
}

.contents02 {
	margin-bottom: 20px;
}
.contents02 .title {
	position: relative;
	color: #fff;
	background: #333;
	text-align: center;
	margin-bottom: 20px;
}
.contents02 .title:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -8px;
	margin: 0 auto;
	border-top: 8px solid #333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.contents02 .title h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 24px 20px;
}
.contents02 .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contents02 .items .item {
	width: 346px;
	height: 151px;
	padding: 10px;
	display: flex;
	justify-content: center;
}
.contents02 .items .item:nth-child(odd) {
	background: url(../img/top/bg_site_01.png) no-repeat -1px top;
	background-position: center;
	background-size: contain;
}
.contents02 .items .item:nth-child(even) {
	background: url(../img/top/bg_site_02.png) no-repeat left top;
	background-position: center;
	background-size: contain;
}
.contents02 .items .item .image {
	width: 140px;
	margin-right: 10px;
}
.contents02 .items .item .text {
	width: 190px;
}
.contents02 .items .item .text h3 {
	font-size: 1.5rem;
	border-left: 5px solid #333;
	padding-left: 10px;
	margin-bottom: 10px;
}
.contents02 .items .item .text p {
	margin-bottom: 24px;
}
.contents02 .items .item .text a {
	display: block;
	background: url(../img/top/btndetail.png) no-repeat left top;
	width: 185px;
	height: 30px;
	text-indent: -9999px;
}
.contents02 .items .item .text a:hover {
	background-position: left -32px;
}

.contents03 {
	margin-bottom: 20px;
}
.contents03 .title {
	position: relative;
	color: #fff;
	background: #333;
	text-align: center;
	margin-bottom: 20px;
}
.contents03 .title:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -8px;
	margin: 0 auto;
	border-top: 8px solid #333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.contents03 .title h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 24px 20px;

}
.contents03 .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.contents03 .items .item {
	width: 344px;
	padding: 10px;
}
.contents03 .items .item:first-child {
	border-right: solid 1px #e6e6e6;
}
.contents03 .items .item .image {
	margin-bottom: 10px;
}
.contents03 .items .item .text h3 {
	font-size: 1.5rem;
	border-left: 5px solid #333;
	padding-left: 10px;
	margin-bottom: 10px;
}
.contents03 .items .item .text p {
	margin-bottom: 24px;
}
.contents03 .items .item .text .button {
	width: 335px;
	display: block;
	text-align: right;
}
.contents03 .items .item .text .button a {
	display: block;
	background: url(../img/top/btndetail.png) no-repeat left top;
	width: 185px;
	height: 30px;
	text-indent: -9999px;
	text-align: left;
	float: right;
}
.contents03 .items .item .text .button a:hover {
	background-position: left -32px;
}

.contents04 {
	margin-bottom: 20px;
	border: solid 1px #e6e6e6;
}
.contents04 .title {
	font-size: 1.4rem;
	line-height: 2.8rem;
	padding: 0 10px;
	border-bottom: solid 1px #e6e6e6;
}
.contents04 ul {
	height: 300px;
	list-style: none;
	padding: 5px 20px;
	overflow-y: auto;
	margin-bottom: 40px;
}
.contents04 li {
	display: flex;
	justify-content: flex-start;
	padding: 3px 0;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
.contents04 li time {
	margin-right: 20px;
}
.contents04 li span {
	padding: 0 0 5px 50px;
}
.contents04 li span.info {
	background: url(../img/top/icon_news_02.gif) left top no-repeat;
}
.contents04 li span.renewal {
	background: url(../img/top/icon_news_01.gif) left top no-repeat;
}
.contents04 li span.other {
	background: url(../img/top/icon_news_03.gif) left top no-repeat;
}
.contents04 li span a {
	color: #990000;
	text-decoration: underline;
}

@media screen and (max-width: 425px) {
	.contents02 .items .item {
		width: 100%;
		padding: 10px 0;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	.contents02 .items .item:nth-child(odd),
	.contents02 .items .item:nth-child(even) {
		background: none;
	}
	
	.contents03 .items .item {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	.contents03 .items .item .text .button {
		width: 100%;
	}

	.contents04 ul {
		height: 500px;
		padding: 5px 10px;
	}
	.contents04 ul li {
		display: block;
	}
	.contents04 ul li time {
		display: block;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.contents04 ul li span {
		display: block;
	}
}

@media screen and (max-width: 767px) {
  .contents01 #slides {
    display: none;
  }
}