section.contact {
	padding: 90px 0 0px;
}

p.catch {
	width: 70%;
	font-size: 24px;
	text-align: justify;
	color: #0159af;
	margin: auto;
	padding-bottom: 60px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

p.catch span {
	font-size: 24px;
	text-align: justify;
	color: #f02833;
	display: contents;
}

section.contact h2 {
	background: #0159af;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
}

.contact_block {
	margin: 60px auto 0;
	width: 100%;
	background: #fff;
}

.contact_block form {
	width: 100%;
}

.contact_block .note01 {
	margin: 0 0 16px 0;
}

.contact_block .note01 span {
	color: #0159af;
	font-size: 12px;
	font-weight: bold;
}

.contact_block form dl {
	display: flex;
	padding: 16px 16px 16px 36px;
	width: 100%;
}

.contact_block form dl:hover {
	background: rgba(158, 158, 158, 0.1);
}

.contact_block form dt {
	width: 25%;
	padding: 8px;
	position: relative;
	font-size: 21px;
}

.contact_block form dt.required::before {
	content: "＊" !important;
	color: #f12833 !important;
	padding: 8px;
	font-size: 16px;
	border-radius: 5px;
	vertical-align: middle;
	margin: 0px 0 0px 0;
	box-sizing: border-box;
	font-weight: bold;
	position: absolute;
	left: -24px;
	top: 0px;
	bottom: 0;
}

.contact_block form dd {
	width: 75%;
	padding: 0px 0 0px 0;
	margin: 0 0 0 auto;
	position: relative;
}

.contact_block form dd .note01 {
	font-size: 16px;
	margin: 8px 0 0 0;
	line-height: 1.4em;
	color: #00b1e5;
}

.contact_block form dd input {
	width: 100%;
	padding: 8px;
	font-size: 18px;
	border: none;
	border-bottom: solid 1px #222;
}

.contact_block form dd textarea {
	width: 100%;
	padding: 8px;
	font-size: 14px;
	border: solid 1px #222;
}

.contact_block form .btn_block {
	margin: 60px 0 0px 0;
}

.contact_block form .btn_block .btn01 {
	letter-spacing: 0.05em;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 10px 30px;
	background: #0159af;
	margin: 0px auto 0;
	display: block;
	text-align: center;
	max-width: 300px;
	border: none;
	width: 100%;
	border: solid 1px #0159af;
	border-radius: 50px;
}

.contact_block form .btn_block .btn01:hover {
	color: #333;
	background: #fff;
	padding: 10px 30px;
	color: #0159af;
	font-weight: bold;
	border: solid 1px #0159af;
	box-shadow: none;
}

.contact_block form .btn_block02 {
	margin: 56px 0 0px 0;
	display: flex;
	justify-content: center;
}

.contact_block form .btn_block02 .btn01 {
	margin: 0px 16px 0 0px;
}

input.btn01 {
	display: block;
	width: 300px;
	color: #222;
	background: #999;
	font-size: 24px;
	padding: 10px 0px;
	border: none;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	color: #fff;
	border: solid 1px #999;
	border-radius: 50px;
}

input.btn01:hover {
	transition: 0.3s ease-in-out;
	background: #fff;
	color: #999;
	border: solid 1px #999;
}

input.btn02 {
	display: block;
	width: 300px;
	color: #fff;
	background: #0159af;
	font-size: 24px;
	padding: 10px 0px;
	border: none;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	border: solid 1px #0159af;
	border-radius: 50px;
}

input.btn02:hover {
	background: #fff;
	padding: 8px 24px;
	color: #0159af;
	font-weight: bold;
	border: solid 1px #0159af;
}

#check_send[disabled] {
	opacity: 0.3 !important;
	pointer-events: none;
	position: relative;
}

section.contact_access {
	width: 100%;
	margin: 60px 0 80px;
}

section.contact_access .inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

section.contact_access p {
	text-align: justify;
}

section.contact_access dl {
	display: flex;
	margin-bottom: 48px;
	align-items: center;
	padding: 24px;
	border: solid 1px #ccc;
	border-radius: 8px;
}

section.contact_access dl:not(:last-child) {}

section.contact_access dt {
	width: 75%;
	color: #222;
}

section.contact_access dd {
	width: 25%;
}

section.contact_access dd iframe {
	width: 100%;
	height: 320px;
	display: block;
}

.access_name {
	color: #0159af;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 20px;
	letter-spacing: 0.2em;
}

.access_address {
	margin-bottom: 10px;
}

.contact_access {
	display: flex;
	margin-bottom: 48px;
	align-items: center;
	padding: 24px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background: #3d8cec;
	margin-top: 80px;
}

.contact_access:not(:last-child) {}

.contact_access dt {
	color: #222;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.contact_access dd {
}

.contact_access dd iframe {
	width: 100%;
	height: 320px;
	display: block;
}

.contact_access_name {
	color: #fff;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.1em;
	display: inline-block;
	margin-right: 20px;
}

.contact_access_address {
	color: #fff;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.contact_access {
		display: flex;
		margin-bottom: 48px;
		align-items: center;
		padding: 24px;
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		background: #3d8cec;
		margin-top: 80px;
		flex-wrap: wrap;
	}

	.contact_access:not(:last-child) {}

	.contact_access dt {
		color: #222;
		margin: 0 auto;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}

	.contact_access dd {
	}

	.contact_access dd iframe {
		width: 100%;
		height: 320px;
		display: block;
	}

	.contact_access_name {
		color: #fff;
		font-size: 22px;
		line-height: 1;
		letter-spacing: 0.1em;
		display: inline-block;
		margin-right: 0;
	}

	.contact_access_address {
		color: #fff;
		display: inline-block;
		font-size: 32px;
		font-weight: bold;
	}
}

form .privacy_box {
	padding: 40px;
	width: 100%;
	background: #ddd;
	margin-top: 40px;
}

form .privacy_box .sentence {}

form .privacy_box .sentence p {
	font-size: 18px;
	margin: 0 0 8px 0;
	text-align: center;
}

form .privacy_box .sentence p a {
	color: rgb(14, 90, 175);
	font-weight: bold;
	transition: 0.3s ease-in-out;
}

form .privacy_box .sentence p a:hover {
	color: #0159af;
	font-weight: bold;
	transition: 0.3s ease-in-out;
}

form .privacy_box .sentence #check_area {
	padding: 20px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	margin: 30px auto 0;
	width: 80%;
}

form .privacy_box .sentence #check_area #check {
	margin-right: 8px;
}

form .privacy_box .sentence #check_area label {
	cursor: pointer;
}

.tk_block {
	margin: 0 auto 72px;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	padding: 60px;
}

.tk_block .sente {
	margin: 0px auto 60px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

.tk_block .btn01 a {
	letter-spacing: 0.05em;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 10px 30px;
	background: #0159af;
	margin: 0px auto 0;
	display: block;
	text-align: center;
	max-width: 300px;
	border: none;
	transition: 0.3s ease-in-out;
	border: 1px #0159af solid;
	border-radius: 50px;
}

.tk_block .btn01 a:hover {
	transition: 0.3s ease-in-out;
	color: #0159af;
	background: #fff;
	border: 1px #0159af solid;
}

.btn01 {
	display: block;
	margin: 0 auto;
	transition: 0.3s ease-in-out;
	position: relative;
	right: 0;
}

.btn01 a {
	width: 100%;
	color: #0159af;
	background: #fff;
	display: block;
	padding: 10px 30px;
	text-align: center;
	transition: 0.3s ease-in-out;
	font-weight: bold;
	font-size: 24px;
	border: solid 1px #0159af;
}

.btn01 a i {}

.btn01:hover a {
	transition: 0.3s ease-in-out;
	color: #fff;
	background: #0159af;
	border: 1px #fff solid;
}


input[type="submit"] {
	appearance: none;
}

input[type="reset"] {
	appearance: none;
}
