@charset "UTF-8";
/*----------------------------------------
Reset  Default Styles
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
}

i, em {
  font-style: normal;
}

small {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ul, li {
  list-style: none;
}

th, td {
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

td,
th {
  padding: 0;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #282828;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)); /* Removing the inner shadow, rounded corners on iOS inputs */
  padding: 4px 8px;
  border: 1px solid #282828;
  background: #fff;
}

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

em, i {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 100%;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

a {
  transition: 0.3s;
  backface-visibility: hidden;
  display: inline-block;
}
a:hover {
  opacity: 0.8;
}

p,
tr td {
  text-align: justify;
}

button:hover {
  opacity: 0.8;
}

button,
a,
img {
  outline: none;
}

picture {
  display: block;
}

/* 共通*/
.rounded_B {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}

.only-pc {
  display: block;
}
@media only screen and (max-width: 780px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media only screen and (max-width: 780px) {
  .only-sp {
    display: block;
  }
}

.wrapper {
  background: #ffc3c3;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1240px) {
  .wrapper {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 780px) {
  .wrapper {
    display: block;
  }
}
@media (min-width: 1241px) and (max-width: 1500px) {
  .wrapper {
    justify-content: flex-start;
  }
}

.inner {
  max-width: 750px;
  margin: 0 30px;
  box-shadow: 0px 1px 23px 0px #AF6464;
  z-index: 2;
}
@media only screen and (max-width: 1240px) {
  .inner {
    max-width: 57.129%;
    width: 57.129%;
    margin: 0 1.6129032258vw 0 0;
  }
}
@media only screen and (max-width: 780px) {
  .inner {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1241px) and (max-width: 1500px) {
  .inner {
    margin: 0 30px 0 0;
  }
}

.sec_mv {
  background-color: #ffffff;
}

.nav {
  width: 520px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .nav {
    width: 39.063%;
  }
}
@media only screen and (max-width: 780px) {
  .nav {
    width: 100%;
  }
}
.nav__btn {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  border: 3px solid #ff022f;
  background: #ffffff;
  padding: 7px 9px 2px 9px;
  border-radius: 10px;
}
@media only screen and (max-width: 780px) {
  .nav__btn {
    top: 3.8461538462vw;
    right: 3.8461538462vw;
    border: 0.3846153846vw solid #ff022f;
    padding: 0.8974358974vw 1.1538461538vw 0.2564102564vw 1.1538461538vw;
    border-radius: 1.2820512821vw;
    position: fixed;
  }
}
.nav__btn p {
  font-size: 18px;
  color: #ff022f;
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  .nav__btn p {
    font-size: 2.3076923077vw;
  }
}
.nav__menuBtn {
  position: relative;
  width: 52px;
  height: 32px;
}
@media only screen and (max-width: 780px) {
  .nav__menuBtn {
    width: 100%;
    height: 4.267vw;
  }
}
.nav__menuBtn span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 5px;
  background: #ff022f;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s ease;
}
@media only screen and (max-width: 780px) {
  .nav__menuBtn span {
    height: 0.667vw;
  }
}
.nav__menuBtn:before, .nav__menuBtn:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ff022f;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.4s ease;
}
@media only screen and (max-width: 780px) {
  .nav__menuBtn:before, .nav__menuBtn:after {
    height: 0.667vw;
  }
}
.nav__menuBtn:before {
  top: 0;
}
@media only screen and (max-width: 780px) {
  .nav__menuBtn:before {
    top: 0.2vw;
  }
}
.nav__menuBtn:after {
  bottom: 0;
}
.nav__list {
  width: 57.129%;
  max-width: 520px;
  position: fixed;
  top: 100px;
  background-color: #ffffff;
  border: 2px solid #ff022f;
  border-radius: 10px;
  padding: 28px;
}
@media (min-width: 1241px) and (max-width: 1500px) {
  .nav__list {
    max-width: 35%;
  }
}
@media (min-width: 1501px) and (max-width: 1700px) {
  .nav__list {
    max-width: 27%;
  }
}
@media only screen and (max-width: 1240px) {
  .nav__list {
    width: 39.063%;
    max-width: 39.063%;
    top: 85px;
  }
}
@media only screen and (max-width: 780px) {
  .nav__list {
    width: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    border: none;
    border-radius: 0;
    top: 12.8205128205vw;
    background: rgba(35, 31, 32, 0.9);
    padding: 2.5641025641vw 6.7948717949vw 7.6923076923vw;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
}
.nav__list li {
  background-color: #ff022f;
  border: 1px solid #ff022f;
  border-radius: 8px;
  padding: 3px;
  margin-bottom: 8px;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 1240px) {
  .nav__list li {
    padding: 0.2419354839vw;
    margin-bottom: 0.6451612903vw;
  }
}
@media only screen and (max-width: 780px) {
  .nav__list li {
    background-color: #ffffff;
    border-radius: 1.067vw;
    padding: 2.5641025641vw 1.2820512821vw;
    margin-bottom: 1.9230769231vw;
    box-shadow: none;
  }
}
.nav__list li a {
  font-size: 28px;
  color: #ffffff;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .nav__list li a {
    font-size: 2.2580645161vw;
  }
}
@media only screen and (max-width: 780px) {
  .nav__list li a {
    font-size: 4.8717948718vw;
    color: #ff022f;
  }
}
.nav__list li:last-child {
  margin-bottom: 0;
}
.nav__list li:hover {
  background-color: #af0013;
  border: 1px solid #af0013;
}
.nav__list li:hover a {
  color: #ffe159;
  opacity: 1;
  transition: none;
}
.nav__list .upper_cat {
  position: absolute;
  top: -73px;
  right: 40px;
}
.nav .nav {
  opacity: 0;
}
.nav.is_opened .nav__menuBtn {
  width: 34px;
  margin-left: 2px;
}
@media only screen and (max-width: 780px) {
  .nav.is_opened .nav__menuBtn {
    width: 74%;
    margin-left: 0.267vw;
  }
}
.nav.is_opened .nav__menuBtn span {
  opacity: 0;
}
.nav.is_opened .nav__menuBtn:before {
  transform: rotate(45deg) translate(12px, 6px);
}
@media only screen and (max-width: 780px) {
  .nav.is_opened .nav__menuBtn:before {
    transform: rotate(45deg) translate(1.6vw, 0.8vw);
  }
}
.nav.is_opened .nav__menuBtn:after {
  transform: rotate(-45deg) translate(12px, -6px);
}
@media only screen and (max-width: 780px) {
  .nav.is_opened .nav__menuBtn:after {
    transform: rotate(-45deg) translate(1.6vw, -0.8vw);
  }
}
.nav.is_opened .nav__list {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: fixed;
}
.nav.is_opened .cover {
  content: "";
  background: rgba(35, 31, 32, 0.9);
  width: 100%;
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 1s ease, transform 1s ease;
}
@media only screen and (max-width: 780px) {
  .nav.is_opened .cover {
    height: 12.8205128205vw;
    position: fixed;
  }
}

.logoLeft {
  width: 26%;
  max-width: 480px;
}
@media only screen and (max-width: 1240px) {
  .logoLeft {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .logoLeft {
    display: none;
  }
}
.logoLeft img {
  width: 100%;
  max-width: 480px;
  position: fixed;
  top: 70px;
}
@media (min-width: 1501px) and (max-width: 1900px) {
  .logoLeft img {
    max-width: 22vw;
  }
}

.sec_trouble {
  background: #ffffff;
  padding: 80px 0 350px;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .sec_trouble {
    padding: 6.4516129032vw 0 28.2258064516vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_trouble {
    padding: 10.2564102564vw 0 44.8717948718vw;
  }
}
.sec_trouble h2 {
  width: 520px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 1240px) {
  .sec_trouble h2 {
    width: 80%;
  }
}
@media only screen and (max-width: 780px) {
  .sec_trouble h2 {
    width: 80%;
  }
}
.sec_trouble .pic_cat {
  width: 100%;
}
.sec_trouble .content {
  background: #ff022f;
  padding-bottom: 20px;
  margin-top: -4px;
}
@media only screen and (max-width: 780px) {
  .sec_trouble .content {
    padding-bottom: 2.5641025641vw;
  }
}
.sec_trouble .content .txt_trouble {
  width: 54%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 780px) {
  .sec_trouble .content .txt_trouble {
    margin: 0 auto 5.1282051282vw;
  }
}
.sec_trouble .content .ttl_trouble {
  width: 78%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 780px) {
  .sec_trouble .content .ttl_trouble {
    margin: 0 auto 2.5641025641vw;
  }
}
.sec_trouble .content .img_trouble {
  width: 83%;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 780px) {
  .sec_trouble .content .img_trouble {
    margin: 0 auto 8.9743589744vw;
  }
}
.sec_trouble .content .ttl_price {
  width: 77%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 780px) {
  .sec_trouble .content .ttl_price {
    margin: 0 auto 6.4102564103vw;
  }
}
.sec_trouble .content .img_memo {
  width: 89%;
  margin: 0 auto 90px;
}
@media only screen and (max-width: 780px) {
  .sec_trouble .content .img_memo {
    margin: 0 auto 11.5384615385vw;
  }
}

.ttl.section {
  background: #ff022f;
  text-align: center;
  padding: 60px 0;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .ttl.section {
    padding: 4.8387096774vw 0;
  }
}
@media only screen and (max-width: 780px) {
  .ttl.section {
    padding: 7.6923076923vw 0;
  }
}
.ttl.section::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #ff022f;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
@media only screen and (max-width: 1240px) {
  .ttl.section::after {
    border-left: 3.2258064516vw solid transparent;
    border-right: 3.2258064516vw solid transparent;
    border-top: 3.2258064516vw solid #ff022f;
    bottom: -3.064516129vw;
  }
}
@media only screen and (max-width: 780px) {
  .ttl.section::after {
    border-left: 5.1282051282vw solid transparent;
    border-right: 5.1282051282vw solid transparent;
    border-top: 5.1282051282vw solid #ff022f;
    bottom: -4.8717948718vw;
  }
}
.ttl.section img {
  width: 330px;
}
@media only screen and (max-width: 1240px) {
  .ttl.section img {
    width: 26.6129032258vw;
  }
}
@media only screen and (max-width: 780px) {
  .ttl.section img {
    width: 42.3076923077vw;
  }
}

.underline {
  border-bottom: 5px dotted #595858;
}
@media only screen and (max-width: 1240px) {
  .underline {
    border-bottom: 0.4032258065vw dotted #595858;
  }
}
@media only screen and (max-width: 780px) {
  .underline {
    border-bottom: 0.641025641vw dotted #595858;
  }
}
.underline.red {
  border-bottom: 5px dotted #ff022f;
}
@media only screen and (max-width: 1240px) {
  .underline.red {
    border-bottom: 0.4032258065vw dotted #ff022f;
  }
}
@media only screen and (max-width: 780px) {
  .underline.red {
    border-bottom: 0.641025641vw dotted #ff022f;
  }
}

.sec_point {
  background: #ffffff;
  padding: 60px 0 20px;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .sec_point {
    padding: 4.8387096774vw 0 1.6129032258vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_point {
    padding: 7.6923076923vw 0 2.5641025641vw;
  }
}
.sec_point h2::before {
  content: "";
  background: url(../../images/114card/ttl_point_before.svg) no-repeat center;
  background-size: cover;
  height: 400px;
  width: 680px;
  position: absolute;
  top: -340px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1240px) {
  .sec_point h2::before {
    width: 54.8387096774vw;
    height: 32.2580645161vw;
    top: -27.4193548387vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_point h2::before {
    width: 84%;
    height: 51.2820512821vw;
    top: -43.5897435897vw;
  }
}
.sec_point ul {
  padding: 0 50px;
}
@media only screen and (max-width: 1240px) {
  .sec_point ul {
    padding: 0 4.0322580645vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_point ul {
    padding: 0 6.4102564103vw;
  }
}
.sec_point ul li {
  padding: 60px 0;
}
@media only screen and (max-width: 1240px) {
  .sec_point ul li {
    padding: 4.8387096774vw 0;
  }
}
@media only screen and (max-width: 780px) {
  .sec_point ul li {
    padding: 7.6923076923vw 0;
  }
}
.sec_point ul li h3 {
  width: 100%;
}
.sec_point ul li .point_img {
  width: 100%;
}
.sec_point ul li p {
  font-size: 24px;
  color: #000000;
  line-height: 1.5;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 1240px) {
  .sec_point ul li p {
    font-size: 1.935483871vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_point ul li p {
    font-size: 3.0769230769vw;
  }
}
.sec_point ul li p.bold {
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1240px) {
  .sec_point ul li p.bold {
    font-size: 2.1774193548vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_point ul li p.bold {
    font-size: 3.4615384615vw;
  }
}
.sec_point ul li p.note {
  text-indent: -25px;
  padding-left: 20px;
}
@media only screen and (max-width: 1240px) {
  .sec_point ul li p.note {
    text-indent: -2.0161290323vw;
    padding-left: 1.6129032258vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_point ul li p.note {
    text-indent: -3.2051282051vw;
    padding-left: 2.5641025641vw;
  }
}
.sec_point ul li:last-child {
  border-bottom: none;
}
.sec_point ul li:last-child .point_img {
  margin: 20px auto;
}

.sec_steps {
  background: #ffffff;
}
.sec_steps .ttl.section {
  padding-right: 150px;
}
@media only screen and (max-width: 1240px) {
  .sec_steps .ttl.section {
    padding-right: 12.0967741935vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_steps .ttl.section {
    padding-right: 19.2307692308vw;
  }
}
.sec_steps .ttl.section::before {
  content: "";
  background: url(../../images/114card/img_step_cat.png) no-repeat center;
  background-size: cover;
  height: 160px;
  width: 240px;
  position: absolute;
  top: 17px;
  right: 60px;
}
@media only screen and (max-width: 1240px) {
  .sec_steps .ttl.section::before {
    height: 12.9032258065vw;
    width: 19.3548387097vw;
    right: 4.8387096774vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_steps .ttl.section::before {
    height: 20.5128205128vw;
    width: 30.7692307692vw;
    right: 7.6923076923vw;
  }
}
.sec_steps .ttl.section img {
  width: 288px;
}
@media only screen and (max-width: 1240px) {
  .sec_steps .ttl.section img {
    width: 23.2258064516vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_steps .ttl.section img {
    width: 36.9230769231vw;
  }
}
.sec_steps .content {
  margin: 75px 30px 0;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1240px) {
  .sec_steps .content {
    margin: 6.0483870968vw 2.4193548387vw 0;
    padding-bottom: 2.4193548387vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_steps .content {
    margin: 9.6153846154vw 3.8461538462vw 0;
    padding-bottom: 3.8461538462vw;
  }
}
.sec_steps .content .step_list {
  padding: 75px 30px;
  background: #fff9bb;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1240px) {
  .sec_steps .content .step_list {
    padding: 6.0483870968vw 2.4193548387vw;
    margin-bottom: 3.2258064516vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_steps .content .step_list {
    padding: 9.6153846154vw 3.8461538462vw;
    margin-bottom: 5.1282051282vw;
  }
}
.sec_steps .content .step_list p {
  line-height: 0;
  position: relative;
  cursor: pointer;
}
.sec_steps .content .step_list p::after {
  content: "";
  background: url("../../images/114card/btn_open.svg") no-repeat top center;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1240px) {
  .sec_steps .content .step_list p::after {
    width: 5.859vw;
    height: 5.859vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_steps .content .step_list p::after {
    width: 10.667vw;
    height: 10.667vw;
  }
}
.sec_steps .content .step_list p img {
  width: 64%;
}
.sec_steps .content .step_list p.step01 img {
  max-width: 420px;
}
.sec_steps .content .step_list p.step02 img {
  max-width: 360px;
}
.sec_steps .content .step_list .list {
  position: relative;
  display: none;
  width: 100%;
  margin-top: 50px;
  padding-left: 10px;
}
@media only screen and (max-width: 1240px) {
  .sec_steps .content .step_list .list {
    margin-top: 4.0322580645vw;
    padding-left: 0.8064516129vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_steps .content .step_list .list {
    margin-top: 6.4102564103vw;
    padding-left: 1.2820512821vw;
  }
}
.sec_steps .content .step_list .list .stepTel {
  position: absolute;
  display: block;
  top: 350px;
  right: 0;
  width: 91%;
  height: 238px;
  cursor: pointer !important;
}
@media only screen and (max-width: 1240px) {
  .sec_steps .content .step_list .list .stepTel {
    top: 28.2258064516vw;
    height: 19.1935483871vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_steps .content .step_list .list .stepTel {
    top: 48.7179487179vw;
    height: 30.5128205128vw;
  }
}
.sec_steps .content .step_list.active p::after {
  background: url("../../images/114card/btn_close.svg") no-repeat top center;
  background-size: contain;
}
.sec_steps .content .step_list.active .list {
  display: block;
}

.sec_faq {
  background: #ffffff;
  padding-top: 45px;
}
@media only screen and (max-width: 1240px) {
  .sec_faq {
    padding-top: 3.6290322581vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq {
    padding-top: 5.7692307692vw;
  }
}
.sec_faq .ttl.section {
  padding-left: 95px;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .ttl.section {
    padding-left: 7.6612903226vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .ttl.section {
    padding-left: 12.1794871795vw;
  }
}
.sec_faq .ttl.section::before {
  content: "";
  background: url("../../images/114card/ttl_faq_cat.png") no-repeat center;
  background-size: contain;
  width: 180px;
  height: 176px;
  position: absolute;
  left: 90px;
  top: 20px;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .ttl.section::before {
    width: 14.5161290323vw;
    height: 14.1935483871vw;
    left: 7.2580645161vw;
    top: 1.6129032258vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .ttl.section::before {
    width: 23.0769230769vw;
    height: 22.5641025641vw;
    left: 11.5384615385vw;
    top: 3.0769230769vw;
  }
}
.sec_faq .ttl.section img {
  width: 280px;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .ttl.section img {
    width: 22.5806451613vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .ttl.section img {
    width: 35.8974358974vw;
  }
}
.sec_faq .content {
  padding: 40px 40px 60px;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .content {
    padding: 3.2258064516vw 3.2258064516vw 4.8387096774vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .content {
    padding: 5.1282051282vw 5.1282051282vw 7.6923076923vw;
  }
}
.sec_faq .content .faq_item {
  border-bottom: 3px dotted #595858;
}
.sec_faq .content .faq_item .faq_q {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 60px 10px;
  cursor: pointer;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .content .faq_item .faq_q {
    gap: 1.4516129032vw;
    padding: 2.4193548387vw 0.4032258065vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .content .faq_item .faq_q {
    gap: 2.3076923077vw;
    padding: 3.8461538462vw 0.641025641vw;
  }
}
.sec_faq .content .faq_item .faq_q .q_label {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .content .faq_item .faq_q .q_label {
    width: 4.0322580645vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .content .faq_item .faq_q .q_label {
    width: 6.4102564103vw;
  }
}
.sec_faq .content .faq_item .faq_q .q_text {
  flex: 1;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  line-height: 1.4;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .content .faq_item .faq_q .q_text {
    font-size: 2.4193548387vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .content .faq_item .faq_q .q_text {
    font-size: 3.8461538462vw;
  }
}
.sec_faq .content .faq_item .faq_q .faq_toggle {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background: url("../../images/114card/btn_open.svg") no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .content .faq_item .faq_q .faq_toggle {
    width: 6.4516129032vw;
    height: 6.4516129032vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .content .faq_item .faq_q .faq_toggle {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
}
.sec_faq .content .faq_item .faq_a {
  display: none;
  background: #ffdcdc;
  padding: 20px 30px;
  position: relative;
  border-radius: 10px;
  width: 68%;
  max-width: 450px;
  margin-right: 60px;
  margin-bottom: 50px;
  opacity: 0;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .content .faq_item .faq_a {
    width: 68%;
    max-width: 450px;
    margin-right: 4.8387096774vw;
    margin-bottom: 4.0322580645vw;
    padding: 1.6129032258vw 2.4193548387vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .content .faq_item .faq_a {
    width: 68%;
    max-width: 450px;
    margin-right: 7.6923076923vw;
    margin-bottom: 6.4102564103vw;
    padding: 2.5641025641vw 3.8461538462vw;
  }
}
.sec_faq .content .faq_item .faq_a .a_label {
  display: block;
  float: left;
  width: 65px;
  height: auto;
  margin: 18px 15px 10px 0;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .content .faq_item .faq_a .a_label {
    width: 5.2419354839vw;
    margin: 1.4516129032vw 1.2096774194vw 0.8064516129vw 0;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .content .faq_item .faq_a .a_label {
    width: 8.3333333333vw;
    margin: 2.3076923077vw 1.9230769231vw 1.2820512821vw 0;
  }
}
.sec_faq .content .faq_item .faq_a p {
  overflow: hidden;
  font-size: 30px;
  color: #ff022f;
  line-height: 1.7;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .content .faq_item .faq_a p {
    font-size: 2.4193548387vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .content .faq_item .faq_a p {
    font-size: 3.8461538462vw;
  }
}
.sec_faq .content .faq_item .faq_a p span {
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .content .faq_item .faq_a p span {
    letter-spacing: inherit;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .content .faq_item .faq_a p span {
    letter-spacing: inherit;
  }
}
.sec_faq .content .faq_item .faq_a p .note {
  display: block;
  font-size: 20px;
  text-indent: -20px;
  padding-left: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .content .faq_item .faq_a p .note {
    font-size: 1.6129032258vw;
    text-indent: -1.6129032258vw;
    padding-left: 1.6129032258vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .content .faq_item .faq_a p .note {
    font-size: 2.5641025641vw;
    text-indent: -2.5641025641vw;
    padding-left: 2.5641025641vw;
  }
}
.sec_faq .content .faq_item .faq_a .a_cat {
  position: absolute;
  bottom: 0;
  right: -164px;
  width: 185px;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .content .faq_item .faq_a .a_cat {
    right: -13.2258064516vw;
    width: 14.9193548387vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .content .faq_item .faq_a .a_cat {
    right: -21.0256410256vw;
    width: 23.7179487179vw;
  }
}
.sec_faq .content .faq_item .faq_a .a_cat img {
  width: 100%;
  height: auto;
}
.sec_faq .content .faq_item .faq_a.left {
  margin-left: 50px;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .content .faq_item .faq_a.left {
    margin-left: 4.0322580645vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .content .faq_item .faq_a.left {
    margin-left: 6.4102564103vw;
  }
}
.sec_faq .content .faq_item .faq_a.right {
  width: 78%;
  max-width: 520px;
  margin-right: 10px;
  margin-left: auto;
}
.sec_faq .content .faq_item .faq_a.right .a_cat {
  right: auto;
  left: -120px;
  bottom: -28px;
  width: 170px;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .content .faq_item .faq_a.right .a_cat {
    left: -9.6774193548vw;
    bottom: -2.2580645161vw;
    width: 13.7096774194vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .content .faq_item .faq_a.right .a_cat {
    left: -15.3846153846vw;
    bottom: -3.5897435897vw;
    width: 21.7948717949vw;
  }
}
.sec_faq .content .faq_item .faq_a.right .a_cat.large {
  width: 185px;
  bottom: -31px;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .content .faq_item .faq_a.right .a_cat.large {
    width: 14.9193548387vw;
    bottom: -2.5vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .content .faq_item .faq_a.right .a_cat.large {
    width: 23.7179487179vw;
    bottom: -3.9743589744vw;
  }
}
.sec_faq .content .faq_item .faq_a.right .a_cat.last {
  left: -98px;
  bottom: -22px;
}
@media only screen and (max-width: 1240px) {
  .sec_faq .content .faq_item .faq_a.right .a_cat.last {
    left: -7.9032258065vw;
    bottom: -1.7741935484vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_faq .content .faq_item .faq_a.right .a_cat.last {
    left: -12.5641025641vw;
    bottom: -2.8205128205vw;
  }
}
.sec_faq .content .faq_item.active .faq_toggle {
  background-image: url("../../images/114card/btn_close.svg");
}
.sec_faq .content .faq_item.active .faq_a {
  opacity: 1;
}

.sec_product {
  background: #ffffff;
}
.sec_product .ttl.section {
  padding-right: 125px;
}
@media only screen and (max-width: 1240px) {
  .sec_product .ttl.section {
    padding-right: 10.0806451613vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .ttl.section {
    padding-right: 16.0256410256vw;
  }
}
.sec_product .ttl.section::before {
  content: "";
  background: url(../../images/114card/img_product_cat.png) no-repeat center;
  background-size: cover;
  height: 154px;
  width: 246px;
  position: absolute;
  bottom: -14px;
  right: 75px;
}
@media only screen and (max-width: 1240px) {
  .sec_product .ttl.section::before {
    height: 12.4193548387vw;
    width: 19.8387096774vw;
    bottom: -1.1290322581vw;
    right: 6.0483870968vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .ttl.section::before {
    height: 19.7435897436vw;
    width: 31.5384615385vw;
    bottom: -1.7948717949vw;
    right: 9.6153846154vw;
  }
}
.sec_product .ttl.section img {
  width: 200px;
}
@media only screen and (max-width: 1240px) {
  .sec_product .ttl.section img {
    width: 16.1290322581vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .ttl.section img {
    width: 25.641025641vw;
  }
}
.sec_product .content {
  position: relative;
  padding: 80px 30px 130px;
}
@media only screen and (max-width: 1240px) {
  .sec_product .content {
    padding: 6.4516129032vw 2.4193548387vw 10.4838709677vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content {
    padding: 10.2564102564vw 3.8461538462vw 16.6666666667vw;
  }
}
.sec_product .content table {
  width: 100%;
  border: 2px solid #ff022f;
}
.sec_product .content table col:first-child {
  width: 25%;
}
.sec_product .content table col:last-child {
  width: 75%;
}
.sec_product .content table tr td:first-child {
  text-align: center;
}
.sec_product .content table tr td.spacing {
  letter-spacing: -1px;
}
.sec_product .content table tr td li {
  text-indent: -25px;
  padding-left: 25px;
}
@media only screen and (max-width: 1240px) {
  .sec_product .content table tr td li {
    text-indent: -1.6129032258vw;
    padding-left: 1.6129032258vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content table tr td li {
    text-indent: -3.2051282051vw;
    padding-left: 3.2051282051vw;
  }
}
.sec_product .content table tr th {
  background-color: #efefef;
}
.sec_product .content table tr th.pink {
  background-color: #ffdcdc;
}
.sec_product .content table tr th,
.sec_product .content table tr td {
  border-right: 1px solid #4f4f4f;
  border-bottom: 1px solid #4f4f4f;
  font-size: 24px;
  color: #000000;
  padding: 8px;
  line-height: 1.3;
}
@media only screen and (max-width: 1240px) {
  .sec_product .content table tr th,
  .sec_product .content table tr td {
    font-size: 1.5322580645vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content table tr th,
  .sec_product .content table tr td {
    font-size: 3.0769230769vw;
    padding: 1.0256410256vw;
  }
}
.sec_product .content table .note {
  text-indent: -25px;
  padding-left: 25px;
}
@media only screen and (max-width: 1240px) {
  .sec_product .content table .note {
    text-indent: -1.6129032258vw;
    padding-left: 1.6129032258vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content table .note {
    text-indent: -3.2051282051vw;
    padding-left: 3.2051282051vw;
  }
}
.sec_product .content table .note.space {
  margin-top: 20px;
}
@media only screen and (max-width: 1240px) {
  .sec_product .content table .note.space {
    margin-top: 1.6129032258vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content table .note.space {
    margin-top: 2.5641025641vw;
  }
}
.sec_product .content.active .tbl__main {
  border-bottom: none;
}
.sec_product .content .toggleContents {
  display: none;
}
.sec_product .content .toggleContents table {
  border-top: none;
}
.sec_product .content .toggleContents .tbl__sub {
  border: 1px solid #595858;
  margin: 10px 0;
}
@media only screen and (max-width: 1240px) {
  .sec_product .content .toggleContents .tbl__sub {
    margin: 0.8064516129vw 0;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content .toggleContents .tbl__sub {
    margin: 1.2820512821vw 0;
  }
}
.sec_product .content .toggleContents .tbl__sub th {
  text-align: center;
  font-weight: 500;
}
.sec_product .content .toggleContents .tbl__sub td {
  text-align: right;
  padding: 8px 15px;
}
@media only screen and (max-width: 1240px) {
  .sec_product .content .toggleContents .tbl__sub td {
    padding: 0.6451612903vw 1.2096774194vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content .toggleContents .tbl__sub td {
    padding: 1.0256410256vw 1.9230769231vw;
  }
}
.sec_product .content .toggleContents .tbl__sub td span:first-child:not(:last-child) {
  display: inline-block;
  width: 50%;
  text-align: right;
  padding-right: 10px;
}
@media only screen and (max-width: 1240px) {
  .sec_product .content .toggleContents .tbl__sub td span:first-child:not(:last-child) {
    padding-right: 0.8064516129vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content .toggleContents .tbl__sub td span:first-child:not(:last-child) {
    padding-right: 1.2820512821vw;
  }
}
.sec_product .content .toggleContents .tbl__sub td span:first-child:not(:last-child).special_left {
  width: 55%;
  padding-right: 0;
}
.sec_product .content .toggleContents .tbl__sub td span:last-child:not(:first-child) {
  display: inline-block;
  width: 50%;
  text-align: right;
  padding-left: 4px;
}
@media only screen and (max-width: 1240px) {
  .sec_product .content .toggleContents .tbl__sub td span:last-child:not(:first-child) {
    padding-left: 0.3225806452vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content .toggleContents .tbl__sub td span:last-child:not(:first-child) {
    padding-left: 0.5128205128vw;
  }
}
.sec_product .content .toggleContents .tbl__sub td span:last-child:not(:first-child).special_right {
  width: 45%;
}
.sec_product .content .toggleContents .tbl__sub td span.last {
  padding-left: 20px;
}
@media only screen and (max-width: 1240px) {
  .sec_product .content .toggleContents .tbl__sub td span.last {
    padding-left: 2.4193548387vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content .toggleContents .tbl__sub td span.last {
    padding-left: 3.2051282051vw;
  }
}
.sec_product .content .toggleContents .tbl__sub td span.first {
  padding-left: 50px;
}
@media only screen and (max-width: 1240px) {
  .sec_product .content .toggleContents .tbl__sub td span.first {
    padding-left: 4.8387096774vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content .toggleContents .tbl__sub td span.first {
    padding-left: 7.0512820513vw;
  }
}
.sec_product .content .toggleContents .tbl__sub td.left {
  text-align: left;
}
.sec_product .content .toggleContents .tbl__sub td.left.other {
  padding-left: 34px;
}
@media only screen and (max-width: 1240px) {
  .sec_product .content .toggleContents .tbl__sub td.left.other {
    padding-left: 2.7419354839vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content .toggleContents .tbl__sub td.left.other {
    padding-left: 5.7692307692vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content .toggleContents .tbl__sub td.left.last {
    padding-left: 3.8461538462vw;
  }
}
.sec_product .content .toggleContents .tbl__sub td p {
  text-align: right;
}
.sec_product .content .toggleContents .tbl__sub td p.interval {
  padding-right: 24px;
}
@media only screen and (max-width: 1240px) {
  .sec_product .content .toggleContents .tbl__sub td p.interval {
    padding-right: 1.935483871vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content .toggleContents .tbl__sub td p.interval {
    padding-right: 3.0769230769vw;
  }
}
.sec_product .content .toggleContents .hosho {
  background: #f0f0f0;
  padding: 20px 25px;
  margin: 15px 0;
}
@media only screen and (max-width: 1240px) {
  .sec_product .content .toggleContents .hosho {
    padding: 1.6129032258vw 2.0161290323vw;
    margin: 1.2096774194vw 0;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content .toggleContents .hosho {
    padding: 2.5641025641vw 3.2051282051vw;
    margin: 1.9230769231vw 0;
  }
}
.sec_product .content .toggleContents .hosho p.ttl {
  border-bottom: 2px solid #505050;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.sec_product .content .toggleBtnOn,
.sec_product .content .toggleBtnOff {
  position: absolute;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 1240px) {
  .sec_product .content .toggleBtnOn,
  .sec_product .content .toggleBtnOff {
    width: 15.625vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_product .content .toggleBtnOn,
  .sec_product .content .toggleBtnOff {
    width: 26.667vw;
  }
}
.sec_product .content .toggleBtnOn.active,
.sec_product .content .toggleBtnOff.active {
  display: none;
}

.sec_contact {
  background: #ffffff;
  padding: 50px 30px 20px;
}
@media only screen and (max-width: 1240px) {
  .sec_contact {
    padding: 4.0322580645vw 2.4193548387vw 1.6129032258vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_contact {
    padding: 6.4102564103vw 3.8461538462vw 2.5641025641vw;
  }
}
.sec_contact h2 {
  font-size: 40px;
  color: #ff022f;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1240px) {
  .sec_contact h2 {
    font-size: 3.2258064516vw;
    margin-bottom: 2.4193548387vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_contact h2 {
    font-size: 5.1282051282vw;
    margin-bottom: 3.8461538462vw;
  }
}
.sec_contact .note p {
  font-size: 24px;
  line-height: 1.7;
  text-align: justify;
  color: #595858;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1240px) {
  .sec_contact .note p {
    font-size: 1.935483871vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_contact .note p {
    font-size: 3.0769230769vw;
  }
}
.sec_contact .note p a {
  border-bottom: 2px dotted #595858;
  line-height: 1.2;
  cursor: pointer !important;
}
.sec_contact .note ul {
  margin-bottom: 10px;
}
@media only screen and (max-width: 780px) {
  .sec_contact .note ul {
    margin-bottom: 1.2820512821vw;
  }
}
.sec_contact .note ul.square {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1240px) {
  .sec_contact .note ul.square {
    margin-bottom: 3.2258064516vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_contact .note ul.square {
    margin-bottom: 5.1282051282vw;
  }
}
.sec_contact .note ul li {
  font-size: 24px;
  line-height: 1.7;
  text-align: justify;
  color: #595858;
  text-indent: -30px;
  padding-left: 30px;
}
@media only screen and (max-width: 1240px) {
  .sec_contact .note ul li {
    font-size: 1.935483871vw;
    text-indent: -2.4193548387vw;
    padding-left: 2.4193548387vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_contact .note ul li {
    font-size: 3.0769230769vw;
    text-indent: -3.8461538462vw;
    padding-left: 3.8461538462vw;
  }
}
.sec_contact .note ul li span {
  color: #595758;
  margin-right: 5px;
}
@media only screen and (max-width: 780px) {
  .sec_contact .note ul li span {
    margin-right: 0.641025641vw;
  }
}
.sec_contact .note .date {
  font-size: 24px;
  color: #595858;
  text-align: right;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1240px) {
  .sec_contact .note .date {
    font-size: 1.935483871vw;
    margin-bottom: 3.2258064516vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_contact .note .date {
    font-size: 3.0769230769vw;
    margin-bottom: 5.1282051282vw;
  }
}
.sec_contact .note.underline {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1240px) {
  .sec_contact .note.underline {
    margin-bottom: 3.2258064516vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_contact .note.underline {
    margin-bottom: 5.1282051282vw;
  }
}
.sec_contact .tel {
  margin-bottom: 15px;
  cursor: pointer !important;
}
@media only screen and (max-width: 1240px) {
  .sec_contact .tel {
    margin-bottom: 1.2096774194vw;
  }
}
@media only screen and (max-width: 780px) {
  .sec_contact .tel {
    margin-bottom: 1.9230769231vw;
  }
}

footer {
  background: #ffffff;
}
footer .logo {
  display: block;
  margin: 0 auto 15px;
  max-width: 320px;
  text-align: center;
}
@media only screen and (max-width: 1240px) {
  footer .logo {
    max-width: 25.8064516129vw;
    margin-bottom: 1.2096774194vw;
  }
}
@media only screen and (max-width: 780px) {
  footer .logo {
    max-width: 41.0256410256vw;
    margin-bottom: 1.9230769231vw;
  }
}
footer p.copyright {
  font-size: 22px;
  text-align: center;
  padding-bottom: 160px;
}
@media only screen and (max-width: 1240px) {
  footer p.copyright {
    font-size: 1.7741935484vw;
    padding-bottom: 12.9032258065vw;
  }
}
@media only screen and (max-width: 780px) {
  footer p.copyright {
    font-size: 2.8205128205vw;
    margin-bottom: 19.2307692308vw;
    padding-bottom: 12.8205128205vw;
  }
}

.btn_fixed {
  position: fixed;
  bottom: 0;
  background: rgba(79, 79, 79, 0.95);
  width: 100%;
  padding: 10px 0;
  text-align: center;
  z-index: 3;
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media only screen and (max-width: 1240px) {
  .btn_fixed {
    padding: 0.8064516129vw 0;
    gap: 1.2096774194vw;
  }
}
@media only screen and (max-width: 780px) {
  .btn_fixed {
    padding: 1.9230769231vw 5.1282051282vw;
    gap: 1.2820512821vw;
  }
}
.btn_fixed a {
  width: 315px;
}
@media only screen and (max-width: 1240px) {
  .btn_fixed a {
    width: 25.4032258065vw;
  }
}
@media only screen and (max-width: 780px) {
  .btn_fixed a {
    width: 100%;
  }
}
.btn_fixed a .btn-apply-hover {
  display: none;
}
@media (hover: hover) {
  .btn_fixed a:hover .btn-apply-default {
    display: none;
  }
  .btn_fixed a:hover .btn-apply-hover {
    display: block;
  }
}
.btn_fixed a:hover {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */
