@charset "UTF-8";

/*タイトル*/
.c_ttl01 {
  font-size: 2rem;
  background: #666;
  padding: 10px 15px;
  color: #fff;
  margin-bottom: 30px;
}
.c_ttl02 {
  font-size: 1.8rem;
  padding: 7px 10px;
  border-left: solid 5px #666;
  margin-bottom: 30px;
}
.c_ttl03 {
  font-size: 1.6rem;
  border-bottom: dotted 1px #ddd;
  padding: 10px 0;
}
  @media screen and (max-width: 767px) {
    .c_ttl01 {
      font-size: 5vw;
      padding: 2vw 4vw;
      margin-bottom: 5.33vw;
    }
    .c_ttl02 {
      font-size: 5vw;
      padding: 1.66vw 2vw;
      border-left: solid 4px #666;
      margin-bottom: 5.33vw;
    }
    .c_ttl03 {
      font-size: 4.6vw;
      padding: 2.66vw 0;
    }
  }

/* テキストエリア */
.c_txt {
  padding-bottom: 40px;
}
  @media screen and (max-width: 767px) {
    .c_txt {
      padding-bottom: 5.33vw;
      font-size: 3.73vw;
    }
  }

/* 回り込みギャラリー */
.c_fg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.c_fg.media_right {
  flex-direction: row-reverse;
}
.c_fg_media {
  width: 45%;
}
.c_fg_txt {
  width: calc(55% - 25px);
}
.c_fg_media figure img {
  width: 100%;
  height: auto;
}
.c_fg_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c_fg_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
  @media screen and (max-width: 767px) {
    .c_fg {
      width: 100%;
      display: block;
      padding-bottom: 2.33vw;
    }
    .c_fg.media_right {
      flex-direction: row-reverse;
    }
    .c_fg_media {
      width: 100%;
      margin-bottom: 3vw;
    }
    .c_fg_txt {
      width: 100%;
      margin-bottom: 3vw;
    }
  }

/* ギャラリー */
.c_g_box {
  padding-bottom: 25px;
}
.c_g_media {
  margin-bottom: 15px;
}
.c_g_txt {
  margin-bottom: 15px;
  text-align: center;
}
.c_g_media figure img {
  width: 100%;
  height: auto;
}
.c_g_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c_g_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
  @media screen and (max-width: 767px) {
    .c_g_box {
      width: 100%!important;
      margin: 0!important;
      padding-bottom: 2.33vw!important;
    }
    .c_g_media {
      margin-bottom: 3vw!important;
    }
    .c_g_txt {
      margin-bottom: 3vw!important;
    }
  }

.cgc1 .c_g_box {
  width: 70%;
  margin: 0 auto;
}

.cgc2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cgc2 .c_g_box {
  width: calc(50% - 10px);
}

.cgc3 {
  display: flex;
  flex-wrap: wrap;
}
.cgc3 .c_g_box {
  width: calc(33.33% - 14px);
  margin-right: 20px;
}
.cgc3 .c_g_box:nth-child(3n) {
  margin-right: 0;
}

.cgc4 {
  display: flex;
  flex-wrap: wrap;
}
.cgc4 .c_g_box {
  width: calc(25% - 12px);
  margin-right: 15px;
}
.cgc4 .c_g_box:nth-child(4n) {
  margin-right: 0;
}
.cgc4 .c_g_media {
  margin-bottom: 10px;
}
.cgc4 .c_g_txt {
  font-size: 95%;
  margin-bottom: 10px;
}

/*テーブル*/
.ct_table {
  width: 100%;
  margin-bottom: 40px;
}
.ct_table tr {
  border-top: dotted 1px #ddd;
  border-bottom: dotted 1px #ddd;
}
.ct_table th {
  width: 25%;
  text-align: left;
  vertical-align: middle;
  background: #eee;
  padding: 12px 15px;
}
.ct_table td {
  padding: 12px 15px;
}
  @media screen and (max-width: 767px) {
    .ct_table {
      margin-bottom: 5.33vw;
    }
    .ct_table th {
      width: 30%;
      padding: 2vw 3vw;
    }
    .ct_table td {
      padding: 2vw 3vw;
    }
  }
