.delivery-case .pageTop {
  margin-top: 20px !important;
}

.delivery-case .shooting-date {
  display: block;
  text-align: right;
  font-size: 12px;
  padding-top: 5px;
}

.delivery-case .delivery-case__title-area {
  border-bottom: 1px solid #6bbcef;
}

.delivery-case .delivery-case__title {
  font-size: 30px;
  padding: 13px 25px;
  background-color: #6bbcef;
  color: #fff;
  display: table-cell;
}

.delivery-case .delivery-case__description {
  display: table-cell;
  font-size: 14px;
  color: #54aae1;
  padding-left: 27px;
  vertical-align: middle;
}

/*.delivery-case .anchor-area__list {
  margin-bottom: 50px;
}

.delivery-case .anchor-area__list-item {
  float: left;
  margin: 16px 0 0 11px;
  padding-left: 10px;
  position: relative;
}

.delivery-case .anchor-area__list-item a {
  color: #333;
  line-height: 1;
  padding-left: 3px;
  text-decoration: underline;
}

.delivery-case .anchor-area__list-item a:hover {
  text-decoration: none;
}

.delivery-case .anchor-area__list-item a:link {
  color: #333;
}

.delivery-case .anchor-area__list-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}*/

/* アンカーのアコーディオン */
.delivery-case .anchor-area {
  margin: 20px 0 50px;
}

.delivery-case .anchor-area__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.delivery-case .anchor-area__list-item {
  width: 171px;
  margin: 0 25px 12px 0;
}

.delivery-case .anchor-area__list-item:nth-child(4n) {
  margin-right: 0;
}

.delivery-case .anchor-area__list-item a {
  color: #333;
  line-height: 1.2;
  text-decoration: underline;
}

.delivery-case .anchor-area__list-item a:hover {
  text-decoration: none;
}

.delivery-case .anchor-area__list-item a:hover img {
  opacity: 0.7;
}

.delivery-case .anchor-area__list-item a:link {
  color: #333;
}

.delivery-case .anchor-area__list-item span {
  display: block;
  margin-top: 6px;
}

.delivery-case .anchor-area__list-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 15px;
  height: 146px;
}

.delivery-case .anchor-area__list {
  font-size: 14px;
  line-height: 1.6;
}

.delivery-case .anchor-switchable {
  height: 155px;
}

.delivery-case .anchor-area__btn {
  text-align: center;
  display: block;
  color: #333;
  padding: 7px 0;
  background-color: #fff;
  border: 1px solid #666;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.delivery-case .anchor-area__btn:hover {
  background-color: #666;
  color: #fff;
}

.delivery-case .anchor-area__btn-text {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
}

.delivery-case .anchor-area__btn:hover .text-area__btn-text:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.delivery-case .anchor-area__btn-text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.delivery-case .anchor-area__btn-text.is-open:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.delivery-case .delivery-case-content {
  margin: 20px 0 70px;
}

.delivery-case .content-header {
  border-left: 3px solid #6bbcef;
  padding: 4px 0 4px 7px;
}

.delivery-case .content-header__description {
  color: #666;
}

.delivery-case .content-header__title {
  color: #54aae1;
  font-size: 20px;
}

.delivery-case .img-area {
  margin-top: 10px;
}

.delivery-case .img-area__thumb-list {
  margin-top: 10px;
  margin-left: -6px;
}

.delivery-case .img-area__thumb-list--col2 {
  width: 490px;
  float: left;
}

.delivery-case .img-area__thumb-item {
  float: left;
  margin-left: 6px;
  padding: 3px;
  border: 1px solid #fff;
}

.delivery-case .img-area__thumb-item.is-hover {
  border: 1px solid #6bbcef;
}

.delivery-case .img-area-sub {
  margin-top: 14px;
  float: right;
}

.delivery-case .img-area-sub--green {
  width: 244px;
  border: 1px solid #57b013;
}

.delivery-case .img-area-sub__btn {
  display: block;
}

.delivery-case .img-area-sub__title {
  background-color: #57b013;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 3px 0;
}

.delivery-case .img-area-sub__list {
  padding: 10px;
}

.delivery-case .text-area {
  margin-top: 10px;
}

.delivery-case .text-area__text-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 15px;
}

.delivery-case .text-area__text {
  font-size: 14px;
  line-height: 1.6;
}

.delivery-case .switchable {
  height: 92px;
}

.delivery-case .text-area__text-wrapper:before {
  display: block;
  position: absolute;
  bottom: -18px;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

.delivery-case .text-area__text-wrapper.is-open:before {
  display: none;
}

.delivery-case .text-area__btn {
  text-align: center;
  display: block;
  color: #333;
  padding: 7px 0;
  background-color: #fff;
  border: 1px solid #666;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.delivery-case .text-area__btn:hover {
  background-color: #666;
  color: #fff;
}

.delivery-case .text-area__btn-text {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
}

.delivery-case .text-area__btn:hover .text-area__btn-text:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.delivery-case .text-area__btn-text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.delivery-case .text-area__btn-text.is-open:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
