@charset "UTF-8";
#page.in.question .question-section {
  margin: 110px 0;
}
#page.in.question .question-section .c-ttl05 {
  margin-bottom: 36px;
}
#page.in.question .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page.in.question .search-form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  border: 1px solid #c8c8c8;
  border-right: 0;
  background: #fff;
  padding: 15px 24px;
  border-radius: 100px 0 0 100px;
}
#page.in.question .search-form input::-webkit-input-placeholder {
  color: #d2d3d3;
}
#page.in.question .search-form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82px;
          flex: 0 0 82px;
  border: 1px solid #c8c8c8;
  border-left: 0;
  border-radius: 0 100px 100px 0;
  background: #3baebd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.in.question .search-form button img {
  width: 20px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  #page.in.question .question-section {
    margin: 60px 0;
  }
  #page.in.question .question-section .c-ttl05 {
    margin-bottom: 28px;
  }
  #page.in.question .search-form input {
    font-size: 16px;
    padding: 10px 20px;
  }
  #page.in.question .search-form button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58px;
            flex: 0 0 58px;
  }
}
#page.in.question section.search .search-keywords {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
#page.in.question section.search .search-keywords-ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 15px;
  color: #000029;
}
#page.in.question section.search .search-keywords-ttl:after {
  content: ":";
}
#page.in.question section.search .search-keywords-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 12px;
}
#page.in.question section.search .search-keywords-list a {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  height: 100%;
  color: #28253d;
  background: #efefef;
  padding: 2px 8px;
  border-radius: 4px;
}
#page.in.question section.search .search-keywords-list a:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/question/ico_keyword.png) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #page.in.question section.search .search-keywords {
    margin-top: 20px;
    display: block;
  }
  #page.in.question section.search .search-keywords-ttl {
    font-size: 13px;
    margin-bottom: 12px;
  }
  #page.in.question section.search .search-keywords-ttl:after {
    display: none;
  }
  #page.in.question section.search .search-keywords-list {
    gap: 6px 5px;
  }
}
#page.in.question section.popular .wpp-list > li {
  counter-increment: cnt;
}
#page.in.question section.popular .wpp-list > li + li {
  margin-top: 18px;
}
#page.in.question section.popular .wpp-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #3bb0bf;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  background: #f4f4f4;
  border-radius: 6px;
  padding: 24px;
}
#page.in.question section.popular .wpp-list > li a:before {
  content: counter(cnt);
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #3baebd;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page.in.question section.popular .wpp-list > li:first-child a:before {
  background: #ff5254;
}
#page.in.question section.popular .wpp-list > li:nth-child(2) a:before {
  background: #3bae7d;
}
#page.in.question section.popular .wpp-list > li a .ttl {
  font-size: 18px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#page.in.question section.popular .wpp-list > li a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/base/arrow.png) no-repeat center/contain, #3bb1c0;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #page.in.question section.popular .wpp-list > li + li {
    margin-top: 15px;
  }
  #page.in.question section.popular .wpp-list > li a {
    border-width: 1px;
    padding: 20px 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  #page.in.question section.popular .wpp-list > li a:before {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
  #page.in.question section.popular .wpp-list > li a .ttl {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.67;
  }
}
#page.in.question section.category .category-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
#page.in.question section.category .category-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 6px;
  padding: 30px 25px;
  height: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
#page.in.question section.category .category-list > li a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/base/arrow.png) no-repeat center/contain, #3bb1c0;
  border-radius: 50%;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 940px) {
  #page.in.question section.category .category-list {
    gap: 8px;
  }
  #page.in.question section.category .category-list > li a {
    padding: 30px 12px;
    font-size: 17px;
  }
  #page.in.question section.category .category-list > li a:after {
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  #page.in.question section.category .category-list {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  #page.in.question section.category .category-list > li a {
    font-size: 15px;
    line-height: 1.2;
    padding: 12px 10px;
  }
  #page.in.question section.category .category-list > li a:after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
@media (hover: hover) {
  #page.in.question section.category .category-list > li a:hover {
    color: #3bb1c0;
  }
}
#page.in.question .question-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding-top: 80px;
}
#page.in.question .question-flex-lft {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#page.in.question .question-flex-lft .question-section:first-child {
  margin-top: 0;
}
#page.in.question .question-flex-rig {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 265px;
          flex: 0 0 265px;
  padding-bottom: 50px;
}
#page.in.question .question-sidenav-ttl {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #282828;
  background: #f0f1ee;
  border-left: 4px solid #3bb0bf;
  padding: 10px;
  margin: 45px 0 5px;
}
#page.in.question .question-sidenav-ttl:first-child {
  margin-top: 0;
}
#page.in.question .question-sidenav .wpp-list > li {
  border-bottom: 1px solid #afafaf;
  counter-increment: cnt;
}
#page.in.question .question-sidenav .wpp-list a {
  font-size: 14px;
  line-height: 1.14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 12px 0;
}
#page.in.question .question-sidenav .wpp-list a:before {
  content: counter(cnt);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 700;
  background: #3baebd;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 2px;
}
#page.in.question .question-sidenav .wpp-list > li:first-child a:before {
  background: #ff5254;
}
#page.in.question .question-sidenav .wpp-list > li:nth-child(2) a:before {
  background: #3bae7d;
}
#page.in.question .question-sidenav-category > li {
  border-bottom: 1px solid #afafaf;
}
#page.in.question .question-sidenav-category a {
  font-size: 14px;
  line-height: 1.14;
  position: relative;
  display: block;
  padding: 18px 30px 18px 0;
}
#page.in.question .question-sidenav-category a:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/base/arrow.png) no-repeat center/contain, #3bb1c0;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.in.question .question-sidenav-bnr {
  margin-top: 42px;
}
#page.in.question .question-sidenav-bnr img {
  margin: 0 auto;
}
@media screen and (max-width: 939px) {
  #page.in.question .question-flex {
    display: block;
    padding-top: 60px;
  }
  #page.in.question .question-flex-rig {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #page.in.question .question-sidenav-ttl {
    font-size: 16px;
    margin: 60px 0 0;
    border-width: 5px;
    padding: 14px 20px;
  }
  #page.in.question .question-sidenav .wpp-list a {
    font-size: 15px;
    line-height: 1.67;
    padding: 20px 0 20px 4px;
  }
  #page.in.question .question-sidenav .wpp-list a:before {
    font-size: 13px;
    width: 24px;
    height: 24px;
  }
  #page.in.question .question-sidenav-category a {
    font-size: 15px;
    padding: 28px 32px 28px 4px;
  }
  #page.in.question .question-sidenav-category a:after {
    right: 6px;
    width: 20px;
    height: 20px;
  }
  #page.in.question .question-sidenav-bnr {
    margin-top: 60px;
  }
}
@media (hover: hover) {
  #page.in.question .question-sidenav-category a:hover {
    color: #3bb0bf;
  }
}
#page.in.question section.archive .archive-ttl {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #282828;
  margin-bottom: 25px;
}
#page.in.question section.archive .archive-list > li {
  margin-top: 14px;
}
#page.in.question section.archive .archive-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  background: #f4f4f4;
  border: 2px solid #3bb0bf;
  border-radius: 8px;
  padding: 20px;
  font-weight: 700;
}
#page.in.question section.archive .archive-list a:before {
  content: "Q";
  width: 44px;
  height: 44px;
  background: #3bb0bf;
  color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 2px;
}
#page.in.question section.archive .archive-list a:after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/base/arrow.png) no-repeat center/contain, #3bb0bf;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
#page.in.question section.archive .archive-more {
  margin: 48px auto 0;
  max-width: 397px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #282828;
  border: 1px solid #cccccc;
  border-radius: 100px;
  padding: 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #page.in.question section.archive .archive-ttl {
    font-size: 20px;
    margin-bottom: 35px;
  }
  #page.in.question section.archive .archive-list a {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    border-width: 1px;
    padding: 22px 8px;
  }
  #page.in.question section.archive .archive-list a:before {
    font-size: 15px;
    width: 28px;
    height: 28px;
  }
  #page.in.question section.archive .archive-list a:after {
    width: 20px;
    height: 20px;
  }
  #page.in.question section.archive .archive-more {
    margin-top: 30px;
    font-size: 15px;
    padding: 13px;
  }
}
@media (hover: hover) {
  #page.in.question section.archive .archive-more:hover {
    color: #3bb0bf;
  }
}
#page.in.question section.single {
  position: relative;
}
#page.in.question section.single .single-share {
  margin: 40px 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page.in.question section.single .single-share:first-child {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
}
#page.in.question section.single .single-share:last-child {
  margin-bottom: 0;
}
#page.in.question section.single .single-share-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}
#page.in.question section.single .single-share-ttl:before,
#page.in.question section.single .single-share-ttl:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #3bb0bf;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#page.in.question section.single .single-share-ttl:after {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
#page.in.question section.single .single-share-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}
#page.in.question section.single .single-share-sns > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 38px;
          flex: 0 1 38px;
}
#page.in.question section.single .single-question {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  margin-bottom: 36px;
  color: #282828;
}
#page.in.question section.single .single-question:before {
  content: "Q";
  width: 44px;
  height: 44px;
  background: #3bb0bf;
  color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 19px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2px;
}
#page.in.question section.single .single-answer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: 0.04em;
}
#page.in.question section.single .single-answer-main:before {
  content: "A";
  width: 44px;
  height: 44px;
  background: #ff5254;
  color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2px;
}
#page.in.question section.single .single-answer-comment {
  margin-top: 80px;
}
#page.in.question section.single .single-answer-comment-q {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
#page.in.question section.single .single-answer-comment-q:before,
#page.in.question section.single .single-answer-comment-q:after {
  content: "";
  width: 73px;
  height: 73px;
  background: url(../img/question/icon01.png) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page.in.question section.single .single-answer-comment-q:after {
  background: none;
}
#page.in.question section.single .single-answer-comment-q > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #3bb0bf;
  color: #fff;
  position: relative;
  border-radius: 16px;
  padding: 10px 16px;
  font-weight: 500;
  line-height: 2;
}
#page.in.question section.single .single-answer-comment-q > div:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #3bb0bf #3bb0bf transparent;
  border-width: 18px;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0 0 10px 0;
  -webkit-transform: scaleY(0.5) rotate(135deg);
      -ms-transform: scaleY(0.5) rotate(135deg);
          transform: scaleY(0.5) rotate(135deg);
}
#page.in.question section.single .single-answer-comment-a {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
#page.in.question section.single .single-answer-comment-a:before,
#page.in.question section.single .single-answer-comment-a:after {
  content: "";
  width: 73px;
  height: 73px;
  background: url(../img/question/icon02.png) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page.in.question section.single .single-answer-comment-a:before {
  background: none;
}
#page.in.question section.single .single-answer-comment-a > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  border: 1px solid #3bb0bf;
  position: relative;
  border-radius: 16px;
  padding: 10px 16px;
  font-weight: 500;
  line-height: 2;
}
#page.in.question section.single .single-answer-comment-a > div:before,
#page.in.question section.single .single-answer-comment-a > div:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #3bb0bf #3bb0bf transparent;
  border-width: 18px;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0 0 10px 0;
  -webkit-transform: scale(-1, 0.5) rotate(135deg);
      -ms-transform: scale(-1, 0.5) rotate(135deg);
          transform: scale(-1, 0.5) rotate(135deg);
  z-index: -1;
}
#page.in.question section.single .single-answer-comment-a > div:after {
  border-color: transparent #fff #fff transparent;
  right: -14px;
  z-index: 1;
}
#page.in.question section.single .single-answer-detail {
  margin-top: 96px;
}
#page.in.question section.single .single-answer-detail-item {
  margin-bottom: 50px;
}
#page.in.question section.single .single-answer-detail-item:last-child {
  margin-bottom: 0;
}
#page.in.question section.single .single-answer-detail-ttl {
  border: 1px solid #cacaca;
  border-radius: 16px;
  color: #282828;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
#page.in.question section.single .single-answer-detail-ttl:after {
  content: "＋";
  font-size: 24px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #3bb0bf;
}
#page.in.question section.single .single-answer-detail-ttl.is-open:after {
  content: "－";
}
#page.in.question section.single .single-answer-detail-content {
  line-height: 2;
  display: none;
}
#page.in.question section.single .single-answer-detail-content p {
  padding-bottom: 30px;
}
#page.in.question section.single .single-answer-detail-content strong {
  font-weight: bold;
}
#page.in.question section.single .single-answer-detail-content ol {
  list-style-type: decimal;
  padding-left: 20px;
  padding-bottom: 30px;
}
#page.in.question section.single .single-answer-detail-content ul {
  list-style-type: disc;
  padding-left: 20px;
  padding-bottom: 30px;
}
#page.in.question section.single .single-answer-detail-content ul li {
  font-size: 16px;
  margin: 0.3em 0;
}
#page.in.question section.single .single-answer-detail-content ol li {
  font-size: 16px;
  margin: 0.3em 0;
}
#page.in.question section.single .single-answer-detail-content a {
  color: #3bb0bf;
  text-decoration: underline;
  font-size: 16px;
}
#page.in.question section.single .single-answer-detail-content ol li:last-child {
  margin-bottom: 0;
}
#page.in.question section.single .single-answer-detail-content li::marker {
  color: #3bb0bf;
  font-weight: bold;
}
#page.in.question section.single .single-answer-detail-content li b {
  color: #3bb0bf;
  padding-bottom: 10px;
}
#page.in.question section.single .single-answer-detail-content h3 {
  font-size: 22px;
  padding-bottom: 0.4em;
  font-weight: bold;
  color: #3bb0bf;
  border-bottom: 2px solid #3bb0bf;
  margin: 0 0 20px;
}
#page.in.question section.single .single-answer-detail-content h4 {
  font-size: 18px;
  font-weight: bold;
  color: #3bb0bf;
  margin: 0 0 20px;
  border-left: 4px solid #3bb0bf;
  padding-left: 10px;
}
#page.in.question section.single .single-bnr {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #page.in.question section.single .single-share {
    margin: 25px 0 0 auto;
  }
  #page.in.question section.single .single-share-ttl {
    font-size: 8px;
    margin-bottom: 2px;
  }
  #page.in.question section.single .single-share-ttl:before,
  #page.in.question section.single .single-share-ttl:after {
    height: 6px;
  }
  #page.in.question section.single .single-share-sns {
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
  #page.in.question section.single .single-share-sns > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23px;
            flex: 0 1 23px;
  }
  #page.in.question section.single .single-question {
    font-size: 17px;
    line-height: 1.47;
    letter-spacing: 0.06em;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  #page.in.question section.single .single-question:before {
    width: 39px;
    height: 39px;
    font-size: 17px;
  }
  #page.in.question section.single .single-answer-main {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: 0.06em;
  }
  #page.in.question section.single .single-answer-main:before {
    width: 39px;
    height: 39px;
    font-size: 17px;
  }
  #page.in.question section.single .single-answer-comment {
    margin-top: 60px;
  }
  #page.in.question section.single .single-answer-comment-q {
    margin-top: 28px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  #page.in.question section.single .single-answer-comment-q:before {
    width: 58px;
    height: 58px;
    margin-top: 12px;
  }
  #page.in.question section.single .single-answer-comment-q:after {
    display: none;
  }
  #page.in.question section.single .single-answer-comment-q > div {
    padding: 20px;
    border-radius: 16px;
    line-height: 1.67;
  }
  #page.in.question section.single .single-answer-comment-q > div:before {
    margin: 0;
    top: 24px;
    bottom: auto;
  }
  #page.in.question section.single .single-answer-comment-a {
    margin-top: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  #page.in.question section.single .single-answer-comment-a:before {
    display: none;
  }
  #page.in.question section.single .single-answer-comment-a:after {
    width: 58px;
    height: 58px;
    margin-top: 12px;
  }
  #page.in.question section.single .single-answer-comment-a > div {
    padding: 20px;
    border-radius: 16px;
    line-height: 1.67;
  }
  #page.in.question section.single .single-answer-comment-a > div:before,
  #page.in.question section.single .single-answer-comment-a > div:after {
    margin: 0;
    top: 24px;
    bottom: auto;
  }
  #page.in.question section.single .single-answer-detail {
    margin-top: 50px;
  }
  #page.in.question section.single .single-answer-detail-ttl {
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: 0.06em;
    padding: 20px;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  #page.in.question section.single .single-answer-detail-ttl:after {
    font-size: 20px;
  }
  #page.in.question section.single .single-answer-detail-content {
    line-height: 1.67;
  }
  #page.in.question section.single .single-bnr {
    margin-top: 50px;
  }
}
#page.in.question section.other {
  background: #f6f6f6;
  padding: 60px 0 20px;
}
#page.in.question section.other .c-ttl05 {
  font-size: 26px;
  margin: 45px 0 28px;
}
#page.in.question section.other .c-ttl05:first-child {
  margin-top: 0;
}
#page.in.question section.other .other-list > li {
  margin-top: 17px;
}
#page.in.question section.other .other-list a {
  border: 2px solid #3bb0bf;
  background: #f0f1ee;
  border-radius: 18px;
  display: block;
  padding: 0 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: 0.04em;
  color: #000;
}
#page.in.question section.other .other-list a .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 22px 15px 22px 0;
}
#page.in.question section.other .other-list a .q:before {
  content: "Q";
  width: 52px;
  height: 52px;
  background: #3bb0bf;
  color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 23px;
  padding-bottom: 4px;
}
#page.in.question section.other .other-list a .q:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/base/arrow.png) no-repeat center/contain, #3bb0bf;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
#page.in.question section.other .other-list a .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 22px 0;
  border-top: 1px solid #8a8a8a;
}
#page.in.question section.other .other-list a .a:before {
  content: "A";
  width: 52px;
  height: 52px;
  background: #ff5254;
  color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 23px;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  #page.in.question section.other .c-ttl05 {
    font-size: 17px;
    margin: 60px 0 20px;
  }
  #page.in.question section.other .other-list > li {
    margin-top: 24px;
  }
  #page.in.question section.other .other-list a {
    border-width: 1px;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: 0.06em;
  }
  #page.in.question section.other .other-list a .q {
    padding: 20px 0;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  #page.in.question section.other .other-list a .q:before {
    width: 28px;
    height: 28px;
    font-size: 15px;
    padding-bottom: 2px;
  }
  #page.in.question section.other .other-list a .q:after {
    width: 20px;
    height: 20px;
  }
  #page.in.question section.other .other-list a .a {
    padding: 20px 0;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  #page.in.question section.other .other-list a .a:before {
    width: 28px;
    height: 28px;
    font-size: 15px;
    padding-bottom: 2px;
  }
}