@charset "utf-8";

#contentsBlock {
	padding-bottom: 0;
}

.kanyusya_list01 {
	display: flex;
	/*justify-content: space-between;*/
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-top: 35px;
}

.kanyusya_list01 li {
	width: calc((100% - 40px) / 3);
	background: #fff;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	transition: 0.2s ease;
}

.kanyusya_list01 li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 20px 17px;
}

.kanyusya_list01 li .photo {
	margin-right: -20px;
}

.kanyusya_list01 li .photo img {
	transition: 0.2s ease;
}

.kanyusya_list01 li .text {
	position: relative;
	padding-left: 2em;
	display: inline-block;
	margin-top: 15px;
}

.kanyusya_list01 li .text::before {
	content: "\f13a";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	color: #0099d6;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	text-decoration: none;
}

_:-ms-input-placeholder,
:root .kanyusya_list01 li .text::before {
	top: calc(50% - 3px);
}

.kanyusya_list01 li:hover {
	opacity: 0.7;
}

.kanyusya_list01 li:hover .text {
	text-decoration: underline;
}

.kanyusya_list01 li:hover .photo img {
	transform: translateY(-5px);
}

#sec02{
	padding-top: 150px;
	margin-top: -75px;
}

@media screen and (max-width: 767px) {
	.kanyusya_list01 {
		display: block;
	}

	.kanyusya_list01 li {
		width: 100%;
	}

	.kanyusya_list01 li + li {
		margin-top: 10px;
	}

	.kanyusya_list01 li a {
		padding: 15px;
		font-size: 1.4rem;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
	}

	.kanyusya_list01 li .photo {
		margin-right: 0;
	}

	.kanyusya_list01 li .text {
		margin-top: 0;
	}

	.kanyusya_list01 li .text::before {
		top: calc(50% + 1px);
	}
}

.kanyusya_list02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 35px;
}

.kanyusya_list02 li {
	width: calc((100% - 40px) / 3);
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #0099d6;
	height: 62px;
	transition: 0.2s ease;
}

.kanyusya_list02 li + li {
	margin-top: 20px;
}

.kanyusya_list02 li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #0099d6;
	transition: 0.2s ease;
}

_:-ms-input-placeholder,
:root .kanyusya_list02 li a {
	padding-top: 5px;
}

.kanyusya_list02 li a::before {
	content: "\f138";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	color: #0099d6;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s ease;
}

.kanyusya_list02 li .text {
	text-align: center;
	line-height: 1.5;
}

.kanyusya_list02 li:hover {
	background: #0099d6;
}

.kanyusya_list02.disabled  li:hover {
  background: #FFF;
  color: #0099d6;
}

.kanyusya_list02.disabled li a{
  pointer-events: none;
}

.kanyusya_list02.disabled li:hover a{
  color: #0099d6;
}

.kanyusya_list02.disabled li:hover a::before {
  color: #0099d6;
}

.kanyusya_list02 li:hover a {
	color: #fff;
}

.kanyusya_list02 li:hover a::before {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.kanyusya_list02 {
	}

	.kanyusya_list02 li {
		width: 100%;
		height: 62px;
	}

	.kanyusya_list02 li + li {
		margin-top: 10px;
	}

	.kanyusya_list02 li .text {
		font-size: 1.4rem;
	}
}

.kanyusya_list03 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 35px;
	margin-bottom: -50px;
}

.kanyusya_list03 li {
	width: 15%;
	text-align: center;
}

.kanyusya_list03 li.flex_none {
	display: none;
}

.kanyusya_list03 li {
	margin-bottom: 30px;
	transition: 0.2s ease;
}

.kanyusya_list03 li:nth-child(n + 7) {
	margin-bottom: 50px;
}

.kanyusya_list03 li img {
	transition: 0.2s ease;
}

.kanyusya_list03 li .text {
	margin-top: 20px;
	font-weight: normal;
}

.kanyusya_list03 li:hover .font_small {
	text-decoration: underline;
}

.kanyusya_list03 li:hover {
	opacity: 0.7;
}

.kanyusya_list03.disabled li:hover{
	opacity: 1;
}

.kanyusya_list03 li:hover img {
	transform: translateY(-10px);
}

.kanyusya_list03.disabled li:hover img{
	transform: translateY(0px);
}

.kanyusya_list03.disabled li a{
	pointer-events: none;
  display: inline-block;
}

.kanyusya_list03 li:hover .text {
	text-decoration: underline;
}

.kanyusya_list03.disabled  li:hover .text {
	text-decoration: none;
}

.kanyusya_list03 li:hover .text .font_small {
	text-decoration: underline;
}

.kanyusya_list03.disabled li:hover .text .font_small {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.kanyusya_list03 li {
		width: 25%;
	}
	.kanyusya_list03 li.flex_none {
		display: block;
	}
	#sec02 {
		padding-top: 140px;
		margin-top: -70px;
	}
}

@media screen and (max-width: 680px) {
	.kanyusya_list03 li {
		width: 50%;
	}
	.kanyusya_list03 li.flex_none {
		display: none;
	}

	.kanyusya_list03 li {
		margin-bottom: 35px;
	}
	.kanyusya_list03 li:nth-child(n+7) {
		margin-bottom: 35px;
	}
}

