/*=====================================
【POST】
=====================================*/
.topicpath {
  padding: min(2.2%, 14px) 2% min(2%, 12px) !important;
  background: var(--pgry);
  border-bottom: 3px solid var(--grn);
}
.topicpath p {
  padding: 0;
  width: 100%;
  color: var(--gry);
  font-size: var(--ts);
  line-height: 1.4;
}
.topicpath p a {
  color: var(--gry);
  text-decoration: none;
  transition: 0.3s;
}
.topicpath p a:hover {
  color: var(--blu);
}
.post {
  margin: 0 auto;
  padding: 5% 0 min(10%, 80px);
  max-width: 750px;
}
.post h1 {
  padding: 1% 7% min(5%, 30px);
  border-bottom: 1px solid var(--lgry);
  font-size: var(--tl);
  font-weight: 700;
  line-height: 1.4;
}

.eyeCatch {
  display: block;
  margin: 30px auto 0;
  width: 86%;
}

.postLead {
  padding-top: min(5%, 30px);
  padding-bottom: min(5%, 30px);
}
.post img {
  width: 100%;
}
.postMV {
  aspect-ratio: 1.5984/1;
  object-fit: cover;
}
.postMenu {
  margin: 7.5% auto;
  padding: min(5%, 20px) min(5%, 30px);
  width: 90%;
  background: var(--wht);
  border-radius: clamp(8px, 2vw, 16px);
  border: 1px solid var(--lgry);
}
.postMenu h2 {
  padding-top: 1%;
  margin-bottom: 2.5%;
}
.postMenu ul li {
  position: relative;
  padding: 1% 0 1% 15px;
  line-height: 1.5;
}
.postMenu ul li::before {
  content: '\025b8';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1% 0;
  color: var(--blu);
}
.postMenu ul li ul {
  padding: 1% 0;
}
.postMenu ul li ul li::before {
  content: '\02013';
  color: #bcbcbc;
}
@media (min-width: 768px) {
  .post h1 {
    padding: 0 3% min(4%, 30px);
  }
  .post p,
  .postMenu {
    width: 94%;
  }
}
.postCont h2 {
  margin: 10% auto 4%;
  padding: 4% 0 min(4%, 30px);
  width: 86%;
  background: linear-gradient(to right, var(--grn) 0%, var(--grn) 100%);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 2px;
  font-size: clamp(19px, 4.8vw, 21px);
  font-weight: 700;
  line-height: 1.4;
}
.postCont h3,
.postCont h4 {
  position: relative;
  padding: 10px 0 10px 20px;
  margin: 0 auto;
  width: 86%;
  font-size: var(--tm);
  font-weight: 700;
  line-height: 1.4;
}
.postCont p + h3,
.postCont p + h4 {
  margin-top: 4%;
}
.postCont h3::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid var(--grn);
}
.postCont h4::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 6px;
  width: 3px;
  height: 20px;
  background-color: var(--grn);
}
.postCont img {
  display: block;
  margin: 3% auto;
  width: 86%;
}
.postCont ul {
  margin: 3% auto;
  width: 86%;
}
.postCont ul li {
  padding: 2% 0 2% 30px;
}

.postCont table {
  display: table;
  margin: 3% auto;
  width: 86%;
  border-collapse: collapse;
}
.postCont table th,
.postCont table td {
  border: solid 1px #ccc;
  border-collapse: collapse;
  display: table-cell;
}
.postCont table th {
  width: 30%;
  background: #f3f3f3;
}
.postCont table td {
  width: 70%;
}

.post-inner {
  padding: 4% 0;
}
.postCont .btnLnk + .btnLnk {
  margin-top: min(5%, 30px);
}
@media (min-width: 768px) {
  .postCont h2 {
    width: 94%;
    font-size: clamp(24px, 1.75vw, 26px);
  }
  .postCont h3,
  .postCont h4 {
    padding: 14px 0 14px 26px;
    width: 94%;
  }
  .postCont h3::before {
    top: 21px;
    width: 14px;
    border: 3px solid var(--grn);
  }
  .postCont h4::before {
    top: 18px;
    width: 5px;
    height: 26px;
  }
  .postCont ul li {
    padding: 10px 0 10px 20px;
  }
}
.bnrArea {
  margin: 0 auto;
  width: 86%;
  max-width: 750px;
}
.bnrArea a {
  display: block;
}
.bnrArea * + * {
  margin-top: 3%;
}
.bnrArea img {
  height: auto;
}
.bnrArea .sp {
  display: block;
}
.bnrArea .pc {
  display: none;
}
@media (min-width: 768px) {
  .bnrArea {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .bnrArea a {
    margin: 1%;
  }
  .bnrArea * + * {
    margin-top: 0;
  }
  .bnrArea .sp {
    display: none;
  }
  .bnrArea .pc {
    display: block;
  }
}
.postOther {
  margin: min(15%, 100px) auto;
  padding-top: min(10%, 60px);
  width: 86%;
  max-width: 750px;
  border-top: 1px solid var(--lgry);
}
.postOther h1 {
  margin-bottom: min(5%, 30px);
  font-size: var(--nm);
  font-weight: 700;
  line-height: 1.4;
}
.postOther ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.postOther ul li {
  padding: 4% 0;
  width: 48%;
}
.postOther ul li img {
  display: block;
  margin-bottom: 3%;
  width: 100%;
  aspect-ratio: 1.5984/1;
  object-fit: cover;
  opacity: 1;
  transition: 0.3s;
}
.postOther ul li a {
  color: var(--blk);
  font-size: clamp(14px, 3.58vw, 16px);
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: none;
  transition: 0.3s;
}
.postOther ul li a:hover {
  color: var(--blu);
}
.postOther ul li a:hover img {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .postOther ul li:nth-of-type(even) {
    margin-left: 4%;
  }
}
@media (min-width: 768px) {
  .postOther ul li {
    width: 30%;
  }
  .postOther ul li {
    margin-left: 5%;
  }
  .postOther ul li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
.frame {
  margin: 7.5% auto;
  padding: min(5%, 20px) min(5%, 30px);
  width: 90%;
  border-radius: clamp(8px, 2vw, 16px);
}
.frame {
  margin: 7.5% auto;
  padding: min(5%, 20px) min(5%, 30px);
  width: 90%;
  border-radius: clamp(8px, 2vw, 16px);
}
.icBox {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 0;
  width: 86%;
  font-size: var(--nm);
  line-height: 1.6;
}
.frame .icBox {
  width: 100%;
}
.post img.ic-l {
  flex-shrink: 0;
  width: min(21%, 100px);
}
.post img.ic-l ~ p {
  padding-left: 3%;
}
@media (max-width: 767px) {
  .post .frame img.ic-l ~ p {
    padding-top: 0;
  }
}

.fs14 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .icBox {
    padding: 12px 0;
  }
  .frame {
    width: 94%;
  }
  .frame .icBox {
    padding: 10px 0;
  }
  .post img.ic-l {
    margin: 1% auto;
  }
}
.mgt00 {
  margin-top: 0 !important;
}

.postCont .noteList,
.postCont .noteBox,
.postLead .noteBox {
  margin: 0 auto;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  width: 86%;
}
.postCont .noteList + h3,
.postCont .noteBox + h3,
.postLead .noteBox + h3 {
  margin-top: 4%;
}
.postCont .note,
.postLead .note {
  display: flex;
  width: 100%;
  margin-top: 4px;
  padding: 0;
  color: var(--gry);
  font-size: var(--ts);
  line-height: 1.4;
  text-align: left;
  background-image: none;
}
.postCont .note.important {
  color: #da462e;
}
.postCont .note .nowrap {
  white-space: nowrap;
}
.postCont .note p,
.postLead .note p {
  margin: 4px 0 0;
  padding: 0;
  font-size: var(--ts);
  line-height: 1.4;
}
@media (min-width: 768px) {
  .postCont .noteList,
  .postCont .noteBox,
  .postLead .noteBox {
    width: 94%;
  }
  .postCont .note,
  .postLead .note {
    margin-top: 8px;
  }
}

.postOther .postOtherList {
  display: block;
}

.postOther .postOtherList .postOtherItem {
  width: 100%;
  margin-top: 16px;
  margin-left: 0;
  padding: 0;
}

.postOther .postOtherLink {
  display: flex;
  width: 100%;
}

.postOther .postOtherLink .thumb {
  width: 125px;
  height: 75px;
  margin-right: 16px;
  margin-bottom: 0;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .postOther .postOtherList {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .postOther .postOtherList .postOtherItem {
    width: calc(50% - 8px);
    margin-top: 0;
  }
}

.postCont ul li.column-list-item {
  position: relative;
  vertical-align: middle;
}

.postCont ul li.column-list-item::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 0.8em;
  height: 0.8em;
  background: var(--grn);
  border-radius: 50%;
  margin-right: 8px;
}
