@charset "UTF-8";

@media screen and (min-width: 1033px){
	.page-title{
		margin-bottom: 9rem;
	}
}

/* +++横スクロールの設定のためのスタイル+++ */
.wrapper{
    width: 300%;
    height: 100vh;
}

/* +++#sec01+++ */
.dl-title{
	font-size: 2.5rem;
	margin-bottom: 3rem;
/*
	margin-top: 5rem;
*/
	margin-top: 4rem;
}
.dl-area{
	max-width: 120rem;
	width: 100%;
	background: rgba(255,255,255,.6);
	backdrop-filter: blur(20px);
	box-shadow: 0 2.1rem 3rem #197CB1;
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 2rem;
	padding: 2rem 3rem;
	margin: 0 auto;
}
.dl-area:nth-of-type(1) ul{
	padding-block: 1rem;
}
.dl-area:nth-of-type(2) ul{
/*
	padding-block: 1.5rem;
*/
	padding-block: 1rem;
}
.dl-area li{
	height: 6rem;
	width: 33.3333333%;
	padding: 0 1rem;
}
.dl-area li:not(:last-of-type){
	border-right: 1px solid rgba(255,255,255,.6);
}

.dl-area li a{
	color: #2D68AA;
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: 500;
	width: 100%;
}
.dl-area li a:before{
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	margin-right: 1rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.pdf:before{
	background-image: url(../images/pdf.svg);
}
.word:before{
	background-image: url(../images/word.svg);
}
.excel:before{
	background-image: url(../images/excel.svg);
}

.dl-area li a span{
	display: block;
	width: calc(100% - 5rem);
}

#footer .bg-scroll{
	display: none;
}

@media screen and (max-width: 1032px){

/* +++#sec01+++ */
	.dl-title{
		font-size: 1.8rem;
		line-height: 1.5;
		margin-bottom: 1rem;
		margin-top: 0;
	}
	.dl-area{
		max-width: 48rem;
		width: 100%;
		border-radius: 1.6rem;
		padding: 1rem 2rem;
		margin: 2rem auto 3.6rem;
	}
	.dl-area:last-of-type{
		margin-bottom: 0;
	}
	.dl-area:nth-of-type(1) ul,
	.dl-area:nth-of-type(2) ul{
		padding-block: 0;
	}
	.dl-area ul{
		display: block;
	}
	.dl-area li{
		height: auto;
		width: 100%;
		padding: 1.2rem 0;
	}
	.dl-area li:not(:last-of-type){
		border-right: none;
	}

	.dl-area li a{
		color: #2D68AA;
		line-height: 1.4;
		font-size: 1.5rem;
		align-items: flex-start;
	}
	.dl-area li a:before{
		width: 2.4rem;
		height: 2.4rem;
		margin-right: .8rem;
	}

	.dl-area li a span{
		display: block;
		width: calc(100% - 5rem);
	}
	#sec01{
		min-height: auto !important;
	}
}





/*----- 寺井リサイズ調整 */
/* @media screen and (max-width: 1100px),
screen and (min-width: 1380px){ */
/* @media screen and (min-width: 1380px){ */
@media screen and (min-width: 1032px){

	.dl-title:first-child{
		margin-top: 0;
	}
	.document-content{
		height: calc(100% - var(--title-bread-height));
		display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
	}

}