@charset "UTF-8";

/*
-----------------------------------------------------------
 qa-content
----------------------------------------------------------- */
.qa-content p {
  margin-bottom: 0;
}

/* qa-item
----------------------------------------------------------- */

.qa-content .qa-item dt {
  /* font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: 21px;
  padding: 7px 0 10px 49px;
  font-size: 21px;
  line-height: 1.4;
}

.qa-content .qa-item dt::before {
  content: "Q";
  background: #26574a;
}

.qa-content .qa-item dt::before,
.qa-content .qa-item dd::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin-right: 1em;
  font-weight: bold;
  font-size: 20px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", serif;
  color: #fff;
  line-height: 40px;
  text-indent: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

.qa-content .qa-item dd {
  position: relative;
  padding: 8px 0 0 50px;
  min-height: 40px;
}

.qa-content .qa-item dd::before {
  content: "A";
  background: #911e10;
}

/* qa-item02
----------------------------------------------------------- */
.qa-content .qa-item02 {
  line-height: 1.7;
}

.qa-content .qa-item02+.qa-item02 {
  border-top: 1px solid #CCC;
}

.qa-content .qa-item02 .qa-button::before,
.qa-content .qa-item02 dd::before {
  position: absolute;
  font-weight: bold;
  font-family: "Lucida Sans Unicode", "Lucida Grande", serif;
  text-align: center;
  color: #fff;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 50%;
}

@media (max-width: 767px) {

  .qa-content .qa-item02 .qa-button::before,
  .qa-content .qa-item02 dd::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50%;
  }
}

.qa-content .qa-item02>dd {
  display: none;
  position: relative;
  padding: 7px 0 35px 50px;
  min-height: 40px;
}

@media (max-width: 767px) {
  .qa-content .qa-item02>dd {
    padding: 7px 0 25px 40px;
    font-size: 14px;
  }
}

.qa-content .qa-item02>dd::before {
  content: "A";
  background: #911e10;
  top: 0;
}

.qa-content .qa-item02 .qa-button {
  /* font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-weight: bold;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  line-height: 1.45;
  padding: 25px 45px 25px 50px;
  font-size: 19px;
}

@media (max-width: 767px) {
  .qa-content .qa-item02 .qa-button {
    padding: 20px 45px 20px 40px;
    font-size: 15px;
  }
}

.qa-content .qa-item02 .qa-button::before {
  content: "Q";
  background: #26574a;
  top: 0;
  bottom: 3px;
  margin: auto 0;
}

.qa-content .qa-item02 .qa-button:hover {
  opacity: 0.7;
}

.qa-content .qa-item02 .qa-button .icon {
  pointer-events: none;
  position: absolute;
  right: 14px;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media (max-width: 767px) {
  .qa-content .qa-item02 .qa-button .icon {
    width: 20px;
    height: 20px;
  }
}

.qa-content .qa-item02 .qa-button .icon::before,
.qa-content .qa-item02 .qa-button .icon::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  transition: 0.3s all;
  background: #26574a;
}

.qa-content .qa-item02 .qa-button .icon::before {
  height: 2px;
  width: 100%;
}

.qa-content .qa-item02 .qa-button .icon::after {
  height: 100%;
  width: 2px;
}

.qa-content .qa-item02 .qa-button.js-active .icon::after {
  height: 0;
}


.qa-content .qa-item02 ul,
.qa-content .qa-item02 ol {
  padding-left: 20px;
  margin: 0;
}

.qa-item02-box {
  padding-top: 14px;
  padding-bottom: 14px;
  margin: 10px 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

.qa-content .qa-item02 ul {
  list-style: disc;
}

.qa-content .qa-item02 li+li {
  margin-top: 10px;
}

.qa-content .qa-item02 .qa-item02-bold {
  font-weight: bold;
}


/*
-----------------------------------------------------------
 監修者
----------------------------------------------------------- */

/* 上部
----------------------------------------------------------- */
.supervisor-info {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-top: 1.5px solid #7a917a;
  border-bottom: 1.5px solid #7a917a;
  padding: 20px 0;
  margin: 30px 0;
}

.supervisor-thumb {
  flex: 0 0 100px;
  width: 100px;
  margin: 0;
  border-radius: 100px;
  border: 1.5px solid #EEE;
  overflow: hidden;
}

.supervisor-info .text-wrap {
  flex: 1 1 100%;
  margin: 10px 0 0;
}

.supervisor-info .text-wrap .supervisor-name {
  color: #005c12;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  border: none;
  padding: 0;
  margin: 0 0 15px;
}

.supervisor-info .text-wrap span {
  display: inline-block;
}

.supervisor-info .text-wrap .label {
  background: #005c12;
  font-size: 1.4rem;
  font-weight: normal;
  color: #FFF;
  line-height: 1.5;
  padding: 3px 6px 2px;
  margin: 0 10px 5px 0;
  border-radius: 5px;
}

.supervisor-info .text-wrap .comment {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin: 15px 0 0;
}

.supervisor-info .supervisor-info-company {
  margin-bottom: 0;
}

/* 下部
----------------------------------------------------------- */
.profile-box .profile-box-company {
  margin-bottom: 0;
}

/*
-----------------------------------------------------------
 blog-youtube
----------------------------------------------------------- */
.blog-youtube {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .blog-youtube {
    margin: 0 auto 4rem;
  }
}

.blog-youtube-box {
  height: 0;
  padding-bottom: 56.3%;
  margin: 0 auto;
  position: relative;
}

.blog-youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

/*
-----------------------------------------------------------
 sales-letter-wp-banner
----------------------------------------------------------- */
.sales-letter-wp-banner__img {
  display: block;
  margin: 0 auto;
  max-width: 624px;
  box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.12);
}

.sales-letter-wp-banner__img:hover {
  opacity: 0.6;
}

.sales-letter-wp-banner__img br {
  display: none;
}

@media (max-width: 767px) {
  .sales-letter-wp-banner__img {
    max-width: 375px;
  }
}