@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 750px;
	height: auto;
	padding: 50px 0 80px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 40px 0 50px;
	}
}
.contents01 .contents01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 35px;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text01{
		margin: 0 0 7px;
		font-size: 15px;
		line-height: 28px;
		text-align: left;
	}
}
.contents01 .contents01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 60px;
	font-size: 13px;
	line-height: 23px;
	display: block;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text02{
		margin: 0 0 28px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.contents01 .contents01_01 .contents01_01_01 > .link01{
	box-sizing: border-box;
	width: calc((100% - 50px * 1) / 2);
	height: auto;
	min-height: 140px;
	padding: 5px 0;
	margin: 50px 50px 0 0;
	border-radius: 8px;
	background-color: #ffffff;
	border: 2px solid #002872;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	box-shadow: 0 3px 6px 0 rgba(0 ,0 ,0 ,.16);
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .link01{
		width: calc((100% - 14px * 1) / 2);
		height: auto;
		min-height: 110px;
		margin: 14px 14px 0 0;
		border: 1px solid #002872;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .link01:nth-of-type(-n+2){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 > .link01:nth-of-type(2n){
	margin-right: 0;
}
.contents01 .contents01_01 .contents01_01_01 > .link01:hover{
	opacity: 1;
	background-color: #012872;
}
.contents01 .contents01_01 .contents01_01_01 > .link01::after{
	content: '';
	width: 13px;
	height: 13px;
	display: block;
	border-bottom: 2px solid #012872;
	border-right: 2px solid #012872;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 20px;
	margin: auto;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .link01::after{
		width: 8px;
		height: 8px;
		right: 10px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .link01:hover::after{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 > .link01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 28px;
	color: #012872;
	display: block;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .link01 > .text01{
		margin: 0;
		font-size: 14px;
		line-height: 24px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .link01:hover > .text01{
	color: #ffffff;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 > .link01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 38px;
	line-height: 48px;
	color: #012872;
	display: block;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .link01 > .text02{
		font-size: 22px;
		line-height: 32px;
		text-align: center;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .link01:hover > .text02{
	color: #ffffff;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 > .link01 > .text02 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 27px;
	line-height: 37px;
	color: #012872;
	display: inline;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .link01 > .text02 > span{
		margin: -2px 0 0;
		font-size: 16px;
		line-height: 26px;
		display: block;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .link01:hover > .text02 > span{
	color: #ffffff;
	transition: all .5s;
}
/*.contents01ここまで*/