@charset "UTF-8";
/* ========================================================================================================
	資料ダウンロードページ
======================================================================================================== */
.el_headline_lv01 {background-image: url(../../img/company/img_main_company.jpg);}

.document .bl_contents {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bl_ruled-box {
	border-bottom: 1px solid #BCBCBC;
	overflow: hidden;
	padding-bottom: 20px;
	margin-top: 2px;
}


.bl_ruled-content {
	position: relative;
	padding-top: 40px;
}

.bl_ruled-content:before {
	position: absolute;
	top: 0;
	content: "";
	width: 1px;
	height: 1000px;
	background-color: #bcbcbc;
}

.bl_ruled-box:nth-of-type(1),
.bl_ruled-box:nth-of-type(3n + 1) {width:399px;}
.bl_ruled-box:nth-of-type(3n - 1) {width:401px;}
.bl_ruled-box:nth-of-type(3n) {width:400px;}

.bl_ruled-box:nth-of-type(1) .el_ruled-img,
.bl_ruled-box:nth-of-type(3n + 1) .el_ruled-img {padding-right:1px;}
.bl_ruled-box:nth-of-type(3n - 1) .el_ruled-img {padding:0 1px 0 2px;}
.bl_ruled-box:nth-of-type(3n) .el_ruled-img img {
	margin-left: 2px;
	width: calc(100% - 2px);
}

.bl_ruled-box:nth-of-type(1),
.bl_ruled-box:nth-of-type(3n + 1) .bl_ruled-content:before {right: 0;background:#fff;}
.bl_ruled-box:nth-of-type(3n - 1) .bl_ruled-content:before {left: 0;}
.bl_ruled-box:nth-of-type(3n) .bl_ruled-content:before {left: 0;}

.el_document-title {
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	line-height: 1.6;
	margin: 0 20px;
}

.el_text-center {
	width: calc(100% - 80px);
	text-align: center;
	margin: 20px auto;
}

.bl_ruled-content .el_text-left {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 26px;
}

.el_text-left {text-align: left;}
.el_arrow-ellipse a {font-size: 1.5rem;}
.bl_ruled-box:nth-of-type(3n) .el_ruled-img a::after {left: 2px;}
.el_ruled-img img {border: 1px solid #ccc;}

@media all and (max-width: 750px) {
.el_ruled-img a::after {
	padding: calc(300 / 690 * 100%) 0 0;
	height: auto;
	top: 0;
}
.bl_ruled-box:nth-of-type(3n) .el_ruled-img a::after {
    left: 0px;
}
}

/* h1背景画像 */
.el_bg01 {background: url(/document/bg_img01.jpg) 0 0 no-repeat;background-position: 50% 50%;background-size: cover;}
.el_bg02 {background: url(/document/bg_img02.jpg) 0 0 no-repeat;background-position: 50% 50%;background-size: cover;}
.el_bg03 {background: url(/document/bg_img03.jpg) 0 0 no-repeat;background-position: 50% 50%;background-size: cover;}
.el_bg04 {background: url(/document/bg_img04.jpg) 0 0 no-repeat;background-position: 50% 50%;background-size: cover;}
.el_bg05 {background: url(/document/bg_img05.jpg) 0 0 no-repeat;background-position: 50% 50%;background-size: cover;}

.el_arrow-ellipse {
	width:auto;
}

.el_arrow-ellipse a {padding: 1.4rem 6rem 1.4rem 5rem;}

/* ========================================================================================================
	資料ダウンロード 詳細ページ
======================================================================================================== */
.ly_document-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.bl_document-contents {
	width: calc(600 / 1200 * 100%);
	max-width: 600px;
}

.el_document-img {
	width: 100%;
	margin-bottom: calc(30 / 600 * 100%);
}

.el_document-img img {border: 1px solid #ccc;}

.el_explanatory-title {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.875;
	margin-bottom: calc(14 / 600 * 100%);
}

.el_explanatory-contents {line-height: 1.7;}

.bl_form-contents {
	width: calc(540 / 1200 * 100%);
}

/* ========================================================================================================
	資料ダウンロード サンクスページ
======================================================================================================== */
.bl_dl-contents {
	margin: 0 auto;
	font-size: 1.6rem;
	padding-top: 3rem;
}

.el_dl-btn {
	text-align: center;
}

.el_dl-btn-link {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 240px;
	margin-right: 5px;
	padding: 16px 48px;
	border: solid 1px #329bd2;
	border-radius: 4px;
	background-color: #329bd2;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	transition: all .2s ease;
}

.el_dl-btn-link:hover {
	outline: none;
    background-color: #2886b9;
}


/* ========================================================================================================
	SP用CSS
	------------------------------------------------------------------------------------------------------
	@media all and (max-width: 750px)
======================================================================================================== */
@media all and (max-width: 750px) {

	.bl_ruled-box:nth-of-type(1), .bl_ruled-box:nth-of-type(3n + 1) {
		width: 100%;
	}

	.bl_ruled-content {padding-top: 20px;}

	.el_header_main-text {
		width: calc(564 / 750 * 100%);
		line-height: 1.25;
		font-size: 2rem;
		padding: 0;
	}

	.bl_ruled-box {
		padding-bottom: calc(136 / 690 * 100%);
		border:none;
	}

	.bl_ruled-box:nth-of-type(3n) .el_ruled-img img {
		padding-left: 0;
		margin-left: 0;
		width: 100%;
	}

	.el_ruled-text {
		font-size: 1.5rem;
		line-height: 1.2;
		font-weight: 500;
	}

	.el_document-title {
		font-size: 1.8rem;
		margin: 0 0 calc(30 / 690 * 100%);
	}

	.el_text-center {
		width: 100%;
		text-align: center;
		margin: 20px auto;
	}

		.bl_ruled-content:before {display: none};
	.bl_ruled-box:nth-of-type(1),
	.bl_ruled-box:nth-of-type(3n + 1) {width:100%;}
	.bl_ruled-box:nth-of-type(3n - 1) {width:100%;}
	.bl_ruled-box:nth-of-type(3n) {width:100%;}

	/* お問い合わせボタン */
	.el_arrow-ellipse {width: 100%;}
	.el_text-center {margin: 0;}


/* ========================================================================================================
	資料ダウンロード 詳細ページ
======================================================================================================== */
	.ly_document-box {display: block;}

	.bl_document-contents,
	.bl_form-contents {
		width: 100%;
		max-width: 100%;
	}

	.el_document-img {
		width: 100%;
		margin-bottom: calc(30 / 375 * 100%);
	}

	.el_explanatory-title {
		font-size: 1.8rem;
		font-weight: 400;
		line-height: 1.875;
		margin-bottom: calc(14 / 375 * 100%);
	}

	.el_explanatory-contents {line-height: 1.7;}
	.bl_form-contents {margin-top: 20px;}

}

