/* ----------------------------------------
見出し部分
---------------------------------------- */
.c-main  .kyou-collection_contents .c-content__title {
    margin: 80px 0 20px;
}

#popup.c-main {padding:0;}

/* ----------------------------------------
リンク
---------------------------------------- */
.c-main a {
  text-decoration: underline;
  color: #008b56;}

.c-main a.hover {text-decoration: none;}



/* ----------------------------------------
画像部分
---------------------------------------- */
.c-main .kyou-collection_contents .c-content__images {
    margin: 40px auto 100px;
}


.c-main .kyou-collection_contents .c-content__images img {
  margin-bottom:5px;
  object-fit: cover;
}


.c-main .kyou-collection_contents .c-content__image figcaption,
.c-main .kyou-collection_contents .c-content__image p {font-size:1.4rem;}

.c-main .kyou-collection_contents .c-content__image figcaption {
  margin-bottom:5px;
  font-weight: bold;}




/* ----------------------------------------
一覧部分
---------------------------------------- */
.c-main .c-inner.kyou-collection_list {
  display: flex;
  justify-content: space-between;
  margin-bottom:120px;
}

.kyou-collection_list dl {
  font-size:1.6rem;
  width:calc((100% - 120px) /4);
  border-top: 1px solid #e5ebeb;
}

.kyou-collection_list dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin:30px 0 25px;}
.kyou-collection_list dl dd {margin-bottom:13px;}



/* ----------------------------------------
モーダル部分
---------------------------------------- */
#collection1,
#collection2 {
  padding:60px 40px;
  margin:auto;
  max-width:800px;}

#collection1 figure,
#collection2 figure {
  width:100%;
  max-width:800px;}


#collection1 figure img,
#collection2 figure img {
  width:100%;
  height: auto;
  margin-bottom:15px;
  max-width:800px;}

#collection1 figure figcaption,
#collection2 figure figcaption {
  font-weight: bold;
  font-size:1.6rem;
  line-height: 1.75;
  margin-bottom:10px;
}

#collection1 figure p,
#collection2 figure p {
  font-size:1.6rem;
  line-height: 1.75;}


