@charset "utf-8";
main {
	padding-top: 90px;
}
@media only screen and (max-width: 767px) {
	main {
		padding-top: 70px;
	}
}
@media only screen and (max-width: 767px) {
	header .header01 nav {
		padding: 70px 0 0;
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1280px;
	height: auto;
	padding: 12px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 95%;
		max-width: 355px;
		padding: 0;
		display: block;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	box-sizing: border-box;
	width: calc((100% - 19px * 1) / 2);
	height: auto;
	padding: 45px 30px;
	margin: 0 19px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		width: 100%;
		padding: 20px;
		margin: 0 0 10px;
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(1){
	background-color: #D8E3F2;
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2){
	margin-right: 0;
	background-color: #EAECF0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(2){
		margin-bottom: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: auto;
	height: auto;
	margin: 0 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		margin: 0 0 12px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01::before{
	content: '';
	width: 70px;
	height: 70px;
	margin: 0 15px 0 0;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01::before{
		width: 60px;
		height: 60px;
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .contents01_01_01_01::before{
	background-color: #6A90CE;
	background-image: url(../img/index/item01.png);
	background-size: 41px auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .contents01_01_01_01::before{
		background-size: 35px auto;
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_01::before{
	background-color: #012872;
	background-image: url(../img/index/item02.png);
	background-size: 35px auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_01::before{
		background-size: 32px auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h2{
	width: auto;
	height: auto;
	margin: 0;
	color: #012872;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h2 span:nth-of-type(1){
	width: 100%;
	height: auto;
	margin: 0 auto 6px;
	font-size: 17px;
	line-height: 27px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h2 span:nth-of-type(1){
		margin: 0 auto 2px;
		font-size: 14px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 374px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h2 span:nth-of-type(1){
		font-size: 11px;
		line-height: 17px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h2 span:nth-of-type(2){
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 32px;
	line-height: 42px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h2 span:nth-of-type(2){
		font-size: 25px;
		line-height: 35px;
	}
}
@media only screen and (max-width: 374px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h2 span:nth-of-type(2){
		font-size: 20px;
		line-height: 30px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h2 span:nth-of-type(2) span{
	font-size: 32px;
	line-height: 42px;
	display: inline;
	position: relative;
	z-index: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h2 span:nth-of-type(2) span{
		font-size: 25px;
		line-height: 35px;
	}
}
@media only screen and (max-width: 374px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h2 span:nth-of-type(2) span{
		font-size: 20px;
		line-height: 30px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h2 span:nth-of-type(2) span::before{
	content: '';
	width: auto;
	height: 9px;
	background-color: #ECDA42;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h2 span:nth-of-type(2) span::before{
		height: 6px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 img{
	width: 170px;
	height: auto;
	margin: 0 30px 0 0;
	display: block;
	flex-shrink: 0;
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .contents01_01_01_02 .contents01_01_01_02_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .contents01_01_01_02 .contents01_01_01_02_01{
		flex-direction: row;
		flex-wrap: wrap;
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .contents01_01_01_02 .contents01_01_01_02_01 a{
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	padding: 0 23px 0 30px;
	margin: 13px 0 0;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	color: #012872;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .contents01_01_01_02 .contents01_01_01_02_01 a{
		width: calc((100% - 10px * 1) / 2);
		height: 50px;
		padding: 0 11px;
		margin: 10px 10px 0 0;
		border-radius: 2px;
		font-size: 14px;
		line-height: 18px;
	}
}
@media only screen and (min-width: 768px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .contents01_01_01_02 .contents01_01_01_02_01 a:nth-of-type(1){
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .contents01_01_01_02 .contents01_01_01_02_01 a:nth-of-type(-n+2){
		margin-top: 0;
	}
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .contents01_01_01_02 .contents01_01_01_02_01 a:nth-of-type(2n){
		margin-right: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .contents01_01_01_02 .contents01_01_01_02_01 a:hover{
	background-color: #012872;
	color: #ffffff;
	opacity: 1;
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .contents01_01_01_02 .contents01_01_01_02_01 a::after{
	content: '';
	width: 12px;
	height: 12px;
	margin: 0 0 0 calc(-12px/2);
	display: block;
	border-bottom: 2px solid #012872;
	border-right: 2px solid #012872;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .contents01_01_01_02 .contents01_01_01_02_01 a::after{
		width: 6px;
		height: 6px;
		margin: 0 0 0 calc(-6px/2);
		border-bottom: 1px solid #012872;
		border-right: 1px solid #012872;
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .contents01_01_01_02 .contents01_01_01_02_01 a:hover::after{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .contents01_01_01_02 .contents01_01_01_02_01 a:hover::after{
		border-bottom: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a{
	box-sizing: border-box;
	width: calc((100% - 12px * 1) / 2);
	height: 80px;
	padding: 0 14px 0 16px;
	margin: 12px 12px 0 0;
	border-radius: 4px;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a{
		width: calc((100% - 10px * 1) / 2);
		height: 60px;
		padding: 0 11px;
		margin: 10px 10px 0 0;
		border-radius: 2px;
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a:nth-of-type(-n+2){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a:nth-of-type(2n){
	margin-right: 0;
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a:hover{
	opacity: 1;
	background-color: #012872;
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a::after{
	content: '';
	width: 8px;
	height: 8px;
	margin: 0 0 0 calc(-8px/2);
	display: block;
	border-bottom: 2px solid #012872;
	border-right: 2px solid #012872;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a::after{
		width: 6px;
		height: 6px;
		margin: 0 0 0 calc(-6px/2);
		border-bottom: 1px solid #012872;
		border-right: 1px solid #012872;
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a:hover::after{
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a:hover::after{
		border-bottom: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #012872;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a span{
		font-size: 14px;
		line-height: 20px;
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a:nth-of-type(2) span{
	font-size: 15px;
	line-height: 25px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a:nth-of-type(2) span{
		font-size: 13px;
		line-height: 19px;
	}
}
@media only screen and (max-width: 374px){
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a:nth-of-type(2) span{
		font-size: 10px;
		line-height: 16px;
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a:hover span{
	color: #ffffff;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a span span{
	width: auto;
	height: auto;
	padding: 0 4px;
	margin: 0 0 3px;
	font-size: 14px;
	line-height: 24px;
	background-color: #E6ECF4;
	border-radius: 2px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a span span{
		margin: 0 0 2px;
		font-size: 11px;
		line-height: 21px;
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a:nth-of-type(2) span span{
	font-size: 14px;
	line-height: 24px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a:nth-of-type(2) span span{
		font-size: 11px;
		line-height: 21px;
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2) .contents01_01_01_02 .contents01_01_01_02_01 a:hover span span{
	color: #012872;
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F4F5F7;
	display: block;
	position: relative;
}
.contents02::before{
	content: '';
	width: 571px;
	height: 253px;
	background-image: url(../img/index/item06.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: auto;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents02::before{
		width: 288px;
		height: 128px;
	}
}
.contents02::after{
	content: '';
	width: 531px;
	height: 353px;
	background-image: url(../img/index/item07.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents02::after{
		width: 244px;
		height: 108px;
	}
}
.contents02 .contents02_01{
	width: 1280px;
	height: auto;
	padding: 70px 0 80px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 90%;
		max-width: 320px;
		padding: 76px 0 50px;
	}
}
.contents02 .contents02_01 h2{
	width: 254px;
	height: auto;
	margin: 0 0 40px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 h2{
		width: 201px;
		margin: 0 0 30px;
	}
}
.contents02 .contents02_01 h2 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents02 .contents02_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 30px;
	font-size: 30px;
	line-height: 45px;
	color: #012872;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .text01{
		margin: 0 0 20px;
		font-size: 22px;
		line-height: 37px;
	}
}
@media only screen and (max-width: 374px){
	.contents02 .contents02_01 .text01{
		font-size: 20px;
		line-height: 35px;
	}
}
.contents02 .contents02_01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 45px;
	font-size: 17px;
	line-height: 35px;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .text02{
		margin: 0 0 40px;
		font-size: 15px;
		line-height: 28px;
		text-align: left;
	}
}
.contents02 .contents02_01 .text02 span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 17px;
	line-height: 35px;
	color: #D61011;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .text02 span{
		font-size: 15px;
		line-height: 28px;
	}
}
.contents02 .contents02_01 .text03{
	width: auto;
	height: auto;
	margin: 0 0 30px;
	font-size: 22px;
	line-height: 32px;
	color: #012872;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .text03{
		margin: 0 0 15px;
		font-size: 17px;
		line-height: 27px;
	}
}
@media only screen and (max-width: 374px){
	.contents02 .contents02_01 .text03{
		font-size: 15px;
		line-height: 25px;
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: 938px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01{
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}
}
.contents02 .contents02_01 .contents02_01_01 a{
	box-sizing: border-box;
	width: calc((100% - 22px * 4) / 5);
	height: 146px;
	padding: 5px 0 0;
	margin: 0 22px 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #012872;
	border: 1px solid #012872;
	background-color: #ffffff;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 4px 4px 0 0 #D9DDE3;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 a{
		width: calc((100% - 10px * 2) / 3);
		height: 90px;
		padding: 2px 0 0;
		margin: 10px 10px 0 0;
		font-size: 13px;
		line-height: 16px;
		border-radius: 2px;
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.contents02 .contents02_01 .contents02_01_01 a:last-of-type{
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 a:nth-of-type(-n+3){
		margin-top: 0;
	}
	.contents02 .contents02_01 .contents02_01_01 a:nth-of-type(3n){
		margin-right: 0;
	}
	.contents02 .contents02_01 .contents02_01_01 a:last-of-type{
		margin-right: 0;
	}
}
.contents02 .contents02_01 .contents02_01_01 a:hover{
	color: #ffffff;
	background-color: #012872;
	opacity: 1;
}
.contents02 .contents02_01 .contents02_01_01 a .svg{
	margin: 0 0 17px;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 a .svg{
		margin: 0 0 8px;
	}
}
.contents02 .contents02_01 .contents02_01_01 a .svg svg path{
	fill: #012872;
	transition: all .5s;
}
.contents02 .contents02_01 .contents02_01_01 a:hover .svg svg path{
	fill: #ffffff;
	transition: all .5s;
}
.contents02 .contents02_01 .contents02_01_01 a:nth-of-type(1) .svg{
	width: 42px;
	height: 43px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 a:nth-of-type(1) .svg{
		width: 25px;
		height: 26px;
	}
}
.contents02 .contents02_01 .contents02_01_01 a:nth-of-type(2) .svg{
	width: 43px;
	height: 43px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 a:nth-of-type(2) .svg{
		width: 25px;
		height: 25px;
	}
}
.contents02 .contents02_01 .contents02_01_01 a:nth-of-type(3) .svg{
	width: 47px;
	height: 42px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 a:nth-of-type(3) .svg{
		width: 28px;
		height: 35px;
	}
}
.contents02 .contents02_01 .contents02_01_01 a:nth-of-type(4) .svg{
	width: 42px;
	height: 42px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 a:nth-of-type(4) .svg{
		width: 25px;
		height: 25px;
	}
}
.contents02 .contents02_01 .contents02_01_01 a:nth-of-type(5) .svg{
	width: 49px;
	height: 45px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 a:nth-of-type(5) .svg{
		width: 31px;
		height: 29px;
	}
}
/*.contents02ここまで*/

/*.contents03ここから*/
.contents03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
.contents03 .contents03_01{
	width: 1080px;
	height: auto;
	padding: 70px 0 80px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01{
		width: 90%;
		max-width: 320px;
		padding: 40px 0 50px;
	}
}
.contents03 .contents03_01 .contents03_01_01{
	width: 100%;
	height: auto;
	padding: 0 0 27px;
	margin: 0 0 30px;
	border-bottom: 1px solid #909090;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01{
		padding: 0 0 15px;
		margin: 0 0 33px;
	}
}
.contents03 .contents03_01 .contents03_01_01 a{
	width: 620px;
	height: auto;
	margin: 0 0 100px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 a{
		width: 100%;
		margin: 0 0 65px;
		border-radius: 5px;
	}
}
.contents03 .contents03_01 .contents03_01_01 a img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 32px;
	line-height: 42px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .text01{
		font-size: 25px;
		line-height: 35px;
	}
}
.contents03 .contents03_01 .contents03_01_02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01{
	width: 100%;
	height: auto;
	margin: 0 auto 32px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01{
		margin: 0 auto 23px;
	}
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .img{
	width: 157px;
	height: auto;
	margin: 0 62px 0 0;
	display: block;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .img{
		width: 93px;
		margin: 0 13px 0 0;
	}
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .img:nth-of-type(1){
	width: 184px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .img:nth-of-type(2),
	.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .img:nth-of-type(3){
		flex-shrink: 0;
	}
	.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .img:nth-of-type(1){
		width: auto;
		flex-grow: 1;
	}
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .img:last-of-type{
	margin-right: 0;
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .img img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents03 .contents03_01 .contents03_01_02 .text02{
	width: auto;
	height: auto;
	margin: 0 0 30px;
	font-size: 22px;
	line-height: 38px;
	color: #012872;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .text02{
		margin: 0 0 27px;
		font-size: 18px;
		line-height: 30px;
		text-align: left;
	}
}
.contents03 .contents03_01 .contents03_01_02 .link01{
	box-sizing: border-box;
	width: 272px;
	height: 64px;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #012872;
	border: 1px solid #012872;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .link01{
		width: 100%;
		max-width: 237px;
		height: 60px;
		font-size: 15px;
		line-height: 25px;
	}
}
.contents03 .contents03_01 .contents03_01_02 .link01::after{
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-bottom: 1px solid #012872;
	border-right: 1px solid #012872;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 33px;
	margin: auto;
}
/*.contents03ここまで*/

/*.contents04ここから*/
.contents04{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents04 .contents04_01{
	width: 1080px;
	height: auto;
	padding: 65px 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01{
		width: 90%;
		max-width: 320px;
		padding: 50px 0 70px;
		display: block;
	}
}
.contents04 .contents04_01 .contents04_01_01{
	width: auto;
	height: auto;
	margin: 0 138px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01{
		width: 100%;
		margin: 0 auto 30px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01{
	width: auto;
	height: auto;
	margin: 0 0 35px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01{
		width: auto;
		margin: 0;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 h2{
	width: auto;
	height: auto;
	margin: 0 0 4px;
	font-size: 28px;
	line-height: 38px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 h2{
		margin: 0 0 6px;
		font-size: 22px;
		line-height: 32px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 h3{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #012872;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 h3{
		font-size: 13px;
		line-height: 19px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	color: #012872;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 a{
		font-size: 14px;
		line-height: 24px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 a::after{
	content: '';
	width: 8px;
	height: 8px;
	margin: 0 0 0 20px;
	display: block;
	border-bottom: 1px solid #012872;
	border-right: 1px solid #012872;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 a::after{
		width: 6px;
		height: 6px;
	}
}
.contents04 .contents04_01 .contents04_01_02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02{
	}
}
.contents04 .contents04_01 .contents04_01_02 table{
	width: 100%;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
	text-align: left;
}
.contents04 .contents04_01 .contents04_01_02 table tr{
}
.contents04 .contents04_01 .contents04_01_02 table tr th{
	width: 112px;
	height: auto;
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 table tr th{
		display: block;
		width: 100%;
		padding: 20px 0 7px;
		border: none;
	}
}
.contents04 .contents04_01 .contents04_01_02 table tr th a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #707070;
	display: inline-block;
}
.contents04 .contents04_01 .contents04_01_02 table tr td{
	width: auto;
	height: auto;
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 table tr td{
		display: block;
		width: 100%;
		padding: 0 0 15px;
	}
}
.contents04 .contents04_01 .contents04_01_02 table tr:nth-of-type(1) th,
.contents04 .contents04_01 .contents04_01_02 table tr:nth-of-type(1) td{
	padding-top: 0;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 table tr:nth-of-type(1) td{
		border-top: 0;
	}
}
.contents04 .contents04_01 .contents04_01_02 table tr td a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	display: inline-block;
}
.contents04 .contents04_01 .contents04_01_02 table tr td a:hover{
	text-decoration: underline;
}
/*.contents04ここまで*/