/* ----------------------------------------
見出し部分
---------------------------------------- */
.c-main  .kyou-collection_contents .c-content__title {margin: 60px 0 20px;}

.kyou-collection

/* ----------------------------------------
画像部分
---------------------------------------- */
.c-main .kyou-collection_contents .c-content__images {
  max-width:100%;
  width:100%;
  display: block;
  margin: 20px auto 10px;
}

.c-main .kyou-collection_contents .c-content__image {
  width:100%;
  margin:0 0;
}

.c-main .kyou-collection_contents .c-content__images img {
  width:100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.c-main .kyou-collection_contents .c-content__image p {margin-bottom:30px;}





/* ----------------------------------------
一覧部分
---------------------------------------- */
.c-main .c-inner.kyou-collection_list {
  display: block;
  margin-bottom:55px;
}

.kyou-collection_list dl {
  width:100%;
  margin-bottom:35px;
}
.kyou-collection_list dl dt {margin:15px 0 10px;}



/* ----------------------------------------
モーダル部分
---------------------------------------- */

#collection1,
#collection2 {
  height:auto;
  padding:75px 15px 25px;
  max-width:100%;}

#collection1 figure,
#collection2 figure {max-width:100%;}


#collection1 figure img,
#collection2 figure img {margin-bottom:10px;}

#collection1 figure figcaption,
#collection2 figure figcaption {
  font-weight: bold;
  font-size:1.4rem;
  line-height: 1.5;
  margin-bottom:10px;
}

#collection1 figure p,
#collection2 figure p {
  font-size:1.4rem;
  line-height: 1.5;}

