/**************************************
◆Study-Archive, Taxonomy
**************************************/
.opacity {
  transition: opacity 0.3s ease-out;
}

.opacity:hover {
  opacity: 0.7;
}

.hinemos-study-firstview-title-japanese {
  margin-top: 15px;
}

@media screen and (max-width: 900px) {
  .hinemos-study-firstview-title-japanese {
    margin-top: 3px;
  }
}

.hinemos-study-firstview-text {
  color: var(--base-color);
  text-align: center;
  font-weight: var(--bold-font-weight);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .hinemos-study-firstview-text {
    font-size: 11px;
    letter-spacing: 0.7px;
    margin-top: 8px;
  }
}

.hinemos-study-articlearea {
  max-width: 1230px;
  width: 100%;
  margin: 110px auto 90px;
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 900px) {
  .hinemos-study-articlearea {
    margin: 30px auto 45px;
    flex-direction: column;
    gap: 30px;
  }
}

.hinemos-study-articlelist {
  width: 72%;
  padding: 0 12px;
}

@media screen and (max-width: 900px) {
  .hinemos-study-articlelist {
    width: 100%;
    padding: 0 15px;
  }
}

.hinemos-study-categoryarea {
  margin-bottom: 40px;
}

.hinemos-study-categoryarea-title {
  padding: 9px 0 46px;
}

@media screen and (max-width: 900px) {
  .hinemos-study-categoryarea-title {
    padding: 30px 0 20px;
  }
}

.hinemos-study-categoryarea .hinemos-study-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .hinemos-study-categoryarea .hinemos-study-categories {
    gap: 10px;
  }
}

.hinemos-study-categoryarea .hinemos-study-category {
  max-width: 267px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .hinemos-study-categoryarea .hinemos-study-category {
    max-width: none;
  }
}

.hinemos-study-categoryarea .hinemos-study-category:not(:last-of-type) {
  border-bottom: none;
}

.hinemos-study-categoryarea .hinemos-study-category-head {
  color: var(--main-color);
  border: 1px solid #d4d3d3;
}

@media screen and (max-width: 900px) {
  .hinemos-study-categoryarea .hinemos-study-category-head {
    padding: 13px 31px 13px 12px;
  }
}

.hinemos-study-categoryarea .hinemos-study-category-content {
  background-color: var(--sub-main-color);
}

.hinemos-study-categoryarea .js-toggle-head::before,
.hinemos-study-categoryarea .js-toggle-head::after {
  right: 20px;
}

.hinemos-study-sortarea {
  display: flex;
  justify-content: space-between;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--sub-main-color);
}

@media screen and (max-width: 900px) {
  .hinemos-study-sortarea {
    flex-direction: column;
    gap: 18px;
    padding-bottom: 16px;
  }
}

.hinemos-study-sortlist {
  display: flex;
  align-items: end;
}

.hinemos-study-sortlist-item {
  color: #C5E3F8;
  font-weight: var(--bold-font-weight);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  transition: color 0.3s ease;
}

.hinemos-study-sortlist-item:hover {
  color: var(--sub-text-color);
}

@media screen and (max-width: 900px) {
  .hinemos-study-sortlist-item {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.hinemos-study-sortlist-item:not(:first-child)::before {
  display: inline-block;
  content: "/";
  color: #C5E3F8;
  margin: 0 5px;
}

.is-active {
  color: var(--sub-text-color);
}

.hinemos-study-archivelist {
  color: #333333;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 25px;
  padding: 40px 0;
}

@media screen and (max-width: 900px) {
  .hinemos-study-archivelist {
    grid-template-columns: repeat(1, auto);
    gap: 10px;
    padding: 20px 0;
  }
}

.hinemos-study-archivelist-item {
  max-width: 419px;
  width: 100%;
  height: 100%;
  padding: 25px 25px 17px;
  border: 1px solid #D4D3D3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 900px) {
  .hinemos-study-archivelist-item {
    max-width: none;
  }
}

.hinemos-study-archivelist-item-image {
  width: 100%;
  max-height: 206px;
  object-fit: contain;
  margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
  .hinemos-study-archivelist-item-image {
    max-height: 165px;
  }
}

.hinemos-study-archivelist-item-termlist {
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.hinemos-study-archivelist-item-catergory {
  border: 1px solid #D4D3D3;
  box-sizing: border-box;
  padding: 5px;
}

.hinemos-study-archivelist-item-tag {
  background-color: var(--sub-main-color);
  border-radius: 12px;
  padding: 5px 10px;
}

.hinemos-study-archivelist-item-title {
  font-weight: var(--bold-font-weight);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  margin-bottom: 6px;
}

.hinemos-study-archivelist-item-date {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.9px;
  text-align: right;
  margin: auto 0 0;
}

@media screen and (max-width: 900px) {
  .hinemos-study-archivelist-item-date {
    line-height: 1.75;
    letter-spacing: 0.7px;
  }
}

@media screen and (min-width: 901px) {
  .viewSpHinemosStudyPagination {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .viewPcHinemosStudyPagination {
    display: none;
  }
}

.pager {
  display: flex;
  gap: 2%;
  justify-content: center;
  padding: 10px 0;
}

.pager a, .current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid #D4D3D3;
  box-sizing: border-box;
  color: var(--sub-text-color);
  font-weight: var(--bold-font-weight);
  font-size: 16px;
  line-height: 2;
  transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

@media screen and (max-width: 1024px) {
  .pager a, .current span {
    width: 44px;
    height: 44px;
    font-size: 14px;
    line-height: 1.75;
  }
}

.pager a:hover, .current span {
  color: var(--accent-text-color);
  background-color: var(--sub-text-color);
  border-color: var(--sub-text-color);
}

.previous a, .next a {
  font-size: 0;
  border: none;
  background: url(../../img/webp/common/ico_arrow01_blue.webp) no-repeat center;
  background-size: 8px 14px;
}

.previous a {
  transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .previous a, .next a {
    background-size: 7px 11px;
  }
}

.previous a:hover, .next a:hover {
  background-color: var(--base-color);
  opacity: 0.7;
}

/**************************************
◆Study-Sidebar
**************************************/
.hinemos-study-sidebar {
  width: 26%;
}

@media screen and (max-width: 900px) {
  .hinemos-study-sidebar {
    width: 100%;
    padding: 0 15px;
  }
}

.hinemos-study-sidebar-section:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .hinemos-study-sidebar-section:not(:first-child) {
    margin-top: 30px;
  }
}

.hinemos-study-sidebar-header {
  font-weight: var(--bold-font-weight);
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  padding: 11.5px 35px;
  background-color: var(--accent-color);
  position: relative;
}

@media screen and (max-width: 900px) {
  .hinemos-study-sidebar-header {
    font-size: 15px;
    letter-spacing: 0.7px;
    padding: 9px 19px;
  }
}

.hinemos-study-sidebar-header::before {
  position: absolute;
  content: "";
  left: 20px;
  width: 5px;
  height: 26px;
  background-color: #2D97E2;
}

@media screen and (max-width: 900px) {
  .hinemos-study-sidebar-header::before {
    left: 9px;
    width: 4px;
    height: 21px;
  }
}

.hinemos-study-sidebar-searchform {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.hinemos-study-sidebar-searchform input {
  display: block;
  width: calc(100% - 60px);
  height: 50px;
  border: 1px solid #D4D3D3;
  box-sizing: border-box;
  padding-left: 14px;
  font-size: 16px;
}

.hinemos-study-sidebar-searchbutton {
  width: 50px;
  height: 50px;
  background-color: #2D97E2;
  border: none;
}

.hinemos-study-sidebar-searchbutton-icon {
  width: 22px;
  margin: auto;
}

.hinemos-study-recommend-list-item:not(:last-of-type) {
  border-bottom: 1px solid #D4D3D3;
  box-sizing: border-box;
}

.hinemos-study-recommend-list-item-link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
}

@media screen and (max-width: 900px) {
  .hinemos-study-recommend-list-item-link {
    gap: 10px;
    padding: 15px 0;
  }
}

.hinemos-study-recommend-list-item-image {
  width: 52.2%;
}

.hinems-study-recommend-list-item-title {
  color: #333333;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 900px) {
  .hinems-study-recommend-list-item-title {
    font-size: 13px;
    letter-spacing: 0.7px;
  }
}

.hinemos-study-sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  .hinemos-study-sidebar-tags {
    gap: 7.5px 7px;
  }
}

.hinemos-study-sidebar-tag-link {
  display: flex;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  padding: 3px 6px;
  background-color: var(--sub-main-color);
  border-radius: 12px;
}

@media screen and (max-width: 900px) {
  .hinemos-study-sidebar-tag-link {
    font-size: 13px;
    letter-spacing: 0.7px;
  }
}

.hinemos-study-category:not(:last-of-type) {
  border-bottom: 1px solid #D4D3D3;
  box-sizing: border-box;
}

.hinemos-study-category-head {
  display: block;
  font-weight: var(--bold-font-weight);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  padding: 15px 30px 15px 15px;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 900px) {
  .hinemos-study-category-head {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding-left: 5px;
  }
}

.js-toggle-head::before,
.js-toggle-head::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 14px;
  height: 2px;
  background-color: var(--main-color);
}

.js-toggle-head::before {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.js-toggle-head.is-open::before {
  transform: rotate(180deg);
}

.hinemos-study-category-content {
  color: #333333;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.9px;
  padding: 0 15px;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

@media screen and (max-width: 900px) {
  .hinemos-study-category-content {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.7px;
    padding: 0 10px;
  }
}

.hinemos-study-category-content a:hover {
  color: var(--sub-text-color);
}

.hinemos-study-category-content-parent {
  position: relative;
  padding-left: 20px;
}

.hinemos-study-category-content-parent::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: var(--main-color);
}

@media screen and (max-width: 900px) {
  .hinemos-study-category-content-parent {
    padding-left: 15px;
  }

  .hinemos-study-category-content-parent::before {
    width: 10px;
  }
}

.hinemos-study-category-content-children {
  padding-left: 20px;
}

.hinemos-study-category-content-child {
  position: relative;
  padding-left: 20px;
}

.hinemos-study-category-content-child::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 8px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-left: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
}

@media screen and (max-width: 900px) {
  .hinemos-study-category-content-child {
    padding-left: 15px;
  }

  .hinemos-study-category-content-child::before {
    width: 10px;
    height: 6px;
  }
}

.hinemos-study-sidebar-section .hinemos-study-sns-list {
  color: var(--accent-text-color);
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}

/**************************************
◆Study-SNSarea
**************************************/
.hinemos-study-snsarea {
  color: var(--accent-text-color);
  text-align: center;
  padding: 100px 15px;
  background-image: url(../../img/webp/study/bg_sns01_pc.webp);
}

@media screen and (max-width: 900px) {
  .hinemos-study-snsarea {
    padding: 40px 15px;
    margin-bottom: 51px;
    background: url(../../img/webp/study/bg_sns01_sp.webp) no-repeat 0 0/cover;
  }
}

.hinemos-study-snsarea-title {
  font-size: 28px;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .hinemos-study-snsarea-title {
    font-size: 20px;
  }
}

.hinemos-study-snsarea-title::before {
  top: 61px;
}

@media screen and (max-width: 900px) {
  .hinemos-study-snsarea-title::before {
    top: 37px;
  }
}

.hinemos-study-snsarea-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.9px;
  margin: 36px 0;
}

@media screen and (max-width: 900px) {
  .hinemos-study-snsarea-text {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin: 20px 0;
  }
}

.hinemos-study-snsarea-box {
  background-color: var(--base-color);
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 46.5px;
}

@media screen and (max-width: 900px) {
  .hinemos-study-snsarea-box {
    padding: 30px 35px;
  }
}

.hinemos-study-sns-list {
  display: flex;
  gap: 23px;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .hinemos-study-sns-list {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

.hinemos-study-sns-button {
  max-width: 342px;
  width: 100%;
  background-color: #5BA4D9;
}

.button-subscribe {
  background-image: linear-gradient(to right, #0fcfff, #0ca1d3 50%, #0ca1d3);
}

@media screen and (max-width: 900px) {
  .hinemos-study-sns-button {
    max-width: none;
  }
}

.hinemos-study-sns-button-link {
  font-weight: var(--bold-font-weight);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  padding: 20px 36px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
}

@media screen and (max-width: 900px) {
  .hinemos-study-sns-button-link {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding: 17px 30px 17px 25px;
    gap: 14px;
  }
}

.link-twitter::before,
.link-twitter::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border: 1px solid var(--accent-text-color);
}

.link-twitter::after {
  margin: 3px 3px 0 0;
}

@media screen and (max-width: 900px) {

  .link-twitter::before,
  .link-twitter::after {
    width: 7px;
    height: 7px;
    right: 16px;
  }
}

.link-subscribe::after {
  content: '';
  position: absolute;
  right: 20px;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--accent-text-color);
  border-bottom: 2px solid var(--accent-text-color);
  transform: rotate(-45deg);
}

@media screen and (max-width: 900px) {
  .link-subscribe::after {
    right: 16px;
  }

  .hinemos-study-sns-button-icon {
    width: 26px;
  }
}

@media screen and (max-width: 900px) {
  .hinemos-study-cta-area {
    margin-bottom: 0;
  }
}

/**************************************
◆Study-Single
**************************************/
.hinemos-study-single-termlist {
  color: #333333;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.9px;
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .hinemos-study-single-termlist {
    font-size: 13px;
    letter-spacing: 0.7px;
    gap: 3px;
    margin-bottom: 8px;
  }
}

.hinemos-study-single-termlist-item {
  display: flex;
}

.hinemos-study-single-category-link {
  border: 1px solid #D4D3D3;
  padding: 5px 10px;
  transition: all 0.3s ease;
}

.is-parent {
  border: 2px solid #000000;
}

@media screen and (max-width: 900px) {
  .hinemos-study-single-category-link {
    padding: 4px 7px;
  }
}

.hinemos-study-single-tag-link {
  padding: 5px 10px;
  background-color: var(--sub-main-color);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.hinemos-study-single-category-link:hover,
.hinemos-study-single-tag-link:hover {
  color: var(--accent-text-color);
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.hinemos-study-single-title {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D4D3D3;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .hinemos-study-single-title {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}

.hinemos-study-single-date {
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.9px;
  text-align: right;
  padding-top: 21px;
}

@media screen and (max-width: 900px) {
  .hinemos-study-single-date {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding-top: 14px;
  }
}

.hinemos-study-single-eyecatch {
  max-width: 500px;
  margin: 20px auto 10px;
}

.hinemos-study-single-snslist {
  display: flex;
  gap: 4px;
  justify-content: end;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .hinemos-study-single-snslist {
    justify-content: center;
    margin-bottom: 30px;
  }
}

.hinemos-study-single-snslist-item {
  max-width: 140px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hinemos-study-single-snslist-item {
    max-width: 83.3px;
  }
}

.hinemos-study-single-snslist-item-link {
  color: var(--accent-text-color);
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.9px;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .hinemos-study-single-snslist-item-link {
    font-size: 11px;
    line-height: 1.75;
    letter-spacing: 0.7px;
  }
}

.hinemos-study-single-snslist-item-link::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 35%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .hinemos-study-single-snslist-item-link::before {
    top: 25%;
  }
}

.is-twitter {
  background-color: #5BA4D9;
  padding: 2px 42px 2px 58px;
}

.is-facebook {
  background-color: #395793;
  padding: 2px 40px 2px 57px;
}

.is-hatena {
  background-color: #2588C9;
  padding: 2px 40px 2px 57px;
}

.is-note {
  background-color: #3EC8B3;
  padding: 2px 23px 2px 39px;
}

.is-twitter::before {
  background-image: url('../../img/common/ico_twitter01.png');
  left: 42px;
}

.is-facebook::before {
  background-image: url('../../img/common/ico_facebook01.png');
  left: 41px;
}

.is-hatena::before {
  background-image: url('../../img/common/ico_hatena01.png');
  left: 41px;
}

.is-note::before {
  background-image: url('../../img/common/ico_note01.png');
  left: 23px;
}

@media screen and (max-width: 768px) {
  .is-twitter {
    padding: 2px 18px 2px 34px;
  }

  .is-facebook {
    padding: 2px 17px 2px 33px;
  }

  .is-hatena {
    padding: 2px 17px 2px 33px;
  }

  .is-note {
    padding: 2px 3px 2px 19px;
  }

  .is-twitter::before {
    left: 18px;
  }

  .is-facebook::before {
    left: 17px;
  }

  .is-hatena::before {
    left: 17px;
  }

  .is-note::before {
    left: 3px;
  }
}

.hinemos-study-single-old-message {
  color: #666666;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.9px;
  margin: 15px 0;
  padding: 10px 15px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 900px) {
  .hinemos-study-single-old-message {
    font-size: 13px;
    letter-spacing: 0.7px;
  }
}

.hinemos-study-single-content {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.9px;
  margin: 40px 0 30px;
}

.hinemos-study-single-content .lwptoc {
  margin: 40px 0 32px;
}

.hinemos-study-single-content .lwptoc .lwptoc_i {
  display: block;
  box-sizing: border-box;
  padding: 40px 35px;
}

.hinemos-study-single-content .lwptoc .lwptoc_title {
  font-size: 20px;
}

.hinemos-study-single-content .lwptoc .lwptoc_item a {
  font-size: 18px;
  line-height: 1.5;
  transition: opacity 0.3s ease;
}

.hinemos-study-single-content .lwptoc .lwptoc_item a:hover {
  border: none !important;
  opacity: 0.7;
}

.hinemos-study-single-content .lwptoc .lwptoc_item a span {
  border-bottom: 1px solid #2d97e2 !important;
}

.hinemos-study-single-content .lwptoc .lwptoc_item .lwptoc_item a {
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .hinemos-study-single-content {
    font-size: 13px;
    line-height: 1.75;
  }

  .hinemos-study-single-content .lwptoc {
    margin-top: 30px;
  }

  .hinemos-study-single-content .lwptoc .lwptoc_i {
    padding: 25px 15px;
  }

  .hinemos-study-single-content .lwptoc .lwptoc_title {
    font-size: 17px;
  }

  .hinemos-study-single-content .lwptoc .lwptoc_item a {
    font-size: 15px;
  }

  .hinemos-study-single-content .lwptoc .lwptoc_item .lwptoc_item a {
    font-size: 13px;
  }
}

.hinemos-study-single-content h2 {
  font-weight: var(--bold-font-weight);
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 22px;
  padding: 17px 33px;
  background-color: #dbe8f0;
}

.hinemos-study-single-content h2 span {
  font-weight: var(--bold-font-weight);
}

.hinemos-study-single-content h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 25px 0 20px;
  padding-left: 18px;
  position: relative;
}

.hinemos-study-single-content h3::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background: var(--main-color);
}

.hinemos-study-single-content p {
  margin-bottom: 25px;
}

.hinemos-study-single-content a {
  color: var(--sub-text-color) !important;
  text-decoration: underline;
}

.hinemos-study-single-content a:hover {
  text-decoration: none;
}

.hinemos-study-single-content table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 25px;
}

.hinemos-study-single-content table th,
.hinemos-study-single-content table td {
  text-align: inherit;
  vertical-align: top;
  padding: 5px;
  border: 1px solid #000;
}

.hinemos-study-single-content table th {
  background: var(--accent-color);
  text-align: center;
}

.hinemos-study-single-content ol {
  list-style: decimal;
  margin-bottom: 25px;
  padding-left: 20px;
}

.hinemos-study-single-content ul {
  list-style: disc;
  margin-bottom: 25px;
  padding-left: 20px;
}

.hinemos-study-single-content blockquote {
  display: block;
  margin-bottom: 25px;
  padding: 15px 20px;
  background: var(--accent-color);
}

.hinemos-study-single-content blockquote p {
  margin-bottom: 0;
}

.hinemos-study-single-content strong {
  font-weight: var(--bold-font-weight);
}

.hinemos-study-single-content em {
  font-style: italic;
}

.hinemos-study-single-content pre {
  font-family: monospace;
  background: var(--accent-color);
  margin-bottom: 27px;
  padding: 10px;
}

.hinemos-study-single-content .wp-caption {
  display: inline-block;
  margin-bottom: 25px;
  padding: 3px;
  border: solid 1px #efefef;
  border-radius: 4px;
  background: #f5f5f5;
}

.hinemos-study-single-content .wp-caption-text {
  text-align: center;
  color: #555;
  font-size: 12px;
  margin-bottom: 0;
}

.hinemos-study-single-content .alignleft {
  float: left;
}

.hinemos-study-single-content .alignright {
  float: right;
}

.hinemos-study-single-content .aligncenter {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .hinemos-study-single-content h2 {
    font-size: 17px;
    margin-bottom: 10px;
    padding: 13px 15px;
  }

  .hinemos-study-single-content h3 {
    font-size: 15px;
    margin: 10px 0;
    padding-left: 14px;
  }

  .hinemos-study-single-content h3::before {
    width: 4px;
  }

  .hinemos-study-single-content ol {
    padding-left: 15px;
  }

  .hinemos-study-single-content ul {
    padding-left: 15px;
  }
}

.hinemos-study-single-relation {
  margin: 90px 0;
}

.hinemos-study-single-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .hinemos-study-single-pager {
    flex-wrap: wrap;
  }
}

.hinemos-study-single-pager a {
  color: var(--sub-text-color);
  font-weight: var(--bold-font-weight);
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 768px) {
  .hinemos-study-single-pager a {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.7px;
  }
}

.hinemos-study-single-pager-all-text {
  font-size: 18px;
  line-height: 2;
  padding: 21px 112px;
}

@media screen and (max-width: 768px) {
  .hinemos-study-single-pager-all {
    order: -1;
    width: 100%;
    margin-bottom: 15px;
  }

  .hinemos-study-single-pager-all-text {
    font-size: 14px;
    line-height: 1.75;
    padding: 12.5px 0;
    text-align: center;
  }
}

.hinemos-study-single-pager-prev {
  position: relative;
  padding-left: 18px;
}

.hinemos-study-single-pager-next {
  position: relative;
  padding-right: 18px;
}

.hinemos-study-single-pager-prev::before,
.hinemos-study-single-pager-next::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--main-color);
}

.hinemos-study-single-pager-prev::before {
  border-left: 2px solid var(--main-color);
  rotate: 45deg;
  left: 0.3%;
}

.hinemos-study-single-pager-next::before {
  border-right: 2px solid var(--main-color);
  rotate: -45deg;
  right: 0.3%;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 900px) {
  .hinemos-study-cta-area {
    margin-bottom: 0;
  }
}

/**************************************
◆Study-Searches
**************************************/
.hinemos-study-searches-archivelist {
  display: flex;
  flex-direction: column;
}

.hinemos-study-search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  background-color: var(--accent-color);
  margin-bottom: 60px;
  padding: 30px 71px;
}

@media screen and (max-width: 900px) {
  .hinemos-study-search-form {
    padding: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .hinemos-study-search-form {
    padding: 15px;
  }
}

.hinemos-study-search-form-input {
  font-size: 16px;
  max-width: 660px;
  width: 100%;
  padding: 13px 15px;
  background-color: var(--base-color);
}

.hinemos-study-search-form-button {
  width: 50px;
  height: 50px;
  background-color: #2D97E2;
  border: none;
}

.hinemos-study-search-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.hinemos-study-search-count {
  font-size: 20px;
  font-weight: var(--bold-font-weight);
  line-height: 2;
  letter-spacing: 0.9px;
  color: var(--sub-text-color);
}

@media screen and (max-width: 900px) {
  .hinemos-study-search-count {
    font-size: 16px;
    line-height: 1.75;
  }
}

.hinemos-study-searches-archivelist-item-link {
  max-width: 862px;
  width: 100%;
  padding: 30px 0 30px;
  border-bottom: 1px solid var(--accent-color);
}

@media screen and (max-width: 600px) {
  .hinemos-study-searches-archivelist-item-link {
    padding: 20px 0 20px;
  }
}

.hinemos-study-searches-archivelist-item-link:first-child {
  border-top: 1px solid var(--accent-color);
}

.hinemos-study-searches-archivelist-item {
  display: flex;
  gap: 30px;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .hinemos-study-searches-archivelist-item {
    flex-direction: column;
    gap: 14px;
  }
}

.hinemos-study-searches-item-img-wrapper {
  width: 322px;
  height: 181px;
}

@media screen and (max-width: 600px) {
  .hinemos-study-searches-item-img-wrapper {
    width: 100%;
    height: 100%;
  }
}

.hinemos-study-searches-item-img {
  width: 322px;
  height: 181px;
}

@media screen and (max-width: 600px) {
  .hinemos-study-searches-item-img {
    width: 100%;
    height: 100%;
  }
}

.hinemos-study-searches-item-content {
  text-align: left;
  max-width: 513px;
  width: 100%;
}

.hinemos-study-searches-archivelist-item-date {
  font-size: 14px;
  font-weight: var(--bold-font-weight);
  line-height: 2;
  letter-spacing: 0.9px;
  text-align: left;
  color: #AEAEAF;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .hinemos-study-searches-archivelist-item-date {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.7px;
  }
}

.hinemos-study-searches-archivelist-item-title {
  font-size: 20px;
  font-weight: var(--bold-font-weight);
  line-height: 1.5;
  letter-spacing: 0.9px;
  text-decoration: underline;
  margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
  .hinemos-study-searches-archivelist-item-title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.7px;
  }
}

.hinemos-study-archivelist-item-expect {
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 600px) {
  .hinemos-study-archivelist-item-expect {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

/* ページネーション */
.wp-pagenavi {
  display: flex;
  gap: 2%;
  justify-content: center;
  padding: 10px 0;
  margin-top: 50px;
}

.wp-pagenavi li {
  list-style: none;
}

.wp-pagenavi li.extend {
  display: flex;
  align-items: end;
  font-weight: var(--bold-font-weight);
  font-size: 16px;
  line-height: 2;
  color: var(--sub-text-color);
}

.wp-pagenavi a,
.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid #D4D3D3;
  box-sizing: border-box;
  color: var(--sub-text-color);
  font-weight: var(--bold-font-weight);
  font-size: 16px;
  line-height: 2;
  transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

@media screen and (max-width: 900px) {

  .wp-pagenavi a,
  .current span {
    width: 44px;
    height: 44px;
    font-size: 14px;
    line-height: 1.75;
  }
}

.wp-pagenavi a:hover,
.current span {
  color: var(--accent-text-color);
  background-color: var(--sub-text-color);
  border-color: var(--sub-text-color);
}

.previous a,
.next a {
  font-size: 0;
  border: none;
  background: url(../../img/webp/common/ico_arrow01_blue.webp) no-repeat center;
  background-size: 8px 14px;
}

.previous a {
  transform: rotate(180deg);
}

@media screen and (max-width: 900px) {

  .previous a,
  .next a {
    background-size: 7px 11px;
  }
}

.previous a:hover,
.next a:hover {
  background-color: var(--base-color);
  opacity: 0.7;
}