main.case {
  overflow: initial;
}

.info__top-spacer {
  margin-bottom: 30px;
}
.info__main__top a {
  transition: 0.3s;
}
.info__main__top a:hover {
  text-decoration: underline;
}
.info__main__top .category {
  color: #19709b;
  margin-right: 16px;
}
.info__main h1.info__title {
  text-align: left;
  justify-content: flex-start;
  margin-top: 8px;
}
.info__main h1.info__title::before {
  display: none;
}
@media not screen and (max-width: 767px) {
  .info__main:has(.sidebar) h1.info__title {
    max-width: calc(100% - 360px);
  }
}
.info__main__body > img:first-child {
  margin: 30px 0;
}
.info__main__body h2 {
  text-align: left;
  justify-content: flex-start;
}
.info__main__body h2:not(.sidebar__post-list__title)::before {
  display: none;
}
.info__main__body h2.sidebar__post-list__title::before {
  background: #35805a;
}
.info__main__body h3 {
  font-weight: 500;
  border-left: 6px solid #e47011;
  padding-left: 16px;
  margin: 1.25em 0;
}
.info__main__body p a {
  transition: 0.3s;
}
.info__main__body p a:hover {
  text-decoration: underline;
}
@media not screen and (max-width: 767px) {
  .info__main__body:has(.sidebar) {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }
  .info__main__body:has(.sidebar) .info__main__body__contents {
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
    padding-right: 36px;
    border-right: 1px solid #f4f3ef;
  }
}
.info__main__body__contents__body table {
  border-spacing: 0;
}
.info__main__body__contents__body table th, .info__main__body__contents__body table td {
  border-color: #f4f3ef;
  border-style: solid;
  border-width: 1px 0;
  padding: 16px;
  text-align: left;
}
.info__main__body__contents__body table th, .info__main__body__contents__body table td {
  border-color: #d7d7d7;
  border-top-width: 0;
}
.info__main__body__contents__body table th {
  border-width: 0px 1px 1px 0;
}
.info__main__body__contents__body table tr:first-child th, .info__main__body__contents__body table tr:first-child td {
  border-top-width: 1px;
}
.info__main__body__contents__bottom-info {
  margin-top: 60px;
}
.info__main__body__contents__bottom-info__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.info__main__body__contents__bottom-info__items h3 {
  padding-left: 0;
  border-left: 0;
  margin: 0.5em 0;
}
.info__main__body__contents__bottom-info__items time {
  display: block;
  margin-top: 0.5em;
}
.info__main__body__contents__bottom-info__items .category {
  display: inline-block;
  color: #19709b;
  font-size: 14px;
}
.info__signup {
  background: #f3f1eb;
}
.info__signup__form {
  margin-top: 24px;
  padding: 30px 60px;
  background-color: white;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .info__signup__form {
    padding: 16px;
  }
}
.info__contents {
  margin-top: 16px;
  padding: 8px 16px;
  background-color: #fbfbf9;
}
.info__contents + img {
  margin: 24px 0 8px;
}
.info__contents.hide {
  display: none;
}
.info__contents h2 {
  color: #e47011;
  margin-bottom: 0;
}
.info__contents ul {
  padding-left: 0;
}
.info__contents ul li {
  list-style: none;
  margin: 8px 0;
}
.info__contents ul li a {
  font-weight: 500;
  transition: 0.3s;
}
.info__contents ul li a:hover {
  opacity: 0.8;
}
.info__contents ul li::before {
  content: "-";
  margin: 0 8px;
}
.info__contents ul li:last-child {
  margin-bottom: 0;
}
.info__contents + .info__main__body__contents__body {
  margin-top: 30px;
}

.case__top__text > :first-child {
  margin-top: 0;
}
.case__top__text__meta {
  margin: 0;
}
.case__top__text__meta span, .case__top__text__meta strong {
  font-weight: 500;
}
.case__top__text__meta strong {
  color: #e47011;
}
@media not screen and (max-width: 767px) {
  .case__top {
    display: flex;
    align-items: center;
  }
  .case__top > img {
    flex: 0 0 40%;
    width: 40%;
    margin-right: 36px;
    max-width: 350px;
  }
}
.case__problem, .case__solution {
  margin-top: 48px;
  border: 3px solid #e1e5e6;
  border-radius: 4px;
  position: relative;
  padding: 32px 32px 16px;
}
.case__problem > h2, .case__solution > h2 {
  width: 200px;
  position: absolute;
  transform: translateY(-50%);
  padding: 8px;
  font-weight: 500;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  top: 0;
  left: -3px;
  background: #e1e5e6;
}
.case__problem ul, .case__solution ul {
  padding-left: 14px;
}
.case__problem ul li, .case__solution ul li {
  margin: 8px 0;
  font-weight: 400;
}
.case__solution {
  background: #f3f1eb;
  border-color: #e47011;
}
.case__solution > h2 {
  background-color: #e47011;
  color: white;
}
.case__buttons.button-container {
  margin-top: 16px;
}
.case__buttons a.btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  margin: 4px;
  width: 100%;
  max-width: 240px;
}
.case__buttons a.btn::before {
  display: none;
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.case__buttons a.btn.orange::before {
  background-image: url(../../images/toiawase.png);
}
.case__buttons a.btn.green::before {
  background-image: url(../../images/download.png);
}
.case__details {
  padding: 36px;
  margin-top: 36px;
  background: beige;
}
.case__details h2 {
  justify-content: center;
}
.case__details__body {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 36px;
}
.case__details__body__left > img {
  max-width: 200px;
  height: auto;
}
.case__details__body__left h3 {
  border-left: 0;
  padding-left: 0;
  text-align: center;
  margin: 0.25em 0 0;
}
@media not screen and (max-width: 767px) {
  .case__details__body hr {
    width: 1px;
    background-color: #d7d7d7;
    margin: 0 30px;
    height: auto;
    align-self: stretch;
  }
}
.case__details__body__right h3 {
  border-left: 0;
  padding-left: 0;
}
.case__details__body__right ul {
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .case__details__body {
    flex-direction: column;
  }
  .case__details__body hr {
    margin: 12px 0;
  }
}
.case__gallery {
  margin-top: 36px;
  position: relative;
}
.case__gallery .slick-track, .case__gallery .slick-slide {
  display: flex;
  align-items: center;
}
.case__gallery img {
  height: auto;
}

.sidebar {
  position: relative;
}
.sidebar .widget + .widget {
  margin-top: 40px;
}
@media not screen and (max-width: 767px) {
  .sidebar {
    flex: 0 0 260px;
  }
  .sidebar__container {
    position: sticky;
    top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar {
    margin-top: 30px;
  }
}
.sidebar h2 ~ h2 {
  margin-top: 36px;
}
.sidebar h3 {
  padding: 0;
  border-left: 0;
  font-weight: 400;
  margin: 8px 0 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sidebar h3 {
    font-size: 14px;
  }
}
.sidebar__post-list + .sidebar__post-list {
  margin-top: 48px;
}
.sidebar__post-list__post {
  display: block;
  transition: 0.3s;
}
.sidebar__post-list__post:hover {
  opacity: 0.8;
}
.sidebar__post-list__post + .sidebar__post-list__post {
  margin-top: 24px;
  border-top: 1px solid #f4f3ef;
  padding-top: 24px;
}
.sidebar__cat-box {
  border-radius: 8px;
}
.sidebar__cat-box > * {
  padding: 12px !important;
}
.sidebar__cat-box > h3 {
  background-color: #19709b;
  color: white;
}
.sidebar__cat-box__body {
  background: #f3f1eb;
}
.sidebar__cat-box__body ul {
  padding-left: 18px;
  margin-top: 0;
}
.sidebar__cat-box__body ul li {
  list-style: none;
  position: relative;
  display: flex;
}
.sidebar__cat-box__body ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -20px;
  width: 6px;
  height: 6px;
  border-width: 2px;
  border-style: solid;
  border-color: #19709b #19709b transparent transparent;
  transform: rotate(45deg);
  border-radius: 2px;
}
.sidebar__cat-box__body ul li + li {
  margin-top: 8px;
}
.sidebar .wp-block-image {
  margin: 0;
}
.sidebar .wp-block-image a {
  transition: 0.3s;
}
.sidebar .wp-block-image a:hover {
  opacity: 0.8;
}
.sidebar .wp-block-image a img {
  height: auto;
}

/*# sourceMappingURL=info.css.map */
