@charset "utf-8";

#catalog .mv{
	background-image: url("/corp/contact/img/mv.jpg");
	background-position: right;
}
#catalog .content_wrap{
	margin: 70px 0 100px;
}
#catalog .inner.w955{
	width: 1280px;
}
.catalog_dl_layout{
	display: grid;
	grid-template-columns: 265px minmax(0, 1fr);
	gap: 56px;
	align-items: start;
	padding-top: 32px;
}
.catalog_dl_main_heading{
	font-size: 3rem;
	font-weight: 800;
	color: #154c8d;
	line-height: 1.8;
	text-align: center;
	padding-bottom: 9px;
	margin-bottom: 46px;
	position: relative;
}
.catalog_dl_main_heading:after{
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #154c8d;
	border-radius: 2px;
}
.catalog_dl_nav{
	position: sticky;
	top: 20px;
	border-radius: 8px;
	background: #f5f5f5;
	overflow: hidden;
}
.catalog_dl_nav li{
	border-bottom: 1px solid #d6d6d6;
}
.catalog_dl_nav li:last-child{
	border-bottom: 0;
}
.catalog_dl_nav a{
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 10px 34px 10px 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.45;
	position: relative;
}
.catalog_dl_nav a:after{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #b8b8b8;
	border-right: 2px solid #b8b8b8;
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -4px;
}
.catalog_dl_group{
	margin-top: 70px;
	scroll-margin-top: 20px;
}
.catalog_dl_group:first-child{
	margin-top: 0;
}
.catalog_dl_heading{
	font-size: 2.4rem;
	font-weight: 800;
	color: #154c8d;
	line-height: 1.5;
	background: #f0f0f0;
	border-bottom: 3px solid #154c8d;
	padding: 14px 16px 12px;
	margin-bottom: 28px;
	position: relative;
}
.catalog_dl_heading:after{
	content: "";
	width: 120px;
	height: 3px;
	background: #00b1c7;
	position: absolute;
	left: 16px;
	bottom: -3px;
}
.catalog_dl_list{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 42px 24px;
}
.catalog_dl_list.catalog_dl_list_single{
	grid-template-columns: minmax(0, 300px);
}
.catalog_dl_item{
	background: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border-radius: 8px;
}
.catalog_dl_thumb{
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	aspect-ratio: 210 / 285;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
}
.catalog_dl_thumb img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top center;
	border-radius: 8px;
}
.catalog_dl_noimage{
	width: 100%;
	height: 100%;
	border: 1px dashed #b9c7d6;
	color: #98a6b5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0;
}
.catalog_dl_body{
	padding: 20px 0 0;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.catalog_dl_body h3{
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.5;
	color: #373737;
	margin-bottom: 18px;
	min-height: 4.5rem;
}
.catalog_dl_btns{
	margin-top: auto;
	display: grid;
	gap: 10px;
	align-content: start;
	min-height: 102px;
}
.catalog_dl_btns a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	background: #154c8d;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1.4;
	padding: 10px 14px;
	position: relative;
}
.catalog_dl_btns a:before{
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url("../img/pdf.svg") no-repeat center / contain;
	flex: 0 0 auto;
    margin-left: -12px;
}
.catalog_dl_btns a:after{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
}
.catalog_dl_btns a.manual{
	background: #00b1c7;
}
.catalog_dl_empty{
	text-align: center;
	background: #f3f7fb;
	padding: 35px 20px;
}
.zumen_dl_sec{
	background: #f3f7fb;
	margin-top: 100px;
	padding: 82px 0 90px;
}
.zumen_dl_sec .catalog_dl_heading,
.zumen_dl_sec .catalog_dl_nav{
	background: #fff;
}
.zumen_dl_list{
	display: grid;
	gap: 14px;
	min-width: 0;
}
.zumen_dl_child_group{
	margin-top: 34px;
}
.zumen_dl_child_group:first-of-type{
	margin-top: 0;
}
.zumen_dl_subheading{
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.5;
	color: #154c8d;
	border-left: 5px solid #00b1c7;
	padding: 2px 0 2px 14px;
	margin-bottom: 16px;
}
.zumen_dl_item{
	border: 1px solid #d6d6d6;
	background: #fff;
	min-width: 0;
}
.zumen_dl_title{
	width: 100%;
	border: 0;
	background: #fff;
	color: #373737;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.5;
	padding: 18px 56px 18px 20px;
	position: relative;
	cursor: pointer;
}
.zumen_dl_title:before,
.zumen_dl_title:after{
	content: "";
	position: absolute;
	background: #154c8d;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
}
.zumen_dl_title:before{
	width: 18px;
	height: 2px;
}
.zumen_dl_title:after{
	width: 2px;
	height: 18px;
	right: 30px;
}
.zumen_dl_title[aria-expanded="true"]{
	background: #154c8d;
	color: #fff;
}
.zumen_dl_title[aria-expanded="true"]:after{
	display: none;
}
.zumen_dl_title[aria-expanded="true"]:before,
.zumen_dl_title[aria-expanded="true"]:after{
	background: #fff;
}
.zumen_dl_detail{
	border-top: 1px solid #d6d6d6;
	padding: 0;
	background: #fff;
	min-width: 0;
}
.zumen_dl_table_wrap{
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.zumen_dl_table{
	width: 100%;
	min-width: 820px;
	border-collapse: collapse;
	font-size: 1.4rem;
	line-height: 1.5;
}
.zumen_dl_table thead{
	display: table-header-group;
}
.zumen_dl_table tbody{
	display: table-row-group;
}
.zumen_dl_table tr{
	display: table-row;
}
.zumen_dl_table th,
.zumen_dl_table td{
	border: 1px solid #d6d6d6;
	display: table-cell;
	font-size: 1.2rem;
	padding: 8px 7px;
	text-align: center;
	vertical-align: middle;
	width: auto;
}
.zumen_dl_table thead tr:first-child th{
	border-top: 0;
}
.zumen_dl_table tr th:first-child,
.zumen_dl_table tr td:first-child{
	border-left: 0;
}
.zumen_dl_table tr th:last-child,
.zumen_dl_table tr td:last-child{
	border-right: 0;
}
.zumen_dl_table tbody tr:last-child td{
	border-bottom: 0;
}
.zumen_dl_table th{
	background: #154c8d;
	color: #fff;
	font-weight: 800;
}
.zumen_dl_table td{
	background: #fff;
}
.zumen_dl_btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 96px;
	min-height: 34px;
	background: #154c8d;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 800;
	line-height: 1.4;
	padding: 6px 12px;
}
.zumen_dl_btn:hover{
	opacity: .8;
}

@media only screen and (max-width: 1250px){
	#catalog .inner.w955{
		width: 90%;
	}
	.catalog_dl_list{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 900px){
	.catalog_dl_layout{
		display: block;
	}
	.catalog_dl_nav{
		display: none;
	}
}

@media only screen and (max-width: 768px){
	.catalog_dl_list{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 480px){
	#catalog .content_wrap{
		margin-top: 45px;
	}
	.catalog_dl_group{
		margin-top: 50px;
	}
	.catalog_dl_heading{
		font-size: 2.1rem;
		margin-bottom: 22px;
	}
	.catalog_dl_main_heading{
		font-size: 2.4rem;
		margin-bottom: 34px;
	}
	.catalog_dl_list{
		grid-template-columns: 1fr;
		gap: 24px;
		
	}
	.catalog_dl_item{
		padding: 20px;
		border-radius: 8px;
		border: 1px solid #d6d6d6;
	}
	.catalog_dl_thumb{
		max-width: 200px;
	}
	.catalog_dl_body h3{
		font-size: 1.5rem;
		margin-bottom: 14px;
		min-height: initial;
	}
	.catalog_dl_btns a{
		min-height: 42px;
		font-size: 1.3rem;
		padding: 8px 24px 8px 8px;
	}
	.catalog_dl_btns{
		min-height: initial;
	}
	.zumen_dl_sec{
		margin-top: 70px;
		padding: 58px 0 64px;
	}
	.zumen_dl_title{
		font-size: 1.5rem;
		padding: 15px 50px 15px 16px;
	}
	.zumen_dl_detail{
		padding: 0;
	}
	.zumen_dl_child_group{
		margin-top: 26px;
	}
	.zumen_dl_subheading{
		font-size: 1.7rem;
		margin-bottom: 12px;
	}
	.zumen_dl_table{
		font-size: 1.4rem;
		min-width: 820px;
	}
	.zumen_dl_table thead{
		display: table-header-group!important;
	}
	.zumen_dl_table tbody{
		display: table-row-group!important;
	}
	.zumen_dl_table tr{
		display: table-row!important;
	}
	.zumen_dl_table th,
	.zumen_dl_table td{
		display: table-cell!important;
		width: auto!important;
	}
}

@media only screen and (max-width: 430px){
	.catalog_dl_btns a{
		font-size: 1.2rem;
	}
}
