/*------------------------------
アーカイブ一覧
--------------------------------*/
.main-dtl-list {
  background: #FFFFFF;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  display: inline-block;
  border: #f2efe9 1px solid;
}
.main-dtl-list:hover {
  box-shadow: 0 0 8px #CFCFCF;
  color: #424242;
}
.main-dtl-list .head-left {
  float: left;
  width: 45%;
    overflow: hidden;
}
.main-dtl-list .head-right {
  width: 55%;
  float: right;
}
.main-dtl-list .head-left img {
  margin-right: 10px;
  width: 95%;
}
.main-dtl-list .head-left img {
    transition: transform 0.3s ease;
}

.main-dtl-list:hover .head-left img {
    transform: scale(1.1);
}
.main-dtl-list .head-right h3 {
  color: #2BAFA9 !important;
  display: block;
  border-bottom: none;
	margin-right: 10px;
	margin-bottom: 5px;
}
.main-dtl-list .head-left h3:after, .main-dtl-list .head-left h3:before {
  border-bottom: none;
}
.main-dtl-list .head-right span {
  font-size: 13px !important;
  color: #7F7F7F;
  display: block;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 10px;
  margin-right: 10px;
}
.main-dtl-list .head-right .ichiran-shousai table {
  margin-top: 20px auto;
  margin-right: 10px;
  font-size: 13px !important;
}
.main-dtl-list .head-right .ichiran-shousai table {
  border: none !important;
  font-size: 13px !important;
}
.main-dtl-list .head-right .ichiran-shousai th {
  background: #F7F6F2;
  font-size: 13px !important;
  font-weight: bold;
  width: 100px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #FFFFFF 2px solid;
}
.main-dtl-list .head-right .ichiran-shousai td {
  font-size: 13px !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #FFFFFF 2px solid;
}
.main-dtl-list .head-right .koyo {
  background: #FDAD2F !important;
  border-radius: 5px !important;
  font-size: 12px !important;
  color: #fff;
  padding: 2px 4px !important;
  float: left !important;
	margin-top: 5px;
  margin-bottom: 5px;
}
.main-dtl-list .btm {
  clear: both;
  width: 100%;
  display: flex;
  gap: 15px;
  margin: 10px auto;
  justify-content: center;
  align-items: center;
}
.main-dtl-list .btm .link {
  color: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  display: block;
  margin: 0 auto !important;
  width: 240px;
  text-align: center;
}
.main-dtl-list .btm .link-bg1 {
  background: #2BAFA9;
  border-radius: 10px;
  padding: 5px;
  transition: background-color 0.3s ease;
}
.main-dtl-list .btm .link-bg2 {
  background: #FC5175;
  border-radius: 10px;
  padding: 5px;
  transition: background-color 0.3s ease;
}
.main-dtl-list .btm .link-bg1:hover, .main-dtl-list .btm .link-bg2:hover {
  background: #FDA602;
}
.main-dtl-list .btm .link a {
  color: #FFFFFF;
  text-align: center;
	font-weight: bold;
}
.main-dtl-list .btm .link a:hover {
  box-shadow: 0 0 8px #CFCFCF;
  background: #678E8B;
}
/*oiwai*/
.main-dtl-list .triangle {
  position: relative;
  display: block;
  padding: 2px 5px 2px 5px;
  color: #fff;
  font-size: 13px;
  box-shadow: -4px -6px;
  float: right;
  margin: 3px;
  font-weight: bold;
  background: #D30202;
  box-shadow: 0 2px 0 #CDCDCD;
}
.main-dtl-list .triangle2 {
  position: relative;
  display: block;
  padding: 2px 5px 2px 5px;
  color: #FF0004;
  font-size: 13px;
  float: right;
  margin: 3px;
  font-weight: bold;
  background: #FFED01;
  box-shadow: 0 2px 0 #CDCDCD;
}
.main-dtl-list .triangle3 {
  position: relative;
  display: block;
  padding: 2px 5px 2px 5px;
  color: #FFF;
  font-size: 13px;
  float: right;
  margin: 3px;
  font-weight: bold;
  background: #8BBC9B;
  box-shadow: 0 2px 0 #CDCDCD;
}
.resultcount {
  font-size: 12px;
  margin-bottom: 5px;
}
.resultcount span {
  font-weight: bold;
  font-size: 18px;
  color: #FC0C48;
}
/* リスト全体のスタイル */
.main-dtl-list .head-left .category-list {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none;
    gap: 0;
	margin-top: 10px;
    justify-content: flex-start;
}
.main-dtl-list .head-left .category-list li {
    padding: 3px 5px;
    border: #38bfb9 1px solid;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-right: 5px;
	margin-bottom: 0;
}
.main-dtl-list .head-left .category-list li a {
    text-decoration: none;
    color: #38bfb9;
    font-size: 10px;
	transition: color 0.3s ease;
}
.main-dtl-list .head-left .category-list li:hover {
    background-color: #38bfb9;
	color: #EEEEEE;
}
.main-dtl-list .head-left .category-list li a:hover {
    color: white;
}

/*------------------SP--------------*/
@media screen and (max-width: 560px) {
  .main-dtl-list {
    padding: 10px;
  }
  .main-dtl-list .head-left {
    float: none;
    width: 100%;
  }
  .main-dtl-list .head-right {
    float: none;
    width: 100%;
  }
  .main-dtl-list .head-left img {
    width: 100%;
  }
.main-dtl-list .btm .link {
  width: 160px;
}
}