@charset "utf-8";
.table__04 + small {
    color: #c40032;
    margin: 20px 0 0 35px;
    line-height: 1.5;
    display: block;
}
.sec__cmn__gray-bg{
	background: #eeefef;
	padding:  65px 40px;
}
.heading__border-lr{
	padding:  10px 0 20px;
}
.heading__border-lr span{
  display: inline-block;
  background: #eeefef;
  padding: 0 15px;
  position:  relative;
	z-index:  5;
}
.heading__border-lr{
	width:700px;
}
.heading__border-lr.bg__white span{
	background:  #fff;
	position:  relative;
	z-index:  5;
}
.heading__border-lr:before {
    top: 20px;
    z-index:  1;
}
.heading__border-lr:after {
    top: 18px;
    z-index:  1;
}
.fee__table{
	margin:  0 0 30px;
}
.links__pdf:hover{
	opacity:  0.8;
}
.links__pdf{
	color: #fff;
	display:  inline-block;
	background:  #000;
	padding: 10px 85px 8px 20px;
	text-decoration: none;
	margin: 20px 0 0 0;
	background: -moz-linear-gradient(left, #958265,#b4a58c);
  background: -webkit-linear-gradient(left, #958265,#b4a58c);
  background: linear-gradient(to right, #958265,#b4a58c);
  position:  relative;
}
.links__pdf:after{
	content:"";
	display: block;
	height:7px;
	width:7px;
	border-right:solid #fff 1px;
	border-bottom:solid #fff 1px;
	transform:  rotate(-45deg);
	position:  absolute;
	right:15px;
	margin: -3px 0 0 0;
	top:50%;
}
.links__pdf:before{
	display:  block;
	content:"PDF";
	color: #928061;
	position:  absolute;
	background:  #fff;
	padding: 2px 5px;
	right:35px;
	top:50%;
	margin:  -10px 0 0 0;
}
.sec__main-contents .links__pdf{
	float:  none;
	margin:  10px 0 0 0;
}
.sec__cmn__gray-bg .btn__centering + p{
	padding:  30px 0 0 0;
	line-height: 1.8;
	margin: 0 auto;
	width: 640px;
}
.sec__main-contents .btn__centering + p{
	padding:  40px 0 20px;
	line-height: 1.8;
	margin: 0 auto;
	text-align: center;
}
.sec__main-contents{
	padding:  70px 0;
}

.bg__white + p{
	text-align: center;
	margin:  30px 0 0 0;
	line-height:  1.8;
	padding:  0 0 30px;
}
.sec__main-contents .links__pdf + p{
	margin:  0 0 30px
}
.box__border{
	border:solid 1px #ccc6be;
	margin:  0 0 25px;
	padding:  30px 30px 40px 0;
}
.box__border p{
	padding:  0 0 0 30px;
	line-height:  1.8;
}
.box__border h4{
	padding:  0 0 10px 25px;
	margin: 0 0 25px;
	font-weight: bold;
	border-bottom:solid 1px #ccc6be;
	width:200px;
}
.box__border ul li{
  line-height: 2;
  position: relative;
  padding: 0 0 0 47px;
  box-sizing: border-box;
}
.box__border ul li:before{
  content:" ";
  position: absolute;
  top: 12px;
  left: 30px;
  display: block;
  background:#000;
  width: 6px;
  height: 6px;
  border-radius: 10px;
}
.table__04{
	margin: 40px 0 0 30px;
}
.table__04 caption{
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width:640px) {
.sec__cmn__gray-bg {
    padding: 65px 0;
}
.sec__cmn__gray-bg .btn__centering + p {
    width: 100%;
}

}


@media screen and (min-width:841px) {
  .table__04{
    width: 75%;
  }
}
@media screen and (max-width:840px) {
  .table__04{
    width: 95%;
  }
}
@media screen and (max-width:640px) {
  .table__04{
    width: auto;
  }
  .box__border{
    padding:  30px 10px 40px 0;
  }
  .box__border p{
    padding:  0 0 0 10px;
  }
  .box__border h4{
    padding:  0 0 10px 10px;
  }
  .table__04{
    margin: 40px 0 0 10px;
  }
  .table__04 + small{
    margin: 20px 0 0 10px;
  }
}