@import"https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap";

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
button {
  cursor: revert;
}
ol,
ul,
menu {
  list-style: none;
}
img {
  height: auto;
  width: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
  user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
::-webkit-input-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
  line-break: auto;
  user-select: auto;
  overflow-wrap: break-word;
}
:where([draggable=true]) {
  -webkit-user-drag: element;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #000;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  position: relative;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
a:focus {
  outline: 2px solid #000;
}

.par-indent0p5 {
  text-indent: 0.5em;
}
ul.indent1 li,
li.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}
ul.indent1p6 li,
li.indent1p6 {
  text-indent: -1.6em;
  padding-left: 1.6em;
}
ul.indent2 li,
li.indent2 {
  text-indent: -2em;
  padding-left: 2em;
}
ul.indent2p2 li,
li.indent2p2 {
  text-indent: -2.2em;
  padding-left: 2.2em;
}
ul.indent2p4 li,
li.indent2p4 {
  text-indent: -2.4em;
  padding-left: 2.4em;
}
ul.indent2p5 li,
li.indent2p5 {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.pc {
  display: initial;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: initial;
  }
}


.inner {
  max-width: 700px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}
.header .inner {
  max-width: 744px;
}
.header__flex {
  padding: 60px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo img {
  width: 140px;
}
.header__badge {
  font-size: 14px;
  padding: 4px 12px;
  border: 1px solid #999696;
  color: #999696;
}
@media screen and (max-width: 767px) {
  .header__flex {
    padding: 30px 10px;
  }
  .header__logo img {
    width: 120px;
  }
  .header__badge {
    font-size: 12px;
  }
}
.num .inner {
  text-align: right;
  font-size: 12px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .num .inner {
    padding-right: 37px;
    margin-bottom: 70px;
  }
}
.footer {
  background-color: #f5f5f5;
}
.footer .inner {
  font-size: 12px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
}
.last-note {
  max-width: 570px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .last-note {
    margin-top: 20px;
  }
}

.first__title {
  position: relative;
  padding-left: 12px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.first__title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #e87a3e;
}
.first__content {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .first__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.btn-area {
  display: flex;
  justify-content: center;
}
.btn-area.--mae {
  margin-top: 40px;
  margin-bottom: 60px;
}
.btn-area.--ato {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .btn-area {
    padding: 0 17px;
  }
  .btn-area.--mae {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .btn-area.--ato {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.proceed-btn {
  max-width: 400px;
  min-width: 300px;
  width: 100%;
  margin: 0 auto 7px;
  display: block;
  position: relative;
  padding: 20px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
  /* background-color: #0ab606;
  color: #fff;
  box-shadow: 0 7px 0 #0e680c; */
  transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease .1s,-webkit-transform .2s ease;
}
.proceed-btn.--green {
  background-color: #0ab606;
  color: #fff;
  box-shadow: 0 7px 0 #0e680c;
}
.proceed-btn.--orange {
  background-color: #ea5404;
  color: #fff;
  box-shadow: 0 7px 0 #993503;
}
.proceed-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.proceed-btn:hover {
  -webkit-transform: translateY(7px);
  box-shadow: none;
  transform: translateY(7px);
}
.proceed-btn:focus {
  outline: none;
  -webkit-transform: translateY(7px);
  box-shadow: none;
  transform: translateY(7px);
}
.proceed-btn span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 14px;
}
.proceed-btn p {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.revised__title {
  background-color: #ccc;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 22px 0;
  margin-bottom: 40px;
}
.revised__txt > h3 {
  text-align: center;
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.revised__txt > h3 img {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: -6px;
  margin-right: 10px;
}
.revised__txt > p {
  text-align: center;
  color: #ff0000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 30px;
}
.revised__txt > div {
  font-size: 16px;
  margin-bottom: 30px;
}
.revised__txt > div > span {
  color: #ff0000;
  font-weight: bold;
}
.revised__content .head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.revised__content .head span {
  color: #ff0000;
}
.revised__content .summary {
  font-size: 16px;
  margin-bottom: 20px;
}
.revised__content .detail {
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .revised__title {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .revised__txt > h3 {
    font-size: 18px;
  }
  .revised__txt > p {
    margin-bottom: 20px;
  }
  .revised__txt > div {
    margin-bottom: 20px;
  }
  .revised__content .head {
    padding-left: 7px;
    padding-right: 7px;
  }
  .revised__content .summary {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.down-arrow {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  width: 60px;
  height: 40px;
}

.price-table table {
  margin: 0 auto;
}
.price-table figcaption {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
  text-decoration: underline;
}
.price-table figcaption p {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  text-indent: 0;
}
.price-table figcaption p span {
  background-color: #ffff7f;
}
.price-table th {
  font-weight: bold;
  text-align: center;
}
.price-table td {
  text-align: right;
  font-size: 14px;
}
.price-table thead th,
.price-table tbody th,
.price-table tbody td {
  border: 1px solid #000;
  padding: 0.5em;
  vertical-align: middle;
}
.price-table thead th {
  background-color: #f5f5f5;
}
.price-table tbody th {
  background-color: #f5f5f5;
}
.price-table .bronze {
  background-color: #b08645;
  color: #fff;
}
.price-table .silver {
  background-color: #909090;
  color: #fff;
}
.price-table .gold {
  background-color: #bd9f00;
  color: #fff;
}
.price-table tbody td {
  background-color: #fff;
}
.price-table tbody td.changed {
  background-color: #ffff7f;
}

.price-table thead th,
.price-table tbody td {
  min-width: 8em;
}
.price-table thead td,
.price-table tbody th {
  min-width: 8em;
}
@media screen and (max-width: 767px) {
  .price-table thead th,
  .price-table tbody td {
    min-width: 5em;
  }
  .price-table thead td,
  .price-table tbody th {
    min-width: 5em;
  }
}

.compensation-table {
  margin-top: 30px;
}
.compensation-table table {
  border-collapse: collapse;
  white-space: nowrap;
  overflow-x: auto;
  display: block;
}
.compensation-table figcaption {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
  text-decoration: underline;
}
.compensation-table thead th,
.compensation-table tbody th,
.compensation-table tbody td {
  border: 1px solid #000;
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
}
.compensation-table thead th {
  font-weight: normal;
}
.compensation-table tbody th {
  font-weight: bold;
}
.compensation-table tbody td {
  font-weight: normal;
}
.compensation-table thead td,
.compensation-table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.compensation-table thead th {
  background-color: #f5f5f5;
}
.compensation-table thead td,
.compensation-table tbody td {
  background-color: #fff;
}
.compensation-table .bronze {
  background-color: #b08645;
  color: #fff;
}
.compensation-table .silver {
  background-color: #909090;
  color: #fff;
}
.compensation-table .gold {
  background-color: #bd9f00;
  color: #fff;
}
.compensation-table thead th {
  min-width: 12em;
}
.compensation-table tbody th {
  min-width: 8em;
}
@media screen and (max-width: 767px) {
  .compensation-table thead th {
    min-width: auto;
  }
  .compensation-table tbody th {
    min-width: 4em;
  }
}
.external-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.external-link > * {
  display: inline-block;
  vertical-align: middle;
}
.external-link::after {
	content: "";
	display: inline-block;
  vertical-align: middle;
	background: url('/common_2024/img/icon/icon_external.png') no-repeat;
	background-size: contain;
	width: 13px;
	height: 13px;
  margin-left: 4px;
}

.explanation-table {
  margin: 0 auto;
}
.explanation-table th,
.explanation-table td {
  border: 1px solid #000;
  padding: 0.5em;
}
.explanation-table thead th,
.explanation-table thead td {
  text-align: center;
  font-weight: bold;
  background-color: #ffff7f;
}
.explanation-table tbody th,
.explanation-table tbody td {
  text-align: left;
  background-color: #fff;
}
.explanation-table tbody th {
  min-width: 7em;
  width: 35%;
}
.explanation-table + ul {
  margin-top: 0.5em;
}

.amount-table {
  max-width: 500px;
  margin: 20px auto 0;
}
.amount-table table {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.amount-table figcaption {
  margin-bottom: 0.5em;
  text-align: left;
}
.amount-table .bronze {
  background-color: #b08645;
  color: #fff;
  padding: 5px;
}
.amount-table .silver {
  background-color: #909090;
  color: #fff;
  padding: 5px;
}
.amount-table thead th,
.amount-table tbody th,
.amount-table tbody td {
  vertical-align: middle;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0.5em;
}
.amount-table .changed {
  background-color: #ffff7f;
}
.amount-table thead th {
  text-align: center;
}
.amount-table tbody th {
  text-align: center;
  min-width: 8em;
  max-width: 12em;
}
.amount-table tbody td {
  text-align: right;
  min-width: 6em;
  max-width: 9em;
}
.amount-table tbody td span {
  display: inline-block;
  color: #ea5404;
  font-weight: bold;
}
.amount-table_note {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.amount-table_note>*:first-child {
  margin-top: 2em;
}
.amount-table_note>*:last-child {
  margin-top: 1em;
}
.icon-bycle {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -7px;
}

.accordion {
  margin-bottom: 10px;
}
.accordion > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 15px 10px 15px 30px;
  background-color: #fdede5;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
.accordion > summary:focus {
  outline: 2px solid #000;
}
.accordion > summary::-webkit-details-marker {
  display: none;
}
.accordion > summary::after {
  content: "";
  min-width: 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url('/pc/rdt/assets/img/icon_plus.svg');
  transition: transform .3s;
}
.accordion[open] > summary::after {
  background-image: url('/pc/rdt/assets/img/icon_minus.svg');
  transform: rotate(180deg) rotate(0deg);
}
.accordion > div {
  font-size: 14px;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 30px 15px;
  transition: transform .5s, opacity .5s;
}
.accordion[open] > div {
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .accordion > div {
    padding: 30px 5px;
  }
}