
main .page_headline{
	background: linear-gradient(180deg, rgba(0, 140, 214, .9), rgba(29, 76, 145, .9)), url(../img/document/mv.jpg) center center/cover no-repeat;
}
main .page_headline .catch{
	font-size: 1.5rem;
	margin-top: 25px;
	letter-spacing: .2em;
}
main .page_headline .catch br{
	display: none;
}
main .documents{
	position: relative;
	z-index: 1;
	padding: 70px 0 0;
}
.downloadRow{
	position: relative;
	display: grid;
	max-width: 1120px;
	margin: 0 auto;

	gap: 60px 20px;
	grid-template-columns: repeat(3,360px);
}
.downloadBox{
	display: grid;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 14.72px 1.28px rgba(0, 0, 0, .1);

	grid-row: span 3;
	grid-template-rows: subgrid;
	row-gap: 0;
}
.downloadBox a{
	position: relative;
	display: grid;
	padding: 35px 34px;

	grid-row: span 3;
	grid-template-rows: subgrid;
	row-gap: 0;
}
.downloadBox a:hover img{
	transform: scale(1.1);
}
.downloadBox a .mark{
	font-size: 1.4rem;
	font-weight: 700;
	position: absolute;
	top: 8px;
	left: 15px;
	display: grid;
	width: 100px;
	height: 20px;
	color: #fff;
	border-radius: 5px;
	background: #e37c23;

	place-content: center;
}
.downloadBox a h2{
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.55;
	margin-bottom: 30px;
	text-align: center;
	color: #1d4c91;

	align-self: center;
	grid-row: 2;
}
.downloadBox a .sp{
	display: none;
}
.downloadBox a .tm{
	overflow: hidden;
	margin-bottom: 30px;

	grid-row: 1;
}
.downloadBox a .tm img{
	transition: all .2s;
}
.downloadBox a .goSingle{
	font-size: 1.4rem;
	font-weight: 700;
	display: flex;
	box-sizing: border-box;
	width: 195px;
	height: 40px;
	padding-left: 25px;
	color: #e37c23;
	border: 2px solid #e37c23;
	border-radius: 8px;
	background: url('../img/document/download_ico.svg') no-repeat calc(100% - 25px) center / 16px auto;

	align-items: center;
	grid-row: 3;
	justify-self: center;
}
.pickup>h2{
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 80px;
	text-align: center;
	color: #1d4c91;
}
.post-type-archive-download .mailMagazin{
	margin-top: 0;
}
.documentList{
	position: relative;
	z-index: 1;
	margin-top: 160px;
	padding: 0 0 40px;
	background: #f5f5f5;
}
.documentList::before{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	width: 100%;
	height: 134px;
	content: '';
	transform: translateX(-50%);
	background: #fff;
}
.documentList>h2{
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 35px;
	text-align: center;
	color: #1d4c91;
}
.documentList .termList{
	position: relative;
	box-sizing: border-box;
	max-width: 1120px;
	margin: 0 auto 0;
	padding: 30px 32px;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 6.93px .07px rgba(0, 0, 0, .15);
}
.documentList .termList h2{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
	text-align: center;
	color: #1d4c91;
}
.documentList .termList ul{
	display: flex;

	flex-flow: row wrap;
	gap: 10px;
	justify-content: center;
}
.documentList .termList .checkbox input{
	display: none;
}
.documentList .termList .checkbox .allNoEvent{
	pointer-events: none;
}
.documentList .termList .checkbox label{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.2;
	display: grid;
	min-height: 37px;
	padding: 0 19px;
	cursor: pointer;
	text-align: center;
	border-radius: 18.5px;
	background: #efefef;

	place-content: center;
}
.documentList .termList .checkbox input[type='checkbox']:checked+label{
	color: #fff;
	background: #1d4c91;
}
.documentList .termList .checkbox input[type='checkbox']:checked+label::after{
	background-position: center bottom;
}
.documentList .downloadRow{
	min-height: 200px;
	margin-top: 80px;

	gap: 0 58px;
	grid-template-columns: repeat(3,335px);
}
.documentList .downloadBox2{
	display: grid;
	margin-bottom: 85px;

	grid-row: span 4;
	grid-row-gap: 0;
	grid-template-rows: subgrid;
}
.documentList .downloadBox2 a{
	position: relative;
	display: grid;
	padding-bottom: 25px;
	background: #fff;

	grid-row: span 4;
	grid-row-gap: 0;
	grid-template-rows: subgrid;
}
.documentList .downloadBox2 a::after{
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 21px;
	height: 21px;
	content: '';
	background: url('../img/document/sanaku.png') no-repeat center center / contain;
}
.documentList .downloadBox2 a:hover img{
	transform: scale(1.1);
}
.documentList .downloadBox2 a h2{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.55;
	margin-bottom: 15px;
	padding: 0 30px;
	text-align: center;
	white-space: pre-wrap;
	color: #1d4c91;

	align-self: center;
	grid-row: 2;
}
.documentList .downloadBox2 a .sp{
	display: none;
}
.documentList .downloadBox2 a .text{
	font-size: 1.3rem;
	line-height: 1.53;
	margin-bottom: 10px;
	padding: 0 30px;

	grid-row: 3;
}
.documentList .downloadBox2 a .tm{
	overflow: hidden;
	margin-bottom: 20px;

	grid-row: 1;
}
.documentList .downloadBox2 a .tm img{
	transition: all .2s;
}
.documentList .downloadBox2 a .goSingle{
	font-size: 1.4rem;
	font-weight: 700;
	display: flex;
	box-sizing: border-box;
	width: 195px;
	height: 40px;
	padding-left: 25px;
	color: #e37c23;
	border: 2px solid #e37c23;
	border-radius: 8px;
	background: url('../img/document/download_ico.svg') no-repeat calc(100% - 25px) center / 16px auto;

	align-items: center;
	grid-row: 4;
	justify-self: center;
}
@media screen and (max-width: 768px){
	main .page_headline{
		height: 61.53846vw;
		background: linear-gradient(180deg, rgba(0, 140, 214, .9), rgba(29, 76, 145, .9)), url(../img/document/mv_sp.jpg) center center/cover no-repeat;
	}
	main .page_headline .catch{
		font-size: 3.58974vw;
		line-height: 1.58;
		margin-top: 7.69231vw;
	}
	main .page_headline .catch br{
		display: block;
	}
	main .documents{
		padding: 20.51282vw 0 0 0;
	}
	.downloadRow{
		display: grid;
		max-width: 84.61538vw;
		margin: 0 auto;

		gap: 6.92308vw 0;
		grid-template-columns: repeat(1,100%);
	}
	.downloadBox{
		border-radius: 1.28205vw;
	}
	.downloadBox a{
		padding: 9.23077vw 7.69231vw 7.69231vw;
	}
	.downloadBox a:hover{
		opacity: .8;
	}
	.downloadBox a .mark{
		top: 2.05128vw;
		left: 3.84615vw;
		width: 25.64103vw;
		height: 5.12821vw;
		border-radius: 1.28205vw;
	}
	.downloadBox a h2{
		font-size: 4.61538vw;
		line-height: 1.5;
		margin-bottom: 6.41026vw;
	}
	.downloadBox a .sp{
		display: block;
	}
	.downloadBox a .pc{
		display: none;
	}
	.downloadBox a .tm{
		margin-bottom: 7.69231vw;
	}
	.downloadBox a .tm img{
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.downloadBox a .goSingle{
		width: 50vw;
		height: 10.25641vw;
		padding-left: 6.41026vw;
		border: .51282vw solid #e37c23;
		border-radius: 2.05128vw;
		background: url('../img/document/download_ico.svg') no-repeat calc(100% - 6.41026vw) center / 4.10256vw auto;
	}
	.pickup>h2{
		font-size: 6.15385vw;
		margin-bottom: 15.38462vw;
	}

	.post-type-archive-download .mailMagazin{
		margin-top: 0;
	}
	.documentList{
		margin-top: 30.76923vw;
		padding: 0 0 20.51282vw;
	}
	.documentList::before{
		height: 53.84615vw;
	}
	.documentList>h2{
		font-size: 6.15385vw;
		padding-bottom: 10.25641vw;
	}
	.documentList .termList{
		max-width: 84.61538vw;
		padding: 5.12821vw;
		border-radius: 1.28205vw;
	}
	.documentList .termList h2{
		font-size: 4.61538vw;
		margin-bottom: 5.12821vw;
	}
	.documentList .termList ul{
		display: flex;

		align-items: flex-start;
		flex-flow: column;
		gap: 2.5641vw 0;
		justify-content: flex-start;
	}
	.documentList .termList .checkbox label{
		font-size: 3.84615vw;
		line-height: 1.4;
		min-height: 7.69231vw;
		padding: .1em 2.30769vw;
		border-radius: 3.84615vw;
	}
	.documentList .downloadRow{
		min-height: 0;
		margin-top: 15.38462vw;

		gap: 6.92308vw 0;
		grid-template-columns: repeat(1,100%);
	}
	.documentList .downloadBox2{
		margin-bottom: 0;
	}
	.documentList .downloadBox2 a{
		padding-bottom: 7.69231vw;
	}
	.documentList .downloadBox2 a::after{
		right: 2.30769vw;
		bottom: 2.30769vw;
		width: 5.38462vw;
		height: 5.38462vw;
		background: url('../img/document/sp_sanaku.png') no-repeat center center / contain;
	}
	.documentList .downloadBox2 a:hover img{
		transform: scale(1.1);
	}
	.documentList .downloadBox2 a h2{
		font-size: 1.8rem;
		line-height: 1.5;
		margin-bottom: 5.12821vw;
		padding: 0 7.69231vw;
	}
	.documentList .downloadBox2 a .sp{
		display: block;
	}
	.documentList .downloadBox2 a .pc{
		display: none;
	}
	.documentList .downloadBox2 a .text{
		margin-bottom: 6.41026vw;
		padding: 0 7.69231vw;
	}
	.documentList .downloadBox2 a .tm{
		margin-bottom: 7.69231vw;
	}
	.documentList .downloadBox2 a .goSingle{
		width: 50vw;
		height: 10.25641vw;
		padding-left: 6.41026vw;
		border: .51282vw solid #e37c23;
		border-radius: 2.05128vw;
		background: url('../img/document/download_ico.svg') no-repeat calc(100% - 6.41026vw) center / 4.10256vw auto;
	}
}
/* ==========================================================================
   ajaロード関連
========================================================================== */
.ajaxFadein{
	animation: fadeInAjax .6s 1 0s ease forwards;
}
@keyframes fadeInAjax{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.loading{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	opacity: .8;
}
.loading::before{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 52px;
	height: 52px;
	margin: -26px 0 0 -26px;
	content: '';
	animation: loader .8s infinite linear;
	border: 6px solid #000;
	border-top-color: #ddd;
	border-radius: 50%;
}
.noPost{
	font-size: 1.7rem;
	margin-top: 2em;
	text-align: center;

	grid-column: 1 / 4;
}
@media only screen and (max-width: 767px){
	.loading::before{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 26px;
		height: 26px;
		margin: 0 0 0 -13px;
		content: '';
		animation: loader .8s infinite linear;
		border: 4px solid #000;
		border-top-color: #ddd;
		border-radius: 50%;
	}
}
@keyframes loader{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
.fade-enter-active,.fade-leave-active{
	transition: opacity .3s ease;
}
.fade-enter-from,.fade-leave-to{
	opacity: 0;
}