@charset "utf-8";
#anc01,#anc02,#anc03,#anc04{
	padding: 50px 0 0;
	margin: -50px 0 0;
	text-align: center;}

.flowlist_area {
	padding: 72px 0 80px;
}

.flow_list_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flow_list_box li {
	width: 47%;
}

.flow_list_box li a {
	display: inline-block;
	width: 100%;
}

.hd01 .photo {
	height: 30px;
}

.flow_detail_area {
	padding: 130px 0 0;
	margin-top: -50px;
}

.flow_detail_area + .flow_detail_area {
	padding: 70px 0 0;
}

.flow_detail_box {
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #0099d6;
}

.flow_detail_box + .flow_detail_box {
	margin-top: 20px;
}

/*list*/
.ul_revision {
	margin: 0 auto;
	font-weight: bold;
	display: inline-block;
    text-align: left;
}

.ul_revision>li {
	line-height: 2;
	text-indent: -2rem;
	padding-left: 2rem;
}

.ul_document,
.ol_document {
	margin: 70px auto 0;
	max-width: 620px;
	border: 1px solid #0099d6;
	padding: 30px 20px 20px;
	position: relative;
	text-align: left;
}
.ol_document {
	max-width: 100%;
}
.ol_document > li {
	margin-left: 20px;
	list-style-type: decimal;
}
.ol_document > li > ul > li {
	font-weight: normal;
}
.ol_document > li > ul > li::before {
	display: inline-block;
	content: "E";
	font-weight: bold;
}
.ul_document h4,
.ol_document h4 {
	color: #0099d6;
	font-size: 2.4rem;
	position:absolute;
	background: #FFF;
	top: -20px;
	padding: 0 10px;
	box-sizing: border-box;
	left: 15px;
}
.ul_document li,
.ol_document li{
	font-weight: bold;
	line-height:2;
}
.red{
	color: red;
}
.pdfDL {
	margin: 80px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.pdfDL li {
	width: calc( ( 100% - 160px ) / 3 );
	margin-right: 80px;
	margin-bottom: 50px;
}
.pdfDL li:nth-child(3n) {
	margin-right: 0;
}
.pdfDL li .ttl {
	display: flex;
	margin-bottom: 20px;
	font-size: 2rem;
	color: #0099d6;
	font-weight: bold;
	height: 6rem;
	position: relative;
}
.pdfDL li .ttl span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.pdfDL li .ttl::before,
.pdfDL li .ttl::after {
	display: inline-block;
	content: "";
	width: 0.8rem;
	height: 6rem;
	border: 1px solid #0099d6;
	position: absolute;
}
.pdfDL li .ttl::before {
	border-right: none;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.pdfDL li .ttl::after {
	border-left: none;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.pdfDL li .btn {
	margin-bottom: 20px;
	background: #0099d6;
	border-color: #0099d6;
	max-width: 200px;
	color: #FFF;
}
.ul_caution {
    font-size: 1.4rem;
    font-weight: normal !important;
    margin-top: 10px !important;
	text-align: left;
}
	.ul_caution > li {
		text-indent: -2.5rem !important;
		padding-left: 2.5rem !important;
		line-height: 2;
	}
	
.table_style01 td span{
	text-indent: -5.7rem;
	display: block;
}

@media screen and (max-width: 768px) {
	.flow_list_area {
		padding: 70px 0;
	}

	.flow_list_box {
		display: block;
	}

	.flow_list_box li {
		margin-bottom: 10px;
		width: 100%;
	}
	.flow_list_box li:last-child{
		margin-bottom: 0;
	}

	.flow_list_box li.adj_flex {
		display: none;
	}

	.hd01 .photo {
		margin: 0 auto;
		width: 102px;
		height: 26px;
	}

	.flow_detail_area {
		padding: 103px 0 0;
		margin-top: -30px;
	}

	.flow_detail_box {
		border-radius: 10px;
	}

	.flow_detail_box + .flow_detail_box {
		margin-top: 20px;
	}

	.table_style01 td span {
	    text-indent: -2.7em;
		display: inline-block;
	}

	.pdfDL {
		margin: 10vw 0 0;
		display: flex;
		flex-wrap: wrap;
	}
	.pdfDL li {
		width: 80%;
		margin: 0 auto 15vw;
	}
	.pdfDL li:nth-child(3n) {
		margin-right: auto;
	}
}
