@charset "utf-8";


@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
}


#contents_wrap #contents #main #col_main section .staff_01 .box article img {
    width: 65%;
margin: 0 auto;
display: block;
}

.h_btn .btn1 {
	padding: 0 !important;
    margin-right: 10px;
    background: none !important;
}
.h_btn .btn1 img {
	width: 42px !important;
	height: 42px !important;
}
@media only screen and (max-width: 1400px){
	.h_btn .btn1 img {
		width: 48px !important;
		height: 48px !important;
	}
}
@media only screen and (max-width: 835px){
	.h_btn .btn1 {
		background-color: #e7d0a9 !important;
	    padding: 0 5.225px !important;
	}
}
@media only screen and (max-width: 640px){
	.h_btn .btn1 {
	    margin-right: 0;
	    background: none !important;
	    padding: 0 !important;
	}
	.h_btn .btn1 img {
		height: 40px !important;
    	width: 40px !important;
	}
}