main {
	padding-bottom: 120px;
}

main h1 {
	max-width: 1280px;
	width: 100%;
	line-height: 1;
	margin: 100px auto 0;
	padding: 0 20px;
}

main h1 small {
	position: relative;
	color: #1B75AD;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	padding-left: 16px;
}

main h1 small::before {
	content: "";
	display: block;
	border-radius: 50px;
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #1B75AD;
}

main h1 span {
	display: block;
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-top: 20px;
}

main h1 + p {
	max-width: 1280px;
	width: 100%;
	margin: 40px auto 0;
	padding: 0 20px;
}

main .cont_area h2 span {
	font-size: 2.6rem;
}

main .cont_area .pdf_btn {
	display: inline-block;
	width: 100%;
	margin: 0;
}

main .cont_area .pdf_btn a {
	position: relative;
	max-width: 100%;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #1B75AD;
	display: flex;
	align-items: center;
	color: #1B75AD;
	text-decoration: none;
	height: 100px;
	padding: 0 70px 0 40px;
	transition: all 0.3s;
}

main .cont_area .pdf_btn a span {
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
}

main .cont_area .pdf_btn a span.arrow {
	border: none;
	background-color: #1B75AD;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
}

main .cont_area .pdf_btn a span.arrow::before,
main .cont_area .pdf_btn a span.arrow::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M263 125h16v14h-16z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='translate(-263 -125)'%3E%3Cpath fill='%23ffffff' d='m271.318 135.949 2.95-2.949H264v-2h9.9l-2.586-2.586 1.419-1.414 4.949 4.95-.232.232.232.232-4.949 4.95Z'/%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M240.318 131h12v2h-12z'/%3E%3Cpath d='m249.05 127 4.95 4.95-1.414 1.414-4.95-4.95z'/%3E%3Cpath d='m247.636 135.95 4.95-4.95 1.414 1.414-4.95 4.95z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

main .cont_area .pdf_btn a::before {
	content: "";
	display: inline-block;
	background-image: url(../image/ico_pdf_lost.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 50% 50%;
	width: 36px;
	height: 36px;
	margin-right: 12px;
	transition: all 0.3s;
}

main .cont_area .pdf_btn a:hover {
	background-color: #F0F6F9;
}

main .cont_area .pdf_btn a:hover span.arrow {
	border: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
}

main .lost_new_area h2 span::before {
	content: "";
	display: inline-block;
	background-image: url(../image/ico_exclamation.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 50% 50%;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	position: relative;
	top: 4px;
}

main .lost_new_area .lost_none {
	color: #1B75AD;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	margin: 30px auto;
}

main .lost_new_area .pdf_btn {
	display: block;
	max-width: 720px;
	margin: auto;
	text-align: center;
}

main .lost_new_area .pdf_btn a {
	height: 140px;
}

main .lost_new_area .pdf_btn a span {
	font-size: 2.2rem;
	font-weight: 400;
}

main .lost_new_area .pdf_btn a span span {
	color: #E62A26;
	display: inline-block;
	margin-left: 4px;
}

main .lost_log_area .column2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0;
}

main .lost_log_area .column2 li {
	max-width: 605px;
	width: 49%;
}

main .contact_cont_area {
	margin-top: 60px;
	padding: 0 20px;
}

main .contact_cont_area .inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid #D6D6D6;
	padding: 20px 0;
	position: relative;
}

main .contact_cont_area .inner::before {
	content: "";
	background-image: url(../image/contact/bg_01.png);
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: -1px;
	left: -1px;
}

main .contact_cont_area .inner h2 {
	color: #1B75AD;
	width: 344px;
	text-align: center;
	padding: 46px 20px;
}

main .contact_cont_area .inner h2 span {
	font-size: 2rem;
	font-weight: 500;
}

main .contact_cont_area .inner div {
	border-left: 1px solid #D6D6D6;
	width: calc(100% - 344px);
	padding: 12px 40px;
}

main .contact_cont_area .inner strong {
	font-size: 2.6rem;
}

main .contact_cont_area .inner p + p {
	margin-top: 12px;
}

main .contact_cont_area .inner p a {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {

main .lost_log_area .column2 {
	gap: 10px 0;
}

main .lost_log_area .column2 li {
	max-width: none;
	width: 100%;
	margin-bottom: 0;
}

main h1 {
	margin: 26px 0 0;
}

main h1 small {
	font-size: 1.2rem;
}

main h1 small::before {
	top: 3px;
}

main h1 span {
	font-size: 2.6rem;
}

main h1 + p {
	max-width: 1280px;
	width: 100%;
	margin: 40px auto 0;
	padding: 0 20px;
}

main .cont_area h2 span {
	font-size: 2.2rem;
}

main .cont_area .pdf_btn a {
	padding: 0 60px 0 20px;
	height: 80px;
}

main .cont_area .pdf_btn a span {
	font-size: 1.4rem;
}

main .cont_area .pdf_btn a span.arrow {
	right: 20px;
}

main .cont_area .pdf_btn a::before {
	width: 28px;
	height: 28px;
}

main .cont_area .pdf_btn a:hover span.arrow {
	right: 20px;
}

main .lost_new_area h2 span::before {
	width: 26px;
	height: 26px;
	margin-right: 5px;
}

main .lost_new_area .lost_none {
	font-size: 1.4rem;
	margin: 10px auto;
}

main .lost_log_area .column2 {
	gap: 10px 0;
}

main .lost_log_area .column2 li {
	max-width: none;
	width: 100%;
	margin-bottom: 0;
}

main .contact_cont_area {
	margin-top: 42px;
	padding: 0 18px;
}

main .contact_cont_area .inner {
	padding: 18px 18px;
}

main .contact_cont_area .inner h2 {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #D6D6D6;
	padding: 0 0 12px;
	text-align: left;
}

main .contact_cont_area .inner h2 span {
	font-size: 1.6rem;
}

main .contact_cont_area .inner div {
	border-left: none;
	text-align: left;
	width: 100%;
	padding: 12px 0 0;
}

main .contact_cont_area .required {
	font-size: 1.2rem;
}

main .contact_cont_area dl {
	margin-top: 10px;
}

main .contact_cont_area div.btn {
	padding: 0;
}

}

