@charset "UTF-8";
/*** The new CSS reset - version 1.11.1 (last updated 24.10.2023) ***/
*:where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video):not(audio):not(svg*):not(symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-placeholder {
  color: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  word-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
  position: relative;
}
html:has(.header__menu.is-open), html:has(.is-modal-open) {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  html:has(#sidemenu.is-open) {
    overflow: hidden;
  }
}

body {
  font-family: "Lato", "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  color: #413C3A;
  line-height: 1.75;
  background-color: #fff;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  body {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1240px;
  }
}
body {
  position: relative;
}

main {
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 120px;
  }
}

.container {
  margin: 0 auto;
}

.section {
  padding: 2rem 0;
}

a {
  color: #413C3A;
  text-decoration: none;
}

button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-family: "Lato", "IBM Plex Sans JP", sans-serif;
  color: #413C3A;
  cursor: pointer;
}

small {
  font-size: 0.85em;
}

p {
  margin: 0.5em 0;
}

:disabled,
.is-disabled {
  opacity: 0.5;
  pointer-events: none; /* クリックイベントを無効化 */
  cursor: not-allowed;
}

.loan-status_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.loan-status_table dt {
  width: 4.5em;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .loan-status_table dt {
    width: 100%;
  }
}
.loan-status_table dd {
  width: calc(100% - 4.5em);
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .loan-status_table dd {
    width: 100%;
    padding: 0;
  }
}

.box-center {
  display: block;
  width: 250px;
  margin: 0 auto;
}

.kokusai > .point dl {
  border: 1px solid #d4d4d4;
  border-radius: 12px;
}
.kokusai > .point dl dt {
  position: relative;
  height: 115px;
  color: #ffffff;
  background-color: #e60012;
  padding: 15px 20px;
  border-radius: 12px 12px 0 0;
  text-align: center;
}
.kokusai > .point dl dt p {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .kokusai > .point dl dt {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .kokusai > .point dl dt {
    height: 70px;
    font-size: 1.6rem;
  }
}
.kokusai > .point dl dd {
  padding: 20px 30px;
}

.flow .c-flow__item-body dl dd ul li.c-list-ul__item .ttl {
  color: #E60012;
}

.txt-red {
  color: #E60012;
}

.num-red li::before {
  color: #E60012;
}

.btn_center {
  margin: 0 auto;
}

.btn_appear a {
  width: 488px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .btn_appear a {
    width: 100%;
  }
}

.w100p {
  width: 100%;
}

.w90p {
  width: 90%;
}

.w80p {
  width: 80%;
}

.w70p {
  width: 70%;
}

.w60p {
  width: 60%;
}

.w50p {
  width: 50%;
}

.w40p {
  width: 40%;
}

.w30p {
  width: 30%;
}

.w20p {
  width: 20%;
}

.w10p {
  width: 10%;
}

@media only screen and (max-width: 767px) {
  .w100p {
    width: 100%;
  }
  .w90p {
    width: 100%;
  }
  .w80p {
    width: 100%;
  }
  .w70p {
    width: 100%;
  }
  .w60p {
    width: 100%;
  }
  .w50p {
    width: 100%;
  }
  .w40p {
    width: 100%;
  }
  .w30p {
    width: 100%;
  }
  .w20p {
    width: 100%;
  }
  .w10p {
    width: 100%;
  }
}
.w100p_sp {
  width: 100%;
}

.w90p_sp {
  width: 90%;
}

.w80p_sp {
  width: 80%;
}

.w70p_sp {
  width: 70%;
}

.w60p_sp {
  width: 60%;
}

.w50p_sp {
  width: 50%;
}

.w40p_sp {
  width: 40%;
}

.w30p_sp {
  width: 30%;
}

.w20p_sp {
  width: 20%;
}

.w10p_sp {
  width: 10%;
}

@media only screen and (max-width: 767px) {
  .w100p_sp {
    width: 100%;
  }
  .w90p_sp {
    width: 90%;
  }
  .w80p_sp {
    width: 80%;
  }
  .w70p_sp {
    width: 70%;
  }
  .w60p_sp {
    width: 60%;
  }
  .w50p_sp {
    width: 50%;
  }
  .w40p_sp {
    width: 40%;
  }
  .w30p_sp {
    width: 30%;
  }
  .w20p_sp {
    width: 20%;
  }
  .w10p_sp {
    width: 10%;
  }
}
/*# sourceMappingURL=personal_common.css.map */