.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.flowPage01 {
	padding: 40px 0 60px;
}

@media screen and (max-width: 767px) {
	.flowPage01 {
		padding: 40px 0 35px;
	}
}

.btn01 {
	border-radius: 3px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.btn01 a {
	color: #fff;
	padding: 15px 0 14px;
	display: block;
}

.catchcopy01 {
	color: #474f63;
	line-height: 2;
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	.catchcopy01 {
		text-align: left;
		padding: 0 15px;
	}
}

.catchcopy01 .link01 {
	color: #474f63;
	text-decoration: underline;
}

.flowArea01 {
	width: 1120px;
	margin: 35px auto 0;
}

@media screen and (max-width: 1200px) {
	.flowArea01 {
		width: 96%;
	}
}

.flowArea01 h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.flowArea01 h3 {
		font-size: 23px;
		width: 62%;
		margin: 0 0 0 5%;
		padding: 35px 0;
	}
}

@media screen and (max-width: 400px) {
	.flowArea01 h3 {
		padding: 27px 0;
	}
}

@media screen and (max-width: 767px) {
	.flowArea01 h3:after {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.flowArea01 h3:after {
		margin: 10px auto 0;
	}
}

.flowArea01 li {
	color: #fff;
	padding: 45px 30px 30px 0;
	position: relative;
}

@media screen and (max-width: 767px) {
	.flowArea01 li {
		padding-right: 0;
	}
}

.flowArea01 li:before {
	content: '';
	border: 32px transparent solid;
	z-index: 1;
	position: absolute;
	bottom: -54px;
	left: 5%;
}

@media screen and (max-width: 767px) {
	.flowArea01 li:before {
		width: 0;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
}

.flowArea01 .list01 {
	color: #033b74;
	background: #fafacf;
}

@media screen and (max-width: 767px) {
	.flowArea01 .list01 {
		padding-top: 0;
	}
}

.flowArea01 .list01 h3:after {
	background: #033b74;
}

.flowArea01 .list01:before {
	border-top: 22px #fafacf solid;
}

.flowArea01 .list02 {
	background: #cdcfb4;
}

.flowArea01 .list02:before {
	border-top: 22px #cdcfb4 solid;
}

@media screen and (max-width: 767px) {
	.flowArea01 .list02 h3 {
		padding: 17px 0;
	}
}

@media screen and (max-width: 400px) {
	.flowArea01 .list02 h3 {
		padding: 12px 0;
		text-align: left;
	}
}

.flowArea01 .list03 {
	background: #a1a499;
}

.flowArea01 .list03:before {
	border-top: 22px #a1a499 solid;
}

@media screen and (max-width: 767px) {
	.flowArea01 .list03 h3 {
		padding: 17px 0;
	}
}

@media screen and (max-width: 400px) {
	.flowArea01 .list03 h3 {
		padding: 0;
		text-align: left;
	}
}

.flowArea01 .list04 {
	padding-right: 0;
	background: #747a7e;
}

.flowArea01 .list04:before {
	border-top: 22px #747a7e solid;
}

.flowArea01 .list04 .listContent01 {
	padding-right: 30px;
}

@media screen and (max-width: 767px) {
	.flowArea01 .list04 .listContent01 {
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.flowArea01 .list04 h3 {
		padding: 20px 0;
	}
}

@media screen and (max-width: 400px) {
	.flowArea01 .list04 h3 {
		text-align: left;
	}
}

@media screen and (max-width: 326px) {
	.flowArea01 .list04 h3 {
		padding: 0;
	}
}

.flowArea01 .list05 {
	background: #474f63;
}

@media screen and (max-width: 400px) {
	.flowArea01 .list05 h3 {
		padding: 15px 0;
		text-align: left;
	}
}

@media screen and (max-width: 365px) {
	.flowArea01 .list05 h3 {
		padding: 0;
	}
}

.flowArea01 .step01 {
	width: 17.5%;
	padding: 36px 20px 30px;
	background: #fff;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
	.flowArea01 .step01 {
		width: 110px;
		margin-bottom: 10px;
		padding: 20px 0 12px;
		float: left;
	}
}

@media screen and (max-width: 400px) {
	.flowArea01 .step01 {
		width: 96px;
	}
}

@media screen and (max-width: 767px) {
	.flowArea01 .step01 img {
		width: 65px;
	}
}

@media screen and (max-width: 400px) {
	.flowArea01 .step01 img {
		width: 55px;
	}
}

.flowArea01 .detail01 {
	width: 78.5%;
}

@media screen and (max-width: 767px) {
	.flowArea01 .detail01 {
		width: 96%;
		margin: 20px auto 0;
		float: none;
	}
}

@media screen and (max-width: 500px) {
	.flowArea01 .detail01 {
		width: 94%;
	}
}

.flowArea01 .image01 {
	width: 27.5%;
}

@media screen and (max-width: 500px) {
	.flowArea01 .image01 {
		text-align: center;
		width: 160px;
		margin: 0 auto 10px;
		float: none;
	}
}

.flowArea01 .textArea01 {
	width: 70%;
}

@media screen and (max-width: 500px) {
	.flowArea01 .textArea01 {
		width: 100%;
		float: none;
	}
}

.flowArea01 .textArea01 p {
	font-size: 16px;
	line-height: 1.8;
}

@media screen and (max-width: 500px) {
	.flowArea01 .textArea01 p {
		font-size: 14px;
	}
}

.flowArea01 .btn01 {
	font-size: 16px;
	width: 350px;
	margin-top: 15px;
	background: url('../images/ico_index02.png') no-repeat 94% 50%, #033b74;
}

@media screen and (max-width: 767px) {
	.flowArea01 .btn01 {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.flowArea01 .btn01 {
		font-size: 14px;
	}
}

.flowArea01 .flow01 {
	color: #474f63;
	width: 94%;
	margin: 20px auto 10px;
	padding: 20px;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.flowArea01 .flow01 {
		padding: 15px;
	}
}

.flowArea01 .flow01 h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.flowArea01 .flow01 table {
	width: 100%;
}

.flowArea01 .flow01 th,
.flowArea01 .flow01 td {
	padding: 15px;
}

@media screen and (max-width: 767px) {
	.flowArea01 .flow01 th,
	.flowArea01 .flow01 td {
		display: block;
	}
}

.flowArea01 .flow01 th {
	font-size: 16px;
	width: 28%;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.flowArea01 .flow01 th {
		width: 100%;
		padding-bottom: 0;
	}
}

.flowArea01 .flow01 tr:nth-child(2n + 1) {
	background: #edf1f2;
}

.footContentWrap {
	width: 100%;
	margin-top: 20px;
	background: #f0f3f7;
}

.footContent01Wrap {
	width: 822px;
	margin: 0 auto;
	padding: 45px 10px;
	background: url('../../faq/images/footcontent01.png') no-repeat 88% 13px;
}

@media screen and (max-width: 830px) {
	.footContent01Wrap {
		width: 100%;
	}
}

.footContentTxt01 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 27px;
}

.footContentBotn01 a {
	color: #fff;
	text-align: center;
	font-size: 18px;
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 10px;
	border-radius: 3px;
	background: #b4d43f;
	display: block;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.footTxtImg01 {
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-bottom: 27px;
	position: relative;
}

.footTxtImg01:after {
	max-width: 193px;
	width: 100%;
}
h4 {
	color: #212121 !important;
	font-weight: bold;
	padding-left: 0.7rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	border-left: rgba(61, 61, 61, 0.4) 7px solid;
}
.sub_title {
	padding: 1em 0.5em 0.7em 1em;
	position: relative;
	z-index: 0;
}

.sub_title::before,
.sub_title::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sub_title::before {
	left: 8px;
	top: 8px;
	background: #e7ebf0;
	z-index: -2;
}

.sub_title::after {
	left: 0;
	top: 0;
	border: 2px solid #333;
	z-index: -1;
}
@media screen and (max-width: 787px) {
	h3.sub_title {
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 20px;
		color: #333;
	}
	h3.sub_title {
		font-size: 1.2em;
		font-weight: bold;
	}
}

*,
::before,
::after {
	box-sizing: border-box;
}

h3 {
	margin: 30px;
	color: #333;
}
.sub_title {
	font-size: 1.5em;
	font-weight: bold;
}
.point_color {
	color: #456fad;
}

.button019 a {
	background: #eee;
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 280px;
	padding: 10px 25px;
	color: #456fad;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	font-weight: bold;
}
.button019 a:after {
	content: '';
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
	background: #456fad;
	color: #fff;
}
.button019 a:hover:after {
	right: 1.4rem;
}
.main p {
	text-align: justify;
}
.buttonc a {
	background: #eee;
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	padding: 10px 25px;
	color: #456fad;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	font-weight: bold;
}
.buttonc a:after {
	content: '';
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.buttonc a:hover {
	background: #456fad;
	color: #fff;
}
.buttonc a:hover:after {
	right: 1.4rem;
}
