@charset 'UTF-8';
.gallery01 {
  margin-bottom: 50px;
}

.gallery01 .imgbox {
  margin-bottom: 30px;
}

.gallery01 .imgbig {
  width: 60%;
  margin: 0 auto;
}

.gallery01 .imglist {
  width: 90%;
  margin: 20px auto 0;
  text-align: center;
  font-size: 0;
}

.gallery01 .imglist .square {
  display: inline-block;
  width: 150px;
  margin: 10px 5px 0;
}

.gallery02 .video1 {
  text-align: center;
  margin-bottom: 45px;
}

.gallery02 .title {
  color: #1F323F;
  font-weight: bold;
  font-size: 2.4rem;
}

.gallery02 {
  margin-bottom: 50px;
}

.gallery02 .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}

.gallery02 .imgbig {
  width: 50%;
}

.gallery02 .imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 47%;
}

.gallery02 .imglist .square {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32%;
  margin: 0 2% 10px 0;
}

.gallery02 .imglist .square:nth-child(3n) {
  margin-right: 0;
}

.gallery03 {
  margin-bottom: 50px;
}

.gallery03 .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery03 .imgbox dl {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 48%;
  margin-right: 4%;
}

.gallery03 .imgbox dl:nth-child(2n) {
  margin-right: 0;
}

.gallery03 .imgbox dl img {
  padding: 2px;
}

.gallery03 .imgbig {
  width: 50%;
}

.gallery03 .imglist {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
}

.gallery03 .imglist .square {
  display: inline-block;
  width: 116px;
  margin: 10px 10px 0 0;
}

.gallery03 .imglist .square:nth-child(8n),
.gallery03 .imglist .square:last-child {
  margin-right: 0;
}

.gallery03 .text {
  margin-top: 30px;
}

.gallery04 {
  margin-bottom: 50px;
}

.gallery04 .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url('../image/detail_arrow_right.jpg') center 230px no-repeat;
}

.gallery04 .imgbox .before,
.gallery04 .imgbox .after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 45%;
  margin-right: 10%;
}

.gallery04 .imgbig dt {
  text-align: center;
  margin-bottom: 15px;
}

.gallery04 .imgbox .before:nth-child(2n),
.gallery04 .imgbox .after:nth-child(2n) {
  margin-right: 0;
}

.gallery04 .imgbox .before img,
.gallery04 .imgbox .after img {
  padding: 2px;
}

.gallery04 .video1 {
  text-align: center;
  margin-top: 50px;
}

.gallery04 .imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.gallery04 .imglist .square {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32%;
  margin: 10px 2% 0 0;
}

.gallery04 .imglist .square:nth-child(3n) {
  margin-right: 0;
}

.gallery04 .text {
  margin-top: 45px;
}

.button {
  margin-top: 50px;
}