@charset "UTF-8";
/* FontFamily */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* font-weight */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media (max-width: 375) {
  html {
    font-size: 4.26667vw;
  }
}

@media screen and (min-width: 700px) {
  html {
    font-size: 1.6vw;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.applybtn-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 8px 16px 12px;
  padding: 0.5rem 1rem 0.75rem;
  background: rgba(255, 255, 255, .7);
  z-index: 5;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .applybtn-fixed {
    background: none;
  }
}

.applybtn-fixed__img {
  width: 100%;
  max-width: 343px;
  max-width: 21.4375rem;
  margin: auto;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(98,14,14,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 4px 0 #620E0E);
          filter: drop-shadow(0 4px 0 #620E0E);
  -webkit-filter: drop-shadow(0 0.25rem 0 #620E0E);
          filter: drop-shadow(0 0.25rem 0 #620E0E);
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 700px) {
  .applybtn-fixed__img {
    max-width: 25rem;
    margin: 0;
    margin-left: auto;
  }
}

.applybtn-fixed__img:hover {
  -webkit-transform: translateY 0.25rem;
          transform: translateY 0.25rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(118,21,21,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 0 #761515);
          filter: drop-shadow(0 0 0 #761515);
}

footer {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.footer_home {
  background: #F5F5F4;
  padding-bottom: 106px;
  padding-bottom: 6.625rem;
  padding-top:16px;
}

@media screen and (min-width: 700px) {
  .footer_home {
    margin-bottom: 0;
  }
}

.footer_entry {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 60px;
  height: 4.4rem;
  background: #fff;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-bottom: solid 2px #121212;
  border-bottom: solid 0.125rem #121212;
  z-index: 5;
}

.header__fix {
  position: fixed;
}

.header-fix__space {
  height: 60px;
  height: 3.75rem;
}

.logo {
  width: 100%;
  max-width: 110px;
  max-width: 9.875rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.tel-btn {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  max-width: 217px;
  max-width: 13.5625rem;
  margin-left: auto;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(167,134,0,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 2px 0 #A78600);
          filter: drop-shadow(0 2px 0 #A78600);
  -webkit-filter: drop-shadow(0 0.125rem 0 #A78600);
          filter: drop-shadow(0 0.125rem 0 #A78600);
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  -webkit-transition: .4s;
  transition: .4s;
}

.tel-btn:hover {
  -webkit-transform: translateY 0.125rem;
          transform: translateY 0.125rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(167,134,0,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 0 #A78600);
          filter: drop-shadow(0 0 0 #A78600);
}

.tel-number {
  width: 203px;
  width: 12.6875rem;
  margin-left: auto;
}

.header__telnumber-text {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: auto;
  text-align: right;
  font-weight: 700;
}

.pagetop-btn-wrap {
  padding: 0 16px;
  padding: 0 1rem;
  margin-bottom: 140px;
  margin-bottom: 8.75rem;
}

.pagetop-btn {
  display: block;
  background: #fff;
  border: solid 1px #121212;
  border: solid 0.0625rem #121212;
  border-radius: 1rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(208,208,208,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 4px 0 #D0D0D0);
          filter: drop-shadow(0 4px 0 #D0D0D0);
  -webkit-filter: drop-shadow(0 0.25rem 0 #D0D0D0);
          filter: drop-shadow(0 0.25rem 0 #D0D0D0);
  text-align: center;
  width: 100%;
  max-width: 650px;
  max-width: 40.625rem;
  padding: 4px 0px;
  padding: 0.25rem 0rem;
  margin: auto;
}

.pagetop-btn::before {
  content: "";
  display: inline-block;
  width: 11px;
  width: 0.6875rem;
  height: 10px;
  height: 0.625rem;
  background: url("../images/triangle.png");
  background-size: cover;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.entry-title {
  padding: 24px 16px 24px;
  padding: 1.5rem 1rem 1.5rem;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: #00BDFF;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.entry-text {
  font-size: 14px;
  text-align: center;
  padding: 0 16px;
  padding: 0 1rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.form {
  width: 100%;
  max-width: 650px;
  max-width: 40.625rem;
  padding: 0 16px;
  padding: 0 1rem;
  font-size: 16px;
  text-align: left;
  margin: 0 auto 112px;
  margin: 0 auto 7rem;
}

.form_text {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.form_table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.form_table tr {
  display: block;
  border-bottom: dotted 2px #00BDFF;
  border-bottom: dotted 0.125rem #00BDFF;
  padding: 14px 0;
  padding: 0.875rem 0;
}

.form_table tr:first-child {
  border-top: dotted 2px #00BDFF;
  border-top: dotted 0.125rem #00BDFF;
}

.form_table tr:last-child {
  border-bottom: none;
}

.form_table th, td {
  display: block;
  width: 100%;
}

.form_table th {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_required, .form_any {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0 4px 1px 4px;
  padding: 0 0.25rem 0.0625rem 0.25rem;
  border-radius: 0.25rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  word-break: keep-all;
}

.form_required {
  background: #b20000;
  color: #fff;
}

.form_any {
  border: solid 1px #b20000;
  border: solid 0.0625rem #b20000;
  color: #b20000;
}

.form_remarks {
  font-size: 12px;
}

.form_text-red{
  color: #b20000;
}

.form_text-input, .form_number-input, .form_textarea, .form_select-wrap select:focus {
  outline: none;
}

.form_text-input {
  width: 100%;
  max-width: 300px;
  background: white;
  border: solid 1px #bcbcbc;
  border: solid 0.0625rem #bcbcbc;
  border-radius: 0.25rem;
  padding: 8px 10px;
}

.form_number-input {
  width: 64px;
  background: white;
  border: solid 1px #bcbcbc;
  border: solid 0.0625rem #bcbcbc;
  border-radius: 0.25rem;
  padding: 8px 10px;
  margin-right: 4px;
  margin-right: 0.25rem;
}

.form_textarea {
  width: 100%;
  height: 120px;
  height: 7.5rem;
  background: white;
  border: solid 1px #bcbcbc;
  border: solid 0.0625rem #bcbcbc;
  border-radius: 0.25rem;
  padding: 8px 10px;
}

.form_radio-input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.form_radio-label {
  position: relative;
  display: inline-block;
  background: #fff;
  border: solid 1px #bcbcbc;
  border: solid 0.0625rem #bcbcbc;
  border-radius: 0.25rem;
  padding: 8px 10px 8px 32px;
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.form_radio-label::before, .form_radio-label::after {
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 50%;
}

.form_radio-label::before {
  top: 13px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: solid 2px #58504A;
}

.form_radio-label::after {
  top: 16px;
  left: 13px;
  width: 10px;
  height: 10px;
  background: #58504A;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.form_radio-input:checked + .form_radio-label {
  background: #00BDFF;
}

.form_radio-input:checked + .form_radio-label::after {
  opacity: 1;
}

.form_checkbox-input {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.form_checkbox-input::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.form_checkbox-input::after {
    border-right: 6px solid #00BDFF;
    border-bottom: 3px solid #00BDFF;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .form_checkbox-input::before {
    border-color: #666;
}
input[type=checkbox]:checked + .form_checkbox-input::after {
    opacity: 1;
}

.form_select-wrap {
  position: relative;
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
}

.form_select-wrap select {
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  background-color: #fff;
  border: none;
  border: solid 1px #bcbcbc;
  border: solid 0.0625rem #bcbcbc;
  border-radius: 0.25rem;
  color: #58504A;
  padding: 8px 10px;
}

.form_select-wrap::after {
  position: absolute;
  content: "";
  top: 30%;
  right: 16px;
  right: 1rem;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-top: solid 2px #58504A;
  border-top: solid 0.125rem #58504A;
  border-right: solid 2px #58504A;
  border-right: solid 0.125rem #58504A;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}

.form_entry-btn, .form_back-btn {
  display: block;
  margin: auto;
  width: 240px;
  width: 15rem;
  padding: 10px 24px;
  padding: 0.625rem 1.5rem;
  border-radius: 1.5rem;
  font-size: 18px;
}

.form_entry-btn {
  background: #b20000;
  color: #fff;
  border: solid 2px #b20000;
  border: solid 0.125rem #b20000;
}

.form_back-btn {
  background: #fff;
  color: #b20000;
  border: solid 2px #b20000;
  border: solid 0.125rem #b20000;
  margin-top: 16px;
  margin-top: 1rem;
}

.about {
  padding: 0 16px;
  padding: 0 1rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 700px) {
  .about {
    padding: 0 2.5rem;
  }
}

.about-title__icon {
  width: 82px;
  width: 5.125rem;
  margin: auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.about-description {
  margin: 24px auto;
  margin: 1.5rem auto;
  max-width: 640px;
  max-width: 40rem;
}

.about-description__text {
  line-height: 27px;
  line-height: 1.6875rem;
  text-align: justify;
}

.about-description__img {
  width: 100%;
  max-width: 327px;
  max-width: 20.4375rem;
  margin: 16px auto;
  margin: 1rem auto;
}

@media screen and (min-width: 700px) {
  .about-description__img {
    max-width: 27.5rem;
  }
}

.about-compatible {
  border: solid 2px #00BDFF;
  border: solid 0.125rem #00BDFF;
  border-radius: 0.625rem;
  text-align: center;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  max-width: 640px;
  max-width: 40rem;
  margin: auto;
}

.about-compatible__text {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.about-compatible__cardbrands {
  width: 322px;
  width: 20.125rem;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
}

.about-compatible__prepaid {
  width: 185px;
  width: 11.5625rem;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
}

.cashrate {
  padding: 0 16px;
  padding: 0 1rem;
  margin: 0 auto 48px;
  margin: 0 auto 3rem;
}

.cashrate-title {
  width: 248px;
  width: 15.5rem;
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
}

@media screen and (min-width: 700px) {
  .cashrate-title {
    width: 25rem;
  }
}

.cashrate-table {
  width: 100%;
  max-width: 280px;
  max-width: 17.5rem;
  margin: 0 auto 10px;
  margin: 0 auto 0.625rem;
}

@media screen and (min-width: 700px) {
  .cashrate-table {
    max-width: 25rem;
  }
}

.cashrate-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
  margin: 0 auto 2rem;
}

.cashrate-text {
  display: inline-block;
}

.cashrate-comparing {
  width: 100%;
  max-width: 343px;
  max-width: 21.4375rem;
  margin: 0 auto 10px;
  margin: 0 auto 0.625rem;
}

@media screen and (min-width: 700px) {
  .cashrate-comparing {
    max-width: 25rem;
  }
}

.cashrate_marker {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffd700));
  background: linear-gradient(transparent 70%, #ffd700 70%);
}

@media screen and (min-width: 700px) {
  .cashrate_marker {
    font-size: 1.5rem;
  }
}

.flow {
  background: #00BDFF;
  padding: 24px 16px;
  padding: 1.5rem 1rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 700px) {
  .flow {
    padding: 2.5rem;
  }
}

.flow-cards {
  row-gap: 42px;
  row-gap: 2.625rem;
  margin-top: 42px;
  margin-top: 2.625rem;
}

@media screen and (min-width: 700px) {
  .flow-cards {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.flow-card {
  background: #fff;
  border: solid 2px #121212;
  border: solid 0.125rem #121212;
  border-radius: 0.625rem;
  padding: 0 20px 24px;
  padding: 0 1.25rem 1.5rem;
}

.flow-card__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -23px;
  margin-top: -1.4375rem;
}

.flow-card__title-number {
  width: 45px;
  width: 2.8125rem;
  margin-right: -11px;
  margin-right: -0.6875rem;
  z-index: 1;
}

.flow-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  height: 2.375rem;
  background: #fff;
  border: solid 2px #121212;
  border: solid 0.125rem #121212;
  border-top-right-radius: 18px;
  border-top-right-radius: 1.125rem;
  border-bottom-right-radius: 18px;
  border-bottom-right-radius: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.flow-card__img01 {
  width: 159px;
  width: 9.9375rem;
  margin: 12px auto 8px;
  margin: 0.75rem auto 0.5rem;
}

@media screen and (min-width: 700px) {
  .flow-card__img01 {
    width: auto;
    height: 8.75rem;
  }
}

.flow-card__img02 {
  width: 163px;
  width: 10.1875rem;
  margin: 16px auto 8px;
  margin: 1rem auto 0.5rem;
}

@media screen and (min-width: 700px) {
  .flow-card__img02 {
    width: auto;
    height: 8.75rem;
  }
}

.flow-card__img03 {
  width: 195px;
  width: 12.1875rem;
  margin: 16px auto 10px;
  margin: 1rem auto 0.625rem;
}

@media screen and (min-width: 700px) {
  .flow-card__img03 {
    width: auto;
    height: 8.75rem;
  }
}

.flow-card__text {
  line-height: 27px;
  line-height: 1.6875rem;
  text-align: justify;
}

.flow-card__preparation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-size: 0.875rem;
  background: #F5F5F4;
  border-radius: 0.5rem;
  padding: 14px;
  padding: 0.875rem;
  margin: 16px auto 0;
  margin: 1rem auto 0;
}

.flow-card__preparation-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.mv {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 700px) {
  .mv {
    margin-bottom: 6rem;
  }
}

.mv-pc {
  display: none;
}

@media screen and (min-width: 700px) {
  .mv-pc {
    display: block;
  }
}

.mv-sp__bg {
  background: url("../images/mv-sp-bg.jpg");
  background-size: cover;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

@media screen and (min-width: 700px) {
  .mv-sp__bg {
    display: none;
  }
}

.mv-sp {
  padding: 16px 16px 2px;
  padding: 1rem 1rem 0.125rem;
}

.btn-mv-wrap {
  padding: 0 16px;
  padding: 0 1rem;
  height: 60px;
  height: 3.75rem;
}

@media screen and (min-width: 700px) {
  .btn-mv-wrap {
    height: 6.25rem;
    padding-top: 0.625rem;
  }
}

.btn-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF2B2B), color-stop(#b20000), to(#890E0E));
  background: linear-gradient(to bottom, #FF2B2B, #b20000, #890E0E);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(98,14,14,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 4px 0 #620E0E);
          filter: drop-shadow(0 4px 0 #620E0E);
  -webkit-filter: drop-shadow(0 0.25rem 0 #620E0E);
          filter: drop-shadow(0 0.25rem 0 #620E0E);
  color: white;
  border-radius: 1.875rem;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 319px) {
  .btn-mv {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 700px) {
  .btn-mv {
    border-radius: 3.125rem;
    font-size: 3rem;
    max-width: 50rem;
    margin: auto;
  }
}

.btn-mv:hover {
  -webkit-transform: translateY 0.25rem;
          transform: translateY 0.25rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(118,21,21,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 0 #761515);
          filter: drop-shadow(0 0 0 #761515);
}

.btn-mv::before {
  position: absolute;
  display: inline-block;
  content: '';
  height: 100%;
  width: 30px;
  top: -180px;
  left: 0;
  background-color: #fff;
  -webkit-animation: btn-mv 2.5s ease-in-out infinite;
          animation: btn-mv 2.5s ease-in-out infinite;
}

@-webkit-keyframes btn-mv {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes btn-mv {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.overview {
  padding: 80px 16px 24px;
  padding: 5rem 1rem 1.5rem;
  background: #F5F5F4;
}

@media screen and (min-width: 700px) {
  .overview {
    padding-bottom: 6.25rem;
  }
}

.overview-img {
  width: 155px;
  width: 9.6875rem;
  margin: -140px auto 24px;
  margin: -8.75rem auto 1.5rem;
}

.overview-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 650px;
  max-width: 40.625rem;
  margin: auto;
}

.overview-list dt {
  width: 30%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.overview-list dd {
  width: 70%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  word-break: break-all;
}

.QandA {
  padding: 0 16px;
  padding: 0 1rem;
  margin-bottom: 72px;
  margin-bottom: 4.5rem;
}

.QandA-cards {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.QandA-card {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.QandA-card__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 650px;
  max-width: 40.625rem;
  background: #00BDFF;
  margin: auto;
  padding: 12px 14px;
  padding: 0.75rem 0.875rem;
}

.QandA-card__question-text {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.plus-btn {
  width: 16px;
  width: 1rem;
  margin-left: auto;
}

.QandA-card__answer {
  width: 100%;
  max-width: 650px;
  max-width: 40.625rem;
  margin: auto;
}

.QandA-card__answer-text {
  border: dotted 2px #00BDFF;
  border: dotted 0.125rem #00BDFF;
  border-top: none;
  width: 100%;
  padding: 8px 16px 12px;
  padding: 0.5rem 1rem 0.75rem;
}

.reason {
  background: #00BDFF;
  padding: 40px 16px;
  padding: 2.5rem 1rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 700px) {
  .reason {
    padding: 2.5rem;
  }
}

.reason-cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  row-gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 700px) {
  .reason-cards {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.reason-card {
  background: #fff;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
  border-radius: 0.625rem;
}

.reason-card__number {
  width: 18px;
  width: 1.125rem;
  margin: auto;
}

.resaon-card__title {
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.reason-card__img {
  width: 96px;
  width: 6rem;
  margin: 0 auto 8px;
  margin: 0 auto 0.5rem;
}

@media screen and (min-width: 700px) {
  .reason-card__img {
    width: auto;
    height: 8.75rem;
  }
}

.reason-card__text {
  line-height: 27px;
  line-height: 1.6875rem;
  text-align: justify;
}

.relief {
  padding: 40px 16px 64px;
  padding: 2.5rem 1rem 4rem;
  background: #F5F5F4;
}

@media screen and (min-width: 700px) {
  .relief {
    padding: 2.5rem 2.5rem 4rem;
  }
}

.relief-cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  row-gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 700px) {
  .relief-cards {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.relief-card {
  border: solid 2px #fff;
  border: solid 0.125rem #fff;
  border-radius: 0.625rem;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
}

@media screen and (min-width: 700px) {
  .relief-card {
    border: solid 0.25rem #fff;
  }
}

.relief-card__title {
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.relief-card__img {
  width: 72px;
  width: 4.5rem;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
}

.relief-card__text {
  line-height: 27px;
  line-height: 1.6875rem;
  text-align: justify;
}

.tel-banner {
  padding: 0 16px;
  padding: 0 1rem;
  margin: 0 auto 48px;
  margin: 0 auto 3rem;
  max-width: 432px;
  max-width: 27rem;
}

@media screen and (min-width: 700px) {
  .tel-banner {
    padding: 0 2.5rem;
    margin: 0 auto 6rem;
    max-width: 40rem;
  }
}

.voice {
  background: #F5F5F4;
  padding: 40px 16px;
  padding: 2.5rem 1rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 700px) {
  .voice {
    padding: 2.5rem;
  }
}

.voice-cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  row-gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 700px) {
  .voice-cards {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.voice-card {
  background: #fff;
  border-radius: 0.625rem;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
}

.voice-card__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, right top, from(#121212), color-stop(0.25rem, #121212), color-stop(0.25rem, transparent), color-stop(0.5rem, transparent));
  background-image: linear-gradient(to right, #121212, #121212 0.25rem, transparent 0.25rem, transparent 0.5rem);
  background-size: 0.5rem 0.0625rem;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  margin: 0 auto 10px;
  margin: 0 auto 0.625rem;
}

.voice-card__title::before, .voice-card__title::after {
  content: "";
  display: inline-block;
  width: 13px;
  width: 0.8125rem;
  height: 8px;
  height: 0.5rem;
  vertical-align: super;
}

.voice-card__title::before {
  background: url("../images/quote-open.png");
  background-size: cover;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.voice-card__title::after {
  background: url("../images/quote-close.png");
  background-size: cover;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.voice-card__text {
  line-height: 27px;
  line-height: 1.6875rem;
  text-align: justify;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.voice-card__customer {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.worry {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.worry-title {
  width: 100%;
  max-width: 245px;
  max-width: 15.3125rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
}

@media screen and (min-width: 700px) {
  .worry-title {
    max-width: 25rem;
    margin: 0 auto 2rem;
  }
}

.worry-icons {
  display: grid;
  grid-template-columns: 5rem 5rem 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 20px;
  row-gap: 1.25rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

@media screen and (min-width: 700px) {
  .worry-icons {
    grid-template-columns: 6.25rem 6.25rem 6.25rem;
  }
}

.worry-icon--title {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.worry-solute {
  width: 100%;
  max-width: 314px;
  max-width: 19.625rem;
  margin: auto;
}

@media screen and (min-width: 700px) {
  .worry-solute {
    max-width: 28.75rem;
  }
}

body {
  background: #fff;
  color: #121212;
  max-width: 1100px;
  margin: auto;
}

@media screen and (min-width: 1100px) {
  body {
    -webkit-box-shadow: -16px 0px 16px -16px rgba(3, 0, 0, .5), 16px 0px 16px -16px rgba(3, 0, 0, .5);
            box-shadow: -16px 0px 16px -16px rgba(3, 0, 0, .5), 16px 0px 16px -16px rgba(3, 0, 0, .5);
  }
}

html {
  background: url("../images/body-bg4.jpg");
  background-size: contain;
}

main, .copyGuard {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 700px) {
  h2 {
    font-size: 2rem;
  }
}

.check {
  display: inline-block;
  width: 13px;
  width: 0.8125rem;
  vertical-align: middle;
}

.mark_paleyellow {
  background: #FFF7CC;
}

.mark_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffd700));
  background: linear-gradient(transparent 70%, #ffd700 70%);
}

.tel-banner {
	position: relative;
}
.teltop-number {
position:absolute;
top:55%;
left:48%;
color:#fff;
font-weight: bold;
font-size:1.4em;
}
.telbtn-number {
position:absolute;
top:2%;
right:37%;
color:#fff;
font-weight: normal;
font-size:1em;
-webkit-appearance: none;
-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 700px) {
  .teltop-number {
    top:53%;
		left:47%;
		font-size:1.1em;
  }
 
}
/* iPhoneに特化したスタイル調整 */
@supports (-webkit-touch-callout: none) {
  .telbtn-number {
    padding: 10px 0;
    position: absolute;
    top: 10%;
    right: 24%;
    transform: translateY(-10%);
  }
}
/* Safari特有の調整 
@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance:none) {
    .telbtn-number { 
      
      position: relative;
      top: 20%;
      transform: translateY(-20%);
    }
  }
}
*/