@charset "utf-8";

/******************************************************
common */

/* body
*************/
@media screen and (max-width: 559px) {
  body.m-hojin-voice-modal-opened {
    position: fixed;
    width: 100%;
  }
}

/* m-hojin-voice-modal
*************/
@media screen and (max-width: 559px) {
  .m-hojin-voice-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    height: 100%;

    display: grid;
    place-items: center;

    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .m-hojin-voice-modal.-opened {
    z-index: 10000;
    opacity: 1;
    pointer-events: all;
  }
  .m-hojin-voice-modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10001;
  }
  .m-hojin-voice-modal-box {
    position: relative;
    background: #fff;
    z-index: 10002;
  }
}

/* m-hojin-voice-modal-head
*************/
.m-hojin-voice-modal-head {
  display: none;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-modal-head {
    position: relative;
    display: block;
    padding: 13px 0 0 43px;
    height: 42px;

    font-size: 14px;
    font-weight: 500;
  }
  .m-hojin-voice-modal-head::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 15px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(/contents/hojin/users_voice/img_cmn/icon_filter.svg) no-repeat;
    background-size: 18px 18px;
  }
}

/* m-hojin-voice-modal-close
*************/
.m-hojin-voice-modal-close {
  display: none;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 22px;
    height: 22px;
    background: url(/contents/hojin/users_voice/img_cmn/btn_modal_close.svg) no-repeat;
    background-size: 22px 22px;
    text-indent: -9999px;
    overflow: hidden;
  }
}

/* m-hojin-voice-buttonSp
*************/
.m-hojin-voice-buttonSp {
  display: none;
}
.m-hojin-voice-buttonSp-cap {
  display: flex;
  align-items: center;

  position: relative;
  padding: 0 11px 0 39px;
  border: 1px solid #D1D1D1;
  border-radius: 3px;
  height: 33px;
  background: #fff;
  color: #0058A0;
  font-size: 12px;

  cursor: pointer;
}
.m-hojin-voice-buttonSp-cap::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 13px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(/contents/hojin/users_voice/img_cmn/icon_filter.svg) no-repeat;
  background-size: 18px 18px;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-buttonSp {
    display: flex;
    justify-content: flex-end;
  }
}

/* m-hojin-voice-filter
*************/
.m-hojin-voice-filter {
  position: relative;
}
.m-hojin-voice-filter-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;

  margin: -10px 137px 0 -8px;

  max-height: 90px;
  overflow: hidden;

  transition: all 0.3s;
}
.m-hojin-voice-filter.-opened .m-hojin-voice-filter-list {
  max-height: 100%;
}
.m-hojin-voice-filter-items {
  margin: 10px 0 0 8px;
}
.m-hojin-voice-filter-button {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0 15px;
  border-radius: 17.5px;
  height: 35px;
  background: #F7F7F7;
  color: #0058A0;
  font-size: 1.2rem;

  cursor: pointer;
  transition: opacity 0.3s;
}
.m-hojin-voice-filter-button:hover {
  opacity: 0.7;
}
.m-hojin-voice-filter-button.of-active {
  background: #0058A0;
  color: #fff;
}
.m-hojin-voice-filter-button.of-active:hover {
  opacity: 1;
}
.m-hojin-voice-filter-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.m-hojin-voice-filter.-opened .m-hojin-voice-filter-more {
  opacity: 0;
  pointer-events: none;
}
.m-hojin-voice-filter-more-cap {
  display: flex;
  align-items: center;

  position: relative;
  width: 96px;
  height: 20px;
  color: #0058A0;
  font-size: 14px;
  line-height: 20px;

  cursor: pointer;
  transition: opacity 0.3s;
}
.m-hojin-voice-filter-more-cap:hover {
  opacity: 0.7;
}
.m-hojin-voice-filter-more-cap::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 13px;
  height: 8px;
  background: url(/contents/hojin/users_voice/img_cmn/icon_more.svg) no-repeat;
  background-size: 13px 8px;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-filter {
    padding: 3px;
    border-top: 1px solid #E5E5E5;
  }
  .m-hojin-voice-filter-scroll {
    padding: 12px 9px 12px 12px;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 357px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;

    overscroll-behavior-y: contain;
  }
  .m-hojin-voice-filter-scroll::-webkit-scrollbar {
    width: 3px;
  }
  .m-hojin-voice-filter-scroll::-webkit-scrollbar-track {
    background: #fff;
  }
  .m-hojin-voice-filter-scroll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    width: 3px;
    background: #7F7F7F;
  }
  .m-hojin-voice-filter-list {
    margin: -8px 0 0 -8px;

    max-height: 100%;
    overflow: visible;

    transition: none;
  }
  .m-hojin-voice-filter-items {
    margin: 8px 0 0 8px;
  }
  .m-hojin-voice-filter-button {
    transition: none;
  }
  .m-hojin-voice-filter-button:hover {
    opacity: 1;
  }
  .m-hojin-voice-filter-more {
    display: none;
  }
}

/* m-hojin-voice-archive
*************/
* + .m-hojin-voice-archive {
  margin-top: 37px;
}
.m-hojin-voice-archive-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.m-hojin-voice-archive-items {
  position: relative;
  margin: 49px 0 0 20px;
  width: calc((99.99% - 40px) / 3);
}
.m-hojin-voice-archive-list .m-hojin-voice-archive-items:nth-of-type(-n+3) {
  margin-top: 0;
}
.m-hojin-voice-archive-list .m-hojin-voice-archive-items:nth-of-type(3n+1) {
  margin-left: 0;
}
.m-hojin-voice-archive-link {
  display: block;
  padding: 0 0 9px 0;
}
.m-hojin-voice-archive-link:focus,
.m-hojin-voice-archive-link:active,
.m-hojin-voice-archive-link:hover {
  text-decoration: none;
}
.m-hojin-voice-archive-image {
  overflow: hidden;
  width: 100%;
  max-height: 153px;
}
.m-hojin-voice-archive-image img {
  transition: transform 0.3s;
}
.m-hojin-voice-archive-link:hover .m-hojin-voice-archive-image img {
  transform: scale(1.1);
}
.m-hojin-voice-archive-head {
  margin-top: 21px;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.m-hojin-voice-archive-new {
  position: absolute;
  top: -6px;
  left: -6px;
  padding: 0 10px;
  height: 26px;
  background: #24AC8E;
  color: #fff;
  font-size: 10px;
  line-height: 26px;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 559px) {
  * + .m-hojin-voice-archive {
    margin-top: 36px;
  }
  .m-hojin-voice-archive-items {
    position: relative;
    margin: 37px 0 0 21px;
    width: calc((100% - 21px) / 2);
  }
  .m-hojin-voice-archive-list .m-hojin-voice-archive-items:nth-of-type(-n+3) {
    margin-top: 37px;
  }
  .m-hojin-voice-archive-list .m-hojin-voice-archive-items:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .m-hojin-voice-archive-list .m-hojin-voice-archive-items:nth-of-type(3n+1) {
    margin-left: 21px;
  }
  .m-hojin-voice-archive-list .m-hojin-voice-archive-items:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .m-hojin-voice-archive-link {
    padding: 0;

    transition: none;
  }
  .m-hojin-voice-archive-link:focus,
  .m-hojin-voice-archive-link:active,
  .m-hojin-voice-archive-link:hover {
    opacity: 1;
  }
  .m-hojin-voice-archive-head {
    margin-top: 18px;
    font-size: 1.2rem;
  }
  .m-hojin-voice-archive-new {
    position: absolute;
    top: -4px;
    left: -4px;
    padding: 0 6px;
    height: 21px;
    font-size: 9px;
    line-height: 21px;
  }
}

/* m-hojin-voice-filterS
*************/
.m-hojin-voice-filterS-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;

  margin: -5px 0 0 -8px;
}
.m-hojin-voice-filterS-items {
  margin: 5px 0 0 8px;
  color: #666;
  font-size: 12px;
}
.m-hojin-voice-filterS-button {
  display: block;
  cursor: pointer;
  transition: opacity 0.3s;
}
.m-hojin-voice-filterS-button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-filterS {
    display: none;
  }
  .m-hojin-voice-filterS-button:hover {
    opacity: 1;
  }
}

/* m-hojin-voice-paging
*************/
.m-hojin-voice-paging {
  margin-top: 59px;
}
.m-hojin-voice-paging-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;

  margin: 0 0 -8px 0;
}
.m-hojin-voice-paging-items {
  margin: 0 0 8px 8px;
}
.m-hojin-voice-paging-list .m-hojin-voice-paging-items:last-child {
  margin-right: 8px;
}
.m-hojin-voice-paging-items span,
.m-hojin-voice-paging-items a {
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  width: 36px;
  height: 36px;
  font-size: 1.8rem;
  line-height: 1;

  transition: opacity 0.3s;
}
.m-hojin-voice-paging-items a:focus,
.m-hojin-voice-paging-items a:active,
.m-hojin-voice-paging-items a:hover {
  color: #3A3A3A;
  text-decoration: none;
  opacity: 0.7;
}
.m-hojin-voice-paging-number {
  background: #F5F5F5;
  color: #3A3A3A;
}
.m-hojin-voice-paging-number.-current {
  background: #0058A0;
  color: #fff;
}
.m-hojin-voice-paging-next,
.m-hojin-voice-paging-prev {
  text-indent: -9999px;
  overflow: hidden;
}
.m-hojin-voice-paging-prev::after,
.m-hojin-voice-paging-prev::before,
.m-hojin-voice-paging-next::after,
.m-hojin-voice-paging-next::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.m-hojin-voice-paging-next::before {
  background-image: url(/contents/hojin/users_voice/img_cmn/btn_paging_next.svg);
}
.m-hojin-voice-paging-next::after {
  background-image: url(/contents/hojin/users_voice/img_cmn/btn_paging_next_disabled.svg);
}
.m-hojin-voice-paging-prev::before {
  background-image: url(/contents/hojin/users_voice/img_cmn/btn_paging_prev.svg);
}
.m-hojin-voice-paging-prev::after {
  background-image: url(/contents/hojin/users_voice/img_cmn/btn_paging_prev_disabled.svg);
}
.m-hojin-voice-paging-prev::after,
.m-hojin-voice-paging-next::after {
  opacity: 0;
}
.m-hojin-voice-paging-prev.-disabled::after,
.m-hojin-voice-paging-next.-disabled::after {
  opacity: 1;
}
.m-hojin-voice-paging-prev.-disabled,
.m-hojin-voice-paging-next.-disabled {
  pointer-events: none;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-paging-items a:focus,
  .m-hojin-voice-paging-items a:active,
  .m-hojin-voice-paging-items a:hover {
    opacity: 1;
  }
}

/* m-hojin-voice-cv
*************/
.m-hojin-voice-cv {
  margin-top: 70px;
  padding: 29px 29px 39px 29px;
  background: #0085D0;
  color: #fff;
}
.m-hojin-voice-paging + .m-hojin-voice-cv {
  margin-top: 60px;
}
.m-hojin-voice-cv-sub {
  font-size: 1.6rem;
  text-align: center;
}
.m-hojin-voice-cv-subCap {
  display: inline-block;
  padding-bottom: 16px;
  min-width: 295px;
  background: url(/contents/hojin/users_voice/img_cmn/bg_cv_sub.svg) no-repeat 50% 100%;
  background-size: 295px 11px;
}
.m-hojin-voice-cv-headMain {
  margin-top: 17px;
  color: #FCF401;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.24;
  text-align: center;
}
.m-hojin-voice-cv-headMain br {
  display: none;
}
.m-hojin-voice-cv-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;

  margin: 28px auto 0 auto;
  width: 100%;
  max-width: 748px;
}
.m-hojin-voice-cv-listItems {
  width: calc((99.99% - 58px) / 3);
}
.m-hojin-voice-cv-listItems + .m-hojin-voice-cv-listItems {
  margin-left: 29px;
}
.m-hojin-voice-cv-listItems {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 4px 5px 0 5px;
  border: 1px solid #fff;
  height: 81px;
  font-size: 1.6rem;
  font-weight: bold;
}
.m-hojin-voice-cv-listIcn {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.m-hojin-voice-cv-listIcn::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 13px;
  background: url(/contents/hojin/users_voice/img_cmn/icon_cv_list.svg) no-repeat;
  background-size: 16px 13px;
}
.m-hojin-voice-cv-head {
  margin-top: 21px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
.m-hojin-voice-cv-btnArea {
  margin-top: 21px;
  text-align: center;
}
.m-hojin-voice-cv-btnSub {
  position: relative;
  margin-bottom: -18px;
  z-index: 2;
}
.m-hojin-voice-cv-btnSubCap {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  padding: 2px 23px 0 23px;
  border-radius: 16.5px;
  height: 33px;
  background: #FCF401;
  color: #0058A0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.m-hojin-voice-cv-btnA {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  padding: 6px 0 0 0;
  border-radius: 5px;
  width: min(100%, 308px);
  height: 73px;
  background-color: #fff;
  color: #0058A0;
  font-size: 2.4rem;
  font-weight: bold;

  transition: background-color 0.3s;
}
.m-hojin-voice-cv-btnA:focus,
.m-hojin-voice-cv-btnA:active,
.m-hojin-voice-cv-btnA:hover {
  color: #0058A0;
  background-color: #BADFFF;
  text-decoration: none;
}
@media screen and (max-width: 819px) {
  .m-hojin-voice-cv {
    margin-top: 60px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 32px 15px 30px 15px;
  }
  .m-hojin-voice-paging + .m-hojin-voice-cv {
    margin-top: 50px;
  }
  .m-hojin-voice-cv-sub {
    font-size: 1.3rem;
  }
  .m-hojin-voice-cv-subCap {
    padding-bottom: 13px;
    min-width: 220px;
    background: url(/contents/hojin/users_voice/img_cmn/bg_cv_sub_sp.svg) no-repeat 50% 100%;
    background-size: 220px 9px;
  }
  .m-hojin-voice-cv-headMain {
    margin-top: 23px;
    font-size: 1.8rem;
  }
  .m-hojin-voice-cv-headMain br {
    display: inline;
  }
  .m-hojin-voice-cv-list {
    display: block;

    margin: 30px auto 0 auto;
    max-width: 230px;
  }
  .m-hojin-voice-cv-listItems {
    width: auto;
  }
  .m-hojin-voice-cv-listItems + .m-hojin-voice-cv-listItems {
    margin: 15px 0 0 0;
  }
  .m-hojin-voice-cv-listItems {
    height: 65px;
  }
  .m-hojin-voice-cv-head {
    margin-top: 41px;
    font-size: 1.3rem;
  }
  .m-hojin-voice-cv-btnArea {
    margin-top: 41px;
  }
  .m-hojin-voice-cv-btnA {
    padding: 8px 0 0 0;

    transition: none;
  }
  .m-hojin-voice-cv-btnA:focus,
  .m-hojin-voice-cv-btnA:active,
  .m-hojin-voice-cv-btnA:hover {
    background-color: #fff;
  }
}

/* m-linkList 既存
*************/
.m-hojin-voice-cv + .m-linkList {
  margin-top: 44px;
  margin-bottom: -12px;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-cv + .m-linkList {
    margin-top: 24px;
    margin-bottom: 0;
  }
}

/* m-hojin-voice-hdr2
*************/
.m-hojin-voice-hdr2-main {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.m-hojin-voice-hdr2-sub {
  display: block;
  margin-top: 4px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-hdr2-main {
    padding-top: 15px;
    font-size: 2.0rem;
  }
  .m-hojin-voice-hdr2-sub {
    margin-top: 6px;
    color: #4E4E4E;
    font-size: 1.4rem;
  }
}

/* m-hojin-voice-date
*************/
.m-hojin-voice-date {
  margin-top: 10px;
  color: #888;
  font-size: 1.2rem;
}
.m-hojin-voice-date-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;

  margin: 0 0 0 -15px;
}
.m-hojin-voice-date-items {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-date {
    margin-top: 8px;
    font-size: 1.0rem;
  }
  .m-hojin-voice-hdr2 + .m-hojin-voice-date {
    margin-top: 9px;
  }
  .m-hojin-voice-date-list {
    margin: 0 0 0 -10px;
  }
  .m-hojin-voice-date-items {
    margin: 0 0 0 10px;
  }
}

/* m-hojin-voice-tag
*************/
.m-hojin-voice-tag {
  margin-top: 31px;
}
.m-hojin-voice-tag-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;

  margin: -8px 0 0 -5px;
}
.m-hojin-voice-tag-items {
  margin: 8px 0 0 5px;
}
.m-hojin-voice-tag-a {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0 12px;
  border-radius: 15.5px;
  height: 31px;
  background: #F7F7F7;
  color: #0058A0;
  font-size: 1.2rem;

  transition: opacity 0.3s;
}
.m-hojin-voice-tag-a:focus,
.m-hojin-voice-tag-a:active,
.m-hojin-voice-tag-a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-tag {
    margin-top: 21px;
  }
  .m-hojin-voice-tag-list {
    margin: -6px 0 0 -6px;
  }
  .m-hojin-voice-tag-items {
    margin: 6px 0 0 6px;
  }
  .m-hojin-voice-tag-a {
    padding: 0 8px;
    border-radius: 12px;
    height: 24px;
    font-size: 1.0rem;

    transition: none;
  }
  .m-hojin-voice-tag-a:focus,
  .m-hojin-voice-tag-a:active,
  .m-hojin-voice-tag-a:hover {
    opacity: 1;
  }
}

/* m-hojin-voice-mi
*************/
.m-hojin-voice-mi {
  margin-top: 35px;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-mi {
    margin-top: 24px;
  }
  .m-hojin-voice-date + .m-hojin-voice-mi {
    margin-top: 25px;
  }
}

/* m-hojin-voice-company
*************/
.m-hojin-voice-company {
  margin-top: 51px;
  font-size: 2.0rem;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-company {
    margin-top: 32px;
    font-size: 1.8rem;
  }
}

/* m-hojin-voice-author
*************/
.m-hojin-voice-author {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: wrap;

  margin-top: 9px;
}
.m-hojin-voice-author + .m-hojin-voice-author {
  margin-top: 7px;
}
.m-hojin-voice-profile + .m-hojin-voice-author {
  margin-top: 19px;
}
.m-hojin-voice-author-title {
  margin-right: 18px;
  font-size: 1.6rem;
}
.m-hojin-voice-author-name {
  margin-right: 10px;
  font-size: 2.0rem;
}
.m-hojin-voice-author-en {
  color: #8CA1B1;
  font-size: 1.2rem;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-author {
    margin-top: 7px;
  }
  .m-hojin-voice-author + .m-hojin-voice-author {
    margin-top: 5px;
  }
  .m-hojin-voice-author-title {
    margin-right: 14px;
    font-size: 1.3rem;
  }
  .m-hojin-voice-author-name {
    font-size: 1.8rem;
  }
  .m-hojin-voice-author-en {
    font-size: 1.1rem;
  }
}

/* m-hojin-voice-profile
*************/
.m-hojin-voice-profile {
  margin-top: 20px;
  padding: 0 24px;
  border: 1px solid #D7D7D7;
}
.m-hojin-voice-profile-dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}
.m-hojin-voice-profile-dt {
  padding: 26px 0 0 0;
  color: #8CA1B1;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}
.m-hojin-voice-profile-dd {
  flex: 1;

  padding: 21px 0 20px 20px;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-profile {
    margin-top: 19px;
    padding: 0 14px;
  }
  .m-hojin-voice-profile-dl {
    display: block;
  }
  .m-hojin-voice-profile-dt {
    padding: 16px 0 0 0;
    white-space: normal;
  }
  .m-hojin-voice-profile-dd {
    padding: 3px 0 10px 0;
    font-size: 1.2rem;
  }
}

/* m-hojin-voice-post
*************/
.m-hojin-voice-post {
  margin-top: 50px;
}
.m-hojin-voice-post a {
  color: #00618A;
}
.m-hojin-voice-p + ol,
.m-hojin-voice-post ul + ol,
.m-hojin-voice-post ol + ol,
.m-hojin-voice-p + ul,
.m-hojin-voice-post ol + ul,
.m-hojin-voice-post ul + ul {
  margin-top: 12px;
}
.m-hojin-voice-post ol li,
.m-hojin-voice-post ul li {
  font-size: 1.4rem;
  line-height: 2;
}
.m-hojin-voice-post ul li {
  position: relative;
  padding-left: 13px;
}
.m-hojin-voice-post ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  background: #0058A0;
}
.m-hojin-voice-post ol {
  counter-reset: item;
}
.m-hojin-voice-post ol li {
  position: relative;
  padding-left: 16px;
}
.m-hojin-voice-post ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.m-hojin-voice-post hr {
  margin-top: 20px;
  padding: 0;
  border-width: 1px 0 0 0;
  border-top: 1px solid #D7D7D7;
}
.m-hojin-voice-post hr + * {
  margin-top: 20px;
}
/* README FIX 230619 */
.m-hojin-voice-post table {
  border-collapse: separate;
  word-break: break-all;
  margin-top: 40px;
}
.m-hojin-voice-post .m-hojin-voice-p + table {
  margin-top: 32px;
}
.m-hojin-voice-post table caption {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  text-align: left;
}
.m-hojin-voice-post table tr:first-child td,
.m-hojin-voice-post table tr:first-child th {
  border-top: 1px solid #e3e5e9;
}
.m-hojin-voice-post table td,
.m-hojin-voice-post table th {
  font-weight: normal;
  padding: 18px 30px;
  text-align: left;
  vertical-align: middle;
}
.m-hojin-voice-post table th {
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #f1f2f4;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  border-left: 1px solid #e3e5e9;
}
.m-hojin-voice-post table td {
  border: solid #e3e5e9;
  border-width: 0 1px 1px 0;
  background-color: #fff;
  line-height: 160%;
}
.m-hojin-voice-post table tr:last-child th {
  border-bottom: 1px solid #e3e5e9;
}
/* -- README FIX 230619 */
@media screen and (max-width: 559px) {
  .m-hojin-voice-post {
    margin-top: 40px;
  }
  /* README FIX 230619 */
  .m-hojin-voice-post table {
    display: block;
    width: 100%;
  }
  .m-hojin-voice-post table td,
  .m-hojin-voice-post table th,
  .m-hojin-voice-post table tr,
  .m-hojin-voice-post table tbody,
  .m-hojin-voice-post table caption {
    display: block;
    width: 100%;
  }
  .m-hojin-voice-post table caption {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    text-align: left;
  }
  .m-hojin-voice-post table tr:first-child td {
    border-top: none;
  }
  .m-hojin-voice-post table td,
  .m-hojin-voice-post table th {
    display: block;
    padding: 10px;
    width: 100%;
  }
  .m-hojin-voice-post table th {
    border-right: 1px solid #e3e5e9;
  }
  .m-hojin-voice-post table tr:last-child th {
    border-bottom: none;
  }
  .m-hojin-voice-post table td {
    border-left: 1px solid #e3e5e9;
  }
  /* -- README FIX 230619 */
}

/* m-hojin-voice-hdr3
*************/
.m-hojin-voice-hdr3 {
  position: relative;
  padding: 0 0 4px 25px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.m-hojin-voice-hdr3::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  border-radius: 2.5px;
  width: 5px;
  height: 100%;
  background: #1558A0;
}
.m-hojin-voice-hdr3 + * {
  margin-top: 20px;
}
* + .m-hojin-voice-hdr3 {
  margin-top: 70px;
}
.m-hojin-voice-post ol + .m-hojin-voice-hdr3,
.m-hojin-voice-post ul + .m-hojin-voice-hdr3,
.m-hojin-voice-p + .m-hojin-voice-hdr3 {
  margin-top: 66px;
}
.m-hojin-voice-pL + .m-hojin-voice-hdr3 {
  margin-top: 66px;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-hdr3 {
    padding: 0 0 0 19px;
    font-size: 1.8rem;
  }
  .m-hojin-voice-hdr3::before {
    content: '';
    position: absolute;
    top: -2px;
    border-radius: 2px;
    width: 4px;
    height: 100%;
  }
  * + .m-hojin-voice-hdr3 {
    margin-top: 60px;
  }
  .m-hojin-voice-post ol + .m-hojin-voice-hdr3,
  .m-hojin-voice-post ul + .m-hojin-voice-hdr3,
  .m-hojin-voice-p + .m-hojin-voice-hdr3 {
    margin-top: 57px;
  }
  .m-hojin-voice-pL + .m-hojin-voice-hdr3 {
    margin-top: 57px;
  }
}

/* m-hojin-voice-hdr4
*************/
.m-hojin-voice-hdr4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.m-hojin-voice-hdr4 + * {
  margin-top: 20px;
}
* + .m-hojin-voice-hdr4 {
  margin-top: 40px;
}
.m-hojin-voice-post ol + .m-hojin-voice-hdr4,
.m-hojin-voice-post ul + .m-hojin-voice-hdr4,
.m-hojin-voice-p + .m-hojin-voice-hdr4 {
  margin-top: 36px;
}
.m-hojin-voice-image + .m-hojin-voice-hdr4 {
  margin-top: 41px;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-hdr4 {
    font-size: 1.6rem;
  }
  .m-hojin-voice-image + .m-hojin-voice-hdr4 {
    margin-top: 31px;
  }
}

/* m-hojin-voice-p
*************/
/* README FIX 230619 */
.m-hojin-voice-p p {
  font-size: 1.4rem;
  line-height: 2;
}
/* -- README FIX 230619 */
* + .m-hojin-voice-p {
  margin-top: 17px;
}
.m-hojin-voice-hdr3 + .m-hojin-voice-p {
  margin-top: 16px;
}
.m-hojin-voice-hdr4 + .m-hojin-voice-p {
  margin-top: 15px;
}
/* README FIX 230619 */
.m-hojin-voice-post ol + .m-hojin-voice-p,
.m-hojin-voice-post ul + .m-hojin-voice-p,
.m-hojin-voice-p p + p,
.m-hojin-voice-p + .m-hojin-voice-p {
  margin-top: 12px;
}
/* -- README FIX 230619 */
.m-hojin-voice-pS + .m-hojin-voice-p {
  margin-top: 14px;
}
.m-hojin-voice-movie + .m-hojin-voice-p,
.m-hojin-voice-image + .m-hojin-voice-p,
.m-hojin-voice-owner + .m-hojin-voice-p {
  margin-top: 17px;
}
.m-hojin-voice-p em {
  font-weight: bold;
}
.m-hojin-voice-p strong {
  padding-bottom: 5px;
  background: linear-gradient(transparent 40%, #FCF87F 40%);
  font-weight: 400;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-hdr3 + .m-hojin-voice-p {
    margin-top: 15px;
  }
  .m-hojin-voice-hdr4 + .m-hojin-voice-p {
    margin-top: 16px;
  }
  .m-hojin-voice-pS + .m-hojin-voice-p {
    margin-top: 13px;
  }
  .m-hojin-voice-p strong {
    padding-bottom: 4px;
    background: linear-gradient(transparent 50%, #FCF87F 50%);
  }
}

/* m-hojin-voice-pS
*************/
/* README FIX 230619 */
.m-hojin-voice-pS p {
  font-size: 1.2rem;
  line-height: 2;
}
/* -- README FIX 230619 */
* + .m-hojin-voice-pS {
  margin-top: 20px;
}
/* README FIX 230619 */
.m-hojin-voice-pS p + p,
.m-hojin-voice-pS + .m-hojin-voice-pS {
  margin-top: 1em;
}
/* -- README FIX 230619 */

/* m-hojin-voice-pL
*************/
/* README FIX 230619 */
.m-hojin-voice-pL p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
}
/* -- README FIX 230619 */
.m-hojin-voice-post > .m-hojin-voice-pL:first-child {
  margin-top: -3px;
}

/* m-hojin-voice-image
*************/
.m-hojin-voice-image {
  margin-left: auto;
  margin-right: auto;
}
* + .m-hojin-voice-image {
  margin-top: 40px;
}
.m-hojin-voice-hdr3 + .m-hojin-voice-image {
  margin-top: 35px;
}
.m-hojin-voice-image + .m-hojin-voice-image {
  margin-top: 40px;
}
.m-hojin-voice-image.-sizeS {
  width: min(100%, 33%);
}
.m-hojin-voice-image.-sizeM {
  width: min(100%, 58%);
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-hdr3 + .m-hojin-voice-image {
    margin-top: 30px;
  }
  .m-hojin-voice-image.-sizeS {
    width: min(100%, 75%);
  }
  .m-hojin-voice-image.-sizeM {
    width: auto;
  }
}

/* m-hojin-voice-movie
*************/
.m-hojin-voice-movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.m-hojin-voice-hdr3 + .m-hojin-voice-movie {
  margin-top: 35px;
}
.m-hojin-voice-movie iframe,
.m-hojin-voice-movie-youtube {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-hdr3 + .m-hojin-voice-movie {
    margin-top: 30px;
  }
}

/* m-hojin-voice-owner
*************/
.m-hojin-voice-owner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  padding: 39px;
  padding: 4.54%;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}
* + .m-hojin-voice-owner {
  margin-top: 70px;
}
.m-hojin-voice-owner + .m-hojin-voice-owner {
  margin-top: 30px;
}
.m-hojin-voice-owner-image {
  width: 25.64%;
  min-width: 25.64%;
}
.m-hojin-voice-owner-image.-sp {
  display: none;
}
.m-hojin-voice-owner-main {
  flex: 1;

  padding: 0 6.4% 0 0;
}
.m-hojin-voice-owner-headS {
  display: block;
  padding-top: 2px;
  font-size: 1.8rem;
  font-weight: bold;
}
.m-hojin-voice-owner-headM {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;

  margin-top: 11px;
}
.m-hojin-voice-owner-headMTitle {
  margin-right: 15px;
  font-size: 1.4rem;
  font-weight: 400;
}
.m-hojin-voice-owner-headMName {
  font-size: 2.6rem;
  font-weight: bold;
}
.m-hojin-voice-owner-txt {
  margin-top: 17px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 559px) {
  .m-hojin-voice-owner {
    display: block;

    padding: 22px 14px 14px 14px;
  }
  * + .m-hojin-voice-owner {
    margin-top: 60px;
  }
  .m-hojin-voice-owner + .m-hojin-voice-owner {
    margin-top: 15px;
  }
  .m-hojin-voice-owner-image {
    margin: 18px auto 0 auto;
    width: 100%;
    min-width: auto;
    max-width: 200px;
  }
  .m-hojin-voice-owner-image.-pc {
    display: none;
  }
  .m-hojin-voice-owner-image.-sp {
    display: block;
  }
  .m-hojin-voice-owner-main {
    padding: 0;
  }
  .m-hojin-voice-owner-headS {
    padding-top: 0;
  }
  .m-hojin-voice-owner-headM {
    display: block;

    margin-top: 10px;
  }
  .m-hojin-voice-owner-headMTitle {
    display: block;
    margin-right: 0;
  }
  .m-hojin-voice-owner-headMName {
    display: block;
    margin-top: 1px;
  }
}

/* m-hojin-hdr1
*************/
.m-hojin-hdr1-wrap {
  position: relative;
  margin-bottom: -84px;
  padding-bottom: 44px;
  z-index: 1;
}
.m-hojin-hdr1-wrap.-noImage {
  background: #b8dbf7 url(/contents/cdn-img/hojin/bg_h1_01.png) no-repeat 0 0;
  background-size: cover;
}
.m-hojin-hdr1-wrap-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-hojin-hdr1-wrap-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-hojin-hdr1 {
  display: flex;
  align-items: center;

  position: relative;
  margin: 0 auto;
  padding: 0 50px 0 50px;
  max-width: 1060px;
  min-height: 170px;
  font-weight: 400;
}
.m-hojin-hdr1-sub {
  display: block;
  padding-top: 12px;
  margin-bottom: 4px;
  font-size: 1.8rem;
}
.m-hojin-hdr1-main {
  display: block;
  font-size: 3.4rem;
  line-height: 1.3;
}
.m-hojin-hdr1-br.-onlySp {
  display: none;
}
@media screen and (min-width: 560px) and (max-width: 819px) {
  .m-hojin-hdr1-wrap {
    margin-bottom: -64px;
  }
  .m-hojin-hdr1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 559px) {
  .m-hojin-hdr1-wrap {
    margin-bottom: -20px;
    padding-bottom: 0;
  }
  .m-hojin-hdr1 {
    padding: 0 15px;
    height: 180px;
  }
  .m-hojin-hdr1-sub {
    margin-bottom: 2px;
    padding-top: 4px;
    font-size: 1.5rem;
  }
  .m-hojin-hdr1-main {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .m-hojin-hdr1-br.-onlySp {
    display: inline;
  }
}

/* m-section 既存
*************/
.m-section {
  position: relative;
  z-index: 2;
}