@charset "utf-8";
/* ------------------
  Guide Common
------------------------------------ */
* {
  -webkit-touch-callout: none;
}

a {
  color: #3895ff;
  -webkit-tap-highlight-color: transparent;
}

/* ------------------
  Guide Layout
------------------------------------ */
#top a:hover,
#top button:hover,
#top .btn:hover {
  opacity: 0.7;
}

.main {
  width: 100%;
  padding: 30px 24px 40px;
  margin: 0 auto;
}

.top__main {
  padding-top: 24px;
}

@media screen and (max-width: 767.98px) {
  .top__main {
    padding: 0;
  }
}

.main__title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #242323;
}

@media screen and (min-width: 768px) {
  .main {
    max-width: 980px;
    padding: 40px 0 100px;
  }

  .main.top__main {
    padding-bottom: 0;
  }

  .main.help__main {
    padding-top: 64px;
  }

  .main__title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
  }
}

/* ------------------
  Guide Component
------------------------------------ */
@media screen and (max-width: 767.98px) {
  .main img.pc {
    display: none;
  }
  .main img {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .main img.sp {
    display: none;
  }
}

/* ------------------
  Guide Page
------------------------------------ */

/* ------------------
  guid_category
------------------ */
.category__archivetitle {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  line-height: 1.5;
}
.category__help .category__archivetitle {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .category__archivetitle {
    font-size: 24px;
  }
}

.category__startguide .category__archivetitle::before,
.category__about .category__archivetitle::before,
.category__attention .category__archivetitle::before,
.category__useful .category__archivetitle::before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 36px;
  height: 36px;
  content: "";
}

.category__startguide .category__archivetitle::before {
  background: url(/service/images/guide/icon_beginner_2x.png) center / contain no-repeat;
}

.category__about .category__archivetitle::before {
  background: url(/service/images/guide/icon_cardinfo_2x.png) center / cover no-repeat;
}

.category__attention .category__archivetitle::before {
  background: url(/service/images/guide/icon_exclamation_2x.png) center / cover no-repeat;
}

.category__useful .category__archivetitle::before {
  background: url(/service/images/guide/icon_lightbulb_2x.png) center / cover no-repeat;
}

.category__archivelist {
  margin-top: 36px;
}

.category__help .category__archivelist {
  margin-top: 24px;
}

.category__archivelistitem {
  font-size: 16px;
  border-top: 1px solid #eee;
}

.category__archivelistitem:last-child {
  border-bottom: 1px solid #eee;
}

.category__guidearchivelisttext {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 16px 24px 16px 0;
}
.category__guidearchivelisttext .qTitle {
  display: block;
}

.category__guidearchivelisttext::before {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8.5px;
  height: 8.5px;
  margin-top: -4px;
  content: "";
  border: 0px;
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ------------------
  help Layout
------------------------------------ */
@media screen and (max-width: 767.95px) {
  .archive__column{
    padding-left: 24px;
    padding-right: 24px;
  }
  .archive__side{
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px){
  .archive__side {
    width: auto;
    max-width: 260px;
    margin-left: 24px;
  }
}

/* ------------------
  guid_archive
  ガイド記事・ヘルプ記事
------------------ */
.archive__main:not(.archive__help) {
  max-width: 768px;
}

.archive__main {
  padding-top: 32px;
}

.main__title {
  /* h1 記事タイトルなど */
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.5;
}

.archive__main h2.border-0,
.archive__main h1 + h2,
.archive__main h1 + .attributeLabel + h2 {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.archive__main h3.border-0,
.archive__main h2 + h3 {
  padding-top: 0;
  border-top: none;
}

.archive__main strong {
  display: block;
  margin: 8.53vw 0 3.73vw;
  font-size: 16px;
  font-weight: 600;
}

.info-item strong {
  display: inline;
  font-size: 14px;
}

.archive__main em {
  display: block;
  margin: 8.53vw 0 5.33vw;
  font-style: normal;
  font-weight: 600;
}

/* 注記12pxグレー */
.archive__main small,
.archive__main .small-note {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #606060;
}

/* 強調赤文字 */
.font__red {
  color: #fa1919;
}

@media screen and (min-width: 768px) {
  .archive__main {
    padding-top: 56px;
    font-size: 14px;
  }
  .main__title {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .archive__main strong {
    margin: 48px 0 24px;
    font-size: 1.8rem;
  }

  .info-item strong {
    display: inline;
    font-size: 14px;
  }

  .archive__main em {
    margin: 48px 0 20px;
  }
}

/* 画像 */
.archive__main img {
  max-width: 100%;
  height: auto;
}

.archive__main strong + img {
  margin-top: 6.4vw;
}

.archive__main img {
  display: block;
  height: auto;
  margin: 8.53vw 0;
}

.archive__main figure img {
  max-width: 100%;
  margin: 0 auto;
}

.archive__main ol,
.archive__main ul {
  padding-left: 5.6vw;
}

.archive__main .padding-left0 {
  padding-left: 0;
}

.archive__main ol li,
.archive__main ul li {
  margin-bottom: 1.6vw;
}

.archive__main ol {
  list-style-type: decimal;
}

.archive__main ul {
  list-style-type: disc;
}

.archive__main .list-styleNone {
  padding-left: 0;
}

.archive__main .list-styleNone li {
  list-style: none;
}

.archive__main .list-default {
  line-height: 1.5;
}

.archive__main .list-default li {
  margin: 0;
}

.archive__main blockquote {
  margin: 8.53vw 0;
  font-size: 13px;
  line-height: 1.5;
}

.archive__main .col2 {
  margin: 8.53vw 0;
}

.archive__main .imgCap {
  margin-top: 4.27vw;
  color: #606060;
}

.archive__main a.link2 {
  text-decoration: underline;
}

.archive__main table {
  width: 100%;
  margin: 16px 0;
  table-layout: fixed;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.archive__main .margin__top-none {
  margin-top: 0;
}

.archive__main table .border-none {
  background: none;
  border-top: none;
  border-left: none;
}

.archive__main table .heading__gold {
  color: #fff;
  background: #9e823e;
}

.archive__main table .heading__black {
  color: #fff;
  background: #3d3b3b;
}

.archive__main table .text-gold {
  color: #9e823e;
}

.archive__main table th {
  padding: 8px;
  font-weight: 300;
  color: #606060;
  background: #eee;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.archive__main table th.text-color-inherit {
  color: inherit;
}

.archive__main table td {
  padding: 8px;
  text-align: center;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.archive__main .text-left td {
  text-align: left;
}

.archive__main .width-30per {
  width: 30%;
}

.archive__main .width-35per {
  width: 35%;
}

.archive__main .width-70per {
  width: 70%;
}
/* 横スクロールtable */
.archive__main .scroll-table-wrap {
  --scroll-table-min-width: 500px;
  padding-right: 24px;
  margin-top: 16px;
  margin-right: -24px;
  margin-bottom: 16px;
  overflow-x: auto;
}

.archive__main .scroll-table-wrap > table {
  width: auto;
  width: var(--scroll-table-min-width);
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .archive__main img {
    margin: 48px auto;
  }

  .archive__main strong + img {
    margin-top: 24px;
  }

  .archive__main ol,
  .archive__main ul {
    padding-left: 24px;
  }

  .archive__main ol li,
  .archive__main ul li {
    margin-bottom: 6px;
  }

  .archive__main blockquote {
    margin: 48px 0;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }

  .archive__main .col2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 48px 0;
  }

  .archive__main .col2 img {
    margin: 0 24px 0 0;
  }

  .archive__main .col2 em {
    margin-top: 0;
  }

  .archive__main .imgCap {
    margin-top: 16px;
  }

  .archive__main .mainvisual_green {
    max-width: 880px;
    height: 128px;
    margin: 0 auto;
    border-radius: 7px;
  }

  .archive__main .mainvisual_green::after {
    top: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 56.25%;
    background: url("/service/images/guide/img_pc_mainbg_cloud.png") 0 0 no-repeat;
  }

  .archive__main img.sp {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .archive__main img.pc {
    display: none;
  }
}

.archive__main .archive__main-contact-notice {
  margin: 0;
  font-size: 15px;
  text-align: center;
}

.archive__main .archive__main-contact-box {
  padding: 24px 0;
  margin: 24px auto;
  text-align: center;
  background: #f2f2f2;
  border-radius: 4px;
}

.archive__main .archive__main-contact-box strong {
  display: block;
  margin: 0 0 12px 0;
  font-size: 16px;
  line-height: 24px;
}

.archive__main .archive__main-contact-box a {
  font-weight: bold;
}

.archive__main .archive__main-contact-box .sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .archive__main .archive__main-contact-box strong {
    margin: 0 0 12px 0;
  }

  .archive__main .archive__main-contact-box .sp {
    display: none;
  }

  .archive__main p.archive__main-contact-tel {
    margin: 0;
    line-height: 24px;
  }
}

/* ------------------
  uc/以下のSMS受けページ用
------------------ */
.keyvisual {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 149px;
  padding: 26px 0 22px;
  text-align: center;
  background: linear-gradient(to bottom, #83e1ff, #00b9f5);
}

.keyvisual__title {
  display: inline-block;
  margin-top: 14px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.uc section.content {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-color: #f4f4f4;
  border-bottom: 2px solid;
}

.uc h1 {
  margin-top: 0;
  text-align: center;
}

.uc .uc__main-title {
  font-size: 16px;
  text-align: left;
}

/* 見出し */
.uc .title-lv1 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}

.uc .title-lv2 {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: bold;
}

.uc .title-lv3 {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .keyvisual {
    height: 230px;
  }
  .keyvisual__title {
    margin: 36px 0 8px;
    font-size: 24px;
    line-height: 1.5;
  }
  .uc .title-lv1 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: bold;
  }

  .uc .title-lv2 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: bold;
  }

  .uc .title-lv3 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .uc .uc__main-title {
    font-size: 18px;
    text-align: left;
  }
}

.uc .sentence {
  margin-bottom: 24px;
}

.uc .box--yellow {
  box-sizing: border-box;
  padding: 12px;
  background-color: #fff9e5;
  border: 1px solid #ffcc00;
  border-radius: 4px;
}

.uc .box--gray {
  box-sizing: border-box;
  padding: 12px;
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.uc .app--link {
  display: flex;
  justify-content: space-between;
  padding: 3px 10px;
  margin-bottom: 24px;
}

.uc .app--attention {
  font-size: 12px;
  line-height: 16px;
  color: #909090;
}

.uc .appDownload {
  padding-bottom: 8px;
  margin-top: -8px;
}

.uc .main p + p {
  margin-top: 1em;
}

.uc .hr-spacer {
  width: 100%;
  margin: 32px 0;
  border: 1px solid #f4f4f4;
}

.uc .notice-list {
  margin-top: 8px;
  font-size: 12px;
  list-style: none;
}

/* ------------------
  service/help/
------------------ */

.help__main .linkText,
.archive__help .linkText,
.archive__main .linkText,
.category__help .linkText {
  box-sizing: border-box;
  display: block;
  padding: 10.5px 5px;
  font-size: 14px;
  font-weight: bold;
  background: #ffffff;
  border: 1px solid #3895ff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .help__main .linkText,
  .archive__main .linkText,
  .category__help .linkText {
    border: none;
  }
}

.archive__qTitle {
  display: block;
}

.main__titletext.archive__qTitle {
  /* ヘルプ記事タイトル */
  line-height: 1.2;
}

.help__main .archive__qTitle {
  padding-left: 32px;
  font-size: 14px;
}

.archive__qTitle::before {
  position: absolute;
  top: 0;
  left: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #f7f7f7;
  text-align: center;
  content: "Q";
  background: #242323;
  border-radius: 50%;
}
.help__main .archive__qTitle::before {
  top: 12px;
  left: 0px;
}
.help__main .archive__qTitle {
  display: block;
  padding: 12px 0 12px 32px;
}

.help__main .main__title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #242323;
}

@media screen and (min-width: 768px) {
  .help__main .main__title {
    font-size: 20px;
  }
}

.help__main .borderNone {
  border-bottom: none;
}
.help__main .moreTxt {
  font-size: 14px;
}
.help__main .qTitle {
  position: relative;
  display: inline-block;
  margin-left: 36px;
}
.bottom_naviLink {
  padding-top: 40px;
  margin-top: 56px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #eee;
}
.help__main .bottom_naviLink,
.archive__help .bottom_naviLink {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .bottom_naviLink {
    margin-top: 30px;
  }
  .archive__help .bottom_naviLink {
    display: none;
  }
  .archive__qTitle::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #f7f7f7;
    text-align: center;
    content: "Q";
    background: #242323;
    border-radius: 50%;
  }
  .help__main .archive__qTitle::before {
    top: 10px;
    left: 0;
  }
}
/* ------------------
category
------------------ */
.category__guide .bottom_naviLink,
.category__help .bottom_naviLink {
  padding-top: 0;
  margin-top: 36px;
  border-top: none;
}
.bottom_naviItem:not(:first-child) {
  margin-top: 36px;
}

.category__guid .qTitle {
  display: block;
}

/* ------------------
archive
------------------ */
.category__help .category__archivetitle {
  padding-left: 0;
}

.helpToGuide{
  margin:12px 0 48px;
}

.category__help .archive__qTitle {
  position: relative;
  display: block;
  padding-left: 8px;
  margin-right: 8px;
  font-size: 14px;
}

.category__help .archive__qTitle::before {
  top: -2px;
  left: -30px;
  width: 24px;
  height: 24px;
  padding: 0 8px 0 8px;
  font-size: 14px;
  line-height: 24px;
}

.category__archivelisttext {
  position: relative;
  display: inline-block;
  width: calc(100% - 1em);
  padding: 16px 24px 16px 0;
  margin-left: 1em;
  text-indent: -1em;
}

.category__archivelisttext::before {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8.5px;
  height: 8.5px;
  margin-top: -4px;
  content: "";
  border: 0px;
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.category__help .category__archivelisttext::before {
  content: none;
}

.category__help .category__archivelisttext {
  position: relative;
  width: 100%;
  padding: 16px 24px 16px 30px;
  margin-left: 0;
  text-indent: 0;
}

@media screen and (min-width: 768px) {
  .category__help .archive__qTitle::before {
    top: calc(50% - 12px);
    left: -30px;
    width: 24px;
    height: 24px;
    padding: 0 8px 0 8px;
    font-size: 14px;
    line-height: 24px;
  }

  .category__help .category__archivelisttext {
    padding: 11px 24px 10px 0px;
    margin-left: 30px;
  }
}
/* ------------------
archive__main
------------------ */
/* FAQ Qタイトル */
.archive__main .archive__qTitle {
  position: relative;
  display: block;
  padding-left: 34px;
}
.archive__main .archive__qTitle::before {
  left: 0px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .archive__main .archive__qTitle {
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1010px) {
  .main {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* ------------------
archive__faq
------------------ */
.side li {
  list-style: none;
}
.archive__faq .categor__item > a {
  display: none;
}
.side {
  margin-top: 64px;
}
.categor__itemHeading {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
}
.categor__itemHeading:after {
  content: "一覧";
}
@media screen and (min-width: 768px) {
  .categor__itemHeading {
    font-size: 20px;
  }
}
.side__category {
  border-bottom: 2px solid #eee;
}

.side .categor-second {
  padding: 0;
}
.archive__main ul.categor__list,
.archive__main ul.categor-second,
.archive__main ul.categor-third {
  padding-left: 0;
  list-style: none;
}

.archive__main ul.categor__list {
  width: 100%;
}

.archive__main ul .categor-second__item {
  margin-bottom: 0;
  list-style: none;
}

.category__subtitle {
  margin-top: 48px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .category__subtitle {
    font-size: 18px;
  }
}

.categor-second__itemHeading {
  position: relative;
  padding: 10px 30px 10px 0;
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .categor-second__itemHeading {
    display: block;
    font-size: 14px;
  }
}

.categor-second__itemHeading::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 12px;
  width: 8.5px;
  height: 8.5px;
  content: "";
  border: none;
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  transition: 0.3s;
  transform: rotate(135deg);
}

.categor-second__item {
  border-top: 1px solid #eee;
}

.archive__main .categor-second__itemHeading {
  margin: 0;
}

.input--hide:checked + .categor-second__itemHeading::after {
  transform: rotate(-45deg);
}

.categor-third__item {
  padding: 5px 0;
  border-top: 1px solid #eee;
  transition: 0.1s;
}

.archive__main .categor-third__item {
  padding: 2.5px 0;
  margin-bottom: 0;
}

.input--hide:checked + .categor-second__itemHeading + .categor-third .archive__main .categor-third__item {
  margin: 16px 0 0;
  list-style: none;
}
.categor-third__itemlink {
  display: block;
  padding: 10px 0;
}

.input--hide:checked + .categor-second__itemHeading + .categor-third {
  max-height: 100vh;
  max-height: -webkit-fill-available;
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.categor-third {
  max-height: 0;
  margin-bottom: 0;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}

.archive__help {
  font-size: 14px;
}

@media screen and (max-width: 767.98px) {
  .side {
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  .archive__help {
    display: flex;
    justify-content: space-between;
  }
  .archive__help .side {
    margin: 0;
  }
  .archive__help .side ul.categor__list {
    width: auto;
    max-width: 260px;
    margin-left: 24px;
  }
  .archive__help .column {
    width: 639px;
  }
}

@media screen and (max-width: 767.98px){
  .main.archive__help {
    padding-left: 0;
    padding-right: 0;
  }
}

.category__block1__group {
  margin: 48px 0 20px;
}

.category__block2__group {
  margin: 48px 0 20px;
}

@media screen and (max-width: 767.98px) {
  .category__block1__group {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 767.98px) {
  .category__block2__group {
    margin: 15px 0 15px;
  }
}
/* ------------------
ラベル
------------------ */
.card__tag {
  display: inline-block;
  padding: 0 8px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  border-radius: 25px;
}
.card__tag--gold {
  color: #756e5a;
  background-color: #dfd8c4;
}

.archive__main .card__tag {
  margin-top: 0;
  margin-bottom: 33px;
}

.category__help .card__tag {
  margin-left: 8px;
}

@media screen and (min-width: 768px) {
  .archive__main .card__tag {
    margin-bottom: 0;
  }

  .archive__main .attributeLabel {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767.98px) {
  .archive__help .attributeLabel {
    margin-bottom: 0;
  }
}

/* Utility */
.t-left {
  text-align: left !important;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}

/* 余白 */
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-8 {
  margin-top: 8px !important;
}

/* PC SP 切替用 */
@media (max-width: 767.98px) {
  .hidden-sp {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

/* ------------------
  Post Content Common
------------------------------------ */
.postContent * + figure,
.postContent * + small,
.postContent * + p {
  margin-top: 16px;
}
.postContent p,
.postContent small {
  line-height: 1.5;
}
.postContent h2 {
  padding-top: 32px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  border-top: 2px solid #ddd;
}
.postContent h3 {
  padding-top: 24px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  border-top: 1px solid #ddd;
}
.postContent h2:first-child,
.postContent h3:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.postContent h2 + h3 {
  padding-top: 0;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .postContent h2 {
    padding-top: 64px;
    margin-top: 64px;
    font-size: 18px;
  }
  .postContent h3 {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.postContent .archive__subTitle {
  padding-top: 0;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
  border: none;
}
/* ------------------
  Post Content Module　（ヘルプ用）
------------------------------------ */
/* ボタンモジュール */
.postContent .buttonModule {
  margin-top: 40px;
  margin-bottom: 40px;
}
.postContent .buttonModule__headTitle {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}
.postContent .buttonModule__headText {
  margin-top: 12px;
}
.postContent .buttonModule__grid {
  margin-top: 24px;
}
.postContent .buttonModule__title {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.postContent .buttonModule__small {
  font-size: 12px;
}
.postContent .buttonModule__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  color: #3895ff;
  background-color: #fff;
  border: 1px solid #3895ff;
  border-radius: 8px;
  box-shadow: none;
  appearance: none;
}
.postContent .buttonModule__button img {
  margin: 0;
}
.postContent .buttonModule__line {
  width: 100%;
  height: 1px;
  margin: 24px 0;
  background-color: #ddd;
}
@media screen and (min-width: 768px) {
  .postContent .buttonModule__grid {
    display: flex;
    justify-content: center;
  }
  .postContent .buttonModule__gridItem {
    display: flex;
    flex-direction: column;
    width: 240px;
  }
  .postContent .buttonModule__line {
    flex: 0 0 1px;
    width: 1px;
    height: auto;
    margin: 0 6.25%;
    background-color: #ddd;
  }
}

/* ------------------
  Post Content Utility
------------------------------------ */
/* PC SP 切替用 */
@media (max-width: 767.98px) {
  .postContent .hiddenSp {
    display: none;
  }
}
@media (min-width: 768px) {
  .postContent .hiddenPc {
    display: none;
  }
}
/* ------------------
  helpSurvey
------------------------------------ */
.js-surveyHiddenElements{
  display: block;
  height: auto;
  opacity: 1;
transition-property: opacity;
transition-behavior: allow-discrete;
transition-duration: 1s;
@starting-style {
opacity: 0;
}
}
.helpSurvey{
padding:24px;
background: #F7F7F7;
}
.helpSurvey .is-hidden {
  display: none !important;
  height: 0px;
  opacity: 0;
}

@media screen and (min-width: 768px){
  .helpSurvey {
    margin-top: 24px;
    position: relative;
    height: 172px;
    background: #F7F7F7;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767.98px){
  .helpSurvey {
    margin-top: 24px;
    background: #F7F7F7;
    position: relative;
    height: 153px;
    width:100%;
  }
}

.flexHorizon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexHorizonItem + .flexHorizonItem {
  margin-left: 16px;
}

.flexHorizonItem {
  width: calc(100% - 8px);
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
  .pcW50pc_m24{
  width :calc(50% - 12px);
  }
}

/* ------------------
  helpChart
------------------------------------ */
.helpChart h2 {
  margin-top: 16px;
  padding-top: 0;
  border: 0;
}
.helpChart p {
  text-align: left;
}
.helpChart #restart {
  margin-top: 30px;
  background: #FFFFFF;
  border: #4DA0FF 1px solid;
  border-radius: 8px;
  padding: 10px;
  width: 200px;
  color: #4DA0FF;
  font-weight: bold;
}
.js-hiddenElement {
  display: block;
  height: auto;
  opacity: 1;
  padding-top: 0;

  transition-property: display, opacity, height, padding-top;
  transition-behavior: allow-discrete;
  transition-duration: 1s;

  @starting-style {
    height: 0px;
    opacity: 0;
  }
}
.helpChart .is-hidden {
  display: none;
  height: 0px;
  opacity: 0;
}
.helpChart p:has(input) {
  cursor: pointer;
  background: #F2FAFF;
  border: #4DA0FF 1px dashed;
  border-radius: 8px;
  padding: 10px;
  display: inline-flex;
  column-gap: 8px;
  margin-right: 10px;
  text-align: left;
  position: relative;
}
.helpChart label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.helpChart p:has(input:checked),
.helpChart p:has(input:hover),
.helpChart p:has(input:active) {
  border: #4DA0FF 1px solid;
}
.helpChart input {
  display: block;
  width: 24px;
}
.helpChart input::before {
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  content: "";
  background: url(/service/images/img_004962_unselect.svg) no-repeat center center / 24px 24px;
  transition: transform 0.3s;
}
.helpChart input:checked::before,
.helpChart input:hover::before,
.helpChart input:active::before {
  background: url(/service/images/img_004962_selected.svg) no-repeat center center / 24px 24px;
}
.helpChart h2 {
  margin-top: 20px !important;
  text-align: left;
}
.helpChart .info__hint {
  margin-top: 0;
}
.helpChart .surroundBox {
  position: relative;
  margin-bottom: 0px;
}
.helpChart .faq__asnwerIcon {
  position: absolute;
  top: -12px;
  left: 0;
}
.helpChart .buttonBlue {
  width: 426px;
  margin: 12px auto 0;
}
