@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document message
--------------------------------------------------------- */

#message {
	margin-bottom: 120px;
}

#message .h3:after {
	height: 35px;
	background: url(../images/company_01.svg) no-repeat top / auto 35px;
}

#message .container {
	width: 900px;
}

#message p {
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company {
	margin-bottom: 120px;
}

#company .container {
	width: 900px;
	padding-top: 144px;
	position: relative;
	z-index: 0;
}

#company h3 {
	margin-bottom: 50px;
	text-align: left;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.3;
}

#company figure {
	content: '';
	width: 363px;
	height: 208px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

#company .table {
	display: table;
	width: 100%;
	border-top: solid 1px #D9D9D9;
}

#company .table dl {
	display: table-row;
	border-bottom: solid 1px #D9D9D9;
	text-align: left;
	line-height: 1.7;
}

#company .table dt {
	display: table-cell;
	vertical-align: middle;
	width: 190px;
	padding: 25px 0;
	font-weight: 600;
}

#company .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 25px 0;
}

/* ---------------------------------------------------------
	CSS Document document
--------------------------------------------------------- */

#document .h3 {
	font-size: 28px;
}

#document .h3:after {
	height: 35px;
	background: url(../images/company_02.svg) no-repeat top / auto 35px;
}

#document ul {
	display: flex;
	justify-content: center;
}

#document ul li {
	margin: 0 15px;
}

#document ul a {
	display: block;
	width: 220px;
	height: 56px;
	border-radius: 10px;
	background: var(--orange);
	text-decoration: none;
	font-size: 18px;
	line-height: 54px;
	color: #fff;
}

#document ul a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 14px;
	height: 54px;
	margin: 0 -0.5em 0 0.5em;
	background: url(/include/images/icon_download.svg) no-repeat right / 100% auto;
}
