@charset "utf-8";

#contentsBlock {
	padding-bottom: 0;
}

.kentouchu_list01 {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kentouchu_list01 li {
	border: 1px solid #0099d6;
	border-radius: 10px;
	overflow: hidden;
	width: calc((100% - 40px) / 3);
	margin-bottom: 20px;
	background: #fff;
}
.kentouchu_list01 li .photo {
	background: #fff;
}

.kentouchu_list01 li .text {
	padding: 18px;
	border-top: 1px solid #0099d6;
	background: #fff;
	transition: 0.2s ease;
	text-align: center;
}

.kentouchu_list01 li .text .ttl {
	color: #0099d6;
	font-weight: bold;
	font-size: 1.8rem;
	transition: 0.2s ease;
}
.kentouchu_list01 li .text dt.ttl{
	border-bottom: 1px dashed #0099d6;
	padding-bottom: 12px;
}

.kentouchu_list01 li .text .disc {
	margin-top: 15px;
	text-align: center;
	font-size: 1.4rem;
	transition: 0.2s ease;
}

.kentouchu_list01 li:hover .text {
	background: #0099d6;
}

.kentouchu_list01 li:hover .text .ttl {
	color: #fff;
	border-color: #fff;
}

.kentouchu_list01 li:hover .text .disc {
	color: #fff;
}

.kentouchu_list01 li.about {
	width: 100%;
}

.kentouchu_list01 li.about a {
	display: flex;
}

.kentouchu_list01 li.about .photo {
	border-right: 1px solid #0099d6;
	width: 318px;
}

.kentouchu_list01 li.about .text {
	border-top: none;
	width: calc( 100% - 318px );
	height: auto;
}

.kentouchu_list01 li.about .text {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}

.kentouchu_list01 li.about .text dt,
.kentouchu_list01 li.about .text dd {
	text-align: left;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.kentouchu_list01 li.about .photo {
		width: 50%;
	}

	.kentouchu_list01 li.about .text {
		width: 50%;
	}

}

@media screen and (max-width: 480px) {
	.kentouchu_list01 li.about .photo {
		width: 45.6%;
		border-right: none;
	}

	.kentouchu_list01 li.about .text {
		width: 55.4%;
	}

}

@media screen and (max-width: 480px) {
	.kentouchu_list01 {
		display: block;
	}

	.kentouchu_list01 li {
		width: 100%;
		margin-bottom: 10px;
	}

	.kentouchu_list01 a {
		display: flex;
	}

	.kentouchu_list01 .photo {
		display: flex;
		align-items: flex-end;
		width: 45.6%;
	}

	_:-ms-input-placeholder,
	:root .kentouchu_list01 .photo img {
		max-width: inherit;
		width: 100%;
	}
	.kentouchu_list01 li p.text{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.kentouchu_list01 li .text {
		padding: 10px;
		border-top: none;
		border-left: 1px solid #0099d6;
		width: 55.4%;
	}

	.kentouchu_list01 li .text .ttl {
		font-size: 1.3rem;
	}
	.kentouchu_list01 li .text dt.ttl{
		padding-bottom: 10px;
	}

	.kentouchu_list01 li .text .disc {
		margin-top: 6px;
		font-size: 1.1rem;
		text-align: left;
	}
}

.kentouchu_list02 {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kentouchu_list02 li {
	width: calc((100% - 125px) / 6);
	margin-bottom: 30px;
	text-align: center;
	transition: 0.2s ease;
}

.kentouchu_list02 li:hover {
	transform: translateY(-10px);
	opacity: 0.7;
}

.kentouchu_list02 li .ttl {
	display: block;
	margin-top: 15px;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.kentouchu_list02 li {
		width: calc((100% - 100px) / 4);
		margin-bottom: 35px;
	}

	.kentouchu_list02 li .ttl {
		display: block;
		margin-top: 15px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 570px) {
	.kentouchu_list02 li {
		width: 50%;
		text-align: center;
	}
	.kentouchu_list02 li:nth-last-of-type(-n + 2) {
		margin-bottom: 0;
	}

	.kentouchu_list02 li .photo {
		max-width: 141px;
		margin: 0 auto;
	}
}

.kentouchu_list03 {
	display: flex;
	justify-content: center;
  flex-wrap: wrap;
	margin-top: 35px;
}

.kentouchu_list03 li {
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #0099d6;
	background: #fff;
}

.kentouchu_list03 li + li {
	margin-left: 20px;
}

.kentouchu_list03 li .photo {
	overflow: hidden;
}

.kentouchu_list03 li .photo img {
	transition: 0.4s ease;
}

.kentouchu_list03 li .text {
	text-align: center;
	background: #fff;
	padding: 10px 0;
	font-size: 1.4rem;
	border-top: 1px solid #0099d6;
	transition: 0.2s ease;
}

_:-ms-input-placeholder,
:root .kentouchu_list03 li .text {
	padding: 14px 10px 10px;
}

.kentouchu_list03 li a:hover .text {
	background: #0099d6;
	color: #fff;
}

.kentouchu_list03 li a:hover img {
	transform: scale(1.075);
}
@media screen and (max-width: 768px) {
  .kentouchu_list03 li + li {
    margin-left: 0;
  }
  .kentouchu_list03 li:nth-child(even) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .kentouchu_list03 {
    flex-direction: column;
  }
  
	.kentouchu_list03 li {
		margin-bottom: 10px;
		width: 100%;
	}

	.kentouchu_list03 li:nth-of-type(even) {
		margin-left: 0;
	}

	.kentouchu_list03 li + li {
		margin-left: 0;
	}

	.kentouchu_list03 li a {
		display: flex;
	}

	.kentouchu_list03 li .photo {
		width: 45.6%;
	}

	.kentouchu_list03 li .text {
		width: 54.4%;
		padding: 10px;
		font-size: 1.3rem;
		border-top: none;
		border-left: 1px solid #0099d6;
		display: flex;
		text-align: left;
		align-items: center;
	}
}
