/* -------------------------------------
 詳細
----------------------------------------*/

h4 {
  text-align: center;
  font-size: 3.4rem;
  color: #333333;
  font-weight: 600;
  margin: 75px auto;
}

.margin-75{
  height: 75px;
  width: 100%;
}

.text-box {
  text-align: center;
  font-size: 1.6rem;
  margin: 20px;
  color: #333333;
}

.galleryDetail_wysiwyg ul.image-column-list{
  margin: 0 auto;
  max-width: 850px;
  padding: 0;
}
.image-column-list li:first-child {
  border-top: 1px solid #ccc;
}

.image-column-list li {
  list-style-type: disc;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.image-column-list .image-box {
  width: 220px;
}

.image-column-list .image-box img {
  width: 100%;
}

.image-column-list .text-box {
  width: calc(100% - 220px);
  margin: 0;
  padding-left: 50px;
  box-sizing: border-box;
  text-align: left;
}

.image-column-list .text-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  padding-bottom: 15px;
}

.image-column-list .text-box p {
  font-size: 14px;
}

.galleryDetail_head {
  position: relative;
  border-bottom: 2px solid #1D2088;
}

.galleryDetail_image img {
  width: 100%;
}

.galleryDetail_title {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 750px;
  padding: 0 45px;
  box-sizing: border-box;
  min-height: 100px;
}
.is_article1 .galleryDetail_title {
  display: none;
}

.galleryDetail_title2 {
  background: rgba(51, 51, 51, 0.9);
  padding: 0 45px;
  box-sizing: border-box;
  min-height: 100px;
  border-bottom: 2px solid #1D2088;
  display: table;
  width: 100%;
}

.galleryDetail_titleInner {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  line-height: 1;
  padding: 10px 0;
}

.galleryDetail_sub {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.galleryDetail_catch {
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: fit-content;
  height: fit-content;
  font-size: 3.6rem;
  text-align: center;
}

.galleryDetail_name {
  color: #fff;
  font-size: 2.4rem;
  margin: 0;
  font-weight: normal;
}

.galleryDetail_box h5 {
  font-size: 2rem;
  margin: 0 0 30px;
  0;
}

.galleryDetail_wysiwyg {
  font-size: 1.6rem;
  line-height: 2;
}

.galleryDetail_box figure {
  position: relative;
}

.galleryDetail_box figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: 1.3rem;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.8;
}

.galleryDetail_box .layout_right {
  margin: 0 0 40px 40px;
  float: right;
  max-width: 340px;
}

.galleryDetail_box .layout_left {
  margin: 0 40px 40px 0;
  float: left;
  max-width: 340px;
}

.galleryDetail_box .layout_top {
  margin: 0 0 40px 0;
  max-width: 750px;
}

.galleryDetail_box .layout_bottom {
  margin: 40px 0 0 0;
  max-width: 750px;
}

.galleryDetail_wysiwyg ul {
  list-style-type: disc;
  margin: 0 0 10px;
  padding-left: 30px;
}

.galleryDetail_wysiwyg ol {
  margin: 0 0 10px;
  padding-left: 30px;
}