@charset "UTF-8";
/* =============
	company
============= */
.profile_wrap {
	background: #fff;
}
.profile_tbl {
	width: 100%;
}
.profile_tbl th {
	vertical-align: top;
	font-weight: 800;
}
.profile_tbl td {
	position: relative;
}
.profile_tbl tr:last-child th,
.profile_tbl tr:last-child td {
	padding-bottom: 0;
}
.profile_tbl th::before,
.profile_tbl td::before {
	position: absolute;
	content: '';
	background: url(../img/company_line.png);
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.profile_tbl td::before {
	left: 2px;
}
.profile_tbl tr:last-child th::before,
.profile_tbl tr:last-child td::before {
	content: none;
}
.profileLst_wrap li {
	position: relative;
	padding-left: 1.5em;
}
.profileLst_wrap li:last-child {
	margin-bottom: 0;
}
.profileLst_wrap .is-num {
	position: absolute;
	top: 0;
	left: 0;
}
.notice-txt {
	position: relative;
	font-weight: 800;
}
.notice-txt::before {
	position: absolute;
	content: '';
	background: url(../svg/icn_arw_y.svg) no-repeat 0 0;
	background-size: 100% auto;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 9;
}
@media only screen and (min-width: 895px) {
	.cnt_in {
		width: 800px;
	}
	.company_wrap {
		margin: 60px 0 100px;
	}
	.profile_wrap {
		padding: 75px 65px;
		border: 2px solid #ff9e1a;
		border-radius: 40px;
	}
	.profile_tbl tr:first-child th,
	.profile_tbl tr:first-child td {
		padding-top: 0;
	}
	.profile_tbl th {
		position: relative;
		width: 214px;
		font-size: 21px;
		padding: 25px 0 10px;
	}
	.profile_tbl td {
		width: calc(100% - 214px);
		padding: 25px 0 10px;
	}
	.profileLst_wrap li {
		margin-bottom: 5px;
	}
	.notice-txt {
		font-size: 21px;
		margin: 20px 0 0 65px;
		padding-left: 40px;
	}
	.notice-txt::before {
		width: 20px;
		height: 20px;
	}
}
@media only screen and (max-width: 896px) {
	.company_wrap {
		margin: 50px 0;
	}
	.profile_wrap {
		padding: 30px 20px;
		border: 1px solid #ff9e1a;
		border-radius: 20px;
	}
	.profile_tbl th,
	.profile_tbl td {
		display: block;
	}
	.profile_tbl tr:first-child th {
		margin-top: 0;
	}
	.profile_tbl th {
		font-size: 16px;
		margin: 15px 0 5px;
	}
	.profile_tbl tr:last-child th::before {
		content: none;
	}
	.profile_tbl td {
		font-size: 13px;
		padding-bottom: 18px;
	}
	.profileLst_wrap li {
		margin-bottom: 3px;
	}
	.notice-txt {
		font-size: 16px;
		margin: 10px 0 0 20px;
		padding-left: 15px;
	}
	.notice-txt::before {
		width: 10px;
		height: 10px;
	}
}
@media only screen and (max-width: 420px) {
	.profile_tbl td .is-lb {
		display: block;
		padding-left: 75px;
	}
}
/* =============
	notice
============= */
.notice_list {
	background: #fff;
}
.pdf_box a {
	display: block;
	height: 39px;
}
.pdf_box .pdfImg_wrap {
	display: inline-block;
}
.pdf_box .pdfImg_wrap img {
	display: block;
}
.pdf_box p {
	font-size: 13px;
}
.pdf-size {
	display: inline-block;
}
.notice_list dl:last-child {
	padding-bottom: 0;
}
@media only screen and (min-width: 895px) {
	.notice_list {
		padding: 75px 65px;
		border: 2px solid #ff9e1a;
		border-radius: 40px;
	}
	.notice_list dl {
		padding-bottom: 30px;
		display: flex;
	}
	.notice_list dl dt {
		width: 190px;
	}
	.notice_list dl dd {
		width: calc(100% - 190px);
	}
	.notice-txt a:hover {
		color: #ff9e1a;
		text-decoration: none;
	}
	.pdf_box {
		display: flex;
		gap: 0 30px;
		align-items: center;
		margin: 40px 0 0 30px;
	}
	.notice_list .pdf-icn {
		padding-left: 5px;
	}
	.pdf_box img {
		float: left;
	}
	.pdf_box a:hover img {
		opacity: 0.8;
	}
	.notice_list dd a:hover {
		color: #ff9e1a;
		text-decoration: none;
	}
	.notice_list dd a:hover .pdf-size {
		text-decoration: none;
	}
	.pdf-size {
		padding-left: 5px;
	}
}
@media only screen and (max-width: 896px) {
	.notice_list {
		padding: 30px 30px;
		border: 1px solid #ff9e1a;
		border-radius: 20px;
	}
	.notice_list dl {
		padding-bottom: 35px;
	}
	.notice_list dt {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.notice_list dd {
		font-size: 13px;
	}
	.pdf_box {
		margin: 40px 0 0 0;
	}
	.notice_list .pdf-icn {
		padding-left: 5px;
	}
	.pdf_box p {
		font-size: 12px;
		margin-top: 15px;
	}
	.pdf-size {
		padding-left: 3px;
	}
}
