@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
html {
  scroll-behavior: smooth;
}
#login, #nologin, #official, #app {
  scroll-margin-top: 150px;
}
/*#link_01, #link_02, #link_03, #link_04, #link_05, #nologin {
  scroll-margin-top: 10px;
}*/
:root {
  --primary-color: #dc143c;
  --brand-color: #dc143c;
  --link-color: #dc143c;
  --link-hover-color: #efefef;
  --link-border-radius: 4px;
  --highlight-color: #0098cf;
  --card-border-radius: 8px;
  --card-border-color: #dcdcdc;
  --card-border-width: 1px;
  --card-bg-color: #fff;
  --body-color: #111;
  --body-background: none;
  --body-background-size: auto;
  --helper-color: rgba(17, 17, 17, .6);
  --logo-image-height: 32px;
  --header-link-color: #777;
  --header-color: #606060;
  --header-background: transparent;
  --header-background-size: auto;
  --form-border-color: #979797;
  --page-container-width: 760px;
  --subtitle-background: none;
  --subtitle-background-size: auto;
  --query-input-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .28);
  --query-input-border: 1px solid #dcdcdc;
  --kinds-selector-display: none
}
body {
  margin: 0;
  color: var(--body-color);
  min-height: 100vh;
  background: var(--body-background);
  background-size: var(--body-background-size);
  font-family: ヒラギノ角ゴシック, Hiragino Sans, メイリオ, NotoSansCJKjp, Meiryo, YuGothic, Yu Gothic, Roboto, SF Pro JP, SF Pro Text, SF Pro Icons, sans-serif;
  display: flex;
  flex-direction: column
}
body.main.page-provider {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .sponly {
    display: none;
  }
}
/* 768px以下のとき */
@media screen and (max-width: 768px) {
  .pconly {
    display: none;
  }
}
a {
  color: var(--link-color);
  text-decoration: none;
  -webkit-touch-callout: none;
  overflow-wrap: anywhere;
  word-break: normal;
}
a.link {
  color: #333;
}
a.link:hover {
  color: #dc143c;
}
p {
  font-weight: normal !important;
}
ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
  text-align: left;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.indent_5 {
  text-indent: -5em;
  padding-left: 5em;
}
.indent_2 {
  text-indent: -2em;
  padding-left: 1.7em !important;
}
.small {
  font-size: 12px;
}
.line_text {
  text-decoration: underline;
}
li {
  text-indent: -1em;
  padding-left: 1em;
}
li.faq_item {
  text-indent: 0em;
  padding-left: 0em;
}
.red {
  color: #dc143c;
}
.header {
  padding: 0;
  color: var(--header-color);
  background: var(--header-background);
  background-size: var(--header-background-size)
}
.header h1.brand a:after {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  margin-left: 16px;
  cursor: pointer
}
.navbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 70px;
  padding: 0 16px;
  margin: 0;
  position: relative;
  background-color: #212121;
  border-bottom: 1px solid #595959
}
.navbar h1.brand {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  margin: 0
}
.navbar h1.brand a {
  color: var(--brand-color);
  display: flex
}
.navbar h1.brand a:hover {
  background-color: transparent
}
.navbar h1.brand img {
  display: block;
  height: var(--logo-image-height);
  object-fit: contain;
  max-width: calc(100vw - 90px)
}
body {
  font-family: system-ui, -apple-system, "Noto Sans JP", sans-serif;
  padding: 24px;
  line-height: 1.6;
}
.pey_box {
  padding: 0 10px 20px;
}
.line {
  background: #ffff666e;
}
table td {
  width: 21%;
}

table {
  width: 100%;
  border-collapse: collapse !important;
  min-width: 1100px;
  border-spacing: 0;
}
.black {
  background: #000;
  color: #fff;
}
th.sticky-col.sticky-col-1.black {
  background: #000;
  color: #fff;
  width: 250px;
}

.sticky-col::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0; /* 右枠線 */
  width: 1px;
  height: 100%;
  background: #C0C0C0;
}
.sticky-top::after {
  /* content: ''; */
  /* position: absolute; */
  /* bottom: 0; */ /* 下枠線 */
  /* left: 0; */
  /* width: 100%; */
  /* height: 1px; */
  /* background: #C0C0C0; */
}
th, td {
  border: 1px solid #C0C0C0;
}
th, td {
  border: 1px solid #ccc !important;
  padding: 10px;
  vertical-align: top;
  text-align: center;
}
th {
  background: #ebebeb;
  font-weight: bold;
  text-align: center;
  /* width: 52px !important; */
}
.subhead {
  background: #ebebeb;
  font-weight: bold;
  text-align: center;
}
td.left_box {
  width: 30px;
  background: #ebebeb;
  font-weight: 600;
  border-left: 1px solid #C0C0C0;
}
th.sticky-top {
  text-align: center;
    width: 250px;
}
th.sticky-col.sticky-col-1.sticky-top[rowspan="2"][colspan="2"] {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 7;
  background: #ebebeb;
  min-width: calc(var(--w-col1) + var(--w-col2));
}
.sticky-col.sticky-col-1 {
  position: sticky;
  left: 0;
  z-index: 4;
  background: #ebebeb;
  min-width: var(--w-col1);
  border-collapse: separate;
  border-collapse: separate;
}
.left_box.sticky-col.sticky-col-2 {
  position: sticky;
  left: var(--w-col1);
  z-index: 3;
  background: #ebebeb;
  position: sticky;
  left: 105px;
  width: 8% !important;
  min-width: var(--w-col2);
  border-collapse: separate;
}
/*-追加-------------------------------------------------------------------*/
th.sticky-top {
  top: 0;
}
th.sticky-col-1 {
  top: 0;
}
th.sticky-col {
  top: 0;
}
th.sticky-col-2 {
  top: 0;
}
.no-scroll {
  overflow: hidden;
}
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 100;
}
.modal-open-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  padding-top: 10px;
}
.modal-open-button img {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.modal-open-button:hover img {
  transform: scale(1.05);
  opacity: 0.85;
}
.modal.is-open {
  display: block;
}
.modal-wrapper {
  /* background: #fff; */
  max-width: 484px;
  margin: 6vh auto;
  padding: 11px;
  /* display: inline; */
  position: relative;
}
.modal-content {
  width: 100%;
  text-align: center;
  margin: auto;
  animation: fadeIn 0.3s ease;
}
.close {
  position: absolute;
  top: -51px;
  right: 9px;
  font-size: 52px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
}
.flow img {
  width: 65%;
  margin: auto;
}
.flow figcaption {
  font-size: 12px;
  display: inline-block;
  text-align: left;
}
.guide_table {
  /* transform: scale(0.7); */
  /* transform-origin: top left; */
}
.guide img {
  margin: 0 !important;
  width: 10% !important;
  padding: 0;
}
.guide figure.flow {
  text-align: left;
  margin: 0;
  /* display: inline-block; */
}
.guide button.modal-open-button {
  padding: 0;
  margin: 0 0 20px;
}
img {
  display: block;
}
/* vertical-alignを変える */
img {
  vertical-align: top;
}
img {
  vertical-align: middle;
}
img {
  vertical-align: bottom;
}
table.guide_table.scroll-table {
  text-align: center;
  /* width: 500px; */
  min-width: 800px;
  /* width: 9%; */
}
/* 親：画面幅に制限する */
.table-scroll {
  width: 100%;
}
.accordion summary {
  cursor: pointer;
  font-weight: bold;
}
.accordion-content {
  padding: 12px;
  margin-top: 8px;
  border-radius: 4px;
}
.pink {
  background: linear-gradient(135deg, #ff1744 0%, #ff6b9d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.w_100 img {
  width: 100% !important;
}
/*--------------------------------------------------------------------*/
@media (max-width: 767px) {
  .navbar h1.brand {
    font-size: 24px;
    width: 50%;
  }
  h1.brand img {
    width: 50%;
  }
  .navbar {
    height: 50px;
  }
  figure.flow {
    width: 65%;
    margin: auto;
  }
  .flow figcaption {
    font-size: 12px;
  }
  .guide figure.flow img {
    width: 50% !important;
  }
}
.footer {
  text-align: center;
  font-size: 14px;
  margin-top: auto;
  padding-bottom: 0;
  margin-bottom: 5px;
  position: relative
}
.footer:after {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ff903c, #ff0576);
  position: absolute;
  left: 0;
  bottom: -5px
}
.footer_licence, .footer_menu_block {
  list-style: none;
  padding: 0;
  margin: 0
}
.footer_wrap {
  padding: 15px 16px;
  background-color: #595959
}
.footer_menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  max-width: 800px;
  margin: 20px auto 0;
  gap: 0 8px
}
.footer_menu_block {
  font-size: 12px
}
.footer_menu_list {
  margin-bottom: 8px
}
.footer_menu_list_link {
  color: #fff
}
.footer_licence {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  text-align: left;
  font-size: 10px;
  max-width: 800px;
  margin: 28px auto 20px;
  gap: 16px
}
.footer_licence_list {
  margin-bottom: 8px;
  min-height: 26px
}
.footer_licence_list_link {
  color: #bcbcbc;
  display: flex;
  position: relative;
  padding-left: 37px
}
.footer_licence_list_link:before {
  content: "";
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0
}
.footer_licence_list_link-jasrac:before {
  background-image: url(../images/icon-jasrac.svg)
}
.footer_licence_list_link-nextone:before {
  background-image: url(../images/icon-nextone.svg)
}
.footer_licence_list_link-lmark:before {
  background-image: url(../images/icon-lmark.svg)
}
.footer_copy {
  font-size: 13px;
  color: #fff
}
.footer_powered-by-helpfeel a {
  font-size: 10px;
  color: #c6c6c6
}
.footer_powered-by-helpfeel a:hover {
  opacity: .6
}
/***追従するトップへ戻るボタン***/
.return {
  z-index: 10;
  position: fixed;
  right: -19px;
  bottom: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.return img {
  width: 34%;
  display: block;
}
.return p {
  padding-top: 5px;
  color: #000;
}
/***トップへ戻るボタンここまで***/
/*タブ*/
.table-container {
  overflow-x: auto;
}
.tab_box .btn_area {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: stretch;
}
.tab_box .btn_area .tab_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab_box .btn_area .tab_btn p {
  margin: 0;
  text-align: center;
}
.tab_box .tab_btn {
  max-width: 500px;
  width: 100%;
  padding: 8px 0;
  color: #333;
  background: #e1e1e1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.tab_box .tab_btn:hover {
  background-color: #e6e0e2;
}
.tab_box .tab_btn.active {
  background: #C00030;
  color: #fff;
  border-bottom: 10px solid;
  position: relative;
}
.tab_box .tab_btn.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px; /* 線の太さ */
  background: #C00030; /* 線の色 */
}
.tab_box .panel_area {
  border: solid 1px #ede0e4;
  padding: 20px;
}
.tab_box .tab_panel {
  display: none;
}
.tab_box .tab_panel.active {
  display: block;
}
.flex_box {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.step_box p {
  display: inline-block;
  padding: 10px;
  color: #000000;
  background: #ccc;
  margin: 10px;
  transition: all 0.2s ease 0s;
}
.step_box p:hover {
  color: #ffffff;
  background: #808080;
}
.table-container table.table td:nth-child(3), .table-container table.table thead td:nth-child(3) {
  min-width: 14em !important;
  width: 14rem !important;
}
@media (max-width: 812px) {
  h3.label_a {
    font-size: 13px;
    padding: 7px;
  }
  .column2 {
    gap: 2%;
  }
  h3.label {
    font-size: 12px;
  }
  .table-scroll.table-wrapper td {
    width: 22%;
  }
  table.guide_table.scroll-table {
    transform: scale(1);
    transform-origin: top left;
  }
}
/* === 固定列（1列目）：tbody === */
.table-container table.table td:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  background: #fff;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  min-width: 6.5em;
  box-shadow:
    inset -1px 0 0 var(--bs-border-color), inset 1px 0 0 var(--bs-border-color);
}
/* === 固定列（1列目）：thead === */
.table-container table.table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 4;
  background-color: rgb(245, 245, 245);
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  min-width: 6.5em;
  box-shadow:
    inset -1px 0 0 var(--bs-border-color), inset 1px 0 0 var(--bs-border-color);
}
.table-container table.table > :not(caption) > * > * {
  padding: .45rem .5rem;
}
.table-container table.table th:nth-child(n+2), .table-container table.table td:nth-child(n+2) {
  font-size: .95rem;
  line-height: 1.35;
}
.table-container table.table th:nth-child(2), .table-container table.table td:nth-child(2) {
  min-width: 12.5rem;
}
.table-container table.table th:nth-child(3), .table-container table.table td:nth-child(3) {
  min-width: 11.5rem;
}
.table-container table.table th:nth-child(4), .table-container table.table td:nth-child(4) {
  min-width: 11.5rem;
}
.table-container table.table th:nth-child(5), .table-container table.table td:nth-child(5) {
  min-width: 11.5rem;
}
.table-container table.table th:nth-child(6), .table-container table.table td:nth-child(5) {
  min-width: 11.5rem;
}
.table-container table.table th:nth-child(7), .table-container table.table td:nth-child(5) {
  min-width: 11.5rem;
}
.table-container table.table td:nth-child(7), .table-container table.table td:nth-child(7) ul, .table-container table.table td:nth-child(7) li {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  line-break: strict;
}
.table-container table.table th, .table-container table.table td {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.table-container table.table td:nth-child(6), .table-container table.table thead td:nth-child(6) {
  min-width: 13em !important;
  width: 16rem !important;
}
.table-container table.table td:nth-child(7), .table-container table.table thead td:nth-child(7) {
  min-width: 13rem;
  width: 18rem;
  max-width: 22rem;
}
.table-container {
  overflow-x: auto;
}
.table-container table.table td:nth-child(7) li {
  line-height: 1.5;
}
.table-container table.table td li {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  line-height: 1.6;
  padding-left: 1.6em;
  text-indent: -1.2em;
}
@media screen and (max-width: 456px) {
  .return {
    right: -41px;
  }
  .return img {
    width: 19%;
  }
  .return p {
    font-size: 10px;
  }
  .modal-wrapper {
    margin: 22vh auto;
  }
  .modal-content {
    width: 100%;
  }
  button.close {
    top: -45px;
    right: 9px;
  }
}
.container {
  width: 760px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  position: relative
}
a {
  cursor: pointer
}
.externaltransmission .container {
  padding-top: 32px;
  padding-bottom: 32px
}
#indicator {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999
}
#indicator.fade-out {
  animation: fadeOut 100s;
  animation-fill-mode: both
}
@keyframes indicator_loading {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@media screen and (max-width: 812px) {
  .tab_btn p {
    font-size: 12px;
  }
  .step_box p {
    padding: 7px;
    margin: 3px;
    font-size: 11px;
  }
  .lastAnswer__atext--1yF5q {
    padding: 11px var(--space-ss) 0 var(--space-ss) !important;
  }
  .tab_box .panel_area {
    padding: 10px;
  }
}
@media screen and (max-width: 460px) {
  table {
        min-width: auto;
        width: max-content;
  }
  table td {
    width: 25%;
    max-width: 250px;
  }
 th.sticky-top {
    width: 200px;
} 
  /* --- iPhone / iOS Safari  --- */
/*  th.sticky-col.sticky-col-1 {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
    vertical-align: middle;
  }
  span.vertical_text {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: inline-block;
  }*/
  /* --- Android --- */
/*  body.Android th.sticky-col.sticky-col-1 {
    -webkit-writing-mode: horizontal-tb !important;
    writing-mode: horizontal-tb !important;
  }
  body.Android span.vertical_text {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0 auto;
  }*/
}
@media screen and (max-width: 426px) {}
@media screen and (max-width: 400px) {
  .tab_btn p {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .tab_btn p {
    font-size: 9px;
  }
}