@charset "utf-8";

#contentsBlock {
	padding-bottom: 0;
}

.retiree_list01 {
	margin-top: 35px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.retiree_list01 li {
	border: 1px solid #0099d6;
	border-radius: 10px;
	overflow: hidden;
	/*width: calc((100% - 60px) / 4);*/
	margin-bottom: 20px;
	background: #fff;
	/*追記*/
	max-width: 235px;
	width: 100%;
}
.retiree_list01 li .photo {
	background: #fff;
}

.retiree_list01 li .text {
	padding: 0 0 10px;
	border-top: 1px solid #0099d6;
	background: #fff;
	transition: 0.2s ease;
}

.retiree_list01 li .text .ttl {
	text-align: center;
	color: #0099d6;
	font-weight: bold;
	border-bottom: 1px dashed #0099d6;
	font-size: 1.3rem;
	transition: 0.2s ease;
	/*追記*/
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.retiree_list01 li .text .disc {
	margin-top: 10px;
	text-align: center;
	font-size: 1.4rem;
	transition: 0.2s ease;
}

.retiree_list01 li:hover .text {
	background: #0099d6;
}

.retiree_list01 li:hover .text .ttl {
	color: #fff;
	border-color: #fff;
}

.retiree_list01 li:hover .text .disc {
	color: #fff;
}

#sec02{
	padding-top: 150px;
	margin-top: -75px;
}

@media screen and (max-width: 768px) {
	/*.retiree_list01 li {
		width: calc((100% - 60px) / 4);
	}*/

	.retiree_list01 li .text .ttl {
		font-size: 1.3rem;
		height: 120px;
	}

	#sec02{
		padding-top: 140px;
		margin-top: -70px;
	}
}

@media screen and (max-width: 480px) {
	.retiree_list01 li {
		margin-bottom: 10px;
		/*width: 100%;
		width: calc((100% - 10px)/2);*/
	}

	.retiree_list01 .photo {
		display: flex;
		align-items: flex-end;
	}

	_:-ms-input-placeholder,
	:root .retiree_list01 .photo img {
		max-width: inherit;
		width: 100%;
	}

	.retiree_list01 li .text {
		padding: 10px;
		border-top: none;
		border-top: 1px solid #0099d6;
		height: auto;
	}

	.retiree_list01 li .text .ttl {
		padding-bottom: 8px;
		border-bottom: 1px dashed #0099d6;
		font-size: 1.3rem;
		/*追記*/
		height: 140px
	}

	.retiree_list01 li .text .disc {
		margin-top: 6px;
		font-size: 1.1rem;
	}
}

.retiree_list02 {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.retiree_list02 li {
	width: calc((100% - 125px) / 4);
	margin-bottom: 30px;
	text-align: center;
	transition: 0.2s ease;
}

.retiree_list02 li:hover {
	transform: translateY(-10px);
	opacity: 0.7;
}

.retiree_list02 li .ttl {
	display: block;
	margin-top: 15px;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.retiree_list02 li {
		width: calc((100% - 100px) / 4);
		margin-bottom: 35px;
	}

	.retiree_list02 li .ttl {
		display: block;
		margin-top: 15px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 570px) {
	.retiree_list02 li {
		width: 50%;
		text-align: center;
	}
	.retiree_list02 li:nth-last-of-type(-n + 2) {
		margin-bottom: 0;
	}

	.retiree_list02 li .photo {
		max-width: 141px;
		margin: 0 auto;
	}
}

.retiree_list03 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 35px;
}

.retiree_list03 li {
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #0099d6;
	background: #fff;
}

.retiree_list03 li + li {
	margin-left: 20px;
}

.retiree_list03 li .photo {
	overflow: hidden;
}

.retiree_list03 li .photo img {
	transition: 0.4s ease;
}

.retiree_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 .retiree_list03 li .text {
	padding: 14px 10px 10px;
}

.retiree_list03 li a:hover .text {
	background: #0099d6;
	color: #fff;
}

.retiree_list03 li a:hover img {
	transform: scale(1.075);
}

/*バックナンバー*/

.backnumber_list {
    background: #ededed;
    padding: 35px;
    margin-top: 35px;
}

.backnumber_list h5 {
	margin-bottom: 15px;
	margin-left: -10px;
}

.backnumber_list li + li {
	margin-top: 13px;
}

.backnumber_list .backnumber_in{
	display: flex;
}
	.backnumber_list .backnumber_in .backnumber_box{
		width: 38.5%;
	}


@media screen and (max-width: 999px) {
	.retiree_list03 li:nth-of-type(odd) {
		margin-left: 0;
	}
	.retiree_list03 li:nth-of-type(even) {
		margin-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.retiree_list03 li {
		margin-bottom: 10px;
		width: 100%;
	}

	.retiree_list03 li:nth-of-type(even) {
		margin-left: 0;
	}

	.retiree_list03 li + li {
		margin-left: 0;
	}

	.retiree_list03 li a {
		display: flex;
	}

	.retiree_list03 li .photo {
		width: 45.6%;
	}

	.retiree_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;
	}
	
/*バックナンバー*/
.backnumber_list {
	padding: 20px;
}

.backnumber_list h5 {
	margin-left: 0;
	letter-spacing: -0.15px;
}

.backnumber_list .backnumber_in{
	flex-direction: column;
}
	.backnumber_list .backnumber_in .backnumber_box{
		width: 100%;
	}
	.backnumber_list .backnumber_in .backnumber_box:last-child{
		margin-top: 13px;
	}

}
