@charset "utf-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style-type: none;
}

* {
  padding: 0;
  margin: 0;
}

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

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 100%;
}

/*クリア*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

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

.clearfix {
  display: block;
}

a {
  outline: none;
  text-decoration: none;
  border: none;
}

#wrapper {
  width: 100%;
}
p.error {
  margin: 0;
  color: #aa1443;
}

@media screen and (max-width: 767px) {
  .pcHidden {
    display: none !important;
  }

  header {
    width: 100%;
    border-bottom: solid 2px rgba(26, 50, 74, 1);
  }

  #inner {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .Inner {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo img {
    width: 100%;
  }

  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #mainImg {
    width: 100%;
    font-size: 0px;
  }

  #mainImg img {
    width: 100%;
  }

  #content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .leadBlock {
    background: #1f5e8f;
    position: relative;
    color: #fff;
    padding: 0.5em 0;
    font-size: 18px !important;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1.5em;
  }

  .leadBlock:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #1f5e8f transparent transparent transparent;
  }

  .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .flex.flexSpace {
    justify-content: space-between !important;
  }

  .leadBlock .flex .item:first-child {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    padding: 0px;
  }

  .leadBlock .flex .whIcon {
    /* padding: 0.5em; */
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    margin-right: 10px;
  }

  .leadBlock .flex .whIcon2 {
    /* padding: 0.5em; */
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    margin-left: 10px;
  }

  .leadBlock span.seconds {
    /* font-size: 50px; */
    font-size: 50px !important;
    font-family: "Anton", sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
  }

  .orange {
    color: #ec7600 !important;
  }

  .red {
    color: #ff0000 !important;
  }

  .yellow {
    color: #ffbf00 !important;
  }

  .fuchiWhite {
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff,
      1px -1px 1px #fff, 1px 0 1px #fff, -1px 0 1px #fff, 0 1px 1px #fff,
      0 -1px 1px #fff;
  }

  .fuchiRed {
    text-shadow: 1px 1px 1px #b50000, -1px -1px 1px #b50000,
      -1px 1px 1px #b50000, 1px -1px 1px #b50000, 1px 0 1px #b50000,
      -1px 0 1px #b50000, 0 1px 1px #b50000, 0 -1px 1px #b50000;
  }

  .leadBlock .flex .item:nth-of-type(2) {
    width: 100%;
    text-align: center;
    padding: 1em 0;
    font-size: 1rem;
  }

  .cta .flex {
    justify-content: center;
  }

  .flex.alignCenter {
    align-items: center;
  }

  .flex .Hurf {
    width: 100%;
    position: relative;
  }

  .cta .mail {
    display: block;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    height: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 1em 0.5em 1em 0.75em;
    background: #0c8a41;
    text-decoration: none;
    border-bottom: 5px solid #0c8a41;
    max-width: 100%;
    border-radius: 0.45em;
    overflow: hidden;
    line-height: 1.4;
  }

  .cta .mail.mailMin:before {
    content: "";
    background: url(../img/mail_logo.svg) no-repeat;
    background-size: contain;
    margin-right: 0.5em;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 0.5em;
    top: 50%;
    transform: translateY(-50%);
  }

  .cta .mail:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 0.35em;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
  }

  .cta .telTop {
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 0.9rem;
    text-align: center;
  }

  .cta .telWrap {
    background: #fff;
    position: relative;
    border: none;
    border-top: 1px solid #1a1a1a;
    /* padding: 0.6em 0; */
    padding-top: 0.3em;
    padding-bottom: 0.6em;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 0.3em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .telWrapUnder {
    background: #fff;
    position: relative;
    border: none;
    padding-top: 0.1em;
    padding-bottom: 0.3em;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 0.3em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .cta .telWrap span.time {
    color: #1a1a1a;
    text-align: center;
    padding-left: 1em;
    font-size: 0.9rem;
    display: block;
  }

  .telWrapUnder span.time {
    color: #1a1a1a;
    text-align: center;
    padding-left: 1em;
    font-size: 0.8rem;
    display: block;
  }

  .telWrap .telIcon {
    height: 30px;
    width: 30px;
  }

  .telIcon {
    display: inline-block;
    background: url(../img/phone-icon03.png) left 0px top 0px no-repeat;
    background-size: contain;
    height: 30px;
    margin: auto 5px auto auto;
    width: 30px;
    position: relative;
  }

  .telWrap .signalIcon {
    top: 14px;
    left: 14px;
  }

  .telWrapUnder .signalIcon {
    top: 14px;
    left: 14px;
  }

  .signalIcon {
    position: absolute;
    top: 20px;
    left: 30px;
    color: #ff0000;
    transform: rotate(45deg);
  }

  .telWrap .signalIcon:first-of-type:before {
    width: 20px;
    height: 20px;
    animation-delay: -1.16s;
  }

  .signalIcon:before,
  .signalIcon:after {
    content: "";
    position: absolute;
    border: 3px solid transparent;
    border-top: solid 3px currentColor;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .telWrap .signalIcon:first-of-type:after {
    width: 34px;
    height: 34px;
    animation-delay: -1.08s;
  }

  .cta .telWrap a.tel {
    font-size: 2.5em;
    font-weight: normal;
    font-family: "Anton", sans-serif;
    text-align: center;
    position: relative;
    line-height: 1.25;
    padding-top: 0;
    letter-spacing: 0.08em;
    margin: 0;
    color: #f42a35 !important;
    display: inline-block;
    padding-left: 0px;
  }

  @keyframes callSupportSignal {
    8%,
    64% {
      opacity: 1;
    }

    78% {
      opacity: 0;
    }
  }
  .content {
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .contentBlock {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  h2 {
    /* font-size: 2.15rem; */
    font-size: 1.3em !important;
    margin: 0 auto 1em auto;
    position: relative;
    width: 95%;
    text-align: center;
    letter-spacing: 1px;
    line-height: 150%;
    font-weight: 600;
    font-weight: bold;
    font-family: "Anton", sans-serif;
  }

  .wrap {
    /* border-top: 2px solid #248574; */
    border-top: 5px double #248574;
    border-bottom: 2px solid #248574;
    padding: 10px;
    text-align: center;
  }

  .dFlex {
    display: block;
  }

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .row.list {
    width: 95%;
    margin: 0 auto 0;
    border: 1px solid rgba(31, 63, 121, 0.4);
    border-radius: 10px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    padding: 1.5rem 1.5rem;
    background-color: #fff;
  }

  .row.list .col ul li {
    font-size: 1.25em !important;
    /* font-size: 2.2rem; */
    padding: 0.8rem 0 0.8rem 2.1rem;
    position: relative;
    border-bottom: 2px dotted #111;
    font-weight: bold;
    color: #1a324a;
  }

  .row.list .col ul li:before {
    content: "";
    display: block;
    background: url(../img/check_red.webp) no-repeat left center;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .exsample {
    width: 100%;
  }

  .col {
    display: block;
    width: 100%;
  }

  h3 {
    /* font-size: 2.15rem; */
    font-size: 1.25rem !important;
    margin: 0 auto 1em auto;
    position: relative;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    line-height: 150%;
    /* font-weight: 600; */
  }

  .under {
    /* border-bottom: double 10px #D90000; */
    /* background: linear-gradient(transparent 70%, #D90000 70%); */
    background: linear-gradient(transparent 70%, #ff99ab 70%);
  }

  .under2 {
    /* border-bottom: double 10px #D90000; */
    /* background: linear-gradient(transparent 70%, #D90000 70%); */
    background: linear-gradient(transparent 70%, #99b8ff 70%);
  }

  .bold {
    font-weight: bold;
  }

  .nouhauWrap {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #248574;
    background: #fff;
    padding: 15px;
    margin-bottom: 2em;
    position: relative;
  }

  .knowhowContentsWrap {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }

  .knowhowContents {
    width: 100%;
  }

  .knowhowContents img {
    border: 5px solid #fff;
    box-shadow: 1px 1px 3px 0px #a5a5a5;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  img {
    vertical-align: bottom;
    max-width: 100%;
  }

  .knowhowContents:nth-of-type(2) {
    width: 100%;
    /* vertical-align: middle; */
    vertical-align: top;
    padding-top: 10px;
  }

  .knowhowContents p {
    margin-top: 20px;
    font-size: 1em;
  }

  .nouhauTitle {
    color: #ec7600;
    font-weight: 600;
    font-size: 1.2rem;
    display: block;
    text-decoration: underline;
    text-align: center;
    line-height: 1.4;
    margin-top: 20px;
  }

  .stepWrap {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .stepWrap {
    display: flex;
    flex-direction: row;
    margin-bottom: 2.5rem;
  }

  .stepContents {
    display: flex;
    flex-direction: column;
  }

  .stepContents:nth-of-type(odd) {
    /* width: calc(97% / 2); */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    padding: 0.5em 0px;
    font-size: 0.9rem;
    line-height: 1.7;
    background: #fafaf9e2;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }

  .stepContents:nth-of-type(even) {
    width: 3%;
    color: #3077b2;
    font-size: 40px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .stepContents:nth-of-type(-n + 3) {
    margin-bottom: 0.5em;
  }

  .stepContents:nth-of-type(even) {
    text-align: center;
    margin: 0 0 15px 0;
  }

  .stepContentsFlow {
    width: 100%;
    margin: -10px auto 0px auto;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    background-color: #1a324a;
    color: #fff;
    font-size: 18px !important;
    font-weight: bold;
  }

  .stepContentsImage {
    margin: 5px auto 5px auto;
    position: relative;
    text-align: center;
    max-width: 120px;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .stepContentsImage img,
  .stepContentsFlow img {
    height: 100%;
    max-height: 100px;
  }

  .freeIcon {
    background: #f23434;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 10%;
    width: 50px;
    padding: 10px 0px;
    font-size: 14px !important;
    display: inline-block;
    margin-right: 10px;
    /* transform: rotate(-10deg); */
  }
  .stepContents:nth-of-type(2) {
    width: 100%;
    margin-top: 0.25em;
  }

  .stepContents:nth-of-type(4) {
    width: 100%;
    margin-top: 0.25em;
  }
  .stepContents:nth-of-type(2) i {
    transform: rotate(90deg);
  }

  .stepContents:nth-of-type(4) i {
    transform: rotate(90deg);
  }
  .stepContents:nth-of-type(3) {
    margin-top: 0.25em;
  }

  .stepContents:nth-of-type(5) {
    margin-top: 0.25em;
  }

  .spImage {
    display: none;
  }

  .stepTitle {
    color: #17527b;
    font-size: 1.25em !important;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    /* padding-bottom: 10px; */
    padding: 0px 5px 10px;
    font-weight: bold;
    display: block;
  }

  .stepContents:nth-of-type(odd) p {
    padding-left: 0.25em;
    padding-right: 0.25em;
    font-size: 1.1em !important;
  }

  .bigText {
    font-size: 2em !important;
    color: #f23434;
    font-family: "Anton", sans-serif;
    font-weight: bold;
    /* letter-spacing: 0.8rem; */
    margin-left: 5px;
    margin-right: 5px;
  }

  .stepText {
    width: 95% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em !important;
    margin-bottom: 3em;
    font-family: "Anton", sans-serif;
  }

  .stepImg {
    width: 95%;
    margin-bottom: 1.8em;
    margin-left: auto;
    margin-right: auto;
  }
  .stepImg img {
    width: 100%;
  }
  .catche {
    margin: 30px auto;
    width: 95%;
  }

  .catcheText {
    font-family: "Noto Sans JP";
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    font-size: 1.24em !important;
    border-bottom: double 10px #ec7600;
  }

  .bigText2 {
    font-family: "Noto Sans JP";
    font-size: 1.3em !important;
    font-weight: 900;
  }

  .expArea {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .diffContents {
    width: 100%;
  }

  .diffImg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f8f8f8;
    border: solid 1px #a5a5a5;
    box-sizing: border-box;
  }

  .diffContents img {
    width: 65%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .diffContents p {
    line-height: 1.5;
    margin-top: 20px;
  }

  .diffContents p.deffText1 {
    font-size: 1em !important;
    margin-bottom: 30px;
  }

  .diffContents p.deffText2 {
    font-size: 1em !important;
    margin-bottom: 20px;
  }

  .diffContents:nth-of-type(2) {
    width: 4%;
  }

  .diffContents h3 {
    width: 100%;
    align-items: center;
    justify-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px !important;
    /* letter-spacing: normal !important; */
    letter-spacing: 0.5em !important;
    line-height: 100%;
    color: #fff;
  }

  .diffContents h3.chukai {
    background-color: #1a324a;
  }

  .diffContents h3.kaitori {
    background-color: #b50000;
  }

  .diffContents h4 {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px !important;
    line-height: 100%;
    letter-spacing: 0.25em !important;
  }

  .diffContents h4.chukaiFlow {
    border-top: double 5px #1a324a;
    border-bottom: solid 2px #1a324a;
    color: #1a324a;
  }

  .diffContents h4.kaitoriFlow {
    border-top: double 5px #b50000;
    border-bottom: solid 2px #b50000;
    color: #b50000;
  }

  .diffContents ul {
    margin: 0 auto 0 auto;
    list-style: none;
    padding: 0 0 30px 0;
  }

  .diffContents ul li {
    display: table;
    width: 100%;
    margin-bottom: 1em;
    padding: 0;
  }

  .diffFlowItem {
    width: 30px;
    display: table-cell;
  }

  .diffFlow {
    /* background: #EC7600; */
    /* background-color: #248574; */
    background-color: #1f5e8f;
    width: 30px;
    height: 30px;
    line-height: 30px;
    /* color: #111; */
    text-align: center;
    border-radius: 50%;
    display: block;
    color: #fff;
  }

  .diffFlowItem:nth-of-type(2) {
    padding-left: 10px;
    width: 97%;
    font-size: 1.1rem;
    border-bottom: dotted 2px #ddd;
  }

  .diffContents ul li i {
    font-size: 50px;
    color: #ccc;
    line-height: 1;
  }

  .kaitoriFlowMerit {
    /* display: inline-block; */
    display: block;
    /* color: #EC7600; */
    text-align: center;
    background-color: #ec7600;
    color: #fff;
    font-size: 20px !important;
    border-bottom: double 5px #fff;
    padding: 0.5rem 1rem !important;
    font-weight: bold;
    border-top: double 5px #fff;
  }

  .iconRed {
    background: #f42a35;
    color: #fff;
  }

  .meritContent {
    width: 100%;
    margin-top: 1em;
    padding-bottom: 1.5em;
  }

  .meritBlock {
    width: 95%;
    border: solid 1px #ff99ab;
    margin: 0.5em auto 0;
    box-sizing: border-box;
    padding: 1em 0.5em 1em;
  }

  .meritBlock:nth-of-type(1) {
    margin-top: 1em;
  }

  .meritBlock dt {
    width: 100%;
  }

  .meritBlock dt h4 {
    font-size: 18px !important;
    color: #ec7600;
    font-weight: bold;
    display: inline-block;
    /* text-decoration: underline; */
    border-bottom: double 5px #ec7600;
  }

  .meritBlock dt p {
    font-size: 1em !important;
    display: block;
    line-height: 1.8;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .meritBlock dd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .meritBlock dd img {
    width: 40%;
  }

  .demeritBlock {
    width: 95%;
    border: solid 1px #99b8ff;
    margin: 0.5em auto 0;
    box-sizing: border-box;
    padding: 1em 0.5em 1em;
  }

  .demeritBlock:nth-of-type(1) {
    margin-top: 1em;
  }

  .demeritBlock dt {
    width: 100%;
  }

  .demeritBlock dt h4 {
    font-size: 18px !important;
    color: #1f5e8f;
    font-weight: bold;
    display: inline-block;
    /* text-decoration: underline; */
    border-bottom: dotted 2px #1f5e8f;
  }

  .demeritBlock dd {
    width: 100%;
  }

  .demeritBlock dd p {
    font-size: 1em !important;
    display: block;
    line-height: 1.8;
    margin-top: 0.5em;
  }

  .caseBlock {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .caseItem {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .caseItem:nth-of-type(6) {
    margin-bottom: 0px !important;
  }

  .caseItem img {
    object-fit: cover;
    height: 300px;
    width: 100%;
  }

  .caseItem h3 {
    width: 100%;
    background-color: #248574;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1em !important;
    color: #fff;
    margin: 0px !important;
  }

  .caseItem p {
    font-size: 1em !important;
    line-height: 1.5;
    margin: 0.5em 0 1em;
  }

  .containerFull {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f8f8f8;
    margin-top: -20px !important;
  }

  .contentColorBlock {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .reasonBlock {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .reasonItem {
    width: 100%;
    margin-top: 2.5em;
    /* display: flex; */
  }

  .reasonItem dt {
    width: 100%;
  }

  .reasonItem dt img {
    width: 100%;
    border: 5px solid #fff;
    box-shadow: 0 3px 3px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 14%);
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .reasonItem dd {
    /* width: calc(70% - 30px); */
    width: 100%;
    margin-top: 30px;
  }

  .reasonItem dd h3 {
    font-size: 1.2em !important;
    line-height: 1;
    text-align: left;
    color: #b50000;
    font-weight: bold;
    margin-bottom: 1.2em;
    /* font-family: 'Anton', sans-serif; */
  }

  .reasonItem dd p {
    font-size: 1em !important;
    line-height: 1.5;
    padding: 0.5em;
    border: solid 1px #b50000;
    box-sizing: border-box;
    background-color: #fff;
  }

  .reasonNo {
    font-size: 0.9em !important;
    color: #fff;
    background-color: #b50000;
    padding: 0.3em 1em 0.3em;
    margin-right: 1em;
    border-radius: 5px;
  }

  .posiImg {
    position: absolute;
    /* top: -40px;
        left: 50%; */
    top: 7px;
    left: 30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    width: 20%;
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  ul.qaMenu,
  ul.qaMenu li {
    padding: 0;
    /* border-bottom: 1px solid #ddd; */
  }

  ul.qaMenu {
    margin-bottom: 2em;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .lastBlock {
    margin-bottom: 5em !important;
  }

  ul.qaMenu li:last-child {
    border-bottom: none;
  }

  .menuItemLink {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    color: inherit;
  }

  .faqBlock {
    border: 1px solid #1a324a;
    background: #f8f8f8;
  }

  .menuItemLink div.secArea {
    padding: 0.5em;
    /* font-weight: bold; */
    /* font-size: 1.3rem; */
    font-size: 1em !important;
    width: calc(100% - 60px);
    line-height: 1.6;
  }

  .menuItemLink div.secArea div.top {
    align-items: flex-start;
  }

  .menuItemLink div.secArea div {
    display: flex;
    text-align: left;
    line-height: 1.5;
    flex-direction: row;
  }

  .menuItemLink div.secArea div:before {
    font-weight: 600;
    /* font-family: 'Anton', sans-serif; */
    content: "Q";
    font-size: 1.3em !important;
    /* font-size: 35px; */
    color: #1a324a;
    margin-right: 10px;
    margin-top: -5px;
  }

  .menuItemLink div.secArea div.top:before {
    margin-top: -5px;
  }

  .menuItemLink:after {
    background: #1a324a;
    content: "\f067";
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: "FontAwesome";
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    color: #fff;
  }

  .menuItemLink.on:after {
    content: "\f068";
  }

  ul.submenu {
    list-style: none;
    padding-left: 0;
  }

  .submenu {
    background: #fff;
    display: none;
  }

  ul.menu li:last-child {
    border-bottom: none;
  }

  .submenuItem {
    /* border: 1px solid #ddd; */
    padding: 1rem !important;
  }

  .secWrapAnswer div {
    display: flex;
    text-align: left;
    line-height: 1.5;
    align-items: center;
    flex-direction: row;
    font-weight: 400;
    font-size: 1em !important;
  }

  .secWrapAnswer div:before {
    font-weight: 600;
    /* font-family: 'Anton', sans-serif; */
    content: "A";
    /* font-size: 35px; */
    font-size: 1.4em !important;
    color: #f23434;
    margin-right: 10px;
    margin-top: -10px;
  }

  .menuItem {
    display: block;
    margin-bottom: 2em;
  }

  .formBlock dl:first-of-type {
    border-top: 1px solid #ddd;
  }

  .formBlock dl {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto 0 auto;
    width: 95%;
  }

  .formBlock dl dt {
    width: 100%;
    padding: 0.75em;
    color: #333333;
    margin-bottom: 0;
    font-size: 1em !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
  }

  .formBlock dt {
    margin-bottom: 10px;
    background: #f8f8f8;
    padding: 8px;
  }

  .formBlock dl dd {
    width: 100%;
    padding: 0.75em;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
  }

  select {
    background: #fff !important;
  }

  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  input[type="tel"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  select,
  input[type="tel"] {
    height: 2.75em;
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  select,
  input[type="tel"] {
    height: 2.75em;
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #000;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
  }

  textarea {
    max-height: 150px;
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea,
  input[type="number"] {
    border: 1px solid #ddd;
    font-family: "Noto Sans JP", "MS PGothic", sans-serif !important;
    font-weight: normal;
    padding: 0.5em;
  }

  span.require {
    display: inline-block;
    border-radius: 0.5em;
    background: #e10900;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    font-size: 0.9rem;
    line-height: 1;
    margin-left: 0.5em;
  }

  input,
  select,
  textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 1rem !important;
    font-weight: 200;
    line-height: 1.65;
  }

  .zip-cod {
    font-size: clamp(12px, 1vw, 14px) !important;
  }

  .placeholder {
    color: #aaa;
    font-family: "Noto Sans JP", "MS PGothic", sans-serif;
    margin-bottom: 0.35em;
    line-height: 1.4;
    font-size: clamp(13px, 1.5vw, 16px) !important;
    font-weight: 300;
  }

  input[type="submit"]:hover {
    background-color: #9defbf;
    opacity: 0.7;
  }

  input[type="submit"] {
    background-color: #ec7600 !important;
    border-radius: 4px;
    padding: 0.5em 2em;
    width: 90%;
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 1.3rem !important;
    font-weight: bold !important;
    font-family: "Noto Sans JP", "MS PGothic", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: auto;
  }

  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    -moz-appearance: none;
    color: #fff;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out,
      color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #06c755;
    border-radius: 4px;
    border: 2px solid #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 200;
    height: 3.2em;
    line-height: 2.95em;
    padding: 0 4.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .mb10 {
    margin: 10px 0 10px;
  }

  p.centerText {
    text-align: center;
    font-family: "Noto Sans JP", "MS PGothic", sans-serif;
    font-size: 0.9em;
  }

  p.centerText a {
    color: #b50000;
  }

  footer {
    width: 100%;
    background-color: #1a324a;
  }

  .copyright {
    background: #1a324a;
    padding: 1em 2.5% 1em 2.5%;
    padding-top: 1em;
    padding-right: 2.5%;
    padding-bottom: 1em;
    padding-left: 2.5%;
    font-size: 0.8em !important;
    text-align: center;
    color: #fff;
  }

  .cautionary {
    font-size: 0.9em !important;
    text-align: center;
    margin-bottom: 2em;
  }

  .formTextBlock {
    margin: 5em auto 2.5em !important;
    width: 95%;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .formImg {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -30px;
    left: -10px;
  }

  .formText {
    font-family: "Noto Sans JP";
    display: block;
    font-weight: 700;
    padding: 0.5em 1em 0.5em;
    /* padding-bottom: 10px; */
    font-size: 1.2em !important;
    border-top: double 4px #ec7600;
    border-bottom: double 4px #ec7600;
    color: #ec7600;
  }

  /*フッターバナー追随*/
  .banner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: none;
  }

  .banner .bannerImg {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 2px 3px 2px;
  }

  .fixed_box_title_top {
    text-align: center;
    border: none;
    position: relative;
    font-size: 1rem;
  }

  .fixed_box_title_top {
    color: #1a1a1a;
    text-align: center;
    padding: 2px 10px 2px 10px;
    margin-bottom: 4px;
    font-size: 1rem;
    letter-spacing: 1px;
    display: block;
    font-weight: bold;
  }

  .bannerImgInner {
    min-height: auto;
    justify-content: center;
  }

  .bannerImgInner {
    box-sizing: border-box;
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bannerImgInner {
    height: auto;
    text-align: center;
    margin-bottom: 0 !important;
  }

  .fixHurf:nth-of-type(1) {
    width: 46%;

    border: solid 1px #ccc;
    box-sizing: border-box;
  }

  .fixHurf:nth-of-type(2) {
    width: 52%;

    margin-left: 2%;
  }

  .telArea {
    width: 100%;
  }

  .fixInner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta .telWrapUnder a.tel {
    font-size: 1.4em;
    font-weight: normal;
    font-family: "Anton", sans-serif;
    text-align: center;
    position: relative;
    line-height: 1.25;
    padding-top: 0;
    margin: 0;
    color: #f42a35 !important;
    display: inline-block;
    padding-left: 0px;
    letter-spacing: 0.08em;
  }

  .telIconFix {
    display: inline-block;
    background: url(../img/phone-icon03.png) left 0px top 0px no-repeat;
    background-size: contain;
    height: 18px;
    margin: auto 5px auto auto;
    width: 18px;
    position: relative;
  }
  .cta .mailFix {
    display: block;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    height: 100%;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0.6em 0.2em 0.6em 0.3em;
    background: #0c8a41;
    text-decoration: none;
    border-bottom: 5px solid #0c8a41;
    max-width: 100%;
    border-radius: 0.45em;
    overflow: hidden;
    line-height: 1.4;
  }
  /*ヘッダーフォームボタン*/
  .headForm {
    display: none;
  }
  /*ショップ案内*/
  .oparatingBlock {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shopInfo {
    width: 90%;
    margin: 0 auto 40px;
    background-color: #fff;
    /* box-shadow: 10px 10px 15px -10px #666; */
    box-shadow: 10px 10px 13px -1px #666;
    /* position: relative; */
  }
  .shopInfo:nth-of-type(6) {
    margin-bottom: 20px !important;
  }
  .shopInfo > h4 {
    font-size: 1.2em !important;
    color: #fff;
    background-color: #1f5e8f;
    padding: 0.7em 0;
    text-align: center;
  }

  .shopInfo img {
    width: 90%;
    border: 5px solid #fff;
    box-shadow: 0 3px 3px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 14%);
    display: block;
    margin: 0 auto;
  }

  .shopAddress {
    font-size: 1em !important;
    width: 90%;
    margin: 0.8rem auto;
  }
  .shopTelText {
    font-size: 2.3rem !important;
    font-family: "Anton", sans-serif;
    width: 90%;
    margin: 0 auto 0.8rem;
    text-align: center;
    letter-spacing: 0.1rem;
  }
  .shopTelText a {
    color: #ff0000;
  }

  /*20240221*/
  .inputImg {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 20%;
  }
  .shopTitle {
    font-size: 1.25em !important;
    color: #b50000;
    font-weight: bold !important;
    letter-spacing: normal !important;
  }
  /*20240222*/
  .successArea {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #248574; */
    background-color: rgba(36, 133, 116, 0.6);
    border: solid 2px #248574;
    position: relative;
    border-radius: 5px;
  }
  .successArea p {
    font-size: 1.2rem !important;
    color: #fff;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bastu {
    font-size: 2rem !important;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .closeBlock {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
  }
  .shopBanner {
    width: 95%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .shopBanner img {
    width: 100%;
  }
  .p50 {
    padding: 1rem 0px !important;
  }
  /*0307*/
  .futureBlock {
    width: 95%;
    margin: 0 auto;
  }
  .futureBlock img {
    width: 80%;
    display: block;
    margin: 1em auto;
    border: 5px solid #fff;
    box-shadow: 1px 1px 3px 0px #a5a5a5;
  }
  .futureBlock p {
    font-size: 1em !important;
    line-height: 1.8;
    margin-top: 0.5em;  
  }
  .futureBlock h3 {
    font-size: 1.4em !important;
    margin: 1.4rem 0;
  }
  .futureBox {
    width: 100%;
    margin-bottom: 3.5rem;
  }
  .futureBox:last-of-type {
    margin-bottom: 0 !important;
  }

}

@media screen and (min-width: 768px) {
  .spHidden {
    display: none !important;
  }

  header {
    width: 100%;
    border-bottom: solid 2px rgba(26, 50, 74, 1);
  }

  #inner {
    width: 95%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .logo {
    width: 25%;
    float: left;
    max-width: 250px;
    display: flex !important;
    flex-direction: row;
    /* align-items: center; */
    justify-content: center !important;
  }

  .logo img {
    width: 100%;
  }

  .container {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  #mainImg {
    width: 100%;
    font-size: 0px;
  }

  #mainImg img {
    width: 100%;
  }

  #content {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .leadBlock {
    background: #1f5e8f;
    padding: 0.8em 0.55em;
    position: relative;
    color: #fff;
    font-size: clamp(22px, 2vw, 25px) !important;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1.5em;
  }

  .leadBlock:after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #1f5e8f transparent transparent transparent;
  }

  .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .flex.flexSpace {
    justify-content: space-between !important;
  }

  /* .leadBlock .flex .item:first-child {
        width: 30%;
        padding-right: 0.5em;
        border-right: 2px dotted #fff;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    } */
  .leadBlock .flex .item:first-child {
    width: 100%;
    text-align: center;
  }

  .leadBlock .flex .whIcon {
    /* padding: 0.5em; */
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    margin-right: 10px;
  }

  .leadBlock .flex .whIcon2 {
    /* padding: 0.5em; */
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    margin-left: 10px;
  }

  .leadBlock span.seconds {
    /* font-size: 50px; */
    font-size: clamp(40px, 5vw, 70px) !important;
    font-family: "Anton", sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
  }

  .orange {
    color: #ec7600 !important;
  }

  .red {
    color: #ff0000 !important;
  }

  .yellow {
    color: #ffbf00 !important;
  }

  .fuchiWhite {
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff,
      1px -1px 1px #fff, 1px 0 1px #fff, -1px 0 1px #fff, 0 1px 1px #fff,
      0 -1px 1px #fff;
  }

  .fuchiRed {
    text-shadow: 1px 1px 1px #b50000, -1px -1px 1px #b50000,
      -1px 1px 1px #b50000, 1px -1px 1px #b50000, 1px 0 1px #b50000,
      -1px 0 1px #b50000, 0 1px 1px #b50000, 0 -1px 1px #b50000;
  }

  /* .leadBlock .flex .item:nth-of-type(2) {
        width: 70%;
        padding-left: 0.5em;
        text-align: center;
    } */

  .cta .flex {
    justify-content: center;
  }

  .flex.alignCenter {
    align-items: center;
  }

  .flex .Hurf {
    width: calc(98% / 2);
    position: relative;
  }

  .cta .mail {
    display: block;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    height: 100%;
    /* font-size: 1.45rem; */
    font-size: clamp(20px, 2vw, 22px) !important;
    font-weight: 600;
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 1em 0.5em 1em 0.75em;
    background: #0c8a41;
    text-decoration: none;
    border-bottom: 5px solid #0c8a41;
    max-width: 100%;
    border-radius: 0.45em;
    overflow: hidden;
    line-height: 1.4;
  }

  .cta .mail.mailMin:before {
    content: "";
    background: url(../img/mail_logo.svg) no-repeat;
    background-size: contain;
    margin-right: 0.5em;
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    left: 0.5em;
    top: 50%;
    transform: translateY(-50%);
  }

  .cta .mail:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 0.35em;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
  }

  .cta .telTop {
    margin-top: 1em;
    margin-bottom: 0;
    /* font-size: 1.1rem; */
    font-size: clamp(16px, 2vw, 18px) !important;
    text-align: center;
  }

  .cta .telWrap {
    background: #fff;
    position: relative;
    border: none;
    border-top: 1px solid #1a1a1a;
    /* padding: 0.6em 0; */
    padding-top: 0.3em;
    padding-bottom: 0.6em;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 0.3em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .cta .telWrapUnder {
    background: #fff;
    position: relative;
    border: none;
    padding-top: 0.3em;
    padding-bottom: 0.6em;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 0.3em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .cta .telWrap span.time {
    color: #1a1a1a;
    text-align: center;
    padding-left: 1em;
    font-size: 0.9rem;
    display: block;
  }

  .cta .telWrapUnder span.time {
    color: #1a1a1a;
    text-align: center;
    padding-left: 1em;
    font-size: 1rem;
    display: block;
    width: 100%;
  }

  .telWrap .telIcon {
    height: 40px;
    width: 40px;
  }

  .telIcon {
    display: inline-block;
    background: url(../img/phone-icon03.png) left 0px top 0px no-repeat;
    background-size: contain;
    height: 30px;
    margin: auto 5px auto auto;
    width: 30px;
    position: relative;
  }

  .telWrap .signalIcon {
    top: 20px;
    left: 20px;
  }

  .telWrapUnder .signalIcon {
    top: 20px;
    left: 20px;
  }

  .signalIcon {
    position: absolute;
    top: 14px;
    left: 18px;
    color: #ff0000;
    transform: rotate(45deg);
  }

  .telWrap .signalIcon:first-of-type:before {
    width: 20px;
    height: 20px;
    animation-delay: -1.16s;
  }

  .signalIcon:before,
  .signalIcon:after {
    content: "";
    position: absolute;
    border: 3px solid transparent;
    border-top: solid 3px currentColor;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    /* opacity: 0;
        animation-name: callSupportSignal;
        animation-duration: 1.4s;
        animation-iteration-count: infinite;
        animation-timing-function: linear; */
  }

  .telWrap .signalIcon:first-of-type:after {
    width: 34px;
    height: 34px;
    animation-delay: -1.08s;
  }

  .cta .telWrap a.tel {
    /* font-size: 54px; */
    font-size: clamp(35px, 5vw, 50px) !important;
    font-weight: normal;
    font-family: "Anton", sans-serif;
    text-align: center;
    position: relative;
    line-height: 1.25;
    padding-top: 0;
    letter-spacing: 0.08em;
    margin: 0;
    color: #f42a35 !important;
    display: inline-block;
    padding-left: 0px;
  }

  @keyframes callSupportSignal {
    8%,
    64% {
      opacity: 1;
    }

    78% {
      opacity: 0;
    }
  }
  .content {
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .contentBlock {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  h2 {
    /* font-size: 2.15rem; */
    font-size: clamp(30px, 3.5vw, 40px) !important;
    margin: 0 auto 1em auto;
    position: relative;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    line-height: 150%;
    font-weight: 600;
    font-weight: bold;
    font-family: "Anton", sans-serif;
  }

  .wrap {
    /* border-top: 3px solid #248574; */
    border-top: 7px double #248574;
    border-bottom: 3px solid #248574;
    padding: 15px;
    text-align: center;
  }

  .dFlex {
    display: flex;
  }

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .row.list {
    max-width: 100%;
    margin: 0 auto 0;
    border: 1px solid rgba(31, 63, 121, 0.4);
    border-radius: 10px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    padding: 3rem 3rem;
    background-color: #fff;
  }

  .row.list .col ul li {
    font-size: clamp(20px, 2.5vw, 25px) !important;
    /* font-size: 2.2rem; */
    padding: 0.8rem 0 0.8rem 3.1rem;
    position: relative;
    border-bottom: 2px dotted #111;
    font-weight: bold;
    color: #1a324a;
  }

  .row.list .col ul li:before {
    content: "";
    display: block;
    background: url(../img/check_red.webp) no-repeat left center;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .exsample {
    width: 50%;
  }

  .col {
    display: block;
    float: left;
    width: 100%;
  }

  h3 {
    /* font-size: 2.15rem; */
    font-size: clamp(20px, 3vw, 28px) !important;
    margin: 0 auto 1em auto;
    position: relative;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    line-height: 150%;
    /* font-weight: 600; */
  }

  .under {
    /* border-bottom: double 10px #D90000; */
    /* background: linear-gradient(transparent 70%, #D90000 70%); */
    background: linear-gradient(transparent 70%, #ff99ab 70%);
  }

  .under2 {
    /* border-bottom: double 10px #D90000; */
    /* background: linear-gradient(transparent 70%, #D90000 70%); */
    background: linear-gradient(transparent 70%, #99b8ff 70%);
  }

  .bold {
    font-weight: bold;
  }

  .nouhauWrap {
    border: 1px solid #248574;
    background: #fff;
    padding: 15px;
    margin-bottom: 2em;
    position: relative;
  }

  .knowhowContentsWrap {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }

  .knowhowContents {
    width: 30%;
    display: table-cell;
  }

  .knowhowContents img {
    border: 5px solid #fff;
    box-shadow: 1px 1px 3px 0px #a5a5a5;
  }

  img {
    vertical-align: bottom;
    max-width: 100%;
  }

  .knowhowContents:nth-of-type(2) {
    margin-right: 0;
    width: 68%;
    /* vertical-align: middle; */
    vertical-align: top;
    padding-top: 10px;
    padding-right: 3%;
  }

  .knowhowContents p {
    margin-top: 30px;
    font-size: clamp(16px, 1.5vw, 18px) !important;
  }

  .nouhauTitle {
    color: #ec7600;
    font-weight: 600;
    font-size: 1.4rem;
    display: inline-block;
    /* text-decoration: underline; */
    border-bottom: double 5px #ec7600;
  }

  .br01 {
    display: none;
  }

  .stepWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 2.5em;
  }

  .stepContents:nth-of-type(odd) {
    width: 48%;
    background: #fafaf9e2;
    border: 1px solid #ddd;
    font-weight: 400;
  }

  .stepContents:nth-of-type(even) {
    width: 3%;
    color: #1f5e8f;
    font-size: 40px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .stepContentsFlow {
    width: 100%;
    margin: -10px auto 0px auto;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    background-color: #1a324a;
    color: #fff;
    font-size: clamp(18px, 2.5vw, 22px) !important;
    font-weight: bold;
  }

  .stepContentsImage {
    margin: 5px auto 5px auto;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .stepContentsImage img,
  .step_contents_flow img {
    height: 100%;
    max-height: 120px !important;
  }

  .freeIcon {
    background: #f23434;
    color: #fff;
    text-align: center;
    width: 45px;
    height: 35px;
    line-height: 1;
    border-radius: 10%;
    padding-top: 10px;
    font-size: clamp(13px, 1.5vw, 16px) !important;
    display: inline-block;
    margin-right: 10px;
    /* transform: rotate(-10deg); */
  }

  .spImage {
    display: none;
  }

  .stepTitle {
    color: #17527b;
    font-size: clamp(16px, 2vw, 20px) !important;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
  }

  .stepContents:nth-of-type(odd) p {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
  }

  .bigText {
    font-size: clamp(50px, 6vw, 70px) !important;
    color: #f23434;
    font-family: "Anton", sans-serif;
    font-weight: bold;
    /* letter-spacing: 0.8rem; */
    margin-left: 10px;
  }

  .stepText {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(40px, 5vw, 50px) !important;
    margin-bottom: 50px;
    font-family: "Anton", sans-serif;
  }
  .stepImg {
    width: 70%;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
  }
  .stepImg img {
    width: 100%;
  }

  .catche {
    margin: 50px auto;
    width: 100%;
  }

  .catcheText {
    font-family: "Noto Sans JP";
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    padding-top: 10px;
    /* padding-bottom: 10px; */
    font-size: clamp(20px, 3.5vw, 30px) !important;
    border-bottom: double 10px #ec7600;
  }

  .bigText2 {
    font-family: "Noto Sans JP";
    font-size: clamp(40px, 5vw, 50px) !important;
    font-weight: 900;
  }

  .expArea {
    width: 100%;
    display: flex;
  }

  .diffContents {
    width: 48%;
  }

  .diffImg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f8f8f8;
    border: solid 1px #a5a5a5;
    box-sizing: border-box;
  }

  .diffContents img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .diffContents p {
    font-size: clamp(16px, 2vw, 18px) !important;
    line-height: 1.5;
    margin-top: 20px;
  }

  .diffContents p.deffText1 {
    height: 150px;
  }

  .diffContents p.deffText2 {
    height: 70px;
  }

  .diffContents:nth-of-type(2) {
    width: 4%;
  }

  .diffContents h3 {
    width: 100%;
    align-items: center;
    justify-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: clamp(20px, 2.5vw, 25px) !important;
    /* letter-spacing: normal !important; */
    letter-spacing: 0.5em !important;
    line-height: 100%;
    color: #fff;
  }

  .diffContents h3.chukai {
    background-color: #1a324a;
  }

  .diffContents h3.kaitori {
    background-color: #b50000;
  }

  .diffContents h4 {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: clamp(18px, 2.5vw, 22px) !important;
    line-height: 100%;
    letter-spacing: 0.25em !important;
  }

  .diffContents h4.chukaiFlow {
    border-top: double 5px #1a324a;
    border-bottom: solid 2px #1a324a;
    color: #1a324a;
  }

  .diffContents h4.kaitoriFlow {
    border-top: double 5px #b50000;
    border-bottom: solid 2px #b50000;
    color: #b50000;
  }

  .diffContents ul {
    margin: 0 auto 0 auto;
    list-style: none;
    padding: 0;
  }

  .diffContents ul li {
    display: table;
    width: 100%;
    margin-bottom: 1em;
    padding: 0;
  }

  .diffFlowItem {
    width: 30px;
    display: table-cell;
  }

  .diffFlow {
    /* background: #EC7600; */
    /* background-color: #248574; */
    background-color: #1f5e8f;
    width: 30px;
    height: 30px;
    line-height: 30px;
    /* color: #111; */
    text-align: center;
    border-radius: 50%;
    display: block;
    color: #fff;
  }

  .diffFlowItem:nth-of-type(2) {
    padding-left: 10px;
    width: 97%;
    font-size: 1.25rem;
    border-bottom: dotted 2px #ddd;
  }

  .diffContents ul li i {
    font-size: 50px;
    color: #ccc;
    line-height: 1;
  }
  .kaitoriFlowMerit {
    /* display: inline-block; */
    display: block;
    text-align: center;
    color: #fff;
    background-color: #ec7600;
    /* color: #EC7600; */
    font-size: clamp(18px, 2vw, 22px) !important;
    border-bottom: double 5px #fff;
    padding: 0.3rem 1.5rem 0.3rem;
    font-weight: bold;
    border-top: double 5px #fff;
  }

  .iconRed {
    background: #f42a35;
    color: #fff;
  }

  .meritContent {
    width: 100%;
    margin-top: 5em;
  }

  .meritBlock {
    width: 100%;
    border: solid 1px #ff99ab;
    margin-top: 2em;
    box-sizing: border-box;
    padding: 1em 1.5em 1em;
  }

  .meritBlock:nth-of-type(1) {
    margin-top: 3em;
  }

  .meritBlock dt {
    width: 70%;
    float: left;
  }

  .meritBlock dt h4 {
    font-size: clamp(20px, 2vw, 25px) !important;
    color: #ec7600;
    font-weight: bold;
    display: inline-block;
    /* text-decoration: underline; */
    border-bottom: double 5px #ec7600;
  }

  .meritBlock dt p {
    font-size: clamp(16px, 2vw, 18px) !important;
    display: block;
    line-height: 1.8;
    margin-top: 1em;
  }

  .meritBlock dd {
    width: 20%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .meritBlock dd img {
    width: 80%;
  }

  .demeritBlock {
    width: 100%;
    border: solid 1px #99b8ff;
    margin-top: 2em;
    box-sizing: border-box;
    padding: 1em 1.5em 1em;
  }

  .demeritBlock:nth-of-type(1) {
    margin-top: 3em;
  }

  .demeritBlock dt {
    width: 100%;
  }

  .demeritBlock dt h4 {
    font-size: clamp(20px, 2vw, 25px) !important;
    color: #1f5e8f;
    font-weight: bold;
    display: inline-block;
    /* text-decoration: underline; */
    border-bottom: dotted 2px #1f5e8f;
  }

  .demeritBlock dd {
    width: 100%;
  }

  .demeritBlock dd p {
    font-size: clamp(16px, 2vw, 18px) !important;
    display: block;
    line-height: 1.8;
    margin-top: 1em;
  }

  .caseBlock {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .caseItem {
    flex-basis: calc((100% - 40px) / 3);
    margin-bottom: 40px;
  }

  .caseItem img {
    object-fit: cover;
    height: 200px;
    width: 100%;
  }

  .caseItem h3 {
    width: 100%;
    background-color: #248574;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: clamp(16px, 2vw, 18px) !important;
    color: #fff;
    margin: 0px !important;
  }

  .caseItem p {
    font-size: clamp(16px, 2vw, 18px) !important;
    line-height: 1.5;
  }

  .containerFull {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f8f8f8;
  }

  .contentColorBlock {
    width: 100%;
    max-width: 1000px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .reasonBlock {
    width: 100%;
  }

  .reasonItem {
    width: 100%;
    margin-top: 4em;
    display: flex;
  }

  .reasonItem dt {
    width: 30%;
  }

  .reasonItem dt img {
    width: 100%;
    border: 5px solid #fff;
    box-shadow: 0 3px 3px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 14%);
  }

  .reasonItem dd {
    width: calc(70% - 30px);
    margin-left: 30px;
    margin-top: 10px;
  }

  .reasonItem dd h3 {
    font-size: clamp(20px, 2vw, 25px) !important;
    line-height: 1;
    text-align: left;
    color: #b50000;
    font-weight: bold;
    margin-bottom: 1.2em;
    /* font-family: 'Anton', sans-serif; */
  }

  .reasonItem dd p {
    font-size: clamp(16px, 2vw, 18px) !important;
    line-height: 1.5;
    padding: 0.5em;
    border: solid 1px #b50000;
    box-sizing: border-box;
    background-color: #fff;
  }

  .reasonNo {
    font-size: clamp(16px, 2vw, 18px) !important;
    color: #fff;
    background-color: #b50000;
    padding: 0.3em 1em 0.3em;
    margin-right: 1em;
    border-radius: 5px;
  }

  .posiImg {
    position: absolute;
    top: 20%;
    left: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    width: 25%;
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  ul.qaMenu,
  ul.qaMenu li {
    padding: 0;
    /* border-bottom: 1px solid #ddd; */
  }

  ul.qaMenu {
    margin-bottom: 2em;
  }

  .lastBlock {
    margin-bottom: 5em !important;
  }

  ul.qaMenu li:last-child {
    border-bottom: none;
  }

  .menuItemLink {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    color: inherit;
  }

  .faqBlock {
    border: 1px solid #1a324a;
    background: #f8f8f8;
  }

  .menuItemLink div.secArea {
    padding: 1em;
    font-weight: bold;
    /* font-size: 1.3rem; */
    font-size: clamp(18px, 2.5vw, 20px) !important;
    width: calc(100% - 60px);
    line-height: 1.6;
  }

  .menuItemLink div.secArea div.top {
    align-items: flex-start;
  }

  .menuItemLink div.secArea div {
    display: flex;
    text-align: left;
    line-height: 1.5;
    flex-direction: row;
  }

  .menuItemLink div.secArea div:before {
    font-weight: 600;
    /* font-family: 'Anton', sans-serif; */
    content: "Q";
    font-size: clamp(30px, 4vw, 40px) !important;
    /* font-size: 35px; */
    color: #1a324a;
    margin-right: 10px;
    margin-top: -10px;
  }

  .menuItemLink div.secArea div.top:before {
    margin-top: -10px;
  }

  .menuItemLink:after {
    background: #1a324a;
    content: "\f067";
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: "FontAwesome";
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    color: #fff;
  }

  .menuItemLink.on:after {
    content: "\f068";
  }

  ul.submenu {
    list-style: none;
    padding-left: 0;
  }

  .submenu {
    background: #fff;
    display: none;
  }

  ul.menu li:last-child {
    border-bottom: none;
  }

  .submenuItem {
    /* border: 1px solid #ddd; */
    padding: 1rem !important;
  }

  .secWrapAnswer div {
    display: flex;
    text-align: left;
    line-height: 1.8;
    align-items: center;
    flex-direction: row;
    font-weight: 400;
    font-size: clamp(16px, 2vw, 18px) !important;
  }

  .secWrapAnswer div:before {
    font-weight: 600;
    /* font-family: 'Anton', sans-serif; */
    content: "A";
    /* font-size: 35px; */
    font-size: clamp(30px, 4vw, 40px) !important;
    color: #f23434;
    margin-right: 10px;
    margin-top: -10px;
  }

  .menuItem {
    display: block;
    margin-bottom: 2em;
  }

  .formBlock dl:first-of-type {
    border-top: 1px solid #ddd;
  }

  .formBlock dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto 0 auto;
    max-width: 1000px;
    width: 100%;
  }

  .formBlock dl dt {
    width: 30%;
    padding: 0.75em;
    color: #333333;
    margin-bottom: 0;
    font-size: clamp(16px, 2vw, 18px) !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .formBlock dt {
    margin-bottom: 10px;
    background: #f8f8f8;
    padding: 8px;
  }

  .formBlock dl dd {
    width: 70%;
    padding: 0.75em;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    position: relative;
  }

  select {
    background: #fff !important;
  }

  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  input[type="tel"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  select,
  input[type="tel"] {
    height: 2.75em;
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  select,
  input[type="tel"] {
    height: 2.75em;
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #000;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
  }

  textarea {
    max-height: 150px;
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea,
  input[type="number"] {
    border: 1px solid #ddd;
    font-family: "Noto Sans JP", "MS PGothic", sans-serif !important;
    font-weight: normal;
    padding: 0.5em;
  }

  span.require {
    display: inline-block;
    margin-left: 10px;
    border-radius: 0.5em;
    background: #e10900;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    font-size: 0.9rem;
    line-height: 1;
  }

  input,
  select,
  textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: clamp(13px, 1.5vw, 16px) !important;
    font-weight: 200;
    line-height: 1.65;
  }

  .zip-cod {
    font-size: clamp(12px, 1vw, 14px) !important;
  }

  .placeholder {
    color: #aaa;
    font-family: "Noto Sans JP", "MS PGothic", sans-serif;
    margin-bottom: 0.35em;
    line-height: 1.4;
    font-size: clamp(13px, 1.5vw, 16px) !important;
    font-weight: 300;
  }

  input[type="submit"]:hover {
    /* background-color: #9defbf; */
    opacity: 0.7;
  }

  input[type="submit"] {
    background-color: #ec7600 !important;
    border-radius: 4px;
    padding: 0.5em 2em;
    width: 100%;
    max-width: 600px;
    margin-top: 1em;
    margin-bottom: 0;
    font-size: clamp(22px, 3vw, 30px) !important;
    font-weight: bold !important;
    font-family: "Noto Sans JP", "MS PGothic", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: auto;
  }

  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    -moz-appearance: none;
    color: #fff;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out,
      color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #06c755;
    border-radius: 4px;
    border: 2px solid #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 200;
    height: 3.2em;
    line-height: 2.95em;
    padding: 0 4.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .mb10 {
    margin: 10px 0 10px;
  }

  p.centerText {
    text-align: center;
    font-family: "Noto Sans JP", "MS PGothic", sans-serif;
    font-weight: bold;
  }

  p.centerText a {
    color: #b50000;
  }

  footer {
    width: 100%;
    background-color: #1a324a;
  }

  .copyright {
    background: #1a324a;
    padding: 1em 2.5% 1em 2.5%;
    padding-top: 1em;
    padding-right: 2.5%;
    padding-bottom: 1em;
    padding-left: 2.5%;
    font-size: clamp(11px, 1.5vw, 16px) !important;
    text-align: center;
    color: #fff;
  }

  .cautionary {
    font-size: clamp(11px, 1.5vw, 16px) !important;
    text-align: center;
    margin-bottom: 2em;
  }

  .formTextBlock {
    margin: 5em auto 2.5em !important;
    width: 100%;
    text-align: center;
    position: relative;
  }

  .formImg {
    position: absolute;
    top: -2.5em;
    left: 0.5em;
    width: 20%;
    max-width: 150px;
  }

  .formText {
    font-family: "Noto Sans JP";
    display: inline-block;
    font-weight: 700;
    padding: 0.25em 1em 0.25em;
    /* padding-bottom: 10px; */
    font-size: clamp(30px, 3.5vw, 40px) !important;
    border-top: double 4px #ec7600;
    border-bottom: double 4px #ec7600;
    color: #ec7600;
  }

  /*フッターバナー追随*/
  .banner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: none;
  }

  .banner .bannerImg {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 5px 10px 5px;
  }

  .fixed_box_title_top {
    text-align: center;
    border: none;
    position: relative;
    font-size: 1rem;
  }

  .fixed_box_title_top {
    color: #1a1a1a;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin-bottom: 4px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    display: block;
    font-weight: bold;
  }

  .bannerImgInner {
    min-height: auto;
    justify-content: center;
  }

  .bannerImgInner {
    min-height: 90px;
    box-sizing: border-box;
    padding: 0;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bannerImgInner {
    height: auto;
    text-align: center;
    margin-bottom: 0 !important;
  }
  .fixHurf {
    width: 49%;
  }

  .fixHurf:nth-of-type(1) {
    border: solid 1px #ccc;
    box-sizing: border-box;
  }

  .fixHurf:nth-of-type(2) {
    margin-left: 2%;
  }

  .telArea {
    width: 100%;
  }

  .fixInner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta .telWrapUnder a.tel {
    font-size: 2.5em;
    font-weight: normal;
    font-family: "Anton", sans-serif;
    text-align: center;
    position: relative;
    line-height: 1.25;
    padding-top: 0;
    margin: 0;
    color: #f42a35 !important;
    display: inline-block;
    padding-left: 0px;
    letter-spacing: 0.08em;
  }

  .telIconFix {
    display: inline-block;
    background: url(../img/phone-icon03.png) left 0px top 0px no-repeat;
    background-size: contain;
    height: 35px;
    margin: auto 5px auto auto;
    width: 35px;
    position: relative;
  }
  .cta .mailFix {
    display: block;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    height: 100%;
    font-size: 1.45rem;
    font-weight: 600;
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0.6em 0.2em 0.6em 0.3em;
    background: #0c8a41;
    text-decoration: none;
    border-bottom: 5px solid #0c8a41;
    max-width: 100%;
    border-radius: 0.45em;
    overflow: hidden;
    line-height: 1.4;
  }
  .headForm {
    width: 30%;
    float: right;
    display: block;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 400;
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-top: 0.3em;
    padding-bottom: 0.2em;
    /* background: #1A324A; */
    background: #0c8a41;
    text-decoration: none;
    /* border-bottom: 5px solid #1A324A; */
    border-bottom: 5px solid #0c8a41;
    border-radius: 0.45em;
    overflow: hidden;
    line-height: 1.4;
  }
  .headBtn {
    color: #fff;
  }
  /*ショップ案内*/
  .oparatingBlock {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shopInfo {
    flex-basis: calc((100% - 40px) / 3);
    margin-bottom: 40px;
    background-color: #fff;
    /* box-shadow: 10px 10px 15px -10px #666; */
    box-shadow: 10px 10px 13px -1px #666;
  }
  .shopInfo:nth-of-type(4),
  .shopInfo:nth-of-type(5),
  .shopInfo:nth-of-type(6) {
    margin-bottom: 0px !important;
  }
  .shopInfo > h4 {
    font-size: clamp(16px, 2vw, 20px) !important;
    color: #fff;
    background-color: #1f5e8f;
    padding: 0.8em 0;
    text-align: center;
  }

  .shopInfo img {
    width: 90%;
    border: 5px solid #fff;
    box-shadow: 0 3px 3px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 14%);
    display: block;
    margin: 0 auto;
  }

  .shopAddress {
    font-size: clamp(14px, 1.5vw, 16px) !important;
    width: 90%;
    margin: 0.8rem auto;
  }
  .shopTelText {
    font-size: clamp(30px, 3.5vw, 40px) !important;
    font-family: "Anton", sans-serif;
    width: 90%;
    margin: 0 auto 0.8rem;
    text-align: center;
    letter-spacing: 0.1rem;
  }
  .shopTelText a {
    color: #ff0000;
  }

  /*20240221*/
  .inputImg {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 15%;
  }
  .shopTitle {
    font-size: clamp(20px, 3vw, 28px) !important;
    color: #b50000;
    font-weight: bold !important;
    letter-spacing: normal !important;
  }
  /*20240222*/
  .successArea {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #248574; */
    background-color: rgba(36, 133, 116, 0.6);
    border: solid 2px #248574;
    position: relative;
    border-radius: 5px;
  }
  .successArea p {
    font-size: clamp(18px, 3vw, 22px) !important;
    color: #fff;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bastu {
    font-size: clamp(28px, 3vw, 35px) !important;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .closeBlock {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
  }
  .shopBanner {
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }
  .shopBanner img {
    width: 100%;
  }
  .p50 {
    padding: 50px 0px !important;
  }
  /*0307*/
  .futureBlock {
    width: 100%;
  }
  .futureBlock img {
    width: 40%;
    display: block;
    margin-bottom: 20px;
    margin-top: 1em;
    border: 5px solid #fff;
    box-shadow: 1px 1px 3px 0px #a5a5a5;
  }
  .futureBlock img.futureLeftImg {
    float: left;
    margin-right: 20px;
  }
  .futureBlock img.futureRightImg {
    float: right;
    margin-left: 20px;
  }
  .futureBlock p {
    font-size: clamp(18px, 2vw, 20px) !important;
    line-height: 1.8;
    margin-top: 1em;
  }
  .futureBlock h3 {
    font-size: clamp(28px, 3vw, 35px) !important;
    margin: 1.8rem 0;
    display: inline-block;
  }
  .futureBox {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .futureBox>p {
    font-size: clamp(16px, 2vw, 18px) !important;
    line-height: 1.8;
    margin-top: 1em;
  }
}
