.bodyImg3 {
  width: 100%;
}

.bodyImg3 .wrap3 {
  max-width: 1440px;
  margin: 0 auto;
}

.bodyImg3 .img3-box {
  width: 100%;
  background-color: #fff;
}

.bodyImg3 .img3-box .wrap3 {
  padding: 30px 0;
}

.bodyImg3 .img3-box .wrap3 .img3-boxList {
  width: 100%;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.bodyImg3 .img3-box .wrap3 .img3-boxList .img3-boxItBox {
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.bodyImg3 .img3-box .wrap3 .img3-boxList .img3-boxItBox .img3-boxItem {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.bodyImg3 .img3-box .wrap3 .img3-boxList .img3-boxItBox .img3-boxItem .img3-boxIt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bodyImg3 .img3-box .wrap3 .img3-boxList .img3-boxItBox .img3-boxItem .img3-boxIt a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bodyImg3 .img3-box .wrap3 .img3-boxList .img3-boxItBox .img3-boxItem .img3-boxIt a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bodyImg3 .img3-box .wrap3 .img3-boxList .img3-boxItBox .img3-boxText {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.bodyImg3 .img3-box .wrap3 .img3-boxList .img3-boxItBox .img3-boxText p {
  font-size: 16px;
  line-height: 1.5;
}

.bodyImg3 .img3-box .wrap3 .bodyImg1-page {
  width: 100%;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bodyImg3 .img3-box .wrap3 .bodyImg1-page a {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 15px;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.bodyImg3 .img3-box .wrap3 .bodyImg1-page a:last-child {
  margin-right: 0;
}

.bodyImg3 .img3-box .wrap3 .bodyImg1-page a.bodyImg1-pageAc {
  background-color: #aaa;
  border-color: #aaa;
  color: #fff;
}

.bodyImg3 .contentspage3-box {
  width: 100%;
  background-color: #fff;
}

.bodyImg3 .contentspage3-box .wrap3 {
  padding: 30px 0;
  line-height: 1.5;
  color: #2a2a2a;
}

.bodyImg3 .contentspage3-box .wrap3 .contentspage3-title {
  font-size: 40px;
}

.bodyImg3 .contentspage3-box .wrap3 .contentspage3-text {
  font-size: 16px;
}

@media only screen and (max-width: 1440px) {
  .bodyImg3 .directory1-top{
    padding: 0 10px;
  }
  .bodyImg3 .img3-box {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .bodyImg3 .contentspage3-box {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1040px) {
  .bodyImg3 .img3-box {
    padding-left: .2rem;
    padding-right: .2rem;
  }
  .bodyImg3 .img3-box .wrap3 .img3-boxList .img3-boxItBox .img3-boxText {
    padding: .3rem .2rem;
  }
  .bodyImg3 .img3-box .wrap3 .bodyImg1-page {
    padding: .4rem 0;
  }
  .bodyImg3 .img3-box .wrap3 .bodyImg1-page a {
    font-size: .28rem;
    padding: 5px .2rem;
  }
  .bodyImg3 .contentspage3-box {
    padding-left: .2rem;
    padding-right: .2rem;
  }
  .bodyImg3 .contentspage3-box .wrap3 {
    padding-bottom: 0;
  }
  .bodyImg3 .contentspage3-box .wrap3 .contentspage3-title {
    font-size: .64rem;
  }
}

@media only screen and (max-width: 767px) {
  .bodyImg3 .img3-box .wrap3 {
    padding: .4rem 0;
  }
  .bodyImg3 .img3-box .wrap3 .img3-boxList {
    grid-gap: .4rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .bodyImg3 .img3-box .wrap3 .img3-boxList .img3-boxItBox .img3-boxText {
    padding: .2rem;
  }
  .bodyImg3 .contentspage3-box .wrap3 {
    padding-top: .4rem;
  }
  .bodyImg3 .contentspage3-box .wrap3 .contentspage3-title {
    font-size: .48rem;
  }
  .bodyImg3 .contentspage3-box .wrap3 .contentspage3-text {
    font-size: .28rem;
  }
}
