@charset "UTF-8";

img {
	max-width: 100%;
	vertical-align: top;
}

html,
p {
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	html,
	p {
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) {
	header#header a#h_logo,
	header#header span#h_logo {
		width: auto;
	}
}

.inner02 {
	padding-top: 30px;
	padding-bottom: 70px;
}

.anker_link {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	text-align: center;
}

.anker_link li:not(:last-child) {
	margin-right: 20px;
}

.anker_link li a {
	position: relative;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-decoration: none;
	color: #fff;
	box-sizing: border-box;
	padding: 20px 0;
	font-weight: bold;
	width: 415px;
	/* height: 80px; */
	background: #063;
	line-height: 160%;

	transition: 0.3s opacity;
}

.anker_link li a:after {
	content: "";
	position: absolute;
	margin: auto;
	top: -6px;
	bottom: 0;
	right: 30px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	.anker_link li a:after {
		display: none;
	}
}

.anker_link li a span {
	font-size: 14px;
}

.local_nav {
	display: none;
}

.anker_link li a:hover {
	opacity: 0.8;
	color: #fff;
}

#web_flow,
#mail_reception {
	margin-top: 90px;
}

@media screen and (max-width: 767px) {
	.inner02 {
		padding-top: 0;
		padding-bottom: 50px;
	}
	.anker_link {
		flex-direction: column;
		/* width: 330px; */
		margin: 0 auto 27px;
	}

	.anker_link li {
		width: 100%;
	}

	.anker_link li:not(:last-child) {
		margin-bottom: 15px;
	}

	.anker_link li a {
		padding-right: 0;
		width: 100%;
		/* height: 62px; */
	}

	#web_flow,
	#mail_reception {
		margin-top: 40px;
	}
}

#web_flow .flow .cap {
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	color: #063;
	margin-bottom: 25px;
}

#web_flow .flow ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#web_flow .flow li {
	flex-direction: column;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 22%;
	height: 135px;
	position: relative;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eee;
	box-sizing: border-box;
}

#web_flow .flow li:not(:nth-child(4n)):after {
	content: "";
	position: absolute;
	top: 57px;
	right: -20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #83b93d;
	border-right: 2px solid #83b93d;
	transform: rotate(45deg);
}

#web_flow .flow li .number {
	width: 150px;
	height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 11.5px;
	background: #fff;
	margin-bottom: 20px;

	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #83b93d;
}

#web_flow .flow li .todo {
	line-height: 1.5;
	display: block;
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
	letter-spacing: .08em;
}

#web_flow .step {
	margin-top: 50px;
}

#web_flow .step .step_list li {
	padding: 40px;
	border: 1px solid #83b93d;
	box-sizing: border-box;
}

#web_flow .step li:not(:last-child) {
	margin-bottom: 40px;
}

#web_flow .step .step_list li .cap {
	font-weight: bold;
	font-size: 20px;
	color: #83b93d;
	margin-bottom: 20px;
	line-height: 1.5;
}

#web_flow .step .step_list li .attention {
	font-size: 14px;
}

#web_flow .step .step_list li .form_btn {
	width: 340px;
	margin: 0 auto 10px;
	background-color: #063;
}

#web_flow .step .step_list li:last-child .form_btn {
	margin: 0 auto;
}

#web_flow .step .step_list li .form_btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 18px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid transparent;
	box-sizing: border-box;
}

#web_flow .step .step_list li .form_btn a:hover {
	background-color: #fff;
	border: 2px solid #063;
	color: #063;
}

#web_flow .step .step_list li .flex-box {
	display: flex;
	justify-content: space-between;
}

#web_flow .step .step_list li .flex-box .text {
	width: 60%;
	max-width: 500px;
}

#web_flow .step .step_list li .flex-box .image {
	width: 33%;
	max-width: 280px;
}

#web_flow .step .step_list li .pdf_link {
	position: relative;
	padding-left: 33px;
}

#web_flow .step .step_list li .pdf_link:before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 23px;
	height: 23px;
	background-image: url(../common/img/other/pdf_icon.png);
}

@media screen and (max-width: 767px) {
	#web_flow .step .step_list li .pdf_link:before {
		width: 20px;
		height: 20px;
		background-size: contain;
	}
}

#web_flow .step .step_list li .down_arrow {
	position: relative;
	padding-right: 18px;
}

#web_flow .step .step_list li .down_arrow:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	top: 5px;
	right: 0;
	border-right: 2px solid #83b93d;
	border-bottom: 2px solid #83b93d;
	transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
	#web_flow .flow .cap {
		font-size: 16px;
	}

	#web_flow .flow ul {
		flex-direction: column;
	}

	#web_flow .flow li {
		width: 90%;
		margin: 0 auto;
	}

	#web_flow .flow li:nth-child(n + 1) {
		margin-top: 0;
		margin-bottom: 30px;
	}

	#web_flow .flow li:last-child {
		margin-bottom: 0;
	}

	#web_flow .flow li:not(:last-child):after {
		position: absolute;
		top: initial;
		right: initial;
		bottom: -17px;
		left: 50%;
		width: 10px;
		height: 10px;
		border: initial;
		border-right: 2px solid #83b93d;
		border-bottom: 2px solid #83b93d;
		transform: translateX(-50%) rotate(45deg);
	}

	#web_flow .step .step_list li {
		padding: 30px;
	}

	#web_flow .step .step_list li .cap {
		font-size: 18px;
	}

	#web_flow .step .step_list li .form_btn {
		width: 280px;
	}

	#web_flow .step .step_list li .form_btn a {
		font-size: 14px;
	}

	#web_flow .step .step_list li .flex-box {
		flex-direction: column-reverse;
	}

	#web_flow .step .step_list li .flex-box .text {
		width: 100%;
		max-width: initial;
	}

	#web_flow .step .step_list li .flex-box .image {
		width: 100%;
		max-width: initial;
		margin-bottom: 20px;
	}
}

#mail_reception {
	margin-bottom: 40px;
}

.link_list {
	margin-top: 40px;
}

.link_list dt {
	font-weight: bold;
}

.link_list dt:nth-of-type(n + 2) {
	margin-top: 30px;
}

.link_list dd {
	padding-left: 1em;
	margin-top: 15px;
}

#mail_reception {
	line-height: 180%;
    letter-spacing: 1px;
    font-size: 0.875rem;
}

#mail_reception .pdf_link {
	position: relative;
	padding-left: 33px;
}

#mail_reception .pdf_link:before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 23px;
	height: 23px;
	background-image: url(../common/img/other/pdf_icon.png);
}

/*dangerbox*/

.danger_box {
	/* padding: 30px 30px; */
	/* border: 1px solid #b20000; */
}

.danger_box dt {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #b20000;
}

.danger_box dd {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #b20000;
}

.danger_box dd li {
	text-indent: -14px;
	margin-left: 20px;
}
