@charset "utf-8";
.contents_ttl {
  background: #f4f2ec;
}
.contents_ttl h2 {
  font-size: 2.8rem;
  text-align: left;
  padding: 40px 0;
}
.lead_txt {
  margin: 3% auto 5%;
  text-align: left;
}
.sec01 {
  margin: 0 auto 5%;
}
.sec02 {
  margin: 0 auto 5%;
}
ul.cat-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
ul.cat-list:last-child {
  border-bottom: none;
}
ul.cat-list li {
  width: 20%;
  border-bottom: 1px solid #848484;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
ul.cat-list li:nth-child(5n) a {
  border-right: 1px solid #b3b3b3;
}
ul.cat-list li:last-child a {
  border-right: 1px solid #b3b3b3;
}
ul.cat-list li.bdnone {
  border-bottom: none;
}
ul.cat-list li img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
ul.cat-list li span {
  margin: 10px 0 0;
  display: block;
  font-weight: bold;
  text-align:left !important;
}
ul.cat-list li a {
  padding: 0 10px;
  display: block;
  transition: 0.5s ease;
  border-left: 1px solid #b3b3b3;
}
ul.cat-list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.link-btn {
  max-width: 300px;
  margin: 0 auto 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.link-btn a {
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #900e16;
  background: #900e16;
  transition: 0.5s ease;
  color: #fff;
}
.link-btn a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  position: absolute;
  right: 15px;
}
.detail_wrap {}
.detail_ttl {
  margin: 3% 0 0;
  position: relative;
  font-size: 3rem;
  line-height: 1.2;
}
.detail_ttl::after {
  /*
  content: "";
  height: 1px;
  padding: 0 10%;
  position: absolute;
  top: 110%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  background: #ccc;
 */
}
.detail_ttl small {
  margin: 0;
  display: block;
  color: #888;
  font-size: 1.8rem;
  font-weight: 400;
}
.repeatbox {
  margin: 5% auto;
}
.repeatbox .repeat-ttl {}
.repeatbox .repeat-cont {
  text-align: left;
}
.repeatbox .repeat-cont h4 {
  margin: 0 0 2%;
  font-size: 2rem;
}
.repeatbox .repeat-cont h5 {
  margin: 0 0 1%;
  font-size: 1.8rem;
}
.repeatbox .repeat-cont h6 {
  margin: 0 0 1%;
  font-size: 1.5rem;
}
.repeatbox .repeat-cont p {
  margin: 0 0 2%;
}
.repeatbox .repeat-cont ul, .repeatbox .repeat-cont ol {
  margin: 2% auto;
  padding: 0 30px;
}
.repeatbox .repeat-cont ul li {
  list-style: disc;
}
.repeatbox .repeat-cont ol li {
  list-style: decimal;
}
.repeatbox .repeat-cont img.aligncenter, .repeatbox .repeat-cont p.aligncenter {
  margin: 0 auto 2%;
  display: table;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec01 > div {
    width: 100%;
    margin-right: 0;
  }
  .sec01 .inner > div {
    width: 70%;
    margin-right: 10px;
  }
  .detail_ttl {
    margin: 0 0 10%;
    font-size: 2rem;
  }
  .detail_ttl small {
    margin: 0;
    font-size: 1.5rem;
  }
  ul.cat-list li {
    width: 50%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  ul.cat-list li:nth-child(5n) a {
    border-right: none;
  }
  ul.cat-list li:nth-child(even) a {
    border-right: 1px solid #b3b3b3;
  }
  ul.cat-list li img {
    height: 80px;
  }
  ul.cat-list li span {
    font-size: 2.8vw;
  }
}