
#sec1 {
	position: relative;
	
	padding: 20px 0;
}
#sec1 h2 {
	padding: 0 100px 20px;
	
}
#sec1 dl {
	clear: both;
    
    overflow: hidden;
    padding: 5px 0;
}
#sec1 dt {
	
}
#sec1 dd {
	
	
}
#sec1 dl:nth-of-type(1){
	padding-top: 0;
}
#sec1 .box {
	padding: 0 10px;
}
#sec1 .num_phone {
	font-size: 23px;
	font-weight: bold;
	color: #e00000;
	text-decoration: underline;
}
#sec1 .btn {
	padding: 20px 10px;
}
#sec1 .bx-viewport {
	position: initial !important;
	border:none !important;
}
#sec1 .bx-viewport li {
	width: 100% !important;
}
#sec1 .bx-wrapper {
	margin-bottom: 30px;
}

#sec1 .btn_access{
	width: 96%;
	height: 46px;
	background: #000;
	display: block;
	cursor:pointer;
	font-size: 20px;
	font-weight: bold;
	padding-top: 14px;
	margin: 10px auto 0 auto;
	text-align: center;
	color: #fff;
}
#sec1 .btn_access a{
	display: block;
	color: #fff;
}
#sec1 .btn_access a:hover{
	text-decoration: none;
}



#sec2 {
	background: url(../img/access/sec2-bg.png) no-repeat center/cover;
	position: relative;
	padding: 20px 0;
}
#sec2 .txt {
	font-weight: bold;
	font-size: 17px;
	color: #fff;
	padding: 6px 0;
}
#sec2 ul {
	display: flex;
	justify-content: center;
}
#sec2 li {
	float: none;
}
#sec2 li:first-child {
	padding-left: 15%;
	padding-right: 4%;
}
#sec2 li:last-child {
padding-right: 15%;	
padding-left: 4%;
}
