.campaignArea {
  margin-bottom: 60px !important;
}
.campaignArea + .campaignArea {
  position: relative;
}
.campaignArea + .campaignArea:before, .campaignArea + .campaignArea:after {
  position: absolute;
  top: -30px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #000;
  transform: translateX(-50%);
}
.campaignArea + .campaignArea:after {
  transform: translateX(-50%) rotate(90deg);
}
.campaignArea .campaignArea__attention {
  font-size: 12px;
}

.section-gallery {
  width: auto;
  margin: 0 auto 50px !important;
}
.section-gallery .section-gallery__title {
  position: relative;
}
.section-gallery .section-gallery__title.section-gallery__title--1 {
  padding: 0;
  background-color: #19b6ce;
}
.section-gallery .section-gallery__title.section-gallery__title--2 {
  padding: 17px 0;
  background-color: #19b6ce;
}
.section-gallery .section-gallery__inner {
  padding: 35px 20px 30px;
  border: 2px solid #19b6ce;
  border-top: none;
}
.section-gallery .section-gallery__inner.section-gallery__inner--2 {
  border-top: none;
}

.section-banner {
  width: 100%;
  margin-bottom: 40px !important;
  text-align: center;
}

.section__requirements__point .txt a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .section .section__header {
    padding-top: 15px !important;
  }
  .section .section__header .ttl {
    margin-bottom: 40px !important;
    text-align: center;
  }
  .section .section__header .ttl span {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb__txt--nowrap {
    white-space: normal;
  }

  .detail__section-campaign {
    padding: 5% 5% 0;
  }
  .detail__section-campaign .lead {
    padding-bottom: 20px;
  }

  .campaignArea {
    margin-bottom: 30px !important;
  }
  .campaignArea + .campaignArea:before, .campaignArea + .campaignArea:after {
    top: -25px;
    width: 15px;
    height: 2px;
  }
  .campaignArea .section_line {
    padding-bottom: 4%;
  }
  .campaignArea .campaignArea__img.img01 {
    padding: 0 5% 0 10%;
  }
  .campaignArea .campaignArea__attention {
    padding-right: 3.84615%;
    font-size: 10px;
  }

  .section-gallery {
    margin: 0 0 5% !important;
    padding: 5%;
  }
  .section-gallery .section-gallery__title.section-gallery__title--1 .section-gallery__title__txt {
    width: 100%;
    padding: 0;
  }
  .section-gallery .section-gallery__title.section-gallery__title--2 {
    text-align: center;
  }
  .section-gallery .section-gallery__title.section-gallery__title--2 span {
    width: 37%;
    padding: 1% 0;
  }
  .section-gallery .present01_label {
    right: 12%;
  }
  .section-gallery .section-gallery__inner {
    padding: 12% 0 0;
    border: none;
  }
  .section-gallery .section-gallery__inner.section-gallery__inner--2 {
    padding: 7% 0 0;
  }
  .section-gallery .section-gallery__item.item01 {
    width: 90%;
  }
  .section-gallery .section-gallery__item.item02 {
    width: 77%;
  }
  .section-gallery .innerImg img {
    margin: 0 5%;
    width: 90%;
  }

  .section-banner {
    width: 90%;
    margin: 0 auto 10%;
  }

  .craftboss03_new .mod-item-01 {
    font-size: 13px;
  }
}
/*-- @media screen and (max-width: 767px) --*/
