@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  font-size: 10px;
}

.container > article * {
  line-height: inherit;
}

.feature .multicolumn-right {
  width: calc(100% - 40px) !important;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
}
.feature .socialbutton {
  text-align: right;
  line-height: 1;
}
.feature .socialbutton ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature .socialbutton li {
  margin-left: 10px;
}
.feature .socialbutton li .tweet {
  height: 20px;
}
.feature .socialbutton li .facebook-share {
  height: 20px;
}
.feature .socialbutton.socialbutton--top {
  display: none;
  margin: 0 20px 20px;
}
.feature .socialbutton.socialbutton--bottom {
  display: inline-block;
  margin: 8px 0 0;
  vertical-align: middle;
}

.entry__meta {
  width: calc(100% - 32px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry__meta .create-date {
  margin-top: 8px;
  min-width: 8em;
}

/*　サイドバー その他の記事 表示設定 */
.multicolumn-left section.random-bn ul {
  display: block;
}

.main-content {
  display: block;
  width: 100%;
  padding: 12px 0 24px;
  border: none;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.86;
  color: #222;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  font-weight: 700;
}
.main-content p,
.main-content li {
  line-height: 1.86;
}
.main-content a {
  text-decoration: underline;
  -webkit-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  text-underline-offset: 3px;
}
.main-content a:hover {
  opacity: 0.7;
}
.main-content *, .main-content *::before, .main-content *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-content br.pc-br {
  display: none;
}
.main-content .note {
  font-size: 0.9em;
  line-height: 1.5;
}

.page__header {
  padding: 0;
  margin: 0;
}
.page__intro {
  width: calc(100% - 38px);
  margin: 30px auto 10px;
}
.page__ps {
  margin: 20px 19px 30px;
}

.simplebar-scrollbar::before {
  background: #aaa;
  border-radius: 4px;
  width: 160px;
  margin-left: 2px;
  margin-top: 0px;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background-color: #e5e5e5;
  border-radius: 10px;
}

.main-content {
  background: url("../imgs/bg.jpg");
}

.page__nav {
  margin: 50px auto;
}
.page__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px 30px;
}
.page__nav__item {
  width: 240px;
  padding-bottom: 32px;
  position: relative;
}
.page__nav__item::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 64px;
  background-repeat: no-repeat;
  background-size: contain;
}
.page__nav__item01::after {
  background-image: url("../imgs/nav_arrow01.png");
}
.page__nav__item02::after {
  background-image: url("../imgs/nav_arrow02.png");
}
.page__nav__item03::after {
  background-image: url("../imgs/nav_arrow03.png");
}
.page__nav__item04::after {
  background-image: url("../imgs/nav_arrow04.png");
}
.page__nav__item__index {
  display: block;
  height: 34px;
  width: auto;
  position: absolute;
  top: -20px;
  right: 0;
}
.page__nav__item__title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 9px;
  width: calc(100% - 68px);
  line-height: 1.7 !important;
}
.page__nav__item__title > span {
  display: inline-block;
  padding: 0 4px;
  border-radius: 2px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  vertical-align: bottom;
}
.page__nav__item__title > span span {
  font-size: 1.6rem;
}
.page__nav__item__title01 > span {
  background-color: #e2c9c8;
}
.page__nav__item__title02 > span {
  background-color: #e6d3c1;
}
.page__nav__item__title03 > span {
  background-color: #dad0e2;
}
.page__nav__item__title04 > span {
  background-color: #cbdac9;
}
.page__ps {
  padding-top: 30px;
  border-top: 1px solid #222;
}
.page__ps .link {
  margin: 30px auto 80px;
  text-align: center;
  max-width: 390px;
}
.page__ps .link__index {
  text-align: left;
}
.page__ps .link__index img {
  width: 113px;
}
.page__ps .link__title {
  margin: 8px auto 14px;
  font-size: 1.6rem;
  font-weight: 700;
}
.page__ps .link__title span {
  display: block;
  line-height: 1.5;
}
.page__ps .link__btn a {
  display: block;
  width: 100%;
  max-width: 260px;
  height: 47px;
  margin: 0 auto;
  position: relative;
  background-color: #222;
  border-radius: 29px;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 47px;
}
.page__ps .link__btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 6px solid #fff;
}

.section {
  width: calc(100% - 38px);
  max-width: 480px;
  margin: 12px auto 50px;
}
.section__header {
  margin: 0 -10px 27px;
}
.section__header img {
  width: 61px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.section__main {
  position: relative;
  padding-bottom: 45px;
}
.section__main .index {
  height: 38px;
  position: absolute;
  top: -19px;
  right: 0;
}
.section__main .index img {
  width: auto;
  height: 38px;
}
.section__main .title {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 10px;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2 !important;
  letter-spacing: 0;
}
.section__main .title > span {
  display: inline-block;
  padding: 0 6px;
  border-radius: 3px;
  line-height: 1.4;
  vertical-align: bottom;
}
.section__main .title > span span {
  font-size: 1.9rem;
}
.section__qa {
  margin: 32px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px 0;
}
.section__qa .qa {
  width: 100%;
  position: relative;
  text-align: center;
}
.section__qa .qa__q {
  margin: 0 8px -21px;
  position: relative;
  z-index: 20;
}
.section__qa .qa__q p {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.section__qa .qa__q p span {
  display: block;
}
.section__qa .qa__q p br {
  display: none;
}
.section__qa .qa__a {
  padding: 40px 20px 24px;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 5px;
  text-align: left;
}
.section__qa .qa__a p span {
  font-weight: 700;
}
.section__qa .qa__a figure {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px 32px;
  text-align: center;
}
.section__qa .qa__a figure img {
  max-width: 536px;
}

.sec01__header {
  border-top: 1px solid #d46b6b;
}
.sec01__main .title > span {
  background-color: #e2c9c8;
}
.sec01__qa .qa__q p {
  background-color: #d46b6b;
}

.sec02__header {
  border-top: 1px solid #e39045;
}
.sec02__main .title > span {
  background-color: #e6d3c1;
}
.sec02__qa .qa__q p {
  background-color: #e39045;
}

.sec03__header {
  border-top: 1px solid #9f78c0;
}
.sec03__main .title > span {
  background-color: #dad0e2;
}
.sec03__qa .qa__q p {
  background-color: #9f78c0;
}

.sec04__header {
  border-top: 1px solid #6ca465;
}
.sec04__main .title > span {
  background-color: #cbdac9;
}
.sec04__qa .qa__q p {
  background-color: #6ca465;
}
@media screen and (min-width: 751px) {
  .feature .multicolumn-right {
    width: 780px !important;
  }
  .feature .create-date {
    display: block;
    font-size: 1.4rem;
  }
  .feature .socialbutton.socialbutton--top {
    display: block;
    padding-top: 24px;
  }
  .entry__meta {
    width: calc(100% - 48px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .main-content {
    padding: 0 0 20px;
    font-size: 1.5rem;
  }
  .main-content br.sp-br {
    display: none;
  }
  .main-content br.pc-br {
    display: inline;
  }
  .page__header {
    margin: 0 auto;
  }
  .page__header .page__title {
    margin: 0 22px;
  }
  .page__intro {
    width: calc(100% - 68px);
    font-size: 1.5rem;
  }
  .page__ps {
    margin: 40px 34px;
    font-size: 1.5rem;
  }
  .page__nav {
    margin: 90px auto;
  }
  .page__nav__list {
    gap: 60px 68px;
  }
  .page__nav__item {
    width: 265px;
    padding-bottom: 38px;
  }
  .page__nav__item::after {
    width: 43px;
    height: 43px;
  }
  .page__nav__item:hover::after {
    opacity: 0.7;
  }
  .page__nav__item__index {
    height: 36px;
    top: -22px;
  }
  .page__nav__item__title {
    line-height: 1.9 !important;
  }
  .page__nav__item__title > span {
    padding: 0 8px;
    font-size: 1.4rem;
  }
  .page__nav__item__title > span span {
    font-size: 1.8rem;
  }
  .page__ps {
    margin-top: -30px;
    padding-top: 40px;
  }
  .page__ps .link__title {
    margin-top: -16px;
  }
  .section {
    width: calc(100% - 64px);
    max-width: none;
  }
  .section__header {
    margin: 0 0 64px;
  }
  .section__main {
    width: 594px;
    padding-bottom: 52px;
    margin: 0 auto;
  }
  .section__main .index {
    height: 60px;
    top: -30px;
  }
  .section__main .index img {
    height: 100%;
  }
  .section__main .title {
    width: 33%;
    line-height: 2.7 !important;
  }
  .section__main .title > span {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .section__main .title > span span {
    font-size: 2.25rem;
  }
  .section__qa {
    margin: 54px auto 80px;
  }
  .section__qa .qa__q {
    margin-bottom: -12px;
  }
  .section__qa .qa__q p {
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 1.8rem;
  }
  .section__qa .qa__q p span {
    display: inline;
  }
  .section__qa .qa__q p br {
    display: inline;
  }
  .section__qa .qa__a {
    padding: 30px 24px;
    border-radius: 10px;
  }
  .section__qa .qa__a figure {
    margin-top: 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section__qa .qa__a figure img {
    max-width: 432px;
  }
  .sec01 .qa2 figure img {
    width: calc(50% - 16px);
  }
  .sec02 .qa2 figure img,
  .sec03 .qa2 figure img,
  .sec04 .qa2 figure img {
    width: 228px;
  }
}/*# sourceMappingURL=style.min.css.map */
