@charset "UTF-8";
/* CSS Document */


/*アーカイブディスクリプションボックス(アーカイブで使用)
---------------------------------------------------------*/
.archiveDescription {
  padding: 20px 0;
  margin: -40px 0 40px 0;
  border-bottom: dotted 1px #E5E5E5;
  line-height: 2;
}

/*アーカイブリスト(アーカイブで使用)
---------------------------------------------------------*/
.archive {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.archiveItem {
  position: relative;
  width: calc(50% - 20px);
  margin: 0 0 40px 20px;
}
.archiveItem__text {
  line-height: 1.75;
  text-align: left;
  color: #333;
  font-size: 1.4rem;
}
.archiveItem__text {
  display: none;
}
.archiveItem .btn.btn-right {
  display: none
}

.archiveItem.archiveItem-wide {
  width: 100%;
  padding-top: 40px;
  margin: 0 0 40px 20px;
  border-top: dotted 1px #D8D8D8;
}
.archiveItem.archiveItem-wide:first-child {
  padding-top: 0;
  border-top: none;
}
.archiveItem.archiveItem-wide .archiveItem__text {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.archiveItem.archiveItem-wide .btn.btn-right {
  display: block;
}

.archiveList {
  position: relative;
  width: 100%;
  margin: 0 0 40px 20px;
}
.archiveList__text {
  line-height: 1.75;
  color: #7f7f7f;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .archive {
    margin-left: -10px;
  }

  .archiveItem {
    width: calc(50% - 10px);
    margin: 0 0 20px 10px;
  }

  .archiveItem__text {
    display: none;
  }

  .archiveItem.archiveItem-wide,
  .archiveItem.archiveItem-wideSp {
    width: 100%;
    padding-bottom: 40px;
    margin: 0 0 40px 10px;
    border-bottom: dotted 1px #D8D8D8;
  }

  .archiveItem.archiveItem-wide:first-child,
  .archiveItem.archiveItem-wideSp:first-child {
    padding-top: 0;
    border-top: none;
  }

  .archiveItem.archiveItem-wide .archiveItem__text {
    display: block;
    font-size: 1.4rem;
  }

  .archiveItem.archiveItem-wideSp .archiveItem__text {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .archiveItem.archiveItem-wideSp .btn.btn-right {
    display: block;
  }

  .archiveList {
    margin: 0 0 20px 10px;
  }

  .archiveList__text {
    font-size: 1.3rem;
  }
}

/*--------------------------------------------
アイキャッチ設定
--------------------------------------------*/
/*
@media only screen and (max-width: 767px) {
  .eyecatch.eyecatch-archive {
    margin-bottom: 10px;
  }
}

.archive .eyecatch__cat {
  position: absolute;
  top: 0;
  right: 0;
  background: none!important;
}

@media screen and (max-width: 767px) {
  .archiveItem.archiveItem-wide .eyecatch__cat a,
  .archiveItem.archiveItem-wideSp .eyecatch__cat a {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .archiveItem.archiveItem-wide .eyecatch__cat a::before,
  .archiveItem.archiveItem-wideSp .eyecatch__cat a::before {
    content: "\e902";
  }
}
*/


/*データリスト(複数個所で使用)
------------------------------------------------------*/
/*
@media only screen and (max-width: 767px) {
  .dateList.dateList-archive {
    margin-bottom: 5px;
  }
}
*/


/*カテゴリ別一覧
-----------------------------------------------------*/

/*アーカイブタイトルボックス(アーカイブで使用)*/
.archiveTitle {
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
}
/*
.archiveTitle {
  margin-top: 20px;
}
*/
.archiveTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  z-index: -2;
}
.archiveTitle::after {
  content: "";
  display: block;
  clear: both;
}

.archiveTitle .heading.heading-first {
  border-color: #005aa0;
  border-bottom: #005aa0 1px solid;
}

@media screen and (max-width: 767px) {
  .archiveTitle .heading.heading-first {
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
}

.archiveItem h2 a {
  font-size: 90%;
}

@media screen and (max-width: 767px) {
  .archiveItem h2 a {
    font-size: 100%;
  }
}

/*見出し調整*/
.page-archive .content h2 {
  background: #005aa0;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%) inset;
  padding: 10px 20px !important;
  margin-top: 40px;
  color: #ffffff;
  font-size: 2.6rem;
}

.page-archive .content a:hover {
  border-bottom: #f0b200 1px solid;
}

.page-archive .content ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  z-index: 997;
}

.page-archive .content ol li:before {
  counter-increment: number;
  content: counter(number)".";
  position: absolute;
  left: 0;
  z-index: 997;
}

/*一覧のテキスト*/
.archiveItem__text {
  display: none;
}

/*---------------------------------------
各種見出し
---------------------------------------*/

/*見出し(複数個所で使用)*/
/*
.heading.heading-archive {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .heading.heading-archive {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .archiveItem.archiveItem-wide .heading.heading-archive,
  .archiveItem.archiveItem-wideSp .heading.heading-archive {
    font-size: 1.8rem;
  }
}
*/

/*----------------------------------------------------------------------------*/


/*アイキャッチ部分*/
/*.archiveItem .eyecatch img {
  max-height: 20.3rem;
}
@media screen and (max-width: 767px) {
  .archiveItem .eyecatch img {
    max-height: 100%;
  }
}
*/


/*
.dateList-archive .icon-calendar1:before {
  position: relative!important;
  display: inline-block;
  z-index: 997;
}
.dateList-archive .icon-calendar:before {
  position: relative !important;
  display: inline-block;
  z-index: 997;
}

.dateList-archive .icon-loop:before {
  position: relative!important;
  display: inline-block;
  z-index: 997;
}
*/



