@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%;
}

/* l-footer
--------------------------- */
.l-footer {
  background: #195528;
  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: 800px;
    margin: 0 auto;
  }
}

.l-inner-pc {
  display: contents;
}

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

/* c-comparing-table
--------------------------- */
.c-comparing__scroll-wrap {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 5px;
  position: relative;
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__scroll-wrap {
    margin-bottom: 14px;
  }
}

.c-comparing__table {
  width: 580px;
  margin: 0 auto;
  table-layout: fixed;
  border-left: solid 1px #aaa;
  border-top: solid 1px #aaa;
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__table {
    width: 728px;
  }
}

.c-comparing__table th,
.c-comparing__table td {
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  padding: 8px 5px;
  font-weight: 700;
  text-align: center;
}

@media print,
screen and (min-width: 751px) {

  .c-comparing__table th,
  .c-comparing__table td {
    padding: 10px 7px;
  }
}

.c-comparing__table th {
  width: 12%;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #fff;
  background: #195528;
  position: sticky;
  left: 0;
  z-index: 2;
  white-space: nowrap;
  border-right: 1px solid #aaa;
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__table th {
    width: 94px;
    font-size: 1.6rem;
  }
}

.c-comparing__table td {
  background: #DAEADC;
  font-size: 1.2rem;
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__table td {
    font-size: 1.6rem;
  }
}

.c-comparing__table td.is-middle {
  vertical-align: middle;
}

.c-comparing__table td>a>div,
.c-comparing__table td>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-comparing__table td>a>div.is-pdtb,
.c-comparing__table td>div.is-pdtb {
  padding: 5px 0;
}

@media print,
screen and (min-width: 751px) {

  .c-comparing__table td>a>div.is-pdtb,
  .c-comparing__table td>div.is-pdtb {
    padding: 10px 0;
  }
}

.c-comparing__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FF7600;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__num {
    width: 24px;
    height: 24px;
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
}

.c-comparing__logo {
  width: 90px;
  margin-bottom: 5px;
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__logo {
    width: 103px;
    margin-bottom: 3px;
  }
}

.c-comparing__name {
  min-height: 2em;
  display: flex;
  align-items: center;
  line-height: 1.2;
  white-space: nowrap;
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__name {
    font-size: 1.8rem;
  }
}

.c-comparing__name .is-small {
  font-size: 1.2rem;
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__name .is-small {
    font-size: 1.4rem;
  }
}

.c-comparing__symbol {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__symbol {
    width: 60px;
    height: 60px;
  }
}

.c-comparing__symbol img {
  width: 40px;
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__symbol img {
    width: 50px;
  }
}

.c-comparing__symbol.is-cross img {
  width: 35px;
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__symbol.is-cross img {
    width: 40px;
  }
}

.c-comparing__symbol-text {
  line-height: 1.2;
  white-space: nowrap;
}

.c-comparing__symbol-text.is-pdt {
  padding-top: 5px;
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__symbol-text {
    line-height: 1.4;
  }
}

.c-comparing__symbol-text .is-small {
  font-size: 1rem;
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__symbol-text .is-small {
    font-size: 1.2rem;
  }
}

@media print,
screen and (min-width: 751px) {
  .is-row-payment .c-comparing__symbol-text {
    min-height: 5rem;
    display: flex;
    align-items: center;
  }
}

.c-comparing__card {
  width: 35px;
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__card {
    width: 47px;
  }
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__card2 {
    width: 130px;
  }
}

.c-comparing__record-text {
  line-height: 1.4;
}

.c-comparing__record-text span {
  display: inline-block;
  background: linear-gradient(transparent 65%, #FF8500 65%);
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__record-text {
    width: 100%;
    line-height: 1.6;
    font-size: 1.4rem;
  }

  .c-comparing__record-text span {
    display: block;
    width: 100%;
  }
}

.c-comparing__btn-text {
  position: relative;
}

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

.c-comparing__btn-text::before,
.c-comparing__btn-text::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #000;
  position: absolute;
}

@media print,
screen and (min-width: 751px) {

  .c-comparing__btn-text::before,
  .c-comparing__btn-text::after {
    height: 16px;
  }
}

.c-comparing__btn-text::before {
  transform: rotate(-40deg);
  left: -12px;
  bottom: 2px;
}

.c-comparing__btn-text::after {
  transform: rotate(40deg);
  right: -11px;
  bottom: 2px;
}

.c-comparing__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  background: #FF8500;
  box-shadow: 0 5px 0 #cc6c03;
  color: #fff;
  height: 35px;
  border-radius: 5px;
  margin-top: 2px;
  transition: all 0.4s;
  /* 押すアニメーション */
  position: relative;
  overflow: hidden;
  animation: kachikachi;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* 光るアニメーション */
.c-comparing__btn:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -30px;
  left: 0;
  width: 200px;
  height: 100%;
  background-color: #fff;
  animation: kiran 3s ease-in-out infinite;
}

@keyframes kachikachi {
  0% {
    box-shadow: 0 5px 0 #cc6c03;
    transform: translatey(0);
  }

  40% {
    box-shadow: 0 5px 0 #cc6c03;
    transform: translatey(0);
  }

  50% {
    box-shadow: 0 0 0 #cc6c03;
    transform: translatey(8px);
  }

  60% {
    box-shadow: 0 5px 0 #cc6c03;
    transform: translatey(0);
  }

  100% {
    box-shadow: 0 5px 0 #cc6c03;
    transform: translatey(0);
  }
}

@keyframes kiran {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    transform: scale(2) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: scale(8) rotate(45deg);
    opacity: 0;
  }
}

@media print,
screen and (min-width: 751px) {
  .c-comparing__btn {
    width: 80%;
    height: 40px;
    font-size: 1.7rem;
  }
}

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

.c-comparing__note {
  font-size: 1rem;
}

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

/* c-contents
--------------------------- */
.c-contents {
  padding: 30px 0;
}

@media print,
screen and (min-width: 751px) {
  .c-contents {
    padding: 60px 0;
  }
}

.c-contents.is-bg-light-green {
  background: #DAEADC;
}

.c-contents.is-bg-green {
  background: #195528;
}

.c-contents__header {
  display: flex;
  justify-content: center;
}

.c-contents__title {
  display: inline-block;
  text-align: center;
  color: #195528;
  font-weight: 800;
  font-size: 2.3rem;
  background: #fff;
  padding: 7px 25px;
  border-radius: 40px;
}

@media print,
screen and (min-width: 751px) {
  .c-contents__title {
    font-size: 3.6rem;
    padding: 15px 79px;
    border-radius: 50px;
  }
}

.c-contents__title.is-green {
  background: #195528;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}

@media print,
screen and (min-width: 751px) {
  .c-contents__title.is-green {
    padding-left: 141px;
    padding-right: 141px;
  }
}

.c-contents__title.is-white {
  border: solid 2px #195528;
}

@media print,
screen and (min-width: 751px) {
  .c-contents__title.is-white {
    border-width: 3px;
  }
}

.c-contents__title.is-small {
  font-size: 2rem;
  padding: 3px 56px;
}

@media print,
screen and (min-width: 751px) {
  .c-contents__title.is-small {
    font-size: 3.6rem;
    padding: 5px 124px;
  }
}

/* c-page
--------------------------- */
.c-page {
  padding: 30px 24px;
}

@media print,
screen and (min-width: 751px) {
  .c-page {
    padding: 50px 0px;
  }
}

.c-page__header {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

@media print,
screen and (min-width: 751px) {
  .c-page__header {
    margin-bottom: 50px;
  }
}

.c-page__title {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
  color: #195528;
  border-bottom: solid 2px #195528;
  padding: 0 10px 3px;
}

@media print,
screen and (min-width: 751px) {
  .c-page__title {
    font-size: 3.6rem;
    padding: 0 15px 6px;
  }
}

.c-page__contents {
  margin-bottom: 25px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}

@media print,
screen and (min-width: 751px) {
  .c-page__contents {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}

.c-page__contents p {
  font-weight: 500;
  margin-bottom: 5px;
}

@media print,
screen and (min-width: 751px) {
  .c-page__contents p {
    margin-bottom: 10px;
  }
}

.c-page__contents ul {
  margin: 10px 0;
}

@media print,
screen and (min-width: 751px) {
  .c-page__contents ul {
    margin: 15px 0;
  }
}

.c-page__contents li {
  padding-left: 1.3rem;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.6;
}

@media print,
screen and (min-width: 751px) {
  .c-page__contents li {
    padding-left: 1.6rem;
  }
}

.c-page__contents li::before {
  display: inline-block;
  content: "●";
  color: #195528;
  font-size: 5px;
  position: absolute;
  left: 2px;
  top: 8px;
}

@media print,
screen and (min-width: 751px) {
  .c-page__contents li::before {
    font-size: 7px;
  }
}

.c-page__table {
  border-top: solid 1px #b7b7b7;
  border-left: solid 1px #b7b7b7;
  table-layout: fixed;
  width: 100%;
  margin: 40px auto;
}

@media print,
screen and (min-width: 751px) {
  .c-page__table {
    width: 90%;
    margin: 50px auto;
  }
}

.c-page__table th,
.c-page__table td {
  border-bottom: solid 1px #b7b7b7;
  border-right: solid 1px #b7b7b7;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 15px 10px;
}

@media print,
screen and (min-width: 751px) {

  .c-page__table th,
  .c-page__table td {
    font-size: 1.8rem;
    padding: 25px;
  }
}

.c-page__table th {
  width: 30%;
  background: #DAEADC;
  text-align: center;
}

.c-page__contents-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #195528;
  margin-bottom: 15px;
}

@media print,
screen and (min-width: 751px) {
  .c-page__contents-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}

/* 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-mv
--------------------------- */
.p-mv {
  max-width: 800px;
  margin: 0 auto;
}

.p-mv-logo {
  width: 100%;
  background: #195528;
}

.p-mv-logo__wrap {
  display: flex;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}

.p-mv-logo__list {
  display: flex;
  list-style: none;
  padding: 4px 0;
  animation: infinity-scroll-left 15s infinite linear 0.5s both;
  background: #195528;
}

@media print,
screen and (min-width: 751px) {
  .p-mv-logo__list {
    padding: 7px 0;
  }
}

.p-mv-logo__list li {
  width: 20vw;
  padding: 0 6px;
  display: flex;
  align-items: center;
}

@media print,
screen and (min-width: 751px) {
  .p-mv-logo__list li {
    width: 160px;
    padding: 0 17px;
  }
}

.p-mv-logo__list li img {
  width: 100%;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.p-mv-logo__note {
  background: #E5E5E5;
  padding: 6px 35px 3px;
  line-height: 1.5;
  font-size: 0.8rem;
  font-weight: 300;
  color: #000;
}

@media print,
screen and (min-width: 751px) {
  .p-mv-logo__note {
    font-size: 1.2rem;
    font-weight: 300;
    padding-top: 13px;
  }
}

.p-mv-logo__note .l-inner {
  display: flex;
}

@media print,
screen and (min-width: 751px) {
  .p-mv-logo__note .l-inner {
    justify-content: center;
  }
}

/* p-recommend
--------------------------- */
.p-recommend {
  padding-bottom: 30px;
}

@media print,
screen and (min-width: 751px) {
  .p-recommend {
    padding-bottom: 45px;
  }
}

.p-recommend__inner {
  padding: 0 10px;
  max-width: 800px;
  margin: 0 auto;
}

@media print,
screen and (min-width: 751px) {
  .p-recommend__inner {
    padding: 0 35px;
  }
}

.p-recommend__header {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media print,
screen and (min-width: 751px) {
  .p-recommend__header {
    padding: 45px 0;
  }
}

.p-recommend__read {
  display: inline-block;
  padding: 0px 15px 0px 15px;
  background: #ff7600;
  border-radius: 20px;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 2px;
}

@media print,
screen and (min-width: 751px) {
  .p-recommend__read {
    font-size: 2.2rem;
    padding: 2px 30px;
    margin-bottom: 12px;
  }
}

.p-recommend__read span {
  font-size: 1.2rem;
}

@media print,
screen and (min-width: 751px) {
  .p-recommend__read span {
    font-size: 2.2rem;
  }
}

.p-recommend__title {
  font-size: min(6.1333333333vw, 2.3rem);
  font-weight: 800;
  color: #195528;
  line-height: 1.4;
  background: linear-gradient(transparent 75%, #fff800 75%);
  padding: 0 5px;
}

@media print,
screen and (min-width: 751px) {
  .p-recommend__title {
    font-size: 3.6rem;
  }
}

.p-recommend__title span {
  color: #ff7600;
}

/* p-about
--------------------------- */
.p-about {
  padding: 25px 22px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media print,
screen and (min-width: 751px) {
  .p-about {
    max-width: 800px;
    margin: 0 auto;
  }
}

.p-about__text {
  width: 89.12%;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
}

@media print,
screen and (min-width: 751px) {
  .p-about__text {
    width: 641px;
    font-size: 2rem;
    line-height: 2;
  }
}

.p-about__figre {
  width: min(84.1333333333vw, 631px);
  margin: 13px 0 25px;
}

@media print,
screen and (min-width: 751px) {
  .p-about__figre {
    width: 651px;
    margin: 28px auto 37px;
  }
}

.p-about__comparing {
  text-align: center;
}

.p-about__table {
  width: min(84vw, 630px);
  margin: 15px auto 33px;
  border-top: solid 1px #B7B7B7;
  border-left: solid 1px #B7B7B7;
  table-layout: fixed;
}

@media print,
screen and (min-width: 751px) {
  .p-about__table {
    width: 590px;
    margin: 29px auto 74px;
  }
}

.p-about__table th,
.p-about__table td {
  border-right: solid 1px #B7B7B7;
  border-bottom: solid 1px #B7B7B7;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.2rem;
}

@media print,
screen and (min-width: 751px) {

  .p-about__table th,
  .p-about__table td {
    font-size: 1.8rem;
  }
}

.p-about__table thead th:first-child {
  width: 27%;
  border-bottom: solid 1px #E5E5E5;
}

@media print,
screen and (min-width: 751px) {
  .p-about__table thead th:first-child {
    width: 190px;
  }
}

.p-about__table thead th {
  background: #83ba8e;
  color: #fff;
  padding: 3px 0;
}

.p-about__table thead th:nth-child(2) {
  background: #FF8500;
}

.p-about__table thead th:last-child {
  width: 32%;
}

.p-about__table thead th:first-child,
.p-about__table tbody th {
  background: #195528;
}

.p-about__table tbody th {
  color: #fff;
  border-bottom: solid 1px #E5E5E5;
}

.p-about__table tbody td {
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 8px 0;
}

@media print,
screen and (min-width: 751px) {
  .p-about__table tbody td {
    font-size: 1.8rem;
    padding: 20px 0;
    line-height: 1.5;
  }
}

.p-about__table tbody td:nth-child(2) {
  background: #ffeee1;
  color: #eb0f00;
}

.p-about__benefit {
  width: min(88.8vw, 666px);
  background: #fff;
  border-radius: 12px;
  padding: 20px 20px 13px;
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 700;
  position: relative;
}

@media print,
screen and (min-width: 751px) {
  .p-about__benefit {
    width: 682px;
    padding: 40px 35px 30px;
    text-align: left;
    line-height: 2;
    font-size: 1.8rem;
    border-radius: 23px;
  }
}

.p-about__benefit::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 18px solid #ffffff;
  border-top: 0;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

@media print,
screen and (min-width: 751px) {
  .p-about__benefit::before {
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 35px solid #ffffff;
    top: -28px;
  }
}

/* p-service
--------------------------- */
.p-service {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-service__item {
  margin-top: 30px;
  width: min(82.6666666667vw, 620px);
  border: solid 2px #B2B2B2;
  border-radius: 5px;
  margin-left: 10px;
  position: relative;
}

@media print,
screen and (min-width: 751px) {
  .p-service__item {
    margin-top: 60px;
    width: 620px;
    border-width: 3px;
    border-radius: 10px;
    margin-left: 19px;
  }
}

.p-service__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  background: #FF8500;
  border-radius: 20px;
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  left: -10px;
  top: -15px;
}

@media print,
screen and (min-width: 751px) {
  .p-service__num {
    width: 78px;
    height: 78px;
    border-radius: 80px;
    font-size: 4.1rem;
    left: -19px;
    top: -30px;
  }
}

.p-service__item-title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 800;
  background: #DAEADC;
  padding: 5px 0;
  text-align: center;
}

@media print,
screen and (min-width: 751px) {
  .p-service__item-title {
    font-size: 2.8rem;
    padding: 18px 0 12px;
  }
}

.p-service__body {
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 600;
}

@media print,
screen and (min-width: 751px) {
  .p-service__body {
    font-size: 1.8rem;
    line-height: 2;
    padding: 25px 30px;
  }
}

/* p-detail
--------------------------- */
.p-detail__header {
  display: flex;
  justify-content: center;
  padding: 5px 0 20px;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__header {
    padding: 0 0 30px;
  }
}

.p-detail__title {
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__title {
    font-size: 4rem;
    margin-top: -10px;
  }
}

.p-detail__title .is-yellow {
  color: #FFF800;
}

.p-detail__title .is-large {
  font-size: 2.6rem;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__title .is-large {
    font-size: 4.4rem;
  }
}

.p-detail__title::after {
  content: "";
  display: inline-block;
  width: 92px;
  height: 92px;
  background: url(../images/icon-search.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: -55px;
  top: -15px;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__title::after {
    width: 162px;
    height: 162px;
    left: -144px;
    top: -40px;
  }
}

.p-detail__item {
  width: min(93.8666666667vw, 704px);
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px 0 30px;
  position: relative;
  z-index: 2;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__item {
    width: 704px;
    border-radius: 19px;
    padding: 45px 0;
  }
}

.p-detail__item+.p-detail__item {
  margin-top: 30px;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__item+.p-detail__item {
    margin-top: 60px;
  }
}

.p-detail__inner {
  width: min(78.6666666667vw, 590px);
  margin: 0 auto;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__inner {
    width: 586px;
  }
}

.p-detail__item-title {
  width: min(90.8vw, 681px);
  min-height: 50px;
  display: flex;
  align-items: center;
  background: #ff8500;
  border-radius: 0 30px 30px 0;
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin-left: -9.3333333333vw;
  margin-bottom: 20px;
  padding: 5px 0 5px min(5.3333333333vw, 40px);
}

@media print,
screen and (min-width: 751px) {
  .p-detail__item-title {
    width: 681px;
    min-height: 90px;
    border-radius: 0 45px 45px 0;
    font-size: 3.2rem;
    margin-left: -71px;
    margin-bottom: 24px;
    padding-left: 46px;
  }
}

.p-detail__item-title a {
  color: #fff;
}

.p-detail__item-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #195528;
  border-radius: 20px;
  margin-right: 16px;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__item-title span {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    font-size: 2.6rem;
    margin-right: 40px;
  }
}

.p-detail__read {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__read {
    font-size: 2.8rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
}

.p-detail__thumb {
  margin-bottom: 20px;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__thumb {
    margin-bottom: 39px;
  }
}

.p-detail__description {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 15px;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__description {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 30px;
  }
}

.p-detail__description span {
  color: #ff8500;
  text-decoration: underline;
}

.p-detail__table {
  border-top: solid 1px #b7b7b7;
  border-left: solid 1px #b7b7b7;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 23px;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__table {
    margin-bottom: 45px;
  }
}

.p-detail__table th,
.p-detail__table td {
  border-bottom: solid 1px #b7b7b7;
  border-right: solid 1px #b7b7b7;
  vertical-align: middle;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 4px 0;
  font-weight: 600;
}

@media print,
screen and (min-width: 751px) {

  .p-detail__table th,
  .p-detail__table td {
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 7px 0;
  }
}

.p-detail__table th {
  background: #DAEADC;
}

.p-detail__table td div {
  min-height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__table td div {
    min-height: 76px;
  }
}

.p-detail__table td img {
  width: 82px;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__table td img {
    width: 164px;
  }
}

.p-detail__table td .is-small {
  font-size: 1rem;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__table td .is-small {
    font-size: 1.8rem;
  }
}

.p-detail__table td .is-small-s {
  display: inline-block;
  font-size: 0.8rem;
  padding-top: 5px;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__table td .is-small-s {
    font-size: 1.2rem;
  }
}

.p-detail-point {
  padding: 15px 0;
  background: #DAEADC;
  position: relative;
}

@media print,
screen and (min-width: 751px) {
  .p-detail-point {
    padding: 37px 0 45px;
  }
}

.p-detail-point::before {
  content: "";
  display: block;
  width: min(24.5333333333vw, 92px);
  height: min(30.8vw, 115px);
  background: url(../images/icon-hand.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media print,
screen and (min-width: 751px) {
  .p-detail-point::before {
    width: 184px;
    height: 231px;
  }
}

.p-detail-point__inner {
  width: min(79.0666666667vw, 593px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media print,
screen and (min-width: 751px) {
  .p-detail-point__inner {
    width: 577px;
  }
}

.p-detail-point__header {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

@media print,
screen and (min-width: 751px) {
  .p-detail-point__header {
    margin-bottom: 30px;
  }
}

.p-detail-point__title {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(transparent 70%, #fff800 70%);
  padding: 0 5px;
}

@media print,
screen and (min-width: 751px) {
  .p-detail-point__title {
    font-size: 2.8rem;
    padding: 0 10px;
  }
}

.p-detail-point__list {
  width: 100%;
}

.p-detail-point__list li {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 2.5px 0 2.5px 35px;
  border-radius: 30px;
  background: #fff url(../images/icon-check.svg) no-repeat 15px center;
  background-size: 10px auto;
}

@media print,
screen and (min-width: 751px) {
  .p-detail-point__list li {
    font-size: 2rem;
    padding: 12px 0 12px 74px;
    background-size: 20px auto;
    background-position-x: 30px;
  }
}

.p-detail-point__list li .is-small {
  font-size: 1.2rem;
}

@media print,
screen and (min-width: 751px) {
  .p-detail-point__list li .is-small {
    font-size: 2rem;
  }
}

.p-detail-point__list li+li {
  margin-top: 5px;
}

@media print,
screen and (min-width: 751px) {
  .p-detail-point__list li+li {
    margin-top: 10px;
  }
}

.p-detail__bottom {
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__bottom {
    padding-top: 40px;
  }
}

.p-detail__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(73.7333333333vw, 553px);
  min-height: 58.5px;
  padding: 10px 0;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  background: #FF7600;
  border-radius: 50px;
  box-shadow: 0 3px 0 #C6C1BE;
  position: relative;
  transition: all 0.3s;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__btn {
    width: 533px;
    min-height: 112px;
    font-size: 2.8rem;
    border-radius: 100px;
    box-shadow: 0 6px 0 #C6C1BE;
    padding: 20px 0;
  }
}

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

@media print,
screen and (min-width: 751px) {
  .p-detail__btn:hover {
    transform: translateY(6px);
  }
}

.p-detail__btn span {
  font-size: 1.6rem;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__btn span {
    font-size: 2.8rem;
  }
}

.p-detail__btn::after {
  content: "";
  display: block;
  width: 11px;
  height: 13px;
  background: url(../images/icon-btn-arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media print,
screen and (min-width: 751px) {
  .p-detail__btn::after {
    width: 22px;
    height: 26px;
    right: 30px;
  }
}

.p-detail__btn-text {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 10px;
  position: relative;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__btn-text {
    font-size: 2.2rem;
    margin-bottom: 29px;
  }
}

.p-detail__btn-text::before,
.p-detail__btn-text::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #000;
  position: absolute;
}

@media print,
screen and (min-width: 751px) {

  .p-detail__btn-text::before,
  .p-detail__btn-text::after {
    width: 4px;
    height: 32px;
  }
}

.p-detail__btn-text::before {
  transform: rotate(314deg);
  left: -13px;
  bottom: 2px;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__btn-text::before {
    left: -27px;
    bottom: -1px;
  }
}

.p-detail__btn-text::after {
  transform: rotate(-314deg);
  right: -13px;
  bottom: 2px;
}

@media print,
screen and (min-width: 751px) {
  .p-detail__btn-text::after {
    right: -27px;
    bottom: -1px;
  }
}

/* p-flow
--------------------------- */
.p-flow__inner {
  width: min(85.8666666667vw, 644px);
  margin: 0 auto;
}

@media print,
screen and (min-width: 751px) {
  .p-flow__inner {
    width: 680px;
  }
}

.p-flow__heder {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  margin-bottom: 17px;
}

@media print,
screen and (min-width: 751px) {
  .p-flow__heder {
    margin-bottom: 44px;
  }
}

.p-flow__label {
  font-size: 1.2rem;
  background: #195528;
  color: #fff;
  display: inline-block;
  padding: 0 17px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 15px;
}

@media print,
screen and (min-width: 751px) {
  .p-flow__label {
    font-size: 1.8rem;
    margin-bottom: 28px;
    border-radius: 30px;
    padding: 0 40px;
  }
}

.p-flow__label span {
  font-size: 2rem;
  color: #FFF800;
}

@media print,
screen and (min-width: 751px) {
  .p-flow__label span {
    font-size: 3.3rem;
  }
}

.p-flow__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 11px solid #195528;
  border-bottom: 0;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}

@media print,
screen and (min-width: 751px) {
  .p-flow__label::before {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 21px solid #195528;
    border-bottom: 0;
    position: absolute;
    bottom: -19px;
  }
}

.p-flow__title {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.3;
}

@media print,
screen and (min-width: 751px) {
  .p-flow__title {
    font-size: 3.6rem;
  }
}

.p-flow__item {
  position: relative;
}

.p-flow__item::before {
  content: "";
  display: inline-block;
  height: calc(100% - 22.5px);
  width: 4.5px;
  background: #FF7600;
  position: absolute;
  left: 22.5px;
  bottom: 0;
  z-index: 2;
}

@media print,
screen and (min-width: 751px) {
  .p-flow__item::before {
    width: 9px;
    height: calc(100% - 42px);
    left: 34px;
  }
}

.p-flow__item:last-child::before {
  content: none;
}

.p-flow__item:last-child .p-flow__body {
  padding-bottom: 0;
}

.p-flow__item-header {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}

.p-flow__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  background: #FF7600;
  border-radius: 50%;
  position: absolute;
  left: 0;
  z-index: 3;
}

@media print,
screen and (min-width: 751px) {
  .p-flow__num {
    width: 80px;
    height: 80px;
    font-size: 1.6rem;
  }
}

.p-flow__num span {
  font-size: 1.6rem;
}

@media print,
screen and (min-width: 751px) {
  .p-flow__num span {
    font-size: 3rem;
  }
}

.p-flow__item-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  border-radius: 30px;
  padding-left: 53px;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 2px 2px 0 #CECECE;
}

@media print,
screen and (min-width: 751px) {
  .p-flow__item-title {
    width: 100%;
    height: 80px;
    border-radius: 40px;
    padding-left: 105px;
    font-size: 2.8rem;
    box-shadow: 5px 5px 0 #CECECE;
  }
}

.p-flow__body {
  width: 100%;
  margin-top: 17px;
  padding-left: 50px;
  padding-bottom: 20px;
}

@media print,
screen and (min-width: 751px) {
  .p-flow__body {
    margin-top: 34px;
    padding-left: 106px;
    padding-bottom: 36px;
  }
}

.p-flow__thumb {
  width: min(65.7333333333vw, 493px);
  margin-bottom: 15px;
}

@media print,
screen and (min-width: 751px) {
  .p-flow__thumb {
    width: 100%;
    margin-bottom: 30px;
  }
}

.p-flow__thumb.is-pdl {
  padding-left: 10px;
}

@media print,
screen and (min-width: 751px) {
  .p-flow__thumb.is-pdl {
    padding-left: 20px;
  }
}

.p-flow__text {
  width: calc(100% + 1rem);
  font-size: 1.4rem;
  font-weight: 700;
}

@media print,
screen and (min-width: 751px) {
  .p-flow__text {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2;
  }
}

.p-flow__text .is-small {
  font-size: 1.2rem;
}

@media print,
screen and (min-width: 751px) {
  .p-flow__text .is-small {
    font-size: 1.8rem;
  }
}

.p-flow__text a {
  color: #FF7600;
  text-decoration: underline;
}

/* p-faq
--------------------------- */
.p-faq {
  margin-top: 30px;
}

@media print,
screen and (min-width: 751px) {
  .p-faq {
    margin-top: 46px;
  }
}

.p-faq__item {
  width: min(85.8666666667vw, 644px);
  margin: 0 auto;
  font-weight: 700;
  border: solid 1px #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}

@media print,
screen and (min-width: 751px) {
  .p-faq__item {
    width: 674px;
    border-radius: 13px;
  }
}

.p-faq__item dt {
  padding: 8px 24px 8px 17.5px;
  font-size: 1.4rem;
  background: #DAEADC;
  border-radius: 6px;
  position: relative;
}

@media print,
screen and (min-width: 751px) {
  .p-faq__item dt {
    padding: 11px 50px 11px 36px;
    font-size: 2.2rem;
    border-radius: 13px;
  }
}

.p-faq__item dt::before {
  content: "Q.";
}

.p-faq__item dt::after {
  content: "-";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media print,
screen and (min-width: 751px) {
  .p-faq__item dt::after {
    font-size: 2.8rem;
    right: 27px;
  }
}

.p-faq__item dt:hover {
  cursor: pointer;
}

.p-faq__item dd {
  padding: 15px 20px;
  font-size: 1.2rem;
  line-height: 1.8;
  max-height: 600px;
  transition: max-height 0.5s, padding 0.4s;
}

@media print,
screen and (min-width: 751px) {
  .p-faq__item dd {
    font-size: 1.8rem;
    padding: 36px 36px 26px;
  }
}

.p-faq__item dd::before {
  content: "A.";
}

.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.is-close dt::after {
  content: "+";
}

.p-faq__item.is-close dd {
  max-height: 0;
  padding: 0 20px;
}

@media print,
screen and (min-width: 751px) {
  .p-faq__item.is-close dd {
    padding: 0 36px;
  }
}

/* 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;
  }
}

/* フローティングバナー */
#floatingBanner {
  position: fixed;
  bottom: 10px;
  left: auto;
  right: 20px;
  background: #ff8500;
  padding: 15px 0;
  width: 300px;
  text-align: center;
  border-radius: 5px;
  display: none;
  /* 初期は非表示 */
  z-index: 9999;
}

#floatingBanner a {
  color: #fff;
  font-weight: bold;
  position: relative;
}

#floatingBanner a::before,
#floatingBanner a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  /* バナーの下に配置 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #fff;
  /* バナーと同じ色 */
}

#floatingBanner a::before {
  left: -30px;
  /* 左側の位置 */
}

#floatingBanner a::after {
  right: -30px;
  /* 右側の位置 */
}

@media print,
screen and (max-width: 750px) {
  #floatingBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #000000ab;
    padding: 8px 0;
    width: 100%;
    border-radius: 0;
  }

  #floatingBanner a {
    color: #fff;
    font-weight: bold;
    position: relative;
    background: #ff8500;
    padding: 15px 0;
    width: 300px;
    display: block;
    margin: auto;
    border-radius: 5px;
  }

  #floatingBanner a::before,
  #floatingBanner a::after {
    bottom: 20px;
    /* バナーの下に配置 */
  }

  #floatingBanner a::before {
    left: 30px;
    /* 左側の位置 */
  }

  #floatingBanner a::after {
    right: 30px;
    /* 右側の位置 */
  }
}

/*# sourceMappingURL=style.css.map */