@charset "UTF-8";
/* CSS Document */
/* privacyArea */
.exampleArea{
	height:auto;
	padding-top: 50px;
	padding-bottom: 70px;
}
.exampleArea .inner{
	max-width:1200px;
}
.galleryList .list4 {
    text-align: center;
}
.listBox .list4 li {
    width: 280px;
}
.galleryList .list4 li {
    margin: 0 3% 50px;
}
.listBox ul li {
    display: inline-block;
}
.galleryList .list4 li img {
    object-fit: cover;
    padding: 1px;
    border: 1px solid #999;
	width: 280px;
    height: 210px;
}
.galleryList .list4 li h4{
	margin-top: 12px;
	margin-bottom: 10px;
	font-size:18px;
	font-weight: 700;
    color: #85B200;
}
.galleryList .list4 li p{
	font-size:14px;
	text-align: left;
}
.listBox ul li img {
    width: 100%;
}

@media screen and (max-width: 1750px) {
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
}


@media screen and (max-width: 897px) and (orientation: landscape) {
}


@media screen and (max-width: 767px) {
	.exampleArea{
	padding-bottom: 30px;
}
	.exampleArea .inner {
    width: 100%;
    padding: 0 5vw;
  }
	
}


@media screen and (max-width: 650px) {
}

@media screen and (max-width: 500px) {

}

  



@media screen and (max-width: 450px) {
 
}


@media screen and (max-width: 380px) {
 
}













