@charset "UTF-8";
.flowList {
	padding: 0 40px;
}
/************************************************
contents
************************************************/
/*---------------
pointImg
------------------*/
.pointImg {
	margin-top: 35px;
}
.pointImg > img {
	margin: 0 auto;
}
.pointImg .pointTxt {
	bottom: 42px;
	padding: 24px 20px 31px;
	width: 742px;
}
.pointImg .pointTxt .outerBtn01 {
	margin-top: 12px;
}
.pointImg .pointTxt .btnType01 {
	font-size: 16px;
}
/*---------------
accessCnt
------------------*/
.accessWrap {
	display: flex;
	justify-content: space-between;
	width: 896px;
	margin: 70px auto 0;
}
.accessWrap > [class*="accCnt"] {
	flex-basis: 48.9%;
	border: 1px solid #006335;
	border-radius: 5px;
	overflow: hidden;
}
.accessWrap > .accCnt02 {
	margin-top: 0;
}
.accessWrap > [class*="accCnt"] .heading {
	position: relative;
	padding-bottom: 15px;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 1.285rem;/*18*/
	color: #fff;
	background: #006335;
}
.accessWrap > .accCnt02 .heading {
	color: #006335;
	background: #c2e5d5;
}
.accessWrap > [class*="accCnt"] .heading:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 14.5px);
	border-style: solid;
	border-width: 15px 14.5px 0 14.5px;
	border-color: #006335 transparent transparent transparent;
}
.accessWrap > .accCnt02 .heading:before {
	border-color: #c2e5d5 transparent transparent transparent;
}
.accessWrap > [class*="accCnt"] .cnt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 33px 15px 30px;
}
.accessWrap > .accCnt02 .outerBtn01 {
	margin-top: 14px;
}
.dListType02 dd.requiredTblWrap {
	display: block;
	width: 834px;
	padding: 0;
	margin: 30px auto 0;
}
.dListType02 dd.requiredTblWrap col {
	width: 33%;
}