/*header
-----------------------------------------------------------*/

#mm-innerHeader {
  width: 100%;
  padding: 32px 0 80px;
}

#mm-innerHeader h1 {
  width: 320px;
  margin: 0 auto;
}

#mm-innerHeader h1 a,
#mm-innerHeader h1 a img {
  display: block;
  width: 100%;
}

#mm-innerHeader .contentName {
  width: 100%;
  margin-top: 32px;
  padding: 36px 0;
  background-color: #f0eded;
}

#mm-innerHeader .contentName h2 {
  text-align: center;
  font-size: 20px;
  line-height: calc(32 / 20 * 100%);
  font-weight: 500;
}

@media screen and (max-width: 1079px) {

  #mm-innerHeader h1 {
    width: 280px;
  }

}

@media screen and (max-width: 800px) {

  #mm-innerHeader {
    padding: 20px 0 48px;
  }

  #mm-innerHeader h1 {
    width: clamp(160px, 40vw, 240px);
    margin: 0 0 0 5vw;
  }

  #mm-innerHeader .contentName {
    width: 100%;
    margin-top: 16px;
    padding: 16px 0;
  }

  #mm-innerHeader .contentName h2 {
    font-size: 16px;
    line-height: calc(28 / 16 * 100%);
  }

}

/*search col
-----------------------------------------------------------*/

.searchCol {
  padding-bottom: 48px;
}

.searchCol .tagBox {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  margin-bottom: 24px;
}

.searchCol .tagBox .tagHeading {
  flex: 0 0 64px;
  font-size: 14px;
  line-height: calc(20 / 14 * 100%);
  font-weight: 500;
}

.searchCol .tagBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.searchCol .tagBox ul li {
  margin: 0;
}

.searchCol .tagBox ul li input[type="checkbox"] {
  display: none;
}

.searchCol .tagBox ul li input[type="checkbox"]+label {
  display: block;
  font-size: 14px;
  line-height: calc(20 / 14 * 100%);
  font-weight: 500;
  padding: 1px 4px 0;
  background-color: rgba(155, 148, 147, 0);
  color: #666;
  height: 23px;
  border-radius: 4px;
  cursor: pointer;
}

.searchCol .tagBox ul li input[type="checkbox"]:checked+label {
  background-color: rgba(155, 148, 147, 1);
  color: #fff;
}

.searchCol .hashtag ul li label::before {
  content: '#';
  margin-right: 1px;
}

.searchCol .calendar {
  padding-left: 80px;
  font-size: 14px;
  line-height: calc(20 / 14 * 100%);
  font-weight: 400;
  color: #666;
  margin: -6px 0 28px;
  position: relative;
  overflow: visible;
  z-index: 500;
}

.searchCol .calendar .calDateBox {
  width: 180px;
  height: 40px;
  padding: 8px 36px 0 16px;
  border: solid 1px #aaa;
  border-radius: 8px;
  cursor: pointer;
  background-image: url("../img/calendar.svg");
  background-position: center right 14px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
}

.flatpickr-calendar {
  position: absolute !important;
  z-index: 200;
}

#calendarInput,
.flatpickr-input-hidden {
  display: none !important;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month,
.flatpickr-calendar .flatpickr-months,
.flatpickr-calendar .flatpickr-weekdays,
.flatpickr-calendar .flatpickr-current-month select,
.flatpickr-calendar .flatpickr-weekday {
  background-color: #f0eded !important;
}

.flatpickr-calendar .flatpickr-months,
.flatpickr-calendar .flatpickr-weekdays,
.flatpickr-calendar .flatpickr-weekday {
  color: #222 !important;
}

.flatpickr-calendar .flatpickr-weekdays {
  border-top: none !important;
}

.flatpickr-day {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  line-height: normal;
  padding: 0;
  border-radius: 20%;
  box-sizing: border-box;
}

.flatpickr-clear {
  margin-top: 4px;
  border: solid 1px #f0eded;
  background-color: #9b9493;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 6px;
  font-size: 13px;
  display: none;
  border-radius: 8px;
  font-weight: 600;
}

.flatpickr-day.selected {
  background-color: #fc9147 !important;
  color: #fff !important;
  border: none;
}

.flatpickr-day.today {
  background-color: #ddd !important;
  border: none;
}

.flatpickr-day.today.selected {
  background-color: #fc9147 !important;
  color: #fff !important;
}

.flatpickr-calendar::before,
.flatpickr-calendar::after {
  display: none !important;
}

.flatpickr-day.flatpickr-saturday {
  color: #336699 !important;
}

.flatpickr-day.flatpickr-sunday,
.flatpickr-day.flatpickr-holiday {
  color: #d6402d !important;
}

.flatpickr-day.flatpickr-saturday.prevMonthDay,
.flatpickr-day.flatpickr-saturday.nextMonthDay {
  color: rgba(51, 102, 163, 0.4) !important;
}

.flatpickr-day.flatpickr-sunday.prevMonthDay,
.flatpickr-day.flatpickr-holiday.prevMonthDay,
.flatpickr-day.flatpickr-sunday.nextMonthDay,
.flatpickr-day.flatpickr-holiday.nextMonthDay {
  color: rgba(214, 64, 45, 0.4) !important;
}

.flatpickr-day.selected,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover {
  color: #fff !important;
}


.afterCal {
  margin-top: -52px;
}

.searchCol .searchBox {
  margin-top: 8px;
}

.searchCol .searchBox fieldset {
  width: 320px;
  height: 56px;
  border: solid 1px #666;
  border-radius: 28px;
  background-color: #fff;
  background-image: url("../img/loupe.svg");
  background-position: top 12px left 16px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding: 10px 0 0 52px;
}

.searchCol .searchBox fieldset input[type="text"] {
  width: calc(100% - 24px);
  padding: 4px 0;
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "メイリオ", "Meiryo", "平成角ゴシック", "ＭＳ Ｐゴシック", "Osaka", sans-serif !important;
  font-size: 16px;
  line-height: calc(24 / 16 * 100%);
}

.searchCol input[type="submit"] {
  width: 108px;
  height: 56px;
  border-radius: 28px;
  background-color: #5d5655;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: calc(24 / 16 * 100%);
  font-weight: 500;
  letter-spacing: 2px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  cursor: pointer;
}

.searchCol input[type="submit"] {
  width: 96px;
  height: 48px;
  border-radius: 24px;
  font-size: 14px;
  line-height: calc(20 / 14 * 100%);
  margin-top: 16px;
}

.searchCol input[type="submit"]::-webkit-search-decoration {
  display: none;
}

.searchCol input[type="submit"]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 800px) {

  .searchCol {
    padding-bottom: 32px;
  }

  .searchCol .tagBox {
    margin-bottom: 20px;
  }

  .searchCol .tagBox .tagHeading {
    flex: 0 0 60px;
    font-size: 13px;
    line-height: calc(20 / 13 * 100%);
  }

  .searchCol .tagBox ul {
    gap: 4px 5px;
  }

  .searchCol .tagBox ul li input[type="checkbox"]+label {
    font-size: 13px;
    line-height: calc(20 / 13 * 100%);
    padding: 0 6px 0;
    height: 21px;
  }

  .afterCal {
    margin-top: -40px;
  }

  .searchCol .searchBox {
    margin-top: 6px;
  }

  .searchCol .searchBox fieldset {
    width: min(100%, 320px);
    height: 48px;
    border-radius: 24px;
    background-position: top 9px left 14px;
    background-size: 28px 28px;
    padding: 5px 0 0 48px;
  }

  .searchCol .searchBox fieldset input[type="text"] {
    width: calc(100% - 24px);
    padding: 2px 0;
    font-size: 14px;
    line-height: calc(22 / 14 * 100%);
  }

  .searchCol input[type="submit"] {
    width: 80px;
    height: 44px;
    border-radius: 22px;
    font-size: 13px;
    line-height: calc(20 / 13 * 100%);
    margin-top: 10px;
  }

}

/*result col
-----------------------------------------------------------*/

.resultCol {
  padding-bottom: 48px;
  display: flex;
  justify-content: center;
  gap: 8px 20px;
  flex-wrap: wrap;
  max-width: 100%;
}

.resultCol .searchWord {
  font-size: 16px;
  line-height: calc(28 / 16 * 100%);
  font-weight: 600;
  max-width: 100%;
  white-space: normal;
}


.resultCol .searchWord::before {
  content: '“';
  margin-right: 2px;
  color: #666;
}

.resultCol .searchWord::after {
  content: '”';
  margin-left: 2px;
  color: #666;
}

.noResult {
  font-size: 16px;
  line-height: calc(28 / 16 * 100%);
  font-weight: 400;
  padding: 20px 0 96px;
  text-align: center;
}

@media screen and (max-width: 800px) {

  .resultCol {
    padding-bottom: 32px;
    gap: 7px 16px;
  }

  .resultCol .searchWord {
    font-size: 14px;
    line-height: calc(26 / 14 * 100%);
    font-weight: 600;
  }

  .noResult {
    font-size: 14px;
    line-height: calc(26 / 14 * 100%);
    padding: 8px 0 48px;
  }

}


/*title area
-----------------------------------------------------------*/

.mm-titleEvent {
  width: min(90%, 1080px);
  display: flex;
  align-items: stretch;
  position: relative;
  margin: 16px auto 96px;
}

.mm-titleEvent .titleBox {
  order: 2;
  width: 60%;
  padding: 24px 0 28px;
  box-sizing: border-box;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.mm-titleEvent .dateBox {
  order: 1;
  width: 30%;
  padding: 24px 0 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mm-titleEvent::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32.5%;
  width: 1px;
  background-color: #666;
}

.mm-titleEvent .dateBox .eventDate {
  padding-top: 30px;
  font-size: 16px;
  line-height: calc(28 / 16 * 100%);
  font-weight: 500;
  position: relative;
}

.mm-titleEvent .dateBox .eventDate span {
  display: inline-block;
}

.mm-titleEvent .dateBox .eventDate::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '開催日';
  font-size: 12px;
  line-height: calc(20 / 12 * 100%);
  font-weight: 400;
}

.mm-titleEvent .dateBox .eventPlace {
  margin-top: 30px;
  padding-top: 30px;
  font-size: 16px;
  line-height: calc(28 / 16 * 100%);
  font-weight: 500;
  position: relative;
}

.mm-titleEvent .dateBox .eventPlace::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '開催場所';
  font-size: 12px;
  line-height: calc(20 / 12 * 100%);
  font-weight: 400;
}

.mm-titleArea h2 {
  font-size: 24px;
  line-height: calc(40 / 24 * 100%);
  font-weight: 500;
  margin: 0;
}

.mm-titleArea .tsBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  width: 100%;
  box-sizing: border-box;
}

.mm-titleArea .tsBox .tagBox {
  width: calc(100% - 280px);
  box-sizing: border-box;
  flex-shrink: 0;
}

.mm-titleArea .tsBox .tagBox .releaseDate {
  margin-top: 16px;
  font-size: 12px;
  line-height: calc(20 / 12 * 100%);
  font-weight: 400;
}

.mm-titleArea .tsBox .tagBox .releaseDate::before {
  content: '記事公開日:';
  margin-right: 3px;
}

.mm-titleArea .snsBox {
  width: 240px;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  box-sizing: border-box;
}

.mm-titleArea .snsBox .shareTxt {
  width: 64px;
  font-size: 16px;
  line-height: calc(28 / 16 * 100%);
  font-weight: 600;
  color: #444;
  padding-top: 6px;
}

.mm-titleArea .snsBox .shareBtns {
  width: 172px;
  display: flex;
  justify-content: space-between;
}

.mm-titleArea .snsBox .shareBtns a {
  display: block;
  width: 40px;
  background-color: #444;
}

@media screen and (max-width: 1079px) {

  .mm-titleEvent {
    display: block;
    margin: 0 auto 24px;
  }

  .mm-titleEvent .titleBox {
    width: 100%;
    padding: 0;
  }

  .mm-titleEvent .dateBox {
    width: 100%;
    padding: 16px 0 8px;
  }

  .mm-titleEvent::after {
    content: "";
    display: none;
  }

  .mm-titleEvent .dateBox .eventDate {
    padding-top: 28px;
    font-size: 14px;
    line-height: calc(26 / 14 * 100%);
  }

  .mm-titleEvent .dateBox .eventPlace {
    margin-top: 16px;
    padding-top: 24px;
    font-size: 14px;
    line-height: calc(26 / 14 * 100%);
  }

  .mm-titleArea h2 {
    font-size: 20px;
    line-height: calc(36 / 20 * 100%);
  }

  .mm-titleArea .tsBox {
    display: block;
    margin-top: 24px;
  }

  .mm-titleArea .tsBox .tagBox {
    width: 100%;
  }

  .mm-titleArea .tsBox .tagBox .releaseDate {
    margin-top: 8px;
  }

  .mm-titleArea .snsBox {
    margin-top: 12px;
    width: 208px;
    display: flex;
    justify-content: space-between;
  }

  .mm-titleArea .snsBox .shareTxt {
    width: 60px;
    font-size: 15px;
    line-height: calc(26 / 15 * 100%);
    padding-top: 6px;
  }

  .mm-titleArea .snsBox .shareBtns {
    width: 156px;
  }

  .mm-titleArea .snsBox .shareBtns a {
    width: 36px;
  }

}


@media screen and (max-width: 800px) {

  .mm-titleEvent {
    margin: 0 auto 16px;
  }

  .mm-titleEvent .dateBox {
    padding: 14px 0 6px;
  }

  .mm-titleEvent .dateBox .eventDate {
    padding-top: 24px;
    font-size: 13px;
    line-height: calc(24 / 13 * 100%);
  }

  .mm-titleEvent .dateBox .eventPlace {
    margin-top: 14px;
    padding-top: 22px;
    font-size: 13px;
    line-height: calc(24 / 13 * 100%);
  }

  .mm-titleArea h2 {
    font-size: 18px;
    line-height: calc(32 / 18 * 100%);
  }

  .snsBox .shareBtns a {
    width: 32px;
  }

  .mm-titleArea .tsBox {
    margin-top: 20px;
  }

  .mm-titleArea .tsBox .tagBox .releaseDate {
    margin-top: 6px;
    font-size: 11px;
    line-height: calc(18 / 11 * 100%);
  }

  .mm-titleArea .snsBox {
    margin-top: 10px;
    width: 188px;
  }

  .mm-titleArea .snsBox .shareTxt {
    width: 60px;
    font-size: 14px;
    line-height: calc(26 / 14 * 100%);
    padding-top: 4px;
  }

  .mm-titleArea .snsBox .shareBtns {
    width: 140px;
  }

}



/*article col 
-----------------------------------------------------------*/

.mm-articleCol {
  width: clamp(800px, 50%, 1000px);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 888px) {

  .mm-articleCol {
    width: 90%;
  }

}

/*article box 
-----------------------------------------------------------*/

#mm-articleBox {
  margin-top: 64px;
  padding-bottom: 24px;
}

#mm-articleBox img {
  display: block;
  width: 100%;
  height: auto;
}

#mm-articleBox .mainImg {
  width: 100%;
}

#mm-articleBox .indexBox {
  margin: 60px auto 64px;
  width: 80%;
  padding: 40px 5% 28px 20%;
  background-color: #f0eded;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  position: relative;
}

#mm-articleBox .indexBox::before {
  content: 'INDEX';
  position: absolute;
  top: 0;
  left: 2%;
  width: 18%;
  text-align: center;
  padding-top: 40px;
  font-size: 14px;
  line-height: calc(26 / 14 * 100%);
  font-weight: 400;
  letter-spacing: 1px;
}

#mm-articleBox .indexBox li {
  margin-bottom: 12px;
  line-height: 0;
}

#mm-articleBox .indexBox li a {
  display: inline-block;
  font-size: 14px;
  line-height: calc(26 / 14 * 100%);
  font-weight: 400;
  padding-left: 13px;
  position: relative;
  color: #222;
}

#mm-articleBox .indexBox li a::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bcb4a5;
}

#mm-articleBox .cont_com {
  margin: 0 auto 32px;
  width: 80%;
}

#mm-articleBox .cont_com:nth-child(n+2) {
  padding-top: 40px;
}

#mm-articleBox .cont_com h2 {
  font-size: 24px;
  line-height: calc(40 / 24 * 100%);
  font-weight: 400;
  padding-bottom: 20px;
  position: relative;
}

#mm-articleBox .cont_com h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 1px;
  background-color: #666;
}

#mm-articleBox p {
  font-size: 16px;
  line-height: calc(36 / 16 * 100%);
  font-weight: 400;
  margin: 32px auto;
  /* width: 80%; */
}

#mm-articleBox .imgBox {
  /* width: 90%; */
  /* margin: 56px auto; */
  margin: 56px -6.25%;
}

#mm-articleBox .imgVertical {
  width: 62.5%;
  margin-inline: auto;
}

#mm-articleBox .imgBox figcaption {
  font-size: 13px;
  line-height: calc(20 / 13 * 100%);
  font-weight: 400;
  margin-top: 10px;
}

#mm-articleBox .articleBtn {
  margin: 56px auto;
  width: 80%;
}

#mm-articleBox .articleBtn a {
  display: block;
  width: 100%;
  padding: 16px 5%;
  color: #fff;
  background-color: #696969;
  font-size: 16px;
  line-height: calc(26 / 16 * 100%);
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
}

#mm-articleBox .articleBtn a[target="_blank"] {
  background-image: url("../img/blank_s_w.svg");
  background-position: center right 3.5%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding: 16px 10% 16px 5%;
}

#mm-articleBox .articleBtn .btnCaption {
  font-size: 13px;
  line-height: calc(22 / 13 * 100%);
  font-weight: 400;
  text-align: center;
  margin-top: 12px;
}

#mm-articleBox .informationBox {
  margin: 72px auto;
  width: 80%;
  padding: 48px 8% 28px;
  background-color: #f0eded;
}

#mm-articleBox .informationBox .infoHeading {
  font-size: 16px;
  line-height: calc(28 / 16 * 100%);
  font-weight: 400;
  margin-bottom: 20px;
}

#mm-articleBox .informationBox p {
  width: 100%;
  font-size: 14px;
  line-height: calc(26 / 14 * 100%);
  font-weight: 400;
  margin: 0 0 20px 0;
}

#mm-articleBox .informationBox dl {
  display: grid;
  grid-template-columns: 108px 1fr;
  row-gap: 16px;
  align-items: start;
  font-size: 14px;
  line-height: calc(26 / 14 * 100%);
  font-weight: 400;
  margin-bottom: 32px;
}

#mm-articleBox .informationBox dl dt {
  width: 108px;
  margin: 0;
  flex-shrink: 0;
}

#mm-articleBox .informationBox dl dd {
  flex: 1;
  margin: 0;
  padding-left: 16px;
}

#mm-articleBox .informationBox dl+dl {
  margin-top: 12px;
}

#mm-articleBox .informationBox .infoBanner {
  width: 100%;
  margin-bottom: 20px;
}

#mm-articleBox .informationBox .infoBanner a {
  display: block;
  width: 100%;
}

#mm-articleBox .informationBox .infoBanner .ibCaption {
  font-size: 12px;
  line-height: calc(20 / 12 * 100%);
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
}

#mm-articleBox .writerBox {
  margin: 56px auto;
  width: 80%;
}

#mm-articleBox .writerBox .nameBox {
  width: 100%;
  height: 144px;
  padding: 28px 0 0 176px;
  position: relative;
}

#mm-articleBox .writerBox .nameBox .profImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  overflow: hidden;
}

#mm-articleBox .writerBox .nameBox .nameBoxWriter {
  font-size: 14px;
  line-height: calc(24 / 14 * 100%);
  font-weight: 400;
}

#mm-articleBox .writerBox .nameBox .nameBoxTitle {
  font-size: 13px;
  line-height: calc(22 / 13 * 100%);
  font-weight: 400;
  margin-top: 10px;
}

#mm-articleBox .writerBox .nameBox .nameBoxName {
  font-size: 18px;
  line-height: calc(30 / 18 * 100%);
  font-weight: 400;
  margin-top: 2px;
}

#mm-articleBox .writerBox .wbProfile {
  margin-top: 24px;
  font-size: 14px;
  line-height: calc(28 / 14 * 100%);
  font-weight: 400;
}

#mm-articleBox p a,
#mm-articleBox dl a {
  color: #789;
  font-weight: 500;
  text-decoration: underline;
}

#mm-articleBox p a:hover,
#mm-articleBox dl a:hover {
  color: #357;
  text-decoration: none;
}

#mm-articleBox .mokuji p {
  display: none;
}

#mm-articleBox .news_ct_wrap {
  display: none;
}

#mm-articleBox .cont_com .wp-block-image {
  margin: 56px auto;
}

#mm-articleBox .wp-block-image img {
  max-width: 100%;
}

#mm-articleBox iframe {
  width: 100%;
}

@media screen and (min-width: 801px) {
  #mm-articleBox .mokuji { width: 80%; margin: 0 auto 80px; display: block; }
  #mm-articleBox .mokuji.spBr { display: none; }
  #mm-articleBox .mokuji h3 { display: none; font-size: 2.0rem; font-weight: 600; letter-spacing: 0.2rem; color: #000; margin: 0 0 25px; padding: 5px 10px; border-top: 2px solid #000;}
  #mm-articleBox .mokuji p { display: none; }

  #mm-articleBox .mokuji .box { padding: 50px 60px; box-sizing: border-box; background: rgba(0,0,0,.03); border-radius: 20px; }
  #mm-articleBox .mokuji .box ul.list01 { list-style: none; margin: 0 0 0 5px; }
  #mm-articleBox .mokuji .box ul.list01 li { padding: 0 0 5px 25px; position: relative; margin: 0 0 20px; border-bottom: 1px solid #000; }
  #mm-articleBox .mokuji .box ul.list01 li:last-child { margin-bottom: 0; }
  #mm-articleBox .mokuji .box ul.list01 li::before { content: "\f0da"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; top: 1px; left: 10px; color: #e56b00; }
  #mm-articleBox .mokuji .box ul.list01 li a { font-size: 0.9em; font-weight: 500; color: #333; display: block; }
  #mm-articleBox .mokuji .box ul.list01 li a:hover { color: #999; }

  #mm-articleBox .mokuji .box ul.list02 { list-style: none; margin: 0 0 30px 10px; }
  #mm-articleBox .mokuji .box ul.list02 li { padding-left: 20px; position: relative; margin: 0 0 10px; display: flex; justify-content: space-between;}
  #mm-articleBox .mokuji .box ul.list02 li span { display: inline-block; margin-right: 20px;}
  #mm-articleBox .mokuji .box ul.list02 li a { display: inline-block; padding: 0px 20px; background: #e56b00; color: #FFF; font-size: 1.2rem; font-weight: 500; border-radius: 3px;}

  #mm-articleBox .massage { padding: 30px; position: relative; line-height: 1.53333;}
  #mm-articleBox .massage h3 { font-size: 24px; font-weight: 600; margin-bottom: 20px;}
  #mm-articleBox .massage .txt { margin-bottom: 30px;}
  #mm-articleBox .massage .txt p { font-size: 18px; font-weight: 400; margin-bottom: 10px;}
  #mm-articleBox .massage .member > * { display: flex; margin: 0 0 20px;}
  #mm-articleBox .massage .member:nth-last-of-type(1) { margin-bottom: 0;}
  #mm-articleBox .massage .member .pict { width: 150px; padding: 20px 0;}
  #mm-articleBox .massage .member .buyerimg { padding: 20px 0 20px 20px;}
  #mm-articleBox .massage .member .introduction { flex:1; padding: 20px; width: 510px; box-sizing: border-box; flex-basis: 510px;}
  #mm-articleBox .massage .member .introduction h4 { margin: 0 0 10px; font-size: 18px;}
  #mm-articleBox .massage .member .introduction p { font-size: 16px; line-height: 1.53333; margin: 0;}

  #mm-articleBox .cont_com .wp-block-image {
    margin-inline: -6.25%;
  }
}
@media screen and (max-width: 800px) {
  #mm-articleBox .mokuji { width: 90%; margin: 0 auto 50px; display: block; }
  #mm-articleBox .mokuji.pcBr { display: none; }
  #mm-articleBox .mokuji h3 { display: none; font-size: 2.0rem; font-weight: 600; letter-spacing: 0.2rem; color: #000; margin: 0 0 25px; padding: 5px 10px; border-top: 2px solid #000;}
  #mm-articleBox .mokuji p { display: none; }
  #mm-articleBox .mokuji li { font-size: 14px; line-height: 1.5333; }

  #mm-articleBox .mokuji .box { padding: 30px; box-sizing: border-box; background: rgba(0,0,0,.03); border-radius: 20px; }
  #mm-articleBox .mokuji .box ul.list01 { list-style: none; margin: 0 0 0 5px; }
  #mm-articleBox .mokuji .box ul.list01 li { padding: 0 0 5px 25px; position: relative; margin: 0 0 20px; border-bottom: 1px solid #000; }
  #mm-articleBox .mokuji .box ul.list01 li:last-child { margin-bottom: 0; }
  #mm-articleBox .mokuji .box ul.list01 li::before { content: "\f0da"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; top: 1px; left: 10px; color: #e56b00; }
  #mm-articleBox .mokuji .box ul.list01 li a { font-size: 0.9em; font-weight: 500; color: #333; display: block; }
  #mm-articleBox .mokuji .box ul.list01 li a:hover { color: #999; }

  #mm-articleBox .mokuji .box ul.list02 { list-style: none; margin: 0 0 30px 10px; }
  #mm-articleBox .mokuji .box ul.list02 li { padding-left: 20px; position: relative; margin: 0 0 10px; display: flex; justify-content: space-between;}
  #mm-articleBox .mokuji .box ul.list02 li span { display: inline-block; margin-right: 20px;}
  #mm-articleBox .mokuji .box ul.list02 li a { display: inline-block; padding: 0px 20px; background: #e56b00; color: #FFF; font-size: 1.2rem; font-weight: 500; border-radius: 3px;}

  #mm-articleBox .massage { padding: 15px; position: relative; line-height: 1.53333;}
  #mm-articleBox .massage h3 { font-size: 18px; font-weight: 600; margin-bottom: 20px;}
  #mm-articleBox .massage .txt { margin-bottom: 30px;}
  #mm-articleBox .massage .txt p { font-size: 14px; font-weight: 400; margin-bottom: 10px;}
  #mm-articleBox .massage .member { display: inherit; margin: 0 0 20px;}
  #mm-articleBox .massage .member:nth-last-of-type(1) { margin-bottom: 0;}
  #mm-articleBox .massage .member .pict { width: 150px; padding: 20px 0; margin: auto;}
  #mm-articleBox .massage .member .introduction { flex:1; padding: 0 20px 20px;}
  #mm-articleBox .massage .member .introduction h4 { margin: 0 0 10px; font-size: 16px;}
  #mm-articleBox .massage .member .introduction p { font-size: 14px; line-height: 1.53333; margin: 0;}

  #mm-articleBox .wp-block-table {
    line-height: 1.5333;
    font-size: 14px;
  }
}

@media screen and (max-width: 888px) {

  #mm-articleBox {
    margin-top: 32px;
    padding-bottom: 8px;
  }

  #mm-articleBox .indexBox {
    margin: 40px auto 32px;
    width: 100%;
    padding: 24px 12px 16px 80px;
  }

  #mm-articleBox .indexBox::before {
    left: 4px;
    width: 76px;
    padding-top: 24px;
    font-size: 13px;
    line-height: calc(24 / 13 * 100%);
    letter-spacing: 0;
  }

  #mm-articleBox .indexBox li {
    margin-bottom: 6px;
    line-height: 0;
  }

  #mm-articleBox .indexBox li a {
    font-size: 13px;
    line-height: calc(24 / 13 * 100%);
    padding-left: 10px;
  }

  #mm-articleBox .indexBox li a::before {
    top: 11x;
    width: 4px;
    height: 4px;
  }

  #mm-articleBox .cont_com {
    padding-top: 24px;
    margin: 0 auto 24px;
    width: 100%;
  }

  #mm-articleBox .cont_com h2 {
    font-size: 20px;
    line-height: calc(32 / 20 * 100%);
    padding-bottom: 16px;
  }

  #mm-articleBox .cont_com h2::after {
    width: 80px;
  }

  #mm-articleBox p {
    font-size: 14px;
    line-height: calc(26 / 14 * 100%);
    margin: 24px auto;
    width: 100%;
  }

  #mm-articleBox .imgBox,
  #mm-articleBox .imgVertical {
    width: 100%;
    margin: 32px auto;
  }

  #mm-articleBox .imgBox figcaption {
    font-size: 12px;
    line-height: calc(20 / 12 * 100%);
    margin-top: 8px;
  }

  #mm-articleBox .articleBtn {
    margin: 32px auto;
    width: 100%;
  }

  #mm-articleBox .articleBtn a {
    padding: 14px 5%;
    font-size: 14px;
    line-height: calc(24 / 14 * 100%);
  }

  #mm-articleBox .articleBtn a[target="_blank"] {
    background-size: 14px 14px;
    background-position: center right 4%;
    padding: 14px 12% 14px 5%;
  }

  #mm-articleBox .articleBtn .btnCaption {
    font-size: 12px;
    line-height: calc(22 / 12 * 100%);
    margin-top: 10px;
  }

  #mm-articleBox .informationBox {
    margin: 40px auto;
    padding: 32px 7.5% 24px;
    width: 100%;
  }

  #mm-articleBox .informationBox .infoHeading {
    font-size: 15px;
    line-height: calc(26 / 15 * 100%);
    margin-bottom: 16px;
  }

  #mm-articleBox .informationBox p {
    font-size: 13px;
    line-height: calc(24 / 13 * 100%);
    margin: 0 0 12px 0;
  }

  #mm-articleBox .informationBox dl {
    display: block;
    font-size: 13px;
    line-height: calc(24 / 13 * 100%);
    margin-bottom: 24px;
  }

  #mm-articleBox .informationBox dl dt {
    width: 100%;
    margin-bottom: 4px;
    color: #444;
  }

  #mm-articleBox .informationBox dl dt::before {
    content: '【';
  }

  #mm-articleBox .informationBox dl dt::after {
    content: '】';
  }

  #mm-articleBox .informationBox dl dd {
    width: 100%;
    margin-bottom: 12px;
    padding: 0;
  }

  #mm-articleBox .informationBox .infoBanner {
    margin-bottom: 16px;
  }

  #mm-articleBox .informationBox .infoBanner .ibCaption {
    font-size: 11px;
    line-height: calc(20 / 11 * 100%);
    margin-top: 8px;
  }

  #mm-articleBox .writerBox {
    margin: 32px auto;
    width: 100%;
  }

  #mm-articleBox .writerBox .nameBox {
    height: 96px;
    padding: 12px 0 0 120px;
  }

  #mm-articleBox .writerBox .nameBox .profImg {
    width: 96px;
    height: 96px;
  }

  #mm-articleBox .writerBox .nameBox .nameBoxWriter {
    font-size: 13px;
    line-height: calc(22 / 13 * 100%);
  }

  #mm-articleBox .writerBox .nameBox .nameBoxTitle {
    font-size: 12px;
    line-height: calc(20 / 12 * 100%);
    font-weight: 400;
    margin-top: 6px;
  }

  #mm-articleBox .writerBox .nameBox .nameBoxName {
    font-size: 16px;
    line-height: calc(24 / 16 * 100%);
    margin-top: 1px;
  }

  #mm-articleBox .writerBox .wbProfile {
    margin-top: 20px;
    font-size: 13px;
    line-height: calc(24 / 13 * 100%);
  }

  #mm-articleBox .mokuji.pcBr {
    display: none;
  }


}

/* pager navigation
-----------------------------------------------------------*/
#pager_navigation {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 0 auto 96px;
  width: 100%;
  font-size: 1.4em;
}

#pager_navigation .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #222;
  background-color: #ccc;
}

#pager_navigation .page-numbers.current {
  color: #fff;
  background-color: #fc9147;
}

#pager_navigation .page-numbers.next,
#pager_navigation .page-numbers.prev {
  display: none;
}