@charset "UTF-8";
.flowList {
	padding: 0;
}
/************************************************
contents
************************************************/
/*---------------
parts
------------------*/
.indentType01 {
	padding-left: 1em;
}
/*---------------
pointImg
------------------*/
.pointImg {
	position: relative;
	margin-top: 35px;
}
.pointImg > img {
	margin: 0 auto;
}
.pointImg .pointTxt .modalContent {
	background: #F6F6F6;
}
.pointImg .pointTxt .closeButton {
	background: none;
}
.pointImg .pointTxt {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 14px 20px 23px;
	width: 88%;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.pointImg .pointTxt .btnType01 {
	font-size: 14px;
}
/*---------------
accessCnt
------------------*/
.accessWrap {
	margin: 70px auto 0;
}
.accessWrap > [class*="accCnt"] {
	border: 1px solid #006335;
	border-radius: 5px;
	overflow: hidden;
}
.accessWrap > .accCnt02 {
	margin-top: 30px;
}
.accessWrap > [class*="accCnt"] .heading {
	position: relative;
	padding-bottom: 15px;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 1.142rem;/*16*/
	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 {
	padding: 33px 15px 30px;
}
.accessWrap > .accCnt02 .outerBtn01 {
	margin-top: 14px;
}
.dListType02 dd.requiredTblWrap {
	display: block;
	padding: 0;
	margin: 30px auto 0;
}
.dListType02 dd.requiredTblWrap col {
	width: 33%;
}