.pagination {
            font-size: 30px;
	        display: flex;
	        justify-content: center;
	        width: 100%;
	        margin-bottom: 193px;

        }
        
.pagination a {
    text-decoration: none;
	border: solid 2px #4699b1;
	color: #4699b1;
	border-radius: 4px;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
}

.pagination a, .pagination span {
    float: left;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-right: 10px;
	margin-left: 10px;
	border: solid 2px #4699b1;
	border-radius: 4px;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	color: #4699b1;
}

.pagination .current {
    border-radius: 4px;
	background-color: #5080a4;
    color: #fff;
	width: 60px;
	height: 60px;
}
a.prev,a.next{
	width: 80px;
	height: 60px;
	border: solid 2px #4699b1;
	box-sizing: border-box;
	
}
a.prev,.current.prev{
	background: url("../images/pagination_arrow_l.png") no-repeat center center;	
}
a.next,.current.next{
	background: url("../images/pagination_arrow_r.png") no-repeat center center;
}
.current.prev,.current.next{
	width: 80px;
	height: 60px;
	background-color: transparent;
	border: solid 2px #4699b1;
		box-sizing: border-box;
}
.pagination span:nth-child(5){
	 font-size: 16px;
	 letter-spacing: -0.4em;
	 text-indent: -0.3em;
	}
@media (max-width : 667px ){
.pagination {
         font-size: 23px;
        }
.pagination a {
	border: solid 1px #4699b1;
	border-radius: 2px;
	width: 44px;
	height: 44px;
}
.pagination a, .pagination span {
    margin-right: 10px;
	margin-left: 10px;
	border: solid 1px #4699b1;
	border-radius: 2px;
	width: 44px;
	height: 44px;
}
.pagination .current {
    border-radius: 2px;
	border: solid 1px #4699b1;
    color: #fff;
	width: 44px;
	height: 44px;
}
a.prev,a.next{
	width: 58px;
	height: 44px;
	border: solid 1px #4699b1;
	box-sizing: border-box;
}
.current.prev,.current.next{
	width: 58px;
	height: 44px;
	background-color: transparent;
	border: solid 1px #4699b1;
		box-sizing: border-box;
}
a.prev,.current.prev{
	background-size: 16px 27px;
}
a.next,.current.next{
	background-size: 16px 27px;
}
    .pagination a:nth-child(4){
	    display: none;
	}
	.pagination a:nth-child(6){
	    display: none;
	}
	.pagination span:nth-child(5){
	 font-size: 16px;
	 letter-spacing: -0.4em;
	 text-indent: -0.3em;
	}
}