/*トップページ原稿一覧*/
.main-dtl-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-right: 20px;
	margin-bottom: 30px;
}
.main-dtl-list-top {
  background: #FFFFFF;
  border-radius: 10px;
  flex: 1 1 calc(50% - 10px); /* 2カラム */
  margin: 5px 0;
  min-height: 540px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main-dtl-list-top:hover {
  box-shadow: 0 0 8px #CFCFCF;
  transform: scale(1.04);
}
.main-dtl-list-top .koyo {
  background: #64BFC0 !important;
  border-radius: 5px !important;
  font-size: 10px !important;
  float: right !important;
  color: #FFFFFF;
  padding: 0 3px 0 3px !important;
}
.main-dtl-list-top .head {
  width: 100%;
}
.main-dtl-list-top .head img {
  margin-right: 10px;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.main-dtl-list-top h3 {
  color: #2BAFA9;
  display: block;
  font-size: 18px !important;
  border-bottom: none;
  margin: 0 10px;
}
.main-dtl-list-top h3 a {
  color: #2BAFA9;
}
.main-dtl-list-top .head h3:after, .main-dtl-list-top .head h3:before {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.main-dtl-list-top .shousai-top {
  margin: 0 10px;
  justify-content: center;
  align-items: center;
}
.main-dtl-list-top .shousai-top p {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 0 0 5px 0;
  line-height: 1.2em;
}
.ichiran-ttle25 {
  display: inline-block;
  border-radius: 50%;
  padding: 3px;
  width: 40px;
  height: 40px;
  line-height: normal;
  background: #f7f6f2;
  font-size: 10px;
  text-align: center;
  margin-right: 5px;
}
.ichiran-ttle25 i {
  color: #39bfba;
  display: block;
  margin-bottom: 0;
  text-align: center !important;
  font-size: 14px;
  padding-left: 5px;
  padding-top: 5px;
}
.ichiran-txt25 {
  display: inline-block;
  max-width: 87%;
	color: #979797;
}
.main-dtl-list-top .btm {
  clear: both;
  display: block;
  margin-top: 10px;
}
.main-dtl-list-top .link {
  background: #2BAFA9;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  display: block;
  margin: 10px auto;
  width: 50%;
  text-align: center;
}
.main-dtl-list-top .link a {
  color: #FFFFFF;
}
.main-dtl-list-top .link:hover {
  background: #71ADA7;
}
.main-dtl-list-top {
  position: relative;
  overflow: visible;
}
/*oiwai*/
.main-dtl-list-top .triangle, .main-dtl-list-top .triangle2 {
  font-size: 12px;
}
.main-dtl-list-top .triangle::before {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 4em solid transparent;
  border-right: 4em solid #c12748;
  position: absolute;
  z-index: 100;
}
.main-dtl-list-top .triangle::after {
  content: "祝い金";
  font-size: 12px;
  display: block;
  top: 7px;
  transform: rotate(45deg);
  color: #fff;
  right: 0;
  position: absolute;
  z-index: 101;
}
.main-dtl-list-top .triangle2::before {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 4em solid transparent;
  border-right: 4em solid #FFA600;
  position: absolute;
  z-index: 100;
}
.main-dtl-list-top .triangle2::after {
  content: "注目";
  font-size: 12px;
  display: block;
  top: 6px;
  transform: rotate(45deg);
  color: #fff;
  right: 0;
  position: absolute;
  z-index: 101;
}
/*------------------SP--------------*/
@media screen and (max-width: 560px) {
  .main-dtl-container {
    display: block;
    gap: 0;
    margin-right: 0;
  }
  .main-dtl-list-top {
    flex: 1 1 100%; /* 1カラムに変更 */
    min-height: 540px;
    margin-bottom: 20px;
  }
  .main-dtl-list-top .head {
    display: block;
  }
  .main-dtl-list-top h3 {
    font-size: 16px !important;
  }
  .btn-square {
    width: 100%;
  }
}