@font-face {
  font-family: "NotoSansJPBold";
  src: url("file:///android_asset/fonts/NotoSansJP-Black.ttf");
}

.container {
  margin: 0 auto;
  padding: 20px;
  max-width: 950px;
}
.app-info__body {
  width: "100%";
  height: "100%";
  background: #eef4ff;
  padding-top: 24px;
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 74px;
}
.app-info__container {
  padding: 16px;
  border-radius: 16px;
  background: #fff;
}
.app-info__name {
  padding-bottom: 16px;
}
.app-info__name .key {
  color: #222;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-weight: 300;
  line-height: "150%";
}
.app-info__name .val {
  margin-top: 8px;
  color: #222;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-weight: 600;
  line-height: "150%";
}
.app-info__version {
  padding-top: 16px;
  padding-bottom: 16px;
}
.app-info__version .key {
  color: #222;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-weight: 300;
  line-height: "150%";
}
.app-info__version .val {
  margin-top: 8px;
  color: #222;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-weight: 600;
  line-height: "150%";
}
.app-info__os {
  padding-top: 16px;
  padding-bottom: 16px;
}
.app-info__os .key {
  color: #222;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-weight: 300;
  line-height: "150%";
}
.app-info__os .val {
  margin-top: 8px;
  color: #222;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-weight: 600;
  line-height: "150%";
}
.app-info__license {
  padding-top: 16px;
}
.app-info__license .key {
  color: #222;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-weight: 300;
  line-height: "150%";
}
.app-info__license .align-left {
  text-align: left;
}
.app-info__license .license {
  color: #222;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 12px;
  font-weight: 300;
  line-height: "150%";
}

/* アンダーライン */
.bottom-line {
  height: 1px;
  align-self: stretch;
  background: #e7edf4;
}

.bottom-line_hed {
  margin: 0;
  margin-bottom: 20px;
}

.bottom-line_txt {
  height: 0.5px;
  background: rgba(0, 0, 0, 0.2);
  margin: 10px 0px;
}

.bottom-line_txt_tel {
  height: 0.5px;
  background: rgba(0, 0, 0, 0.2);
  margin: 10px 16px;
}

/* よくある質問 */
.q-doc__body {
  background-color: #eef4ff;
}
.q-doc__body .q-doc__container {
  padding: 32px 24px 8px 24px;
}
.q-doc__body .q-doc__container:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.q-doc__body .q-doc__container h2 {
  user-select: none;
  margin: 0px;
  font-size: 0.9rem;
  color: #222222;
  margin-bottom: 12px;
}
.q-doc__body .q-doc__container .q-doc__contents {
  position: relative;
  background-color: #fff;
  padding: 16px;
}
.q-doc__body .q-doc__container .q-doc__contents.header {
  border-radius: 16px;
  margin-top: 16px;
  min-height: 64px;
  display: flex;
  align-items: center;
}
.q-doc__body .q-doc__container .q-doc__contents.header:hover {
  opacity: 0.7;
}
.q-doc__body .q-doc__container .q-doc__contents + .q-doc__contents {
  border-top: none;
}
.q-doc__body .q-doc__container .q-doc__contents:only-of-type {
  border-radius: 16px;
}
.q-doc__body .q-doc__container .q-doc__contents h5 {
  user-select: none;
  color: #222222;
  margin: 0;
  font-size: 0.8rem;
  margin-right: 22px;
}
.q-doc__body .q-doc__container .q-doc__contents img {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%);
}
.q-doc__body h1.q-doc__category {
  background-color: #ececec;
  padding: 5px 20px;
  font-size: 0.7rem;
  margin-bottom: 5px;
  color: #00b4be;
}

.q-doc__body .q-doc__container .q-doc__contents .q-doc__contents_body {
  margin-bottom: 10px;
}
.q-doc__body .q-doc__container .q-doc__contents.open .q-doc__contents_body {
  display: block;
}
.q-doc__body .q-doc__container .q-doc__contents .q-doc__question_prefix {
  font-weight: bold;
  margin-right: 5px;
  color: #00b4be;
}

/* よくある質問詳細 */
.q-dtl__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: center; */
  height: 90vh;
  padding-top: 24px;
}
.q-dtl__body .q-dtl__contents {
  margin: 0px 24px 20px 24px;
}
.q-dtl__body .q-dtl__contents h3 {
  margin-left: 45px;
  margin-top: 0px;
  font-style: normal;
  font-weight: bold;
  font-family:
    "NotoSansJPBold", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  color: #222222;
}
.q-dtl__body .q-dtl__contents h3::before {
  content: "";
  background-image: url("../../../images/q.png");
  position: absolute;
  top: -2px;
  left: -40px;
  width: 32px;
  height: 32px;
  background-size: contain;
}
.q-dtl__body .q-dtl__contents .q-dtl__answer {
  margin-left: 45px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  color: #222222;
  padding-bottom: 40px;
}
.q-dtl__body .q-dtl__contents .q-dtl__answer::before {
  content: "";
  background-image: url("../../../images/a.png");
  position: absolute;
  top: -2px;
  left: -40px;
  width: 32px;
  height: 32px;
  background-size: contain;
}
.q-dtl__body .q-dtl__contents .q-dtl__answer span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.q-dtl__body .q-dtl__contents .q-dtl__answer table {
  margin-left: 0;
}
.q-dtl__body .q-dtl__contents .q-dtl__answer table tr td {
  vertical-align: top;
}

.q-dtl__body .q-dtl__footer {
  text-align: center;
  /* font-size: 0.8rem; */
  position: fixed;
  bottom: 8px;
  width: calc(100% - 48px);
  background-color: #fff;
  padding-top: 40px;
  margin: 0px 24px;
}
.q-dtl__body .q-dtl__footer .q-dtl__table {
  display: inline-table;
  border-collapse: separate;
  width: 100%;
}
.q-dtl__body .q-dtl__footer .q-dtl__table .q-dtl__table-cell {
  background-color: #eef4ff;
  cursor: pointer;
  margin-top: 16px;
  padding: 0px 16px;
  border-radius: 16px;
  display: flex;
  height: 56px;
  align-items: center;
}
.q-dtl__body .q-dtl__footer .q-dtl__table .q-dtl__table-cell:hover {
  opacity: 0.8;
}
.q-dtl__body .q-dtl__footer h4 {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #222222;
}
.q-dtl__body .q-dtl__footer .q-dtl__symbol {
  margin-right: 4px;
}
.q-dtl__body .q-dtl__footer .q-dtl__result {
  font-size: 14px;
  line-height: 21px;
  display: flex;
  color: #222222;
}
.q-dtl__body .q-dtl__footer .q-dtl__result.circle,
.q-dtl__body .q-dtl__footer .q-dtl__result.cross,
.q-dtl__body .q-dtl__footer .q-dtl__result.triangle {
  align-items: center;
  justify-content: center;
}

.q-dtl__body.modal-open .bootstrap-dialog-title {
  font-family:
    "NotoSansJPBold", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

/* お問い合わせ（電話） */
.q-tel__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90vh;
  padding: 4px 24px 0px 24px;
  background-color: #fff;
}
.q-tel__body .q-tel__container {
}
.q-tel__body .q-tel__container h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #222222;
  font-family:
    "NotoSansJPBold", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}
.q-tel__body .q-tel__container .q-tel__discript {
  color: #222222;
  font-size: 14px;
  line-height: 21px;
}
.q-tel__body .q-tel__container .q-tel__member-no {
  margin-top: 32px;
}
.q-tel__body .q-tel__container .q-tel__member-no h3,
.q-tel__body .q-tel__container .q-tel__contents h3 {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-family:
    "NotoSansJPBold", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}
.q-tel__body .q-tel__container .q-tel__member-no .member_no {
  font-size: 14px;
  line-height: 21px;
  color: #222222;
  background-color: #eef4ff;
  border-radius: 16px;
  padding: 16px;
}
.q-tel__body .q-tel__container .q-tel__contents {
  padding-top: 16px;
}
.q-tel__body .q-tel__container .q-tel__contents .tel_no {
  background-color: #eef4ff;
  border-radius: 16px;
  padding: 16px;
}
.q-tel__body .q-tel__container .q-tel__contents .telno {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.q-tel__body .q-tel__container .q-tel__contents .reception-time {
  margin-top: 8px;
  /* border-top: 0.5px solid;
  border-color: rgba(0, 0, 0, 0.2); */
  font-size: 14px;
  line-height: 21px;
  color: #222222;
}
.q-tel__body .q-tel__footer {
  color: #222222;
  font-size: 14px;
  line-height: 21px;
}

.q-tel__body .q-tel__footer a {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}

/* お問い合わせ（フォーム） */
.q-mail__body {
  padding: 4px 24px 0px 24px;
}
.q-mail__body .q-mail__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}
.q-mail__body .q-mail__container .q-mail__head h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 8px;
  font-family:
    "NotoSansJPBold", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}
.q-mail__body .q-mail__container#sendapi .q-mail__head h2 {
  margin-bottom: 8px;
}

.q-mail__body .q-mail__container .q-mail__head .q-mail__discript {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 21px;
  color: #222222;
}
.q-mail__body .q-mail__container .q-mail__form {
  flex-grow: 1;
}
.q-mail__body .q-mail__container .q-mail__form .q-mail__contents {
  margin-bottom: 0px;
}
.q-mail__body .q-mail__container .q-mail__form .q-mail__contents .head {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.q-mail__body .q-mail__container .q-mail__form .q-mail__contents .head .key {
  color: #222222;
  padding-top: 24px;
  padding-bottom: 8px;
}
.q-mail__body
  .q-mail__container
  .q-mail__form
  .q-mail__contents
  .head
  .key.require::after {
  content: "必須";
  font-size: 14px;
  line-height: 21px;
  color: #db4c4c;
  font-weight: normal;
  margin-left: 8px;
}
.q-mail__body .q-mail__container .q-mail__form .q-mail__contents .body {
  margin: 0px;
}
.q-mail__body
  .q-mail__container
  .q-mail__form
  .q-mail__contents
  .body
  input[type="text"],
.q-mail__body
  .q-mail__container
  .q-mail__form
  .q-mail__contents
  .body
  textarea {
  padding: 15.5px 16px;
  width: -webkit-fill-available;
  border: 1px solid #859fba;
  border-radius: 8px;
}
.q-mail__body
  .q-mail__container
  .q-mail__form
  .q-mail__contents
  .body
  textarea {
  resize: none;
}
.q-mail__body
  .q-mail__container
  .q-mail__form
  .q-mail__contents
  .body
  input[type="text"]:focus-visible,
.q-mail__body
  .q-mail__container
  .q-mail__form
  .q-mail__contents
  .body
  textarea:focus-visible {
  border: 1px solid #2335c7;
  outline: none;
}

.q-mail__body .q-mail__container .q-mail__foot {
  margin-top: 40px;
}
.q-mail__body .q-mail__container .q-mail__foot input[type="button"] {
  width: -webkit-fill-available;
  height: 56px;
  border: none;
  background-color: #2335c7;
  color: #fff;
  border-radius: 16px;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  box-shadow: 0px 4px 16px rgba(31, 38, 161, 0.12);
  -webkit-box-shadow: 0px 4px 16px rgba(31, 38, 161, 0.12);
}
.q-mail__body .q-mail__container .q-mail__foot input[type="button"]:hover {
  opacity: 0.75;
}

.q-mail__body .q-mail__container .q-mail__foot_text input[type="button"] {
  width: -webkit-fill-available;
  height: 56px;
  border: none;
  background-color: #fff;
  color: #2335c7;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  margin-top: 16px;
  border: thin solid #2335c7;
  border-radius: 16px;
  font-weight: bold;
  box-shadow: 0px 4px 16px rgba(31, 38, 161, 0.12);
  -webkit-box-shadow: 0px 4px 16px rgba(31, 38, 161, 0.12);
}

.q-mail__body .q-mail__container .q-mail__foot_text input[type="button"]:hover {
  opacity: 0.75;
}

/* ランク説明 */
.rank-info__body {
  margin: 28px 15px 24px;
  font-family:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  color: #544a47;
}
.rank-info__contents {
  margin: auto;
  min-width: 310px;
}
.rank-info__contents_head {
  color: #fff;
  background-color: #00b4be;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 15px;
  line-height: 15px;
  padding-top: 9px;
  padding-bottom: 8px;
  font-weight: bold;
}
.rank-info__contents_body {
  margin-bottom: 32px;
  border: thin solid #d8d8d8;
  border-radius: 0 0 8px 8px;
}
.rank-info__contents_body .rank-info__contents_row,
.rank-info__contents_body .rank-info__contents_tab {
  position: relative;
  padding: 12px 15px;
}
.rank-info__contents_body .rank-info__contents_row + .rank-info__contents_row {
  border-top: thin solid #d8d8d8;
}
.rank-info__contents_row_head {
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
}
.rank-info__contents_row_body {
  font-size: 12px;
  line-height: 17px;
}
.rank-info__table {
  margin-left: 0;
}
.rank-info__table tr td {
  vertical-align: top;
}

.rank-info__contents_tab table {
  border-collapse: collapse;
  font-size: 10px;
  width: 100%;
}
.rank-info__contents_tab table thead tr th {
  text-align: center;
}
.rank-info__contents_tab table thead tr th div {
  background-color: #dff5f3;
  height: 42px;
  border-radius: 6px;
  display: inline-table;
}
.rank-info__contents_tab table thead tr th div span {
  line-height: 17px;
  display: table-cell;
  vertical-align: middle;
}
.rank-info__contents_tab table tbody tr {
  border-bottom: thin solid #d8d8d8;
}
.rank-info__contents_tab table tbody tr td {
  text-align: center;
  padding: 10px 0;
}
.rank-info__contents_tab table tbody tr td.td-rank {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rank-info__contents_tab table tbody tr td.td-rank div {
  font-weight: bold;
  width: 80px;
  margin-left: 8px;
  text-align: left;
}
.rank-info__contents_tab table tbody tr td.td-rank img {
  width: 32px;
  height: 28px;
}
.rank-info__contents_tab table tbody tr td.td-cond {
  letter-spacing: -0.05em;
  font-size: 14px;
}

.rank-info__contents_tab table tbody tr td.td-cond span.tax {
  font-size: 10px;
}

.rank-info__contents_tab table tbody tr td.td-rate {
  font-size: 12px;
  font-weight: 600;
}

.rank-info__contents_tab table tbody tr td span.important {
  letter-spacing: -0.05em;
  font-weight: bold;
}

.rank-info__footer {
  margin: 0 10px 70px 0;
  color: #544a47;
}
.rank-info__footer .rank-info__table {
  font-size: 13px;
  padding-left: 13px;
}
.rank-info__footer ul {
  padding-inline-start: 26px;
}
.rank-info__footer ul li {
  font-size: 13px;
  line-height: 19px;
  list-style-type: none;
  text-indent: -0.6rem;
  margin-bottom: 7px;
}
.rank-info__footer ul li::before {
  display: inline;
  content: "※";
}
.rank-info__footer span {
  display: inline-block;
  text-indent: 0rem;
}

/* 大手門カード */
.ootemon__body {
  padding-left: 20px;
  padding-right: 20px;
}
.ootemon__body img {
  display: block;
  margin: auto;
  margin-bottom: 24px;
}
.ootemon__body h1 {
  font-size: 15px;
  color: #544a47;
}
.ootemon__body p {
  font-size: 15px;
  color: #544a47;
}
.ootemon__body ul {
  padding-left: 20px;
}
.ootemon__body ul.ootemon__info li {
  position: relative;
  font-size: 13px;
  line-height: 19px;
  color: #544a47;
  list-style-type: none;
  margin-bottom: 7px;
}
.ootemon__body ul.ootemon__info li::before {
  display: inline-block;
  content: "※";
  position: absolute;
  top: 0;
  left: -15px;
}
.ootemon__body ul.ootemon__guide li {
  font-size: 13px;
  line-height: 19px;
  color: #544a47;
}

/* 利用規約 */
.p-doc__body {
  color: #544a47;
}
.p-doc__container h2 {
  color: #00b4be;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
}
.p-doc__container .p-doc__sub-header {
  font-weight: 600;
}
