@charset "UTF-8";
/**
  ブレイクポイント
 */
/**
  レイアウト
 */
/**
 ネガティブマージン
 */
/**
  リズム
 */
/**
  フォントサイズ
 */
/**
  カラーテーマ
 */
/**
  シャドウ
 */
.p-radio {
  display: inline-block;
  min-width: 11%;
}
.p-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.p-radio input[type=radio] + label {
  font-size: 16px;
  padding: 0;
}
.p-radio input[type=radio] + label:before {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  content: "";
  cursor: pointer;
  transition: all 250ms ease;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #58668d;
  border-radius: 3px;
  background: #fff;
}
.p-radio input[type=radio] + label:after {
  display: contents;
}
.p-radio input[type=radio]:checked + label:before {
  background-color: #b20e1d;
  box-shadow: inset 0 0 0 4px #fff;
}
.p-radio input[type=radio]:focus + label:before {
  border-color: #b20e1d;
  outline: none;
}
.p-radio input[type=radio]:disabled + label:before {
  border-color: #58668d;
  background: #58668d;
  box-shadow: inset 0 0 0 4px #a0aac4;
}
.p-radio input[type=radio] + label:empty:before {
  margin-right: 0;
}

.l-input-auto_verticallyAtSp .p-radio {
  margin-right: 16px;
}

body {
  min-width: inherit;
}

.c-card {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px;
  background: #eee;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.c-card .c-card-title {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .c-card {
    margin: 0 auto;
    padding: 8px 16px;
  }
  .c-card .c-card-title {
    margin-bottom: 16px;
  }
}
.c-page-title {
  height: 68px;
  background: #9fa0a0;
}
.c-page-title .c-page-title-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.c-page-title h1 {
  font-size: 30px;
  font-weight: normal;
  padding: 6px 0;
  color: #fff;
}
.c-page-title small {
  font-size: 14px;
}
.c-page-title .c-logo--project {
  width: 144px;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .c-page-title {
    margin-top: 54px;
  }
  .c-page-title h1 {
    font-size: 3rem;
  }
  .c-page-title .c-page-title-content {
    padding: 0 24px;
  }
  .c-page-title .c-logo--project {
    width: 97px;
    padding: 18px 0;
  }
}
.l-content {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 48px 24px;
}

.l-withdrawal_survey {
  max-width: 1000px;
  padding: 0 32px;
  margin: clamp(32px, 8.3vw, 64px) auto;
}

@media screen and (max-width: 768px) {
  .l-content {
    margin: 0;
    padding: 24px;
  }
}
.testtest {
  color: blue !important;
}

.p-horizontal-list-group {
  display: flex;
  flex-wrap: wrap;
}
.p-horizontal-list-group .p-list-group-itemWithIcon {
  position: relative;
  width: calc(20% - 32px);
  height: auto;
  margin: 16px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-horizontal-list-group .p-list-group-itemWithIcon:before {
  display: block;
  padding-top: 100%;
  content: "";
  background: #fff;
}
.p-horizontal-list-group .p-list-group-itemWithIcon a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-horizontal-list-group .p-list-group-itemWithIcon a:hover {
  background: #b20e1d;
}
.p-horizontal-list-group .p-list-group-itemWithIcon a:hover .p-list-item-content i {
  color: #fff;
}
.p-horizontal-list-group .p-list-group-itemWithIcon a:hover .p-list-item-content p,
.p-horizontal-list-group .p-list-group-itemWithIcon a:hover .p-list-item-content span {
  color: #fff;
}
.p-horizontal-list-group .p-list-group-itemWithIcon a div {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
}
.p-horizontal-list-group .p-list-group-itemWithIcon a div i {
  font-size: 8rem;
}
.p-horizontal-list-group .p-list-group-itemWithIcon a div img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-horizontal-list-group .p-list-group-itemWithIcon a div p {
  margin-top: 16px;
  text-align: center;
}
.p-horizontal-list-group .p-list-group-itemWithIcon.isAppliedG21Premium:before {
  background: rgba(0, 0, 0, 0.2);
}

.p-notice {
  font-size: 2.5rem;
  position: absolute;
  z-index: 1;
  top: -6%;
  right: -9px;
  color: #000;
}

.p-qr {
  max-width: 960px;
  margin: 0 auto;
}
.p-qr img {
  display: block;
  margin: 0 auto 48px;
}
.p-qr div {
  padding: 15px;
  text-align: center;
  color: #c03;
  border: solid 1px #c03;
  border-radius: 10px;
}

.contentsArea {
  background: #f7f7f7;
}
.contentsArea .serviceContentsArea .banner {
  background: #fff;
}

.p-form_group .p-form_group-notice {
  font-size: 12px;
}

.p-subhead {
  position: relative;
}
.p-subhead::before {
  position: absolute;
  top: 3px;
  left: -30px;
  width: 20px;
  height: 33px;
  content: "";
  background: #d01027;
}

@media screen and (max-width: 768px) {
  .p-horizontal-list-group .p-list-group-itemWithIcon {
    width: calc(50% - 32px);
  }
  .p-qr img {
    margin: 0 auto 24px;
  }
  .p-subhead::before {
    position: static;
    display: inline-block;
    margin-right: 16px;
    transform: translate(0, 7px);
  }
}
.l-withdrawal_survey h2 {
  font-size: clamp(24px, 4.6vw, 30px);
  margin: clamp(24px, 5.5vw, 32px) 0;
  text-align: center;
}
.l-withdrawal_survey p {
  font-size: clamp(16px, 3.7vw, 18px);
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  text-align: left;
}
.l-withdrawal_survey p a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.l-withdrawal_survey div > a:not(.btn) {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.l-withdrawal_survey form {
  padding: 32px;
  border: 1px solid #d71618;
  border-radius: 12px;
}

.p-withdrawal_surveyBefore {
  background: #f0f0f0;
}
.p-withdrawal_surveyBefore h3 {
  font-size: clamp(16px, 3.7vw, 18px);
  padding: 12px 16px;
  color: #fff;
  background: #d71618;
}
.p-withdrawal_surveyBefore p {
  font-size: clamp(16px, 3.7vw, 18px);
  font-weight: bold;
  padding: 0 24px 24px;
  color: #d71618;
}

.p-withdrawal_surveyBefore_gridWrap {
  display: grid;
  padding: 24px;
  background: #f0f0f0;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.p-withdrawal_surveyBefore_grid {
  font-size: clamp(14px, 3.2vw, 16px);
  padding: 24px;
  background: #fff;
}
.p-withdrawal_surveyBefore_grid h4 {
  font-size: clamp(16px, 3.7vw, 18px);
  margin-bottom: 12px;
}

.withdrawal_alert.notYet {
  font-weight: bold;
  padding: 24px;
  color: #fff;
  background: #d71618;
}
.withdrawal_alert.notYet ol,
.withdrawal_alert.notYet p {
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.withdrawal_alert.notYet ol {
  padding-top: 24px;
  padding-left: 24px;
}
.withdrawal_alert.notYet li {
  list-style-type: disc;
}
.withdrawal_alert.notYet a {
  color: #fff;
  padding: 8px 0;
  display: inline-block;
}
.withdrawal_alert.notYet a:hover {
  opacity: 0.8;
}

.btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.btnWrap .c-btn-default {
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  letter-spacing: 0.2rem;
  pointer-events: none;
  opacity: 0.2;
  color: #fff;
  border: none;
  border-radius: 40px;
  background: #949494;
}
.btnWrap .c-btn-default:hover {
  opacity: 0.5 !important;
}
.btnWrap .c-btn-default.able {
  pointer-events: auto;
  opacity: 1;
  background: #d71618;
}
.btnWrap .c-btn-default.able.solid {
  color: #d71618;
  border: 1px solid #d71618;
  background: transparent;
}
.btnWrap .c-btn-default.agree {
  margin: 0;
}
.btnWrap p {
  font-size: clamp(14px, 3.2vw, 16px);
  margin: 12px auto;
}

.p-withdrawal_surveyContent {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  margin-top: 24px;
}
.p-withdrawal_surveyContent:nth-child(1) {
  margin-top: 0;
}
.p-withdrawal_surveyContent p {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  line-height: 1.8;
  display: inline-block;
  margin-bottom: 12px;
}
.p-withdrawal_surveyContent span {
  font-size: 12px;
  font-weight: bold;
  width: 50px;
  padding: 4px 12px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.3rem;
  color: #fff;
  background: #a4a4a4;
}
.p-withdrawal_surveyContent label {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: normal;
  line-height: 1.5;
}
.p-withdrawal_surveyContent .visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  clip-path: inset(50%);
}
.p-withdrawal_surveyContent input[type=checkbox] {
  display: none;
}
.p-withdrawal_surveyContent input[type=checkbox] + label {
  position: relative;
  top: 3px;
  display: block;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.p-withdrawal_surveyContent input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
.p-withdrawal_surveyContent input[type=checkbox] + label:before {
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  transition: all 0.12s, border-color 0.08s;
  opacity: 0.6;
  border: 1px solid #ccc;
}
.p-withdrawal_surveyContent input[type=checkbox] + label:after {
  display: none;
}
.p-withdrawal_surveyContent input[type=checkbox]:checked + label:before {
  top: 10px;
  left: 5px;
  width: 10px;
  transform: rotate(45deg);
  opacity: 1;
  border-color: #d71618;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 0;
}
.p-withdrawal_surveyContent.normal > * {
  font-weight: normal;
}

.inputWrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

textarea {
  width: 100%;
  resize: none;
}

.submitWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.submitWrap input {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.2rem;
  color: #fff;
  border: none;
  border-radius: 40px;
  background: #949494;
}
.submitWrap input.able {
  pointer-events: auto;
  opacity: 1;
  background: #d71618;
}
.submitWrap.column {
  flex-direction: column;
}
.submitWrap.column p {
  margin-top: 0;
}

.p-withdrawal_cautionDetail p {
  font-size: 16px;
  line-height: 1.5;
  margin: 32px 0;
}

.ECM_CheckboxInput {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 12px 8px;
  cursor: pointer;
}
.ECM_CheckboxInput .ECM_CheckboxInput-Input {
  width: 0;
  margin: 0;
  opacity: 0;
}
.ECM_CheckboxInput .ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
  border: dashed 2px #d71618;
}
.ECM_CheckboxInput .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  background: #d71618;
}
.ECM_CheckboxInput .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput:before {
  position: absolute;
  top: 45%;
  left: 50%;
  display: block;
  width: 40%;
  height: 4px;
  content: "";
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  border-radius: 2px;
  background: #fff;
}
.ECM_CheckboxInput .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput:after {
  position: absolute;
  top: 45%;
  left: 50%;
  display: block;
  width: 76%;
  height: 4px;
  content: "";
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  border-radius: 2px;
  background: #fff;
}
.ECM_CheckboxInput .ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: solid 2px transparent;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
}
.ECM_CheckboxInput .ECM_CheckboxInput-LabelText {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-left: 12px;
}

.p-withdrawal_modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  max-width: inherit;
  height: 100vh;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  margin: 0;
  padding: 0;
  transition: 0.3s;
  background: rgba(124, 124, 124, 0.5);
}
.p-withdrawal_modal .modal_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 80%;
  max-width: 450px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin: auto;
  padding: 32px 0 0 0;
  border-radius: 20px;
  background: #fff;
}
.p-withdrawal_modal .modal_content h4 {
  font-size: clamp(20px, 4.6vw, 24px);
  margin: 0 32px 16px;
  text-align: center;
}
.p-withdrawal_modal .modal_content p {
  font-size: clamp(14px, 2vw, 16px);
  margin: 0 32px 32px;
}
.p-withdrawal_modal .modalBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 20px 20px;
  background: #fff;
}
.p-withdrawal_modal .modalBtn .left_btn {
  font-size: 16px;
  font-weight: bold;
  width: 50%;
  padding: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  border-radius: 0 0 0 16px;
}
.p-withdrawal_modal .modalBtn .left_btn:hover {
  opacity: 0.5;
}
.p-withdrawal_modal .modalBtn .right_btn {
  font-size: 16px;
  font-weight: bold;
  width: 50%;
  padding: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  border: none;
  border-radius: 0 0 16px 0;
  background: #d71618;
}
.p-withdrawal_modal .modalBtn .right_btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .l-withdrawal_surveyHead p {
    text-align: left;
  }
  .p-withdrawal_surveyBefore_gridWrap {
    grid-template-columns: 1fr;
  }
}
.change_card-content {
  max-width: 960px;
  margin: auto;
  text-align: center;
}
.change_card-content .p-change_card_wrap {
  max-width: 640px;
  margin: 48px auto 0;
}
.change_card-content .p-change_card_wrap .p-input-group {
  display: block;
  margin-top: 16px;
  padding-bottom: 8px;
  border-bottom: solid 1px #eee;
}
.change_card-content .p-change_card_wrap .p-input-group label,
.change_card-content .p-change_card_wrap .p-input-group span,
.change_card-content .p-change_card_wrap .p-input-group p,
.change_card-content .p-change_card_wrap .p-input-group input {
  font-size: 16px;
  line-height: 1.6;
}
.change_card-content .p-change_card_wrap .p-input-group input:focus-visible {
  outline: none;
}
.change_card-content .p-change_card_wrap .p-input-group .input {
  display: block;
  margin-top: 8px;
  padding: 4px;
}
.change_card-content .message {
  font-size: 16px;
  font-weight: bold;
  max-width: 640px;
  margin: auto;
  border-bottom: solid 1px;
}
.change_card-content .card_list-table {
  width: 960px;
  margin: auto;
}
.change_card-content .card_list-table th,
.change_card-content .card_list-table td {
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  text-align: left;
}
.change_card-content .card_list-table tr {
  border-bottom: solid 1px;
}
.change_card-content .card_list-table .item-col {
  width: 40%;
}
.change_card-content .btn-wrap {
  max-width: 960px;
  margin: 16px auto;
  text-align: center;
}

.invoice_list-content {
  text-align: center;
}
.invoice_list-content .message {
  font-size: 16px;
  font-weight: bold;
  max-width: 640px;
  margin: auto;
  border-bottom: solid 1px;
}
.invoice_list-content .invoice_list-table {
  width: 640px;
  margin: auto;
}
.invoice_list-content .invoice_list-table th,
.invoice_list-content .invoice_list-table td {
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  text-align: left;
}
.invoice_list-content .invoice_list-table tr {
  border-bottom: solid 1px;
}
.invoice_list-content .invoice_list-table .item-col {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .change_card-content .table-wrap {
    overflow-x: scroll;
  }
  .change_card-content .card_list-table {
    max-width: 640px;
  }
  .change_card-content .card_list-table th,
  .change_card-content .card_list-table td {
    font-size: 12px;
  }
  .invoice_list-content .table-wrap {
    overflow-x: scroll;
  }
  .invoice_list-content .invoice_list-table {
    max-width: 640px;
  }
  .invoice_list-content .invoice_list-table th,
  .invoice_list-content .invoice_list-table td {
    font-size: 12px;
  }
}
