@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

html {
  color: #1A1A1A;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

main {
  padding-top: 80px;
  background: url("../img/common/bg-horiz.jpg.webp") center center/cover no-repeat;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
.c-header .inner-block {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  gap: 10px;
  font-size: 12px;
}
.c-header .logo {
  padding-block: 10px;
}

.c-footer {
  background: #006680;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 0 17px;
  height: 100%;
}
.c-footer .copyright {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.c-ttl01 {
  border-bottom: 10px solid #E0F3F6;
  padding-bottom: 10px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.04em;
  color: #EE8800;
  padding-inline: 20px;
}
.c-ttl01.clr-blue {
  color: #0099B3;
}
.c-ttl01.ico-question .inn-txt::before {
  background-image: url("../img/common/ico-question.svg");
}
.c-ttl01.ico-answer .inn-txt::before {
  bottom: initial;
  top: 0;
  background-image: url("../img/common/ico-answer.svg");
}
.c-ttl01 .inn-txt {
  display: inline-block;
  text-align: center;
  padding-left: 84px;
  position: relative;
}
.c-ttl01 .inn-txt::before {
  position: absolute;
  content: "";
  background: url("../img/common/ico-question-mark.svg") no-repeat center center/contain;
  width: auto;
  height: 64px;
  aspect-ratio: 1/1;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.c-q-ttl-wrap {
  z-index: 1;
  position: relative;
  padding: 0 40px;
  width: 100%;
}
.c-q-ttl-wrap::before, .c-q-ttl-wrap::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #E0F3F6;
}
.c-q-ttl-wrap::before {
  top: 30px;
}
.c-q-ttl-wrap::after {
  bottom: 0;
}
.c-q-ttl-wrap .site-ttl {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 290px;
  background-color: #fff;
}
.c-q-ttl-wrap .site-ttl .site-ttl-img {
  height: auto;
}
.c-q-ttl-wrap .c-ttl01 {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-inline: 0;
}
.c-q-ttl-wrap .br-custom01 {
  display: none;
}
.c-q-ttl-wrap .br-custom02 {
  display: none;
}
.c-q-ttl-wrap .br-custom03 {
  display: none;
}

.c-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.c-btn-wrap.back-home {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) 2fr minmax(160px, 1fr);
}

.c-btn01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 100vw;
  background-color: #E0F3F6;
  border: 1px solid #E0F3F6;
  padding-block: 20px;
  padding-inline: 20px;
  width: 100%;
  max-width: 500px;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-btn01:focus-visible {
  background-color: #FFFFFF;
}
.c-btn01.wi-small {
  max-width: 230px;
  padding-block: 10px;
}
.c-btn01.wi-small .inn-txt {
  font-size: 16px;
}
.c-btn01.white-blue {
  background-color: #FFFFFF;
  border-color: #0099B3;
}
.c-btn01.white-blue:focus-visible {
  background-color: #0099B3;
}
.c-btn01.white-blue:focus-visible .inn-txt {
  color: #FFFFFF;
}
.c-btn01.white-orange {
  background-color: #FFFFFF;
  border-color: #EE8800;
}
.c-btn01.white-orange:focus-visible {
  background-color: #EE8800;
}
.c-btn01.white-orange:focus-visible .inn-txt {
  color: #FFFFFF;
}
.c-btn01.white-orange .inn-txt {
  color: #EE8800;
}
.c-btn01.orange {
  border-color: #EE8800;
  background-color: #EE8800;
}
.c-btn01.orange:focus-visible .inn-txt {
  color: #EE8800;
}
.c-btn01.orange .inn-txt {
  color: #fff;
}
.c-btn01.fs-18 .inn-txt {
  font-size: 18px;
}
.c-btn01 .inn-txt {
  color: #0099B3;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.c-q-btn-wrap {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-q-btn {
  position: relative;
  padding: 20px;
  padding-bottom: 156px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #99CC00;
  -webkit-box-shadow: 0px 10px 0px 0px #6BAD00;
          box-shadow: 0px 10px 0px 0px #6BAD00;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-q-btn:focus-visible {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-box-shadow: 0px 0px 0px 0px #6BAD00;
          box-shadow: 0px 0px 0px 0px #6BAD00;
}
.c-q-btn::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 120px;
}
.c-q-btn .js-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-q-btn.is-invisible {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 0 0 #fff;
          box-shadow: 0 10px 0 0 #fff;
}
.c-q-btn .q-txt {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 140%;
}
.c-q-btn .q-txt.small {
  font-size: 20px;
  line-height: 150%;
}
.c-q-btn.less::after {
  background: url("../img/question/ico-bill.svg") center center/contain no-repeat;
}
.c-q-btn.more::after {
  background: url("../img/question/ico-bills.svg") center center/contain no-repeat;
}
.c-q-btn.change-job::after {
  background: url("../img/question/ico-change-job.svg") center center/contain no-repeat;
}
.c-q-btn.jobs::after {
  background: url("../img/question/ico-jobs.svg") center center/contain no-repeat;
}
.c-q-btn.return::after {
  background: url("../img/question/ico-return.svg") center center/contain no-repeat;
}
.c-q-btn.circle::after {
  background: url("../img/question/ico-circle.svg") center center/contain no-repeat;
}
.c-q-btn.triangle::after {
  background: url("../img/question/ico-triangle.svg") center center/contain no-repeat;
}
.c-q-btn.cross::after {
  background: url("../img/question/ico-cross.svg") center center/contain no-repeat;
}
.c-q-btn.q-mark::after {
  background: url("../img/question/ico-q-mark.svg") center center/contain no-repeat;
}

.c-btn02 {
  display: inline-block;
  padding-block: 5px;
  padding-inline: 19px;
  margin-inline: 5px;
  border-radius: 100vw;
  border: 1px solid #0099B3;
  color: #0099B3;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.c-btn02:focus-visible {
  background-color: #0099B3;
  color: #FFFFFF;
}
.c-btn02.blank {
  position: relative;
  padding: 5px 50px 5px 20px;
}
.c-btn02.blank::after {
  content: "";
  -webkit-mask: url("../img/common/ico-blank.svg") no-repeat center/cover;
          mask: url("../img/common/ico-blank.svg") no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #0099B3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn02.blank:focus-visible::after {
  background: #fff;
}
.c-btn02.blue {
  border: none;
  background-color: #E0F3F6;
}
.c-btn02.blue:focus-visible {
  background-color: #0099B3;
  color: #FFFFFF;
}
.c-btn02.no-margin-l {
  margin-left: 0;
}
.c-btn02.no-margin-r {
  margin-right: 0;
}

.c-btn03 {
  position: relative;
  padding: 20px;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #EE8800;
  -webkit-box-shadow: 0px 10px 0px 0px #E56300;
          box-shadow: 0px 10px 0px 0px #E56300;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn03:focus-visible {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-box-shadow: 0px 0px 0px 0px #E56300;
          box-shadow: 0px 0px 0px 0px #E56300;
}
.c-btn03::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 120px;
}
.c-btn03 .txt {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  position: relative;
}
.c-btn03.blank {
  padding: 29px 10px;
}
.c-btn03.blank::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  background: #fff;
  -webkit-mask: url(../img/common/ico-blank.svg) no-repeat center/cover;
          mask: url(../img/common/ico-blank.svg) no-repeat center/cover;
  width: 25px;
  height: 25px;
}

.c-section-bg {
  padding-block: 60px;
  z-index: 2;
}
.c-section-bg::after {
  position: absolute;
  content: "";
  z-index: -1;
  background-color: #FFFFFF;
  max-width: calc(100% - 80px);
  inset: 0;
  margin: auto;
}

.c-contents-wrap {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding-block: 60px;
  padding-inline: 40px;
}

.c-txt-link {
  color: #EE8800;
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
  -webkit-transition: -webkit-text-decoration-color 0.3s ease-in-out;
  transition: -webkit-text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
}
.c-txt-link:focus-visible {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.c-txt-link.fw-bold {
  font-weight: 700;
}

.c-step-icon-list > li {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.c-step-icon-list > li + li {
  margin-top: 10px;
}
.c-step-icon-list .step {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #0099B3;
  padding-block: 8px;
  padding-inline: 19px;
  margin-bottom: 14px;
  position: relative;
}
.c-step-icon-list .step.ico-edit-doc .inn-txt::after {
  background-image: url("../img/common/ico-edit-doc.svg");
}
.c-step-icon-list .step.ico-id-card .inn-txt::after {
  background-image: url("../img/common/ico-id-card.svg");
}
.c-step-icon-list .step.ico-draft .inn-txt::after {
  background-image: url("../img/common/ico-draft.svg");
}
.c-step-icon-list .step.ico-post .inn-txt::after {
  background-image: url("../img/common/ico-post.svg");
}
.c-step-icon-list .step::after {
  position: absolute;
  content: "";
  border-top: 1px solid #0099B3;
  background-color: #0099B3;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 100%;
  height: 14px;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
}
.c-step-icon-list .step .inn-txt {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
  padding-right: 34px;
  position: relative;
}
.c-step-icon-list .step .inn-txt::after {
  position: absolute;
  content: "";
  background: url("../img/common/ico-docs.svg") no-repeat center center/contain;
  width: auto;
  height: 24px;
  aspect-ratio: 1/1;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-step-icon-list .step .inn-txt .big {
  font-size: 32px;
  line-height: 87.5%;
  letter-spacing: 0.04em;
}
.c-step-icon-list .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  padding-top: 10px;
}
.c-step-icon-list .txt .small {
  font-size: 14px;
  letter-spacing: 0.04em;
}

.c-link-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  padding: 15px 30px 20px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: start;
  border: solid 1px #EE8800;
  border-radius: 20px;
}
.c-link-wrap .lead {
  position: absolute;
  top: -20px;
  left: 10px;
  padding: 0 20px;
  color: #EE8800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  background-color: #fff;
}
.c-link-wrap .lead + .txt {
  margin-top: 10px;
}
.c-link-wrap > .txt .c-btn02 {
  padding-block: 3px;
  padding-inline: 14px;
}
.c-link-wrap > .txt + .txt {
  margin-top: 4px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  background: none;
  background: #F8F8FB;
}
.home .mv-block {
  position: relative;
  background: url(../img/home/mv-bg.jpg.webp) no-repeat center/cover;
  padding-top: 40px;
}
.home .mv-block .balloon {
  position: relative;
  background: #99CC00;
  color: #fff;
  max-width: 477px;
  padding: 15px 16px;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  font-size: 24px;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
.home .mv-block .balloon::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -21px;
  margin: auto;
  width: 26px;
  height: 23px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #99CC00;
}
.home .mv-block .balloon .num {
  font-size: 40px;
  line-height: 1.04;
}
.home .mv-block .line {
  background: #fff;
  display: inline-block;
  font-size: clamp(40px, 64px, min(64px, 3.3333333333vw));
  color: #EE8800;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding: 21px 20px;
}
.home .mv-block .line + br + .line {
  margin-top: 20px;
}
.home .mv-block .desc {
  font-size: 22px;
  font-weight: bold;
  margin-top: 37px;
  line-height: 1.37;
  letter-spacing: 0.04em;
}
.home .mv-block .desc .strong {
  background: #EE8800;
  color: #fff;
  padding: 0 2px;
  margin-left: -4px;
}
.home .mv-block .desc .strong .large {
  font-size: 20px;
}
.home .mv-block .desc .strong sup {
  font-size: 14px;
  vertical-align: top;
}
.home .mv-block .attention-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-top: 11px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5px;
  padding-bottom: 47px;
}
.home .mv-block .attention-wrap sup {
  display: inline-block;
  font-size: 12px;
}
.home .mv-block .orange-box {
  margin-top: 47px;
  width: 540px;
  background: #EE8800;
  border-radius: 40px 40px 0 0;
  text-align: center;
  padding: 14px 20px 23px;
  font-weight: bold;
}
.home .mv-block .orange-box .top-txt {
  position: relative;
  color: #fff;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 10px;
}
.home .mv-block .orange-box .top-txt::before {
  content: "";
  width: 29px;
  height: 17px;
  position: absolute;
  top: 7px;
  left: 0;
  background: url(../img/home/deco01.svg) no-repeat center/cover;
}
.home .mv-block .orange-box .top-txt::after {
  content: "";
  width: 29px;
  height: 17px;
  position: absolute;
  top: 7px;
  right: 0;
  background: url(../img/home/deco01.svg) no-repeat center/cover;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.home .mv-block .orange-box .btn {
  background: #fff;
  color: #EE8800;
  display: block;
  border-radius: 100px;
  padding: 21px 0;
  font-size: 20px;
  line-height: 2.04;
  letter-spacing: 0.04em;
  border: 1px solid #EE8800;
}
.home .mv-block .illust {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 554px;
  margin: auto;
}
.home .mv-block .attention-box {
  position: absolute;
  border-radius: 50%;
  right: 40px;
  top: 70px;
  border: 8px solid #EE8800;
  width: 252px;
  height: 252px;
  text-align: center;
}
.home .mv-block .attention-box .icon {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
}
.home .mv-block .attention-box .inn {
  border-radius: 100%;
  background: #fff;
  border: 8px solid #F1F1F4;
  width: 100%;
  height: 100%;
}
.home .mv-block .attention-box .txt {
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 60px;
  display: inline-block;
}
.home .mv-block .attention-box .btn {
  background: #EE8800;
  color: #fff;
  padding: 7px 18px;
  border-radius: 20px;
  border: 1px solid #EE8800;
  letter-spacing: 0.06em;
  margin-top: 17px;
  display: inline-block;
  font-weight: bold;
}
.home .content-block {
  padding: 47px 80px;
  margin-top: 100px;
  max-width: 1220px;
}
.home .content-block .ttl {
  background: #99CC00;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 18px 0;
  font-size: 20px;
  letter-spacing: 0.04em;
  margin-top: 100px;
}
.home .content-block .attention-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: 0.04em;
  gap: 13px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: -5px;
}
.home .content-block .attention-wrap sup {
  font-size: 14px;
}
.home .content-block .flex-wrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.home .content-block .box {
  border-radius: 10px;
}
.home .content-block .bg-head {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 2.04;
  letter-spacing: 0.04em;
  background: #007C9A;
  border-radius: 10px 10px;
  font-weight: bold;
  position: relative;
  padding: 22px 50px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .content-block .bg-head .ico {
  background: #fff;
  position: absolute;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 26px;
  margin: auto;
}
.home .content-block .bg-head .ico::before {
  content: "";
  width: 4px;
  height: 18px;
  background: #007C9A;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .content-block .bg-head .ico::after {
  content: "";
  width: 18px;
  height: 4px;
  background: #007C9A;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .content-block .bg-head.is-active {
  border-radius: 10px 10px 0 0;
}
.home .content-block .bg-head.is-active .ico::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home .content-block .aco-content {
  border: 1px solid #007C9A;
  padding: 40px 20px;
  display: none;
}
.home .content-block .aco-content .txt {
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.home .content-block .aco-content .txt.tel {
  font-weight: 700;
}
.home .content-block .aco-content .ttl-wrap {
  text-align: center;
}
.home .content-block .aco-content .cont-ttl {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 2.04;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 42px;
}
.home .content-block .aco-content .cont-ttl::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -9px;
  background: url(../img/common/ico-info.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
}
.home .content-block .aco-content .inn-flex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.home .content-block .aco-content .green-box .head-area {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 2.04;
  font-size: 20px;
  background: #99CC00;
  padding: 22px 0;
}
.home .content-block .aco-content .green-box .exception {
  border-radius: 20px;
  background: #fff;
  color: #007C9A;
  font-weight: bold;
  padding: 6px 10px;
  line-height: 1.04;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}
.home .content-block .aco-content .green-box .txt-area {
  padding: 20px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.home .content-block .aco-content .green-box .txt-area .box-txt {
  line-height: 1.375;
}
.home .content-block .aco-content .green-box .dot-list {
  position: relative;
  margin-top: 20px;
}
.home .content-block .aco-content .green-box .dot-list > li {
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.04em;
  line-height: 1.375;
}
.home .content-block .aco-content .green-box .dot-list > li .red {
  font-weight: bold;
  color: #EC0000;
}
.home .content-block .aco-content .green-box .dot-list > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  background: #1A1A1A;
  border-radius: 50%;
  width: 3px;
  height: 3px;
}
.home .content-block .aco-content .green-box .small {
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-top: 24px;
}
.home .content-block .aco-content .txt-wrap {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 2.02;
  text-align: center;
  letter-spacing: 0.04em;
}
.home .content-block .aco-content .txt-wrap .txt.tel {
  margin-top: 5px;
}
.home .content-block .aco-content .attention-txt {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  margin-top: 36px;
}
.home .content-block .aco-content .attention-txt::before {
  content: "";
  background: url(../img/home/ico-caution-mini.png.webp) no-repeat center/cover;
  position: absolute;
  top: 3px;
  left: 0;
  width: 39px;
  height: 39px;
}
.home .content-block .box.w-100 {
  margin-top: 73px;
}
.home .link-area {
  margin-top: 0px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .link-area .orange-box {
  border-radius: 40px 40px 0 0;
  background: #EE8800;
  width: 645px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  gap: 20px;
  padding: 20px 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.home .link-area .orange-box .txt {
  color: #fff;
  font-size: 20px;
  line-height: 2.2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
.home .link-area .orange-box .btn {
  color: #EE8800;
  background: #fff;
  border-radius: 100px;
  padding: 11px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.04;
  letter-spacing: 0.04em;
  font-size: 20px;
  border: 1px solid #EE8800;
}
.home .link-area.is-active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* -----------------------------------------------
* how-request Module
* how-request
-------------------------------------------------- */
.how-request .c-contents-wrap {
  padding-top: 40px;
}
.how-request .note-txt {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #E8E8EB;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
}
.how-request .note-txt .small {
  font-size: 12px;
  letter-spacing: 0.04em;
}

.how-check-assets .step-block,
.how-transfer .step-block,
.how-change-address .step-block {
  max-width: 1040px;
  padding: 0 20px;
  margin: 46px auto 0;
}
.how-check-assets .step-block + .c-ttl01,
.how-transfer .step-block + .c-ttl01,
.how-change-address .step-block + .c-ttl01 {
  margin-top: 80px;
  border-top: 10px solid #E0F3F6;
  font-size: 34px;
}
.how-check-assets .step-block.top > img,
.how-transfer .step-block.top > img,
.how-change-address .step-block.top > img {
  display: block;
  max-width: 712px;
  margin: 0 auto;
  width: 100%;
}
.how-check-assets .id-reset,
.how-transfer .id-reset,
.how-change-address .id-reset {
  max-width: 600px;
  display: block;
  margin: auto;
}
.how-check-assets .top-area,
.how-transfer .top-area,
.how-change-address .top-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 22px;
}
.how-check-assets .step,
.how-transfer .step,
.how-change-address .step {
  background: #0099B3;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 3px 6px;
}
.how-check-assets .step .num,
.how-transfer .step .num,
.how-change-address .step .num {
  font-size: 32px;
  line-height: 1;
}
.how-check-assets .step + .txt,
.how-transfer .step + .txt,
.how-change-address .step + .txt {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.how-check-assets .num-list,
.how-transfer .num-list,
.how-change-address .num-list {
  margin-bottom: 20px;
}
.how-check-assets .num-list > li,
.how-transfer .num-list > li,
.how-change-address .num-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.how-check-assets .num-list > li + li,
.how-transfer .num-list > li + li,
.how-change-address .num-list > li + li {
  margin-top: 8px;
}
.how-check-assets .num-list .circle,
.how-transfer .num-list .circle,
.how-change-address .num-list .circle {
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EE8800;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  padding-top: 4px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.how-check-assets .num-list .txt,
.how-transfer .num-list .txt,
.how-change-address .num-list .txt {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-size: 20px;
}
.how-check-assets .mt,
.how-transfer .mt,
.how-change-address .mt {
  margin-top: 20px;
}
.how-check-assets .attention,
.how-transfer .attention,
.how-change-address .attention {
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: 9px;
}
.how-check-assets .attention::before,
.how-transfer .attention::before,
.how-change-address .attention::before {
  content: "※";
  position: absolute;
  top: 2px;
  left: 0;
}
.how-check-assets .attention + .id-reset,
.how-transfer .attention + .id-reset,
.how-change-address .attention + .id-reset {
  margin-top: 40px;
}
.how-check-assets .btn-wrap,
.how-transfer .btn-wrap,
.how-change-address .btn-wrap {
  text-align: center;
}
.how-check-assets .btn-wrap .white-blue,
.how-transfer .btn-wrap .white-blue,
.how-change-address .btn-wrap .white-blue {
  margin-top: 20px;
  max-width: 632px;
}
.how-check-assets .btn-wrap .bg-blue,
.how-transfer .btn-wrap .bg-blue,
.how-change-address .btn-wrap .bg-blue {
  margin-top: 40px;
  max-width: 500px;
}
.how-check-assets .arrow,
.how-transfer .arrow,
.how-change-address .arrow {
  background: #99CC00;
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 54px;
  height: 14px;
  text-align: center;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.how-check-assets .img-area,
.how-transfer .img-area,
.how-change-address .img-area {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
.how-check-assets .img-area .illust,
.how-transfer .img-area .illust,
.how-change-address .img-area .illust {
  margin: 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.how-check-assets .img-area .illust > img,
.how-transfer .img-area .illust > img,
.how-change-address .img-area .illust > img {
  display: block;
  margin: auto;
}
.how-check-assets .img-area .balloon,
.how-transfer .img-area .balloon,
.how-change-address .img-area .balloon {
  border-radius: 100px;
  position: relative;
  background: #99CC00;
  width: 400px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 28px 20px 18px;
  gap: 10px;
  margin: auto;
}
.how-check-assets .img-area .balloon::before,
.how-transfer .img-area .balloon::before,
.how-change-address .img-area .balloon::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 85px;
  background: #99CC00;
  -webkit-clip-path: polygon(100% 0, 68% 100%, 0 100%);
          clip-path: polygon(100% 0, 68% 100%, 0 100%);
  width: 42px;
  height: 22px;
}
.how-check-assets .img-area .balloon .desc,
.how-transfer .img-area .balloon .desc,
.how-change-address .img-area .balloon .desc {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: 18px;
}
.how-transfer .caution-block {
  max-width: 1040px;
  margin: 30px auto 0;
  padding: 0 20px;
}
.how-transfer .caution-block .txt {
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-size: 20px;
}
.how-change-address .annotation-ttl {
  margin-top: 32px;
  position: relative;
  padding-left: 50px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.how-change-address .annotation-ttl::before {
  content: "";
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 37px;
  height: 34px;
  background: url("../img/how-check-assets/ico-caution.png.webp") center/contain no-repeat;
}
.how-change-address .annotation-ttl br {
  display: none;
}
.how-change-address .annot-img-wrap {
  position: relative;
}
.how-change-address .annot-img-wrap .balloon {
  border-radius: 100px;
  position: absolute;
  background: #99CC00;
  bottom: 0;
  left: 320px;
  width: 100%;
  max-width: 600px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 28px 20px 18px;
  gap: 10px;
  margin: 10px auto 0;
}
.how-change-address .annot-img-wrap .balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -36px;
  background: #99CC00;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
          clip-path: polygon(0 50%, 100% 100%, 100% 0);
  width: 42px;
  height: 30px;
}
.how-change-address .annot-img-wrap .desc {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: 18px;
}

/* -----------------------------------------------
* how-request Module
* how-request
-------------------------------------------------- */
.question-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.question {
  min-height: auto;
  padding-top: 80px;
}
.question .c-section-bg {
  padding-bottom: 0;
}
.question .bottom-block {
  padding-top: 40px;
  border-top: 1px solid #E8E8EB;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: end;
}
.question .bottom-block .center-cont {
  text-align: center;
}
.question .bottom-block .center-cont + .center-cont {
  margin-top: 10px;
}
.q5 .c-btn02 {
  margin-top: 16px;
}

/* -----------------------------------------------
* how-request Module
* how-request
-------------------------------------------------- */
.start-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.start {
  min-height: auto;
  padding-top: 80px;
}
.start .c-section-bg {
  padding-bottom: 0;
}
.start .inner-block {
  padding-block: 60px;
  max-width: 1140px;
}
.start .comment-wrap {
  position: relative;
}
.start .comment-wrap .comment-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.start .comment-wrap p {
  text-align: center;
  z-index: 1;
  position: relative;
  font-size: 24px;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #0099B3;
  padding-top: 16px;
}
.start .site-ttl {
  margin: 50px 0 0;
}
.start .site-ttl .site-ttl-img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 381px;
}
.start .btn-wrap {
  margin-top: 40px;
}
.start .btn-wrap .c-btn03 {
  margin: auto;
}
.start .reference-wrap {
  margin-top: 30px;
  width: 100%;
}
.start .reference {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.4em;
  margin: 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.start .reference::before {
  content: "※";
}
.start .ttl-wrap + .lady-illust {
  display: none;
}
.start .tab-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1060px;
  margin: 60px auto 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.start .tab-wrap .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.start .tab-wrap .tab.illust {
  position: relative;
}
.start .tab-wrap .tab.illust .lady-illust {
  position: absolute;
  right: 35px;
  top: -183px;
  display: block;
  width: 132px;
}
.start .tab-wrap .tab .tab-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #99CC00;
  color: #fff;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  font-size: 20px;
  font-weight: bold;
}
.start .tab-wrap .tab .tab-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  min-height: 119px;
  line-height: 140%;
  padding: 20px;
  background-color: #fff;
  border: #99CC00 1px solid;
}
.start .tab-wrap .tab .tab-txt .link {
  color: #EE8800;
  text-decoration: underline;
}

.answer .content-wrap {
  padding: 0 20px;
}
.answer .comment-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
  gap: 75px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.answer .comment-wrap .txt-area {
  background: #CCE680;
  border-radius: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #6BAD00;
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
  padding: 12px 63px 15px 42px;
  position: relative;
  margin-top: 20px;
  margin-left: 9px;
}
.answer .comment-wrap .txt-area.bubble-none::after {
  content: none;
}
.answer .comment-wrap .txt-area::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -23px;
  margin: auto;
  width: 26px;
  height: 23px;
  background: #CCE680;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.answer .comment-wrap .txt-area .txt {
  position: relative;
}
.answer .comment-wrap .ideco {
  position: relative;
  color: #EE8800;
  font-size: 40px;
  z-index: 0;
  text-shadow: 5px 5px 0 #FFF, -5px -5px 0 #FFF, -5px 5px 0 #FFF, 5px -5px 0 #FFF, 0px 5px 0 #FFF, 0 -5px 0 #FFF, -5px 0 0 #FFF, 5px 0 0 #FFF;
  display: inline-block;
  margin-left: 5px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-right: 20px;
}
.answer .comment-wrap .ideco::after {
  content: "";
  background: #EE8800;
  width: 112%;
  position: absolute;
  bottom: -2px;
  left: -8px;
  height: 12px;
  z-index: -1;
}
.answer .comment-wrap .large {
  font-size: 40px;
}
.answer .comment-wrap .img-area img {
  display: block;
}
.answer .comment-wrap .img-area .name {
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  display: block;
  margin-top: 4px;
}
.answer .comment-wrap + .btn-wrap {
  margin-top: 24px;
}
.answer .btn-wrap {
  text-align: center;
  margin: auto;
}
.answer .btn-wrap .btn-desc {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 2.04;
}
.answer .btn-wrap .btn-desc + .c-btn01 {
  margin-bottom: 40px;
}
.answer .btn-wrap .btn-desc .br01 {
  display: none;
}
.answer .illust {
  display: block;
  margin: 30px auto 0;
}
.answer .illust.illust02 {
  width: 220px;
}
.answer .desc-area {
  border-top: 1px solid #E8E8EB;
  padding-top: 40px;
  margin: 0px auto 40px;
  max-width: 1060px;
}
.answer .desc-area .bold-desc {
  text-align: center;
}
.answer .desc-area .attention {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.33;
  padding-left: 10px;
  margin-top: 5px;
}
.answer .desc-area .attention::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: -2px;
}
.answer .desc-area .attention:last-child::before {
  top: 6px;
}
.answer .dot-list > li {
  position: relative;
  padding-left: 10px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: 14px;
}
.answer .dot-list > li::before {
  content: "";
  position: absolute;
  background: #99CC00;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
.answer .dot-list > li + li {
  margin-top: 5px;
}
.answer .dot-list > li + li::before {
  top: 9px;
}
.answer .dot-list > li .link {
  color: #EE8800;
}
.answer .c-btn02.blank {
  padding-right: 28px;
}
.answer .c-btn02.blank::after {
  width: 14px;
  height: 14px;
  right: 8px;
}
.answer .bold-desc {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 40px;
}
.answer .bold-desc .link {
  color: #EE8800;
  text-decoration: underline;
}
.answer .c-btn-wrap.back-home {
  margin-inline: auto;
  max-width: 1060px;
}
.answer.a1 .comment-wrap .txt-area::after {
  content: none;
}
.answer.a1 .dot-list > li:last-child::before {
  top: 14px;
}
.answer.a5 .c-contents-wrap, .answer.a6 .c-contents-wrap {
  padding-bottom: 0;
}
.answer.a5 .comment-wrap, .answer.a6 .comment-wrap {
  margin-bottom: 40px;
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr min(30%, 200px);
  grid-template-areas: "txt img";
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 64px;
}
.answer.a5 .comment-wrap .txt-area, .answer.a6 .comment-wrap .txt-area {
  grid-area: txt;
  margin: 0;
}
.answer.a5 .comment-wrap .txt-area .img-area, .answer.a6 .comment-wrap .txt-area .img-area {
  text-align: center;
}
.answer.a5 .comment-wrap .txt-area .img-area img, .answer.a6 .comment-wrap .txt-area .img-area img {
  display: inline;
}
.answer.a5 .comment-wrap > .img-area, .answer.a6 .comment-wrap > .img-area {
  grid-area: img;
}
.answer.a5 .dot-list > li:last-child::before {
  top: 14px;
}
.answer.a6 .comment-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.answer.a6 .q-area > .ttl {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 146.667%;
  letter-spacing: 0.04em;
  text-align: center;
}
.answer.a6 .q-area .c-q-btn-wrap {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E8E8EB;
}
.answer.a2 .top-txt {
  margin-top: 60px;
  color: #EE8800;
  font-size: 28px;
  font-weight: 700;
  line-height: 146.667%;
  letter-spacing: 0.04em;
  text-align: center;
}
.answer.a2 .comment-wrap .txt::before {
  content: "";
  background: url(../img/answer/deco01.png.webp) no-repeat center/contain;
  position: absolute;
  top: -2px;
  right: -94px;
  width: 69px;
  height: 55px;
}
.answer.a2 .comment-wrap .txt::after {
  content: "";
  background: url(../img/answer/deco02.png.webp) no-repeat center/contain;
  position: absolute;
  bottom: -2px;
  left: -56px;
  width: 27px;
  height: 32px;
}
.answer.a2 .dot-list > li:first-child::before {
  top: 14px;
}
.answer.a3 .dot-list > li:last-child::before {
  top: 14px;
}

/* -----------------------------------------------
* how-request Module
* how-request
-------------------------------------------------- */
.start-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.about-demerit {
  min-height: auto;
  padding-top: 80px;
}
.about-demerit .c-section-bg {
  padding-bottom: 0;
}
.about-demerit .inner-block {
  max-width: 1300px;
}
.about-demerit .inner-block.narrow {
  max-width: 1140px;
}
.about-demerit .mv-block {
  padding-top: 40px;
  padding-bottom: 60px;
}
.about-demerit .comment-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.about-demerit .comment-wrap.small {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.about-demerit .comment-wrap.small .txt-area {
  margin-top: 0;
}
.about-demerit .comment-wrap .txt-area.left {
  background-color: #99CC00;
  border-radius: 100px;
  text-shadow: inherit;
}
.about-demerit .comment-wrap .txt-area.left::after {
  right: inherit;
  left: -23px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #99CC00;
}
.about-demerit .comment-wrap .txt-area.left .txt {
  color: #fff;
}
.about-demerit .comment-wrap .txt-area.left .large {
  color: #6BAD00;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.about-demerit .comment-wrap .txt-area.orange {
  text-shadow: inherit;
  background-color: #EE8800;
}
.about-demerit .comment-wrap .txt-area.orange::after {
  background-color: #EE8800;
}
.about-demerit .comment-wrap .txt-area.orange .txt {
  color: #fff;
  font-size: 42px;
  line-height: 1.4;
}
.about-demerit .comment-wrap .txt-area.orange .large {
  font-weight: 700;
  font-size: 64px;
  color: #EE8800;
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}
.about-demerit .comment-wrap .txt-area.orange .small {
  font-size: 20px;
}
.about-demerit .comment-wrap .txt-area {
  background: #CCE680;
  border-radius: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #6BAD00;
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
  padding: 12px 63px 15px 42px;
  position: relative;
  margin-top: 20px;
  margin-left: 9px;
}
.about-demerit .comment-wrap .txt-area::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -23px;
  margin: auto;
  width: 26px;
  height: 23px;
  background: #CCE680;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.about-demerit .comment-wrap .txt-area .txt {
  position: relative;
}
.about-demerit .comment-wrap .large {
  font-size: 40px;
}
.about-demerit .comment-wrap .img-area img {
  display: block;
  width: 325px;
}
.about-demerit .comment-wrap .img-area .name {
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  display: block;
  margin-top: 4px;
}
.about-demerit .comment-wrap.small .img-area img {
  width: 200px;
}
.about-demerit .attention-box {
  border-radius: 40px;
  border: 8px solid #EE8800;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
.about-demerit .attention-box .icon {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
}
.about-demerit .attention-box .txt {
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 70px;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 1.4;
  display: inline-block;
}
.about-demerit .attention-box .txt .large {
  font-size: 42px;
}
.about-demerit .attention-box .txt .orange {
  color: #EE8800;
}
.about-demerit .cont-block {
  padding-bottom: 50px;
}
.about-demerit .cont-block .inner-block {
  max-width: 1220px;
  background: #fff;
  padding: 50px 80px;
}
.about-demerit .cont-block .gray-block {
  background-color: #E0F3F6;
  padding: 20px;
}
.about-demerit .cont-block .gray-block .ttl {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 20px;
}
.about-demerit .cont-block .gray-block .ttl .green {
  background: #007C9A;
  color: #fff;
  padding: 15px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  line-height: 1;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.about-demerit .cont-block .gray-block .ttl .green .num {
  font-size: 32px;
}
.about-demerit .cont-block .gray-block .c-table {
  margin-top: 20px;
  width: 100%;
}
.about-demerit .cont-block .gray-block .c-table th {
  color: #fff;
  font-size: 20px;
  background-color: #99CC00;
}
.about-demerit .cont-block .gray-block .c-table th .red {
  color: #EB3503;
}
.about-demerit .cont-block .gray-block .c-table th, .about-demerit .cont-block .gray-block .c-table td {
  padding: 16px 6px;
  width: 33%;
  border: 1px solid #D8D8D8;
}
.about-demerit .cont-block .gray-block .c-table td {
  background-color: #fff;
  text-align: center;
}
.about-demerit .cont-block .gray-block .c-table td .red{
  color: #EB3503;
  font-weight: bold;
}
.about-demerit .cont-block .gray-block .c-table .charge{
  font-size: 20px;
}
.about-demerit .cont-block .gray-block .attention {
  text-align: left;
  float: left;
  margin-top: 10px;
}
.about-demerit .cont-block .gray-block .inc-tax {
  text-align: right;
  margin-top: 10px;
}
.about-demerit .cont-block .two-column {
  margin-top: 40px;
  gap: 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.about-demerit .cont-block .two-column .gray-block {
  width: calc(50% - 20px);
}
.about-demerit .cont-block .two-column .ttl + p {
  margin-top: 20px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.about-demerit .cont-block .c-btn-wrap .c-btn01 {
  color: #0099B3;
  font-weight: bold;
}
.about-demerit .cont-block .orange-txt {
  margin-top: 40px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #EE8800;
}
.about-demerit .cont-block .orange-box {
  margin: 47px auto 0;
  width: 540px;
  background: #EE8800;
  border-radius: 40px;
  text-align: center;
  padding: 14px 20px 23px;
  font-weight: bold;
}
.about-demerit .cont-block .orange-box .top-txt {
  position: relative;
  color: #fff;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 10px;
}
.about-demerit .cont-block .orange-box .top-txt::before {
  content: "";
  width: 29px;
  height: 17px;
  position: absolute;
  top: 7px;
  left: 0;
  background: url(../img/home/deco01.svg) no-repeat center/cover;
}
.about-demerit .cont-block .orange-box .top-txt::after {
  content: "";
  width: 29px;
  height: 17px;
  position: absolute;
  top: 7px;
  right: 0;
  background: url(../img/home/deco01.svg) no-repeat center/cover;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.about-demerit .cont-block .orange-box .btn {
  background: #fff;
  color: #EE8800;
  display: block;
  border-radius: 100px;
  padding: 21px 0;
  font-size: 20px;
  line-height: 2.04;
  letter-spacing: 0.04em;
  border: 1px solid #EE8800;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pc {
    display: none !important;
  }
  .c-header .inner-block {
    gap: 8px;
  }
  .c-header .logo {
    max-width: 150px;
  }
  .c-header .sub-ttl {
    font-size: 10px;
  }
  .c-footer {
    padding: 23px 0px 20px;
  }
  .c-footer .copyright {
    font-size: 10px;
  }
  .c-ttl01 {
    font-size: 24px;
  }
  .c-ttl01 .inn-txt {
    padding-left: calc(1.35em + 10px);
  }
  .c-ttl01 .inn-txt::before {
    height: 1.35em;
  }
  .c-q-ttl-wrap {
    padding: 0;
  }
  .c-q-ttl-wrap .site-ttl {
    max-width: 240px;
  }
  .c-btn-wrap.back-home {
    grid-template-columns: 100%;
    justify-items: center;
  }
  .c-btn01 {
    padding-block: 10px;
  }
  .c-btn01.wi-small .inn-txt {
    font-size: 14px;
  }
  .c-btn01.fs-18 .inn-txt {
    font-size: 16px;
  }
  .c-btn01 .inn-txt {
    font-size: 18px;
  }
  .c-q-btn-wrap {
    margin-bottom: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 20px;
  }
  .c-q-btn {
    padding: 10px;
    width: 100%;
    padding-bottom: 90px;
  }
  .c-q-btn::after {
    bottom: 10px;
    width: 100%;
    height: 80px;
  }
  .c-q-btn .q-txt {
    font-size: clamp(18px, 6.4vw, 24px);
  }
  .c-btn02.blank {
    padding: 3px 30px 3px 10px;
    font-size: 14px;
  }
  .c-btn02.blank::after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
  .c-btn03 {
    padding: 20px;
    width: 100%;
  }
  .c-btn03::after {
    bottom: 10px;
    width: 100%;
    height: 80px;
  }
  .c-btn03 .txt {
    font-size: 18px;
  }
  .c-btn03.blank {
    padding: 20px 35px;
  }
  .c-btn03.blank::before {
    right: 20px;
    width: 18px;
    height: 18px;
  }
  .c-section-bg {
    padding-block: 30px;
  }
  .c-section-bg::after {
    max-width: calc(100% - 32px);
  }
  .c-contents-wrap {
    padding-block: 40px;
    padding-inline: 16px;
  }
  .c-step-icon-list .step {
    padding-block: 4px;
    padding-inline: 10px;
  }
  .c-step-icon-list .step .inn-txt {
    font-size: 16px;
    padding-right: 26px;
  }
  .c-step-icon-list .step .inn-txt::after {
    height: 20px;
  }
  .c-step-icon-list .step .inn-txt .big {
    font-size: 24px;
  }
  .c-step-icon-list .txt {
    font-size: 16px;
    line-height: 1.6;
  }
  .c-link-wrap {
    margin-bottom: 30px;
    padding: 10px 15px 15px;
  }
  .c-link-wrap .lead {
    top: -18px;
    padding: 0 8px;
    font-size: 20px;
  }
  .c-link-wrap > .txt + .txt {
    margin-top: 6px;
  }
  .home .mv-block .balloon {
    font-size: 20px;
  }
  .home .mv-block .balloon .num {
    font-size: 26px;
  }
  .home .mv-block .line {
    font-size: 23px;
  }
  .home .mv-block .line + br + .line {
    margin-top: 10px;
  }
  .home .mv-block .desc {
    font-size: 16px;
    width: calc(100% - 150px);
  }
  .home .mv-block .desc .strong .large {
    font-size: 14px;
  }
  .home .mv-block .desc .strong sup {
    font-size: 10px;
  }
  .home .mv-block .desc .ib.ib-pc {
    display: inline;
  }
  .home .mv-block .attention-wrap {
    width: calc(100% - 150px);
  }
  .home .mv-block .attention-wrap sup {
    font-size: 10px;
  }
  .home .mv-block .orange-box {
    width: 100%;
    margin-top: 20px;
    border-radius: 20px 20px 0 0;
  }
  .home .mv-block .orange-box .btn {
    font-size: 16px;
    padding: 10px 0;
  }
  .home .mv-block .illust {
    width: 90px;
    left: initial;
  }
  .home .mv-block .attention-box {
    width: 150px;
    height: 150px;
    border-width: 4px;
    right: 10px;
    top: 280px;
  }
  .home .mv-block .attention-box .icon {
    aspect-ratio: 100/77;
    width: 50px;
    top: -16px;
  }
  .home .mv-block .attention-box .inn {
    border-width: 4px;
  }
  .home .mv-block .attention-box .txt {
    font-size: 10px;
    margin-top: 30px;
    padding: 0 5px;
  }
  .home .mv-block .attention-box .btn {
    font-size: 10px;
    padding: 4px 10px;
    margin-top: 10px;
  }
  .home .content-block {
    margin-top: 30px;
    padding: 20px;
  }
  .home .content-block .ttl {
    padding: 7px 0;
    font-size: 16px;
    margin-top: 20px;
  }
  .home .content-block .attention-wrap {
    font-size: 10px;
  }
  .home .content-block .attention-wrap sup {
    font-size: 10px;
  }
  .home .content-block .flex-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
  .home .content-block .bg-head {
    padding: 10px 40px;
    font-size: 16px;
  }
  .home .content-block .bg-head .ico {
    width: 25px;
    height: 25px;
  }
  .home .content-block .bg-head .ico::before {
    width: 2px;
    height: 10px;
  }
  .home .content-block .bg-head .ico::after {
    width: 10px;
    height: 2px;
  }
  .home .content-block .aco-content {
    padding: 20px 16px;
  }
  .home .content-block .aco-content .cont-ttl {
    margin-bottom: 20px;
    padding-left: 28px;
    font-size: 16px;
  }
  .home .content-block .aco-content .cont-ttl::before {
    width: 20px;
    height: 20px;
    top: 8px;
    left: 0;
  }
  .home .content-block .aco-content .green-box .head-area {
    font-size: 16px;
  }
  .home .content-block .aco-content .green-box .exception {
    font-size: 12px;
    padding: 3px 8px;
  }
  .home .content-block .aco-content .green-box .txt-area {
    padding: 10px;
  }
  .home .content-block .aco-content .green-box .dot-list {
    margin-top: 10px;
  }
  .home .content-block .aco-content .green-box .small {
    margin-top: 10px;
    font-size: 12px;
  }
  .home .content-block .aco-content .txt-wrap {
    font-size: 14px;
  }
  .home .content-block .aco-content .attention-txt {
    margin-top: 10px;
    padding-left: 30px;
  }
  .home .content-block .aco-content .attention-txt::before {
    width: 30px;
    height: 30px;
  }
  .home .content-block .box.w-100 {
    margin-top: 20px;
  }
  .home .link-area .orange-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 20px 20px 0 0;
  }
  .home .link-area .orange-box .txt {
    text-align: center;
    font-size: 14px;
  }
  .home .link-area .orange-box .btn {
    font-size: 16px;
  }
  .how-request .note-txt {
    margin-top: 30px;
    padding-top: 30px;
  }
  .how-check-assets .step-block,
  .how-transfer .step-block,
  .how-change-address .step-block {
    margin-top: 20px;
  }
  .how-check-assets .step-block + .c-ttl01,
  .how-transfer .step-block + .c-ttl01,
  .how-change-address .step-block + .c-ttl01 {
    padding-top: 10px;
    margin-top: 40px;
    font-size: 20px;
  }
  .how-check-assets .id-reset,
  .how-transfer .id-reset,
  .how-change-address .id-reset {
    width: 100%;
  }
  .how-check-assets .top-area,
  .how-transfer .top-area,
  .how-change-address .top-area {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .how-check-assets .step,
  .how-transfer .step,
  .how-change-address .step {
    font-size: 16px;
  }
  .how-check-assets .step .num,
  .how-transfer .step .num,
  .how-change-address .step .num {
    font-size: 22px;
  }
  .how-check-assets .step + .txt,
  .how-transfer .step + .txt,
  .how-change-address .step + .txt {
    font-size: 16px;
    line-height: 1.4;
  }
  .how-check-assets .num-list .circle,
  .how-transfer .num-list .circle,
  .how-change-address .num-list .circle {
    font-size: 18px;
    padding-top: 2px;
    width: 26px;
    height: 26px;
  }
  .how-check-assets .num-list .txt,
  .how-transfer .num-list .txt,
  .how-change-address .num-list .txt {
    font-size: 16px;
    line-height: 1.4;
  }
  .how-check-assets .attention,
  .how-transfer .attention,
  .how-change-address .attention {
    font-size: 10px;
  }
  .how-check-assets .attention + .id-reset,
  .how-transfer .attention + .id-reset,
  .how-change-address .attention + .id-reset {
    margin-top: 20px;
  }
  .how-check-assets .btn-wrap .white-blue,
  .how-transfer .btn-wrap .white-blue,
  .how-change-address .btn-wrap .white-blue {
    margin-top: 10px;
  }
  .how-check-assets .btn-wrap .bg-blue,
  .how-transfer .btn-wrap .bg-blue,
  .how-change-address .btn-wrap .bg-blue {
    margin-top: 20px;
  }
  .how-check-assets .arrow,
  .how-transfer .arrow,
  .how-change-address .arrow {
    margin: 20px auto 0;
  }
  .how-check-assets .img-area,
  .how-transfer .img-area,
  .how-change-address .img-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    gap: 0px;
  }
  .how-check-assets .img-area .illust,
  .how-transfer .img-area .illust,
  .how-change-address .img-area .illust {
    margin-top: 10px;
  }
  .how-check-assets .img-area .illust > img,
  .how-transfer .img-area .illust > img,
  .how-change-address .img-area .illust > img {
    max-width: 108px;
  }
  .how-check-assets .img-area .balloon,
  .how-transfer .img-area .balloon,
  .how-change-address .img-area .balloon {
    width: auto;
    border-radius: 50px;
    padding: 10px 15px;
    max-width: 400px;
  }
  .how-check-assets .img-area .balloon::before,
  .how-transfer .img-area .balloon::before,
  .how-change-address .img-area .balloon::before {
    left: 40px;
  }
  .how-check-assets .img-area .balloon .desc,
  .how-transfer .img-area .balloon .desc,
  .how-change-address .img-area .balloon .desc {
    font-size: 14px;
  }
  .how-transfer .caution-block {
    margin-top: 20px;
  }
  .how-transfer .caution-block .txt {
    line-height: 1.4;
    font-size: 16px;
  }
  .how-change-address .annotation-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
    padding-left: 40px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  .how-change-address .annot-img-wrap .balloon::before {
    left: 40px;
  }
  .how-change-address .annot-img-wrap .desc {
    font-size: 14px;
  }
  .question .bottom-block {
    font-size: 14px;
  }
  .start .comment-wrap p {
    padding-top: clamp(10px, 2.6666666667vw, 20px);
    font-size: clamp(14px, 4.8vw, 20px);
  }
  .start .site-ttl {
    margin-top: 40px;
  }
  .start .site-ttl .site-ttl-img {
    width: 100%;
  }
  .start .btn-wrap {
    margin-top: 20px;
  }
  .start .reference-wrap {
    margin-top: 20px;
  }
  .start .tab-wrap {
    display: block;
    margin-top: 0;
  }
  .start .tab-wrap .tab .tab-ttl {
    font-size: 16px;
  }
  .start .tab-wrap .tab + .tab {
    margin-top: 20px;
  }
  .answer .comment-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    margin-top: 20px;
  }
  .answer .comment-wrap .txt-area {
    font-size: 18px;
    padding: 12px 10px;
    width: 100%;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
    max-width: 350px;
    margin: auto;
  }
  .answer .comment-wrap .txt-area::after {
    right: 0;
    left: 0;
    bottom: initial;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
    top: -21px;
  }
  .answer .comment-wrap .ideco {
    font-size: 22px;
    margin-right: 10px;
    text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
  }
  .answer .comment-wrap .ideco::after {
    width: 114%;
    left: -5px;
    margin: auto;
  }
  .answer .comment-wrap .large {
    font-size: 22px;
  }
  .answer .comment-wrap .img-area {
    margin: auto;
  }
  .answer .btn-wrap .btn-desc {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .answer .btn-wrap .btn-desc + .c-btn01 {
    margin-bottom: 20px;
  }
  .answer .btn-wrap .c-btn03 {
    max-width: 400px;
  }
  .answer .desc-area {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .answer .desc-area .attention {
    font-size: 10px;
  }
  .answer .desc-area .attention:last-child::before {
    top: 0;
  }
  .answer .dot-list > li {
    line-height: 1.5;
  }
  .answer .dot-list > li::before {
    top: 9px;
  }
  .answer .dot-list > li + li::before {
    top: 8px;
  }
  .answer .c-btn02.blank {
    font-size: 12px;
  }
  .answer .bold-desc {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
  }
  .answer .bold-desc .ib {
    display: inline;
  }
  .answer.a1 .dot-list > li:last-child::before {
    top: 9px;
  }
  .answer.a5 .comment-wrap, .answer.a6 .comment-wrap {
    margin-bottom: 30px;
    grid-template-columns: 100%;
    grid-template-rows: clamp(200px, 39.1134289439vw, 300px) auto;
    grid-template-areas: "img" "txt";
    justify-items: center;
  }
  .answer.a5 .comment-wrap .txt-area, .answer.a6 .comment-wrap .txt-area {
    padding: 16px 32px;
  }
  .answer.a5 .dot-list > li:last-child::before {
    top: 9px;
  }
  .answer.a6 .q-area > .ttl {
    font-size: 24px;
  }
  .answer.a2 .top-txt {
    margin-top: 20px;
    font-size: 20px;
  }
  .answer.a2 .comment-wrap .txt::before {
    width: 40px;
    right: -20px;
  }
  .answer.a2 .comment-wrap .txt::after {
    width: 20px;
    left: -20px;
  }
  .answer.a2 .dot-list > li:first-child::before {
    top: 9px;
  }
  .answer.a3 .dot-list > li:last-child::before {
    top: 9px;
  }
  .about-demerit .comment-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    margin-top: 20px;
  }
  .about-demerit .comment-wrap.big {
    margin-bottom: 20px;
  }
  .about-demerit .comment-wrap.big .txt-area {
    margin-top: -20px;
  }
  .about-demerit .comment-wrap .txt-area.left {
    text-align: center;
  }
  .about-demerit .comment-wrap .txt-area.left::after {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    width: 20px;
    bottom: -13px;
    top: inherit;
  }
  .about-demerit .comment-wrap .txt-area.orange {
    max-width: 500px;
  }
  .about-demerit .comment-wrap .txt-area.orange .txt {
    font-size: 20px;
    text-align: center;
  }
  .about-demerit .comment-wrap .txt-area.orange .large {
    font-size: 24px;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  }
  .about-demerit .comment-wrap .txt-area.orange .small {
    font-size: 16px;
  }
  .about-demerit .comment-wrap .txt-area {
    font-size: 18px;
    padding: 12px 10px;
    width: 100%;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
    max-width: 350px;
    margin: auto;
  }
  .about-demerit .comment-wrap .txt-area::after {
    right: 0;
    left: 0;
    bottom: initial;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
    top: -21px;
  }
  .about-demerit .comment-wrap .large {
    font-size: 22px;
  }
  .about-demerit .comment-wrap .img-area {
    margin: auto;
  }
  .about-demerit .comment-wrap .img-area img {
    max-width: 180px;
    width: 100%;
  }
  .about-demerit .comment-wrap.small .img-area img {
    max-width: 150px;
  }
  .about-demerit .attention-box {
    border-radius: 20px;
    border-width: 4px;
  }
  .about-demerit .attention-box .icon {
    aspect-ratio: 100/77;
    width: 50px;
    top: -14px;
  }
  .about-demerit .attention-box .txt {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .about-demerit .attention-box .txt .large {
    font-size: 18px;
  }
  .about-demerit .cont-block {
    padding-bottom: 0;
  }
  .about-demerit .cont-block .inner-block {
    padding: 40px 16px;
  }
  .about-demerit .cont-block .gray-block .ttl {
    font-size: 18px;
    display: block;
  }
  .about-demerit .cont-block .gray-block .ttl .green {
    padding: 6px;
    gap: 4px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .about-demerit .cont-block .gray-block .ttl .green .num {
    font-size: 18px;
  }
  .about-demerit .cont-block .gray-block .c-table th {
    font-size: 16px;
  }
  .about-demerit .cont-block .gray-block .c-table td {
    font-size: 14px;
  }
  .about-demerit .cont-block .gray-block .attention {
    text-align: left;
    float: none;
  }
  .about-demerit .cont-block .gray-block .inc-tax {
    text-align: left;
    margin-top: 2px;
  }
  .about-demerit .cont-block .gray-block .c-table .charge{
    font-size: 16px;
  }
  .about-demerit .cont-block .two-column {
    margin-top: 20px;
  }
  .about-demerit .cont-block .two-column .ttl + p {
    margin-top: 10px;
  }
  .about-demerit .cont-block .orange-txt {
    font-size: 18px;
    margin-top: 20px;
  }
  .about-demerit .cont-block .orange-box {
    width: 100%;
    margin-top: 20px;
  }
  .about-demerit .cont-block .orange-box .btn {
    font-size: 16px;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1300px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-btn-wrap.back-home {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-btn-wrap.back-home .c-btn01:first-child {
    grid-column: 2/3;
    max-width: none;
  }
  .c-btn-wrap.back-home .c-btn01:nth-child(2) {
    grid-column: 3/4;
    justify-self: end;
  }
  .c-btn01.wi-wide {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-inline: 80px;
  }
  .c-q-btn-wrap {
    gap: min(40px, 3.2786885246vw);
  }
  .c-btn03 {
    max-width: 500px;
  }
  .home .mv-block .orange-box .btn:hover {
    background: #EE8800;
    color: #fff;
    border-color: #fff;
  }
  .home .mv-block .attention-box .btn:hover {
    background: #fff;
    color: #EE8800;
  }
  .home .content-block .bg-head:hover {
    background: #0099B3;
  }
  .home .link-area .orange-box .btn:hover {
    border-color: #fff;
    background: #EE8800;
    color: #fff;
  }
  .how-request .c-contents-wrap {
    padding-bottom: 0;
  }
  .how-check-assets .step-block + .c-ttl01,
  .how-transfer .step-block + .c-ttl01,
  .how-change-address .step-block + .c-ttl01 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .how-check-assets .step + .txt,
  .how-transfer .step + .txt,
  .how-change-address .step + .txt {
    display: inline-block;
    padding-top: 4px;
  }
  .q5 .c-q-ttl-wrap {
    padding: 0 20px;
  }
  .q5 .c-ttl01 .inn-txt {
    padding-left: 78px;
  }
  .answer .dot-list > li .link:hover {
    text-decoration: underline;
  }
  .answer.a5 .comment-wrap, .answer.a6 .comment-wrap {
    padding-inline: 30px;
  }
  .answer.a5 .comment-wrap .txt-area, .answer.a6 .comment-wrap .txt-area {
    padding: 15px 40px 20px;
  }
  .answer.a5 .comment-wrap .txt-area .txt, .answer.a6 .comment-wrap .txt-area .txt {
    font-size: 40px;
  }
  .answer.a2 .comment-wrap {
    margin-top: 30px;
  }
  .answer.a2 .comment-wrap .txt .ideco {
    font-size: 36px;
  }
  .answer.a2 .comment-wrap .txt .large {
    font-size: 36px;
  }
  .about-demerit .comment-wrap.big .img-area img {
    margin-top: 20px;
  }
  .about-demerit .cont-block .c-btn-wrap .c-btn01:hover {
    color: #fff;
  }
  .about-demerit .cont-block .orange-box .btn:hover {
    background: #EE8800;
    color: #fff;
    border-color: #fff;
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  .c-header .inner-block {
    padding: 0 10px;
  }
  .c-ttl01 {
    font-size: clamp(20px, 7.4666666667vw, 28px);
  }
}
@media only screen and (max-width: 990px) {
  .c-q-ttl-wrap .br-custom01 {
    display: inline;
  }
}
@media only screen and (max-width: 1300px) {
  .c-q-ttl-wrap .br-custom02 {
    display: inline;
  }
}
@media only screen and (max-width: 500px) {
  .c-q-ttl-wrap .br-custom03 {
    display: inline;
  }
}
@media (any-hover: hover) {
  .c-btn01:hover {
    background-color: #FFFFFF;
  }
  .c-btn01.white-blue:hover {
    background-color: #0099B3;
  }
  .c-btn01.white-blue:hover .inn-txt {
    color: #FFFFFF;
  }
  .c-btn01.white-orange:hover {
    background-color: #EE8800;
  }
  .c-btn01.white-orange:hover .inn-txt {
    color: #FFFFFF;
  }
  .c-btn01.orange:hover .inn-txt {
    color: #EE8800;
  }
  .c-q-btn:hover {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-box-shadow: 0px 0px 0px 0px #6BAD00;
            box-shadow: 0px 0px 0px 0px #6BAD00;
  }
  .c-btn02:hover {
    background-color: #0099B3;
    color: #FFFFFF;
  }
  .c-btn02.blank:hover::after {
    background: #fff;
  }
  .c-btn03:hover {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-box-shadow: 0px 0px 0px 0px #E56300;
            box-shadow: 0px 0px 0px 0px #E56300;
  }
  .c-txt-link:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .c-q-btn-wrap.several-child {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px 20px;
  }
  .c-q-btn-wrap.several-child .c-q-btn {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 345px) {
  .c-btn02.blank {
    font-size: 13px;
  }
  .how-check-assets .num-list .circle,
  .how-transfer .num-list .circle,
  .how-change-address .num-list .circle {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 350px) {
  .c-btn03.blank::before {
    right: 10px;
  }
  .home .mv-block .illust {
    bottom: 122px;
    right: 52px;
    z-index: 1;
  }
  .home .mv-block .attention-box {
    top: 350px;
  }
}
@media only screen and (max-width: 600px) {
  .c-step-icon-list > li + li {
    margin-top: 30px;
  }
  .c-step-icon-list > li {
    grid-template-columns: 100%;
  }
  .c-step-icon-list .step {
    margin-bottom: 36px;
  }
  .c-step-icon-list .step::after {
    height: 36px;
    bottom: -36px;
  }
}
@media only screen and (min-width: 1100px) {
  .home .mv-block .desc {
    max-width: calc(100% - 320px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home .mv-block .desc {
    max-width: 68vw;
  }
  .how-check-assets .img-area > img,
  .how-transfer .img-area > img,
  .how-change-address .img-area > img {
    max-width: 500px;
  }
  .start .tab-wrap {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .home .mv-block .illust {
    width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) and (max-width: 1250px) {
  .home .mv-block .illust {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .home .mv-block .attention-box {
    top: 30px;
    width: 230px;
    height: 230px;
  }
  .home .mv-block .attention-box .txt {
    font-size: 14px;
  }
  .home .mv-block .attention-box .btn {
    font-size: 14px;
  }
  .home .content-block .flex-wrap {
    grid-template-columns: 1fr;
  }
  .home .content-block .aco-content .inn-flex {
    grid-template-columns: 1fr;
  }
  .home .content-block .box.w-100 {
    margin-top: 40px;
  }
  .answer .comment-wrap {
    gap: 50px;
  }
  .answer .comment-wrap .txt-area {
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .answer .comment-wrap .ideco {
    font-size: 32px;
  }
  .answer .comment-wrap .large {
    font-size: 32px;
  }
  .answer.a2 .comment-wrap .txt::before {
    right: -50px;
    width: 50px;
  }
  .about-demerit .comment-wrap {
    gap: 50px;
  }
  .about-demerit .comment-wrap .txt-area.orange .txt {
    font-size: 28px;
  }
  .about-demerit .comment-wrap .txt-area.orange .large {
    font-size: 40px;
  }
  .about-demerit .comment-wrap .txt-area.orange .small {
    font-size: 20px;
  }
  .about-demerit .comment-wrap .txt-area {
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-demerit .comment-wrap .large {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 500px) {
  .home .mv-block .attention-box {
    top: 100px;
    right: 5vw;
  }
}
@media only screen and (min-width: 601px) {
  .how-request .c-step-icon-list li:first-of-type .txt {
    padding-top: 6px;
  }
}
@media only screen and (min-width: 400px) {
  .how-check-assets .sp-400,
  .how-transfer .sp-400,
  .how-change-address .sp-400 {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (max-width: 355px) {
  .how-check-assets .num-list > li,
  .how-transfer .num-list > li,
  .how-change-address .num-list > li {
    gap: 8px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 340px) {
  .how-check-assets .btn-wrap .white-blue .inn-txt,
  .how-transfer .btn-wrap .white-blue .inn-txt,
  .how-change-address .btn-wrap .white-blue .inn-txt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) and (max-width: 1050px) {
  .how-check-assets .img-area,
  .how-transfer .img-area,
  .how-change-address .img-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .how-check-assets .img-area > img,
  .how-transfer .img-area > img,
  .how-change-address .img-area > img {
    max-width: 600px;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1101px) {
  .how-check-assets .img-area.how-change-address > img,
  .how-transfer .img-area.how-change-address > img,
  .how-change-address .img-area.how-change-address > img {
    max-width: 550px;
  }
  .how-check-assets .img-area.how-id-reset > img,
  .how-transfer .img-area.how-id-reset > img,
  .how-change-address .img-area.how-id-reset > img {
    max-width: 498px;
  }
  .how-check-assets .img-area.how-change-email > img,
  .how-transfer .img-area.how-change-email > img,
  .how-change-address .img-area.how-change-email > img {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1101px) and (min-width: 1300px) {
  .how-check-assets .img-area.how-change-address > img,
  .how-transfer .img-area.how-change-address > img,
  .how-change-address .img-area.how-change-address > img {
    max-width: 660px;
  }
  .how-check-assets .img-area.how-change-email > img,
  .how-transfer .img-area.how-change-email > img,
  .how-change-address .img-area.how-change-email > img {
    max-width: 653px;
  }
}
@media only screen and (min-width: 1300px) {
  .how-check-assets .img-area .illust.left,
  .how-transfer .img-area .illust.left,
  .how-change-address .img-area .illust.left {
    position: relative;
    right: 80px;
  }
}
@media only screen and (min-width: 1051px) {
  .how-change-address .img-area .wi-1050 {
    max-width: 500px;
  }
}
@media only screen and (max-width: 530px) {
  .how-change-address .annotation-ttl br.br01 {
    display: inline;
  }
}
@media only screen and (max-width: 340px) {
  .how-change-address .annotation-ttl br.br02 {
    display: inline;
  }
}
@media only screen and (max-width: 1050px) {
  .how-change-address .annot-img-wrap .balloon {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .how-change-address .annot-img-wrap .balloon::before {
    top: -26px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 30px;
    height: 30px;
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
            clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
}
@media only screen and (max-width: 1050px) and (max-width: 767px) {
  .how-change-address .annot-img-wrap .balloon {
    border-radius: 50px;
    padding: 10px 15px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 450px) {
  .start .comment-wrap p {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 1100px) {
  .start .ttl-wrap + .lady-illust {
    display: block;
    margin: 40px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .start .tab-wrap .tab.illust .lady-illust {
    display: none;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 767px) {
  .start .ttl-wrap + .lady-illust {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .answer .btn-wrap .btn-desc .br01 {
    display: inline;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .answer .dot-list > li::before {
    top: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .answer.a5 .comment-wrap .txt-area .txt, .answer.a6 .comment-wrap .txt-area .txt {
    font-size: clamp(20px, 3.9215686275vw, 40px);
  }
}
@media only screen and (max-width: 375px) {
  .answer.a2 .c-btn03 .txt {
    font-size: max(16px, 4.8vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .about-demerit .comment-wrap .txt-area.orange .large {
    font-size: 45px;
  }
  .about-demerit .attention-box .txt {
    font-size: 22px;
    margin-top: 45px;
  }
  .about-demerit .attention-box .txt .large {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .about-demerit .cont-block .two-column {
    display: block;
  }
  .about-demerit .cont-block .two-column .gray-block {
    width: 100%;
  }
  .about-demerit .cont-block .two-column .gray-block + .gray-block {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .about-demerit .cont-block .two-column .gray-block + .gray-block {
    margin-top: 20px;
  }
}