/* -----

   download

---------------------------------------------------- */

/* catalog
---------------------------------------------------- */

.download_catalog .content__wide_middle {
	width: 740px;
}

.catalog_set {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.catalog_set > li:nth-child(n+3){
	margin-top: 24px;
}
.catalog_set__link {
	background: #f3f8fb;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: flex-start;
	width: 360px;
	border-top: solid 2px #0095d8;
	padding: 16px 0 17px 30px;
}
.catalog_set__desc {
	margin-right: auto;
	margin-left: 17px;
}
.catalog_set__desc .ttl {
	font-weight: 500;
	margin-top: 6px;
	margin-bottom: 12px;
}
.catalog_set__desc .pdf {
	background: url(../images/icon/icon_pdf.png) no-repeat 0 1px;
	color: #6f6f6f;
	padding-left: 24px;
	padding: 0 0 1px 24px;
	margin-bottom: 20px;
}
.catalog_set__desc .btn {
	background: url(../images/download/catalog/bg_btn_catalog.svg) no-repeat;
	background-size: 168px;
	padding: 6px 32px 8px 60px;
	color: #fff;
	font-size: 14px;
	font-feature-settings: 'palt';
	transition: all 0.2s ease-out;
}
.catalog_set__link img {
	transition: all 0.2s ease-out;
	max-width: 100%;
	
}
@media all and (-ms-high-contrast: none) {
	.catalog_set__link img {
		width: 74px;
	}
}
.catalog_set__link:hover .catalog_set__desc .btn {
	background-image: url(../images/download/catalog/bg_btn_catalog_hover.svg);
	color: #0095d8;
}
.catalog_set__link:hover img {
	opacity: .7;
}
figure {
	overflow: hidden;
	width: 74px;
	height: 105px;
	display: flex;
	align-items: center;
	background: #fff;
}

/* request-paper
---------------------------------------------------- */
.contact_address {
	width: 700px;
	margin: 0 auto;
	padding: 0 24px 0 24px;
	border: solid 1px #d9dbd6;
	border-top: solid 3px #0095d8;
	font-style: normal;
}
.contact_address .ttl {
	padding: 16px 0 16px 0;
	border-bottom: dotted 1px #d9dbd6;
	font-feature-settings: 'palt';
	font-size: 17px;
	font-weight: 500;
	text-align: center;
}
.contact_address .container {
	padding: 22px 0 24px 0;
}
.contact_address .box__singl {
	text-align: center;
}
.contact_address .box__singl > span {
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 0 26px;
}
.contact_address .fax__ttl_singl {
	background: url(../images/icon/icon_fax.svg) no-repeat 0 4px;
	background-size: 19px 19px;
	margin-right: 20px;
}
.contact_address .mail__address {
	background: url(../images/icon/icon_mail.svg) no-repeat 0 7px;
	background-size: 19px 19px;
}
.contact_address .mail__address > a {
	transition: all 0.2s ease-out;
}
.contact_address .mail__address > a:hover {
	color: #0095d8;
}
.request__set > li:nth-child(n+2) {
	margin-top: 10px;
}
.request__desc {
	display: flex;
	padding: 0 0 10px 0;
	border-bottom: dotted 1px #d6d6d7;
}
.request__desc dt {
	padding: 10px 0 0 22px;
	margin-right: auto;
	font-size: 17px;
	font-weight: 500;
	transition: all 0.5s ease-out;
}
.request__desc:hover dt {
	color: #0095d8;
}
.request__desc dd {
	display: flex;
	flex-wrap: wrap;
	background: url(../images/download/request-paper/bg_waku.svg) no-repeat;
	background-size: 308px;
}
.request__desc dd > a {
	display: block;
	width: 154px;
	font-feature-settings: 'palt';
	font-size: 14px;
	padding: 11px 0 12px 0;
	color: #384b56;
	transition: all 0.2s ease-out;
}
.request__desc dd > a:hover {
	color: #0badd8;
}
.request__desc dd > .pdf {
	background: url(../images/icon/icon_pdf.png) no-repeat 17px 10px;
	padding-left: 39px;
}
.request__desc dd > .excel {
	background: url(../images/icon/icon_excel.png) no-repeat 12px 10px;
	padding-left: 34px;
}
.request__desc dd > a > span {
	display: inline-block;
	font-size: 11px;
	margin-left: 2px;
	color: #748792;
}
	
	
	
	
	
	
	
