

.box__contents .box__access{
	margin: 30px 70px;
}

.box__contents .box__access h4{
	font-size: 21px;
	font-weight: bold;
	border-left: 8px solid #dedfdf;
	height: 44px;
	line-height: 44px;
	padding-left: 20px;
	background-image: url("../img/h4_bg.png");
	background-repeat: no-repeat;
	color: #083690;
	
}

.box__contents .box__access h5{
	font-size: 14px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	color: #ac7422;
	
}

.box__contents .box__access h6{
	font-size: 14px;
	font-weight: normal;
	height: 44px;
	line-height: 44px;
	color: #000;
	clear: both;
}
.box__contents .box__access h6::before {
	content: "■ ";
	color:#c49c62;
  	padding-right: .5em;
}

.box__contents .box__access .box__txt{
	clear: both;
	margin-bottom: 40px;
	padding-left: 28px;
	overflow: hidden;
}

.box__contents .box__access .box__txt img{
	width: 100%;
	height: auto;
}

.box__contents .box__access .box__txt .box__btn a{
	clear: both;
	width: 427px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	margin: 50px auto;
	background-color: #c49c62;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none!important;
	display: block;
}

.box__contents .box__access .box__txt .box__btn--blue a{
	clear: both;
	width: 427px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	margin: 50px auto;
	background-color: #083690;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none!important;
	display: block;
}

.box__contents .box__access .box__txt .box__btn--pink a{
	clear: both;
	width: auto;
	height: 56px;
	text-align: center;
	line-height: 56px;
	margin: 50px auto;
	background-color: #ff0165;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none!important;
	display: block;
}

.box__contents .box__access .box__txt .box__btn--white a{
	clear: both;
	width: auto;
	height: 56px;
	text-align: center;
	line-height: 56px;
	margin: 50px auto;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	color: #5e5e5e;
	text-decoration: none!important;
	display: block;
}

.box__contents .box__access .box__txt .box__btn01 a{
	width: 256px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	margin: 10px 13px 20px 20px;
	background-color: #c49c62;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	float: left;
	text-decoration: none!important;
	display: block;
}

.box__contents .box__access .box__txt .box__btn02 a{
	width: 256px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	margin: 10px 0 20px;
	background-color: #c49c62;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	float: left;
	text-decoration: none!important;
	display: block;
}


.box__contents .box__access .box__txt p{
	line-height: 1.8;
}


.box__contents .box__access .box__txt ol{
	margin: 30px auto;
	overflow: hidden;
	counter-reset: item;
	padding-left: 0!important;
}

.box__contents .box__access .box__txt ol li{
	text-indent: -1.3em;
	padding-left: 1.3em;
	font-weight: bold;
	
}

.box__contents .box__access .box__txt ol li::before {
  	counter-increment: item;
	content: "■ ";
	color:#c49c62;
  	padding-right: .5em;
  	font-weight: bold;
}

.box__contents .box__access .box__txt ul{
	margin: 0px auto 30px;
	overflow: hidden;
	
}

.box__contents .box__access .box__txt ul li{
	list-style: disc!important;
	list-style-position: inside!important;

	
}


.box__contents .box__access h5::before{
}

.box__contents .box__access .box__txt dl{
	clear: both;
	overflow: hidden;
	margin: 10px 0;

}

.box__contents .box__access .box__txt dl dt{
	float: left;
	width: 20%;
	font-weight: normal;

}

.box__contents .box__access .box__txt dl dd{
	float: left;
	width: 80%;

}




