@charset "UTF-8";
/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* system
--------------------------- */
/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  width: 100%;
  overflow-x: hidden;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  color: #000;
}

/* l-body
--------------------------- */
.l-body {
  width: 100%;
  overflow-x: hidden;
}

/* l-main
--------------------------- */
.l-main {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

/* l-footer
--------------------------- */
.l-footer {
  background: #000000;
  color: #fff;
  line-height: 1.3;
}

.l-footer__inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 18px 0px 11.5px 0px;
}
@media print, screen and (min-width: 751px) {
  .l-footer__inner {
    max-width: 540px;
    padding: 36px 0 23px;
  }
}

.l-footer__nav ul {
  display: flex;
  justify-content: center;
  gap: 0 50px;
  margin-bottom: 9px;
}
@media print, screen and (min-width: 751px) {
  .l-footer__nav ul {
    gap: 0 118px;
    margin-bottom: 18px;
  }
}
.l-footer__nav a {
  font-size: 1rem;
  color: #fff;
  text-decoration: underline;
}
@media print, screen and (min-width: 751px) {
  .l-footer__nav a {
    font-size: 1.6rem;
  }
}

.l-footer__copyright {
  text-align: center;
  font-size: 1rem;
}
@media print, screen and (min-width: 751px) {
  .l-footer__copyright {
    font-size: 1.6rem;
  }
}

/* l-inner
--------------------------- */
@media print, screen and (min-width: 751px) {
  .l-inner {
    max-width: 750px;
    margin: 0 auto;
  }
}

.l-inner-pc {
  display: contents;
}
@media print, screen and (min-width: 751px) {
  .l-inner-pc {
    max-width: 750px;
    margin: 0 auto;
  }
}

/* c-comparing-table
--------------------------- */
.c-comparing {
  padding: 0 14px 20px;
}

.c-comparing__table {
  width: 100%;
  table-layout: fixed;
}
.c-comparing__table th, .c-comparing__table td {
  text-align: center;
  vertical-align: middle;
}
.c-comparing__table thead th:first-child {
  width: 12.5864553314%;
}
.c-comparing__table tbody {
  border-left: solid 2px #6D501D;
  border-top: solid 2px #6D501D;
}
.c-comparing__table tbody th {
  background: #9B762C;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-right: solid 2px #6D501D;
  border-bottom: solid 2px #6D501D;
  line-height: 1.2;
}
.c-comparing__table tbody td {
  background: #FFF9EB;
  color: #000;
  font-size: min(2.6666666667vw, 12px);
  font-weight: 700;
  line-height: 1.3;
  padding: 10px 5px 5px;
  border-right: solid 2px #6D501D;
  border-bottom: solid 2px #6D501D;
}
.c-comparing__table tbody td small {
  font-size: min(2.4vw, 10px);
}
.c-comparing__table ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #fff;
  margin: 3px 3px 2px;
  padding: 3px 0;
  border-radius: 2.5px;
  min-height: 4.5em;
}
.c-comparing__table ul li {
  display: flex;
  text-align: left;
  font-size: min(2.1333333333vw, 12px);
  margin-bottom: 3px;
}
.c-comparing__table ul li::before {
  content: "・";
}

.c-comparing__symbol {
  width: 31.5px;
  margin: 0 auto 2px;
}
.c-comparing__symbol.is-triangle {
  width: 34px;
}

.c-comparing__read {
  width: calc(100% - 14px);
  max-width: 140px;
  margin: 0 auto;
  font-size: min(2.4vw, 9px);
  background: #B20016;
  line-height: 1.2;
  color: #fff;
  padding: 3px 0;
  position: relative;
}
.c-comparing__read::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8.5px solid transparent;
  border-bottom: 8.5px solid transparent;
  border-right: 5px solid #B20016;
  border-left: 0;
  position: absolute;
  left: -5px;
  top: 0;
}
.c-comparing__read::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8.5px solid transparent;
  border-bottom: 8.5px solid transparent;
  border-left: 5px solid #B20016;
  border-right: 0;
  position: absolute;
  right: -5px;
  top: 0;
}

.c-comparing__thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: min(17.3333333333vw, 130px);
}
.c-comparing__thumb img {
  max-width: min(20vw, 150px);
}
.c-comparing__thumb img.is-wide {
  max-width: min(23.9746666667vw, 179.81px);
}

.c-comparing__name {
  font-size: min(2.4vw, 12px);
  line-height: 1.2;
  margin-bottom: 8px;
}

.c-comparing__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EA5514;
  color: #fff;
  width: min(20.2173333333vw, 151.63px);
  height: 24.63px;
  margin: 0 auto 8px;
  text-indent: -5px;
  border-radius: 50px;
  transition: all 0.4s;
  box-shadow: 0 3px 0 #9E330D;
  font-size: min(2.4vw, 11px);
  background: #EA5514 url(../images/icon-btn-arrow.svg) no-repeat right 10px center;
  background-size: 5px auto;
}

.c-comparing__btn:hover {
  box-shadow: none;
  transform: translateY(3px);
}

.c-comparing__note {
  font-size: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .c-comparing__note {
    font-size: 1.4rem;
    text-align: left;
  }
}

/* c-contents
--------------------------- */
.c-contents {
  padding: 25px 20px 0;
}
.c-contents.is-bg-beige {
  background: #FFF9EB;
}

.c-contents__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #9B762C;
  padding: 14px 0;
  margin-bottom: 25px;
}

.c-contents__read {
  width: 147.86px;
  height: 25.335px;
  text-align: center;
  line-height: 25.335px;
  background: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 6px;
}

.c-contents__title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.c-contents__body {
  width: min(84.9786666667vw, 637.34px);
  margin: 0 auto;
}

.c-contents__text {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.c-contents__text:last-child {
  margin-bottom: 0;
}

/* c-page
--------------------------- */
.c-page {
  width: min(81.9546666667vw, 614.66px);
  margin: 0 auto;
  padding: 20px 0;
}

.c-page__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 23.8px;
}

.c-page__contents {
  width: min(70.592vw, 529.44px);
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
}
.c-page__contents p {
  margin-bottom: 10px;
}
.c-page__contents .icon-mail {
  display: inline-block;
  width: 18px;
  margin-right: 5px;
  vertical-align: bottom;
}

.c-page__contents-title {
  font-size: 14px;
  font-weight: 700;
  border-left: solid 5px #6D501D;
  background: #E5CFA3;
  padding-left: 16.5px;
  padding: 8px 0 8px 16.5px;
  margin-bottom: 15px;
}

/* c-breadcrumbs
--------------------------- */
.c-breadcrumbs {
  display: flex;
  margin-top: 35px;
}
@media print, screen and (min-width: 751px) {
  .c-breadcrumbs {
    margin-top: 45px;
  }
}
.c-breadcrumbs li, .c-breadcrumbs a, .c-breadcrumbs span {
  font-size: 1.3rem;
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  .c-breadcrumbs li, .c-breadcrumbs a, .c-breadcrumbs span {
    font-size: 1.4rem;
  }
}
.c-breadcrumbs li + li {
  padding-left: 25px;
  position: relative;
}
.c-breadcrumbs li + li::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  left: 8px;
  top: 9px;
  transform: rotate(45deg);
}
.c-breadcrumbs a {
  text-decoration: underline;
}

/* p-fv
--------------------------- */
.p-fv {
  max-width: 750px;
  margin: 0 auto;
}
/* p-simulation
--------------------------- */
.p-simulation {
  padding: 0 10px 26.3px;
  position: relative;
  background: #9B001A;
}

.p-simulation__read {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 21.5px;
  background: #9B762C;
  border-radius: 7.5px 7.5px 0 0;
  top: -21.5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p-simulation__title {
  font-size: 23px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  padding: 14px 0;
}

.p-simulation__items {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.p-simulation__item {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.p-simulation__indigator img {
  max-width: none;
  width: 100%;
}

.p-simulation__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px min(3.4666666667vw, 26px) 17px;
  background: #fff;
}

.p-simulation__inquiry {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 7px;
}

.p-simulation__input {
  margin-bottom: 8px;
}

.p-simulation__input.is-input {
  display: flex;
  align-items: flex-end;
  margin-right: -2em;
}

.p-simulation__receivable {
  text-align: right;
  display: block;
  width: min(40.5333333333vw, 304px);
  height: 42px;
  border: solid 1px #595757;
  border-radius: 6px;
  margin-right: 8px;
  padding: 10px;
  font-weight: 500;
}

.p-simulation__input span {
  font-size: 14px;
  font-weight: 700;
}

.p-simulation__next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 94.5px;
  height: 30.5px;
  background: #D3A746 url(../images/icon-simulation-arrow.svg) no-repeat center right 8px;
  background-size: 8px 11px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding-right: 6.5px;
  box-shadow: 0 4px 0 #9B762C;
  transition: all 0.4s;
  margin-left: auto;
}
.p-simulation__next-btn.is-reset {
  width: 135px;
  height: 34px;
  margin-right: auto;
  margin-top: 25px;
}

.p-simulation__next-btn:hover {
  cursor: pointer;
  box-shadow: none;
  transform: translateY(4px);
}

.p-simulation__input.is-radio {
  display: flex;
  justify-content: center;
  gap: 0 21px;
}

.p-simulation__radio-btn {
  display: none;
}

.p-simulation__radio-label {
  width: 117px;
  height: 30.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #EA5514;
  color: #EA5514;
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 14px;
  font-weight: 800;
}

.p-simulation__radio-btn:checked + .p-simulation__radio-label {
  background-color: #EA5514;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.p-simulation__item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.p-simulation__item.is-visible {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.p-simulation__item.is-step04 .p-simulation__inquiry {
  padding-right: 20px;
  background: url(../images/icon-inquiry-arrow.svg) no-repeat right 10px;
  background-size: 13.5px 9.5px;
}

.p-simulation__table {
  border-top: 2px solid #6D501D;
  border-left: 2px solid #6D501D;
  table-layout: fixed;
  width: 100%;
}
.p-simulation__table th, .p-simulation__table td {
  border-right: 2px solid #6D501D;
  border-bottom: 2px solid #6D501D;
  text-align: center;
  vertical-align: center;
}
.p-simulation__table th {
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  background: #9B001A;
  text-align: center;
}
.p-simulation__table th a {
  display: block;
  color: #fff;
  padding: 2px 0;
}
.p-simulation__table td {
  padding: 9px 7px;
  background: #FFF9EB;
}
.p-simulation__table ul {
  padding: 0 6.5px;
  margin-bottom: 5px;
}
.p-simulation__table li {
  font-size: min(2.9333333333vw, 12px);
  text-align: left;
  padding-left: 1em;
  background: url(../images/icon-simulation-list.svg) no-repeat left 6px;
  background-size: 4px auto;
  line-height: 1.4;
  margin-bottom: 8px;
}
.p-simulation__table li span {
  color: #9B001A;
  font-weight: 600;
}

td.p-simulation__table-thumb {
  vertical-align: middle;
  background: #E8BCBC;
  padding: 8.7px 11px;
}

.p-simulation__table-line {
  border: solid 3px #B20016;
}

.p-simulation__table-result {
  font-weight: 700;
  color: #B20016;
  font-size: 16px;
}
.p-simulation__table-result span:last-child {
  font-size: 12px;
  color: #000;
  display: inline-block;
  margin-right: -2em;
  margin-left: 0.5em;
}

.p-simulation__table-title {
  width: 56px;
  height: 15.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #6D501D;
  color: #fff;
  font-size: 10px;
  border-radius: 50px;
  margin-bottom: 4px;
}

.p-simulation__table-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(25.1226666667vw, 94.21px);
  height: 32px;
  border-radius: 50px;
  text-indent: -10px;
  box-shadow: 0 4px 0 #9E330D;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #EA5514 url(../images/icon-simulation-arrow.svg) no-repeat right 15px center;
  background-size: 5px auto;
  margin: 10px auto 5px;
  transition: all 0.4s;
}

.p-simulation__table-btn:hover {
  box-shadow: none;
  transform: translateY(4px);
}

.p-simulation__item.is-step04 {
  padding-bottom: 17px;
}
.p-simulation__item.is-step04 .p-simulation__body {
  border-radius: 0 0 10px 10px;
  padding-bottom: 20px;
}

.p-simulation__table-note {
  width: min(89.3333333333vw, 670px);
  max-width: 500px;
  margin: 0 auto;
  padding: 17.5px 14.5px 17.5px 42px;
  background: #FFF9EB url(../images/icon-caution.svg) no-repeat 12px center;
  background-size: 20px auto;
  margin-top: 20px;
  font-size: 10px;
  line-height: 1.5;
}

/* p-recommend
--------------------------- */
.p-company-comparison__header {
  background: #D3A746;
  margin-bottom: 17.95px;
}

.p-company-comparison__title {
  width: min(88.7466666667vw, 332.8px);
  margin: 0 auto;
  padding: 15px 0 17.5px;
}

.p-company-comparison__bottom {
  width: min(89.3333333333vw, 670px);
  margin: 0 auto 16px;
}

.p-company-comparison__note {
  font-size: 9px;
  line-height: 1.75;
}

.p-company-comparison__note + .p-company-comparison__caution {
  margin-top: 15px;
}

.p-company-comparison__caution {
  width: 100%;
  padding: 17px 15px 10px 42px;
  background: #FFF9EB url(../images/icon-caution.svg) no-repeat 12px center;
  background-size: 20px auto;
  font-size: 9px;
  line-height: 1.5;
}

/* p-ranking
--------------------------- */
.p-ranking {
  background: #D3A746 url(../images/bg-ranking.svg) no-repeat center top;
  background-size: 100% auto;
  padding-bottom: 25px;
}

.p-ranking__title {
  width: min(59.2vw, 222px);
  margin: 0 auto 21px;
  padding-top: 20px;
}

.p-ranking__items {
  width: min(93.8666666667vw, 704px);
  margin: 0 auto;
}

.p-ranking__item {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.p-ranking__item + .p-ranking__item {
  margin-top: 25px;
}

.p-ranking__item-title {
  display: flex;
  align-items: center;
  width: 100%;
  background: #9B001A;
  line-height: 1.4;
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding: 8.5px 28.5px;
}
.p-ranking__item-title::before {
  content: "";
  display: inline-block;
  width: 30.785px;
  height: 36.685px;
  background: url(../images/icon-rank-no1.svg) no-repeat center center;
  background-size: cover;
  margin-right: 20px;
}
.p-ranking__item-title.is-no1::before {
  background-image: url(../images/icon-rank-no1.svg);
}
.p-ranking__item-title.is-no2::before {
  background-image: url(../images/icon-rank-no2.svg);
}
.p-ranking__item-title.is-no3::before {
  background-image: url(../images/icon-rank-no3.svg);
}
.p-ranking__item-title.is-no4::before {
  background-image: url();
}
.p-ranking__item-title a {
  color: #fff;
}

.p-ranking__body {
  width: min(79.7333333333vw, 598px);
  margin: 0 auto;
  padding-bottom: 21.35px;
}

.p-ranking__read {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 14px;
}
.p-ranking__read span {
  display: inline;
  padding: 0 5px;
  background: linear-gradient(transparent 55%, #FFDA7D 55%);
}

.p-ranking__thumb {
  margin-bottom: 16.8px;
}

.p-ranking__star {
  display: flex;
}
.p-ranking__star span {
  width: 17.11px;
  height: 16.275px;
  background: url(../images/icon-rank-star.svg) no-repeat;
  background-size: cover;
}

.p-ranking__detail {
  margin-bottom: 35px;
}

.p-ranking__detail-title {
  margin-bottom: 11px;
}
.p-ranking__detail-title span {
  padding: 0 9px;
}

.is-bg-line {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #6D501D;
  position: relative;
  z-index: 1;
}
.is-bg-line span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
}
.is-bg-line::before {
  display: block;
  content: "";
  width: calc(100% - 6px);
  height: 2px;
  background: #6D501D;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.p-ranking__table {
  width: 100%;
  table-layout: fixed;
}
.p-ranking__table th, .p-ranking__table td {
  vertical-align: middle;
}
.p-ranking__table th {
  width: 37.9487179487%;
  border-bottom: solid #fff 3.85px;
  font-size: 12px;
  padding: 3px 0;
  text-align: center;
  color: #fff;
}
.p-ranking__table tr:nth-of-type(odd) th {
  background-color: #6D501D;
}
.p-ranking__table tr:nth-of-type(even) th {
  background-color: #9B762C;
}
.p-ranking__table td {
  padding-left: 15px;
  font-size: 12px;
  font-weight: 700;
}

.p-ranking__point {
  border: solid 2px #6D501D;
  padding: 25.5px 20.5px 16px;
  position: relative;
  margin-bottom: 22.95px;
}

.p-ranking__point-title {
  width: 201.25px;
  margin: 0 auto;
  padding: 3.5px 0;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  background: #6D501D;
  border-radius: 7px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.p-ranking__point-list li {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  background: url(../images/icon-check.svg) no-repeat left 7px;
  background-size: 10px auto;
  padding-left: 19px;
}
.p-ranking__point-list li:last-child {
  margin-bottom: 0;
}

.p-ranking__btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
}

.p-ranking__btn-text {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  color: #B20016;
}
.p-ranking__btn-text::before, .p-ranking__btn-text::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #000;
  position: absolute;
}
.p-ranking__btn-text::before {
  transform: rotate(314deg);
  left: -40px;
  bottom: 1px;
}
.p-ranking__btn-text::after {
  transform: rotate(-314deg);
  right: -40px;
  bottom: 1px;
}

.p-ranking__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(73.7333333333vw, 553px);
  min-height: 56px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  background: #EA5514 url(../images/icon-ranking-btn-arrow.svg) no-repeat right 16px center;
  background-size: 10px auto;
  border-radius: 50px;
  box-shadow: 0 3px 0 #C6C1BE;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}

.p-ranking__btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -50px;
  left: 0;
  width: min(73.7333333333vw, 553px);
  height: 100%;
  background-color: #fff;
  animation: kiran 3s ease-in-out infinite;
}

@keyframes kiran {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(0.5) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(8) rotate(45deg);
    opacity: 0;
  }
}
.p-ranking__record-title {
  margin-bottom: 14px;
}
.p-ranking__record-title span {
  display: inline-block;
  padding: 0 18px;
}

.p-ranking__badges {
  display: flex;
  justify-content: center;
}

.p-ranking__badge {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-ranking__badge-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #6D501D;
  margin-bottom: 5px;
}

.p-ranking__badge-text {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #FFDA7D 60%);
  margin-bottom: 12px;
  padding: 0 6px;
}
.p-ranking__badge-text span {
  font-size: 15px;
  color: #B20016;
}

.p-ranking__badge-img {
  width: min(24.6666666667vw, 185px);
}

.p-ranking__badge-inner {
  display: flex;
  width: min(78vw, 585px);
}

.p-ranking__badge-left,
.p-ranking__badge-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-ranking__desc-text {
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}
.p-ranking__desc-text span {
  background: linear-gradient(transparent 60%, #FFDA7D 60%);
  margin-bottom: 12px;
  padding: 0 6px;
}
.p-ranking__desc-text small {
  font-size: 9px;
  letter-spacing: -0.05em;
}

/* p-about
--------------------------- */
.p-about__title {
  width: min(61.0666666667vw, 229px);
}

/* p-type
--------------------------- */
.p-type__title {
  width: min(85.0666666667vw, 400px);
  margin: 0 auto 18.5px;
}

.p-type__figure {
  width: min(84vw, 450px);
  margin: 0 auto 18.5px;
}

/* p-flow
--------------------------- */
.p-flow {
  padding-bottom: 26.35px;
}

.p-flow__figure {
  width: min(84vw, 450px);
  margin: 0 auto;
}

/* p-faq
--------------------------- */
.p-faq {
  padding-bottom: 20px;
}

.p-faq__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 231.975px;
  height: 37.44px;
  margin: 0 auto 26px;
  font-size: 20px;
  color: #6D501D;
  font-weight: 800;
  border-radius: 50px;
  border: solid 2px #6D501D;
}

.p-faq__item {
  width: min(85.8666666667vw, 644px);
  margin: 0 auto;
  font-weight: 700;
  border: solid 1px #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}
.p-faq__item dt {
  display: flex;
  align-items: center;
  gap: 0 8px;
  padding: 8px 24px 8px 17.5px;
  font-size: 14px;
  font-weight: 700;
  background: #E5CFA3;
  border-radius: 6px;
  position: relative;
}
.p-faq__item dt span {
  width: calc(100% - 33px);
}
.p-faq__item dt::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26.5px;
  background: url(../images/icon-q.png) no-repeat;
  background-size: cover;
}
.p-faq__item dt::after {
  content: "-";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.p-faq__item dt:hover {
  cursor: pointer;
}
.p-faq__item dd {
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.8;
  max-height: 500px;
  transition: max-height 0.4s, padding 0.4s;
}
.p-faq__item + .p-faq__item {
  margin-top: 12px;
}
@media print, screen and (min-width: 751px) {
  .p-faq__item + .p-faq__item {
    margin-top: 15px;
  }
}
.p-faq__item ul {
  padding: 8px 0;
}
.p-faq__item li {
  padding-left: 1.2em;
  position: relative;
}
.p-faq__item li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 1px;
}

.p-faq__item.is-close dt::after {
  content: "+";
}
.p-faq__item.is-close dd {
  max-height: 0;
  padding: 0 20px;
}

/* utility
--------------------------- */
.u-inline-block {
  display: inline-block;
}

.u-sp-none {
  display: none;
}
@media print, screen and (min-width: 751px) {
  .u-sp-none {
    display: block;
  }
}

.u-pc-none {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .u-pc-none {
    display: none;
  }
}
