@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  line-height: 1.6;
  color: #3e3a39;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  height: 100%;
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .15em;
}

a {
  color: #3e3a39;
  text-decoration: none;
}

a:hover {
  transition: all 0.3s;
}

::selection {
  background: #EEEEEE;
  color: #3e3a39;
  text-shadow: none;
}

::-moz-selection {
  background: #EEEEEE;
  color: #3e3a39;
  text-shadow: none;
}

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.legacy-ie a {
  color: #e61f1f;
  text-decoration: none;
}

.noscript {
  background: #EEEEEE;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

body img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after, q:before {
  content: '';
}

a, input {
  outline: none;
}

input, textarea {
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr, acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* radio
   ----------------------------------------------------------------- */
#radio {
  background: #7e3d17 url(../img/radio_bg.png) center 0 no-repeat;
  text-align: center;
  margin-top: 100px;
}
#radio img {
  width: 889px;
  margin-top: -2px;
}

#radio_2 {
  background: #7e3d17 url(../img/radio_bg.png) center 0 no-repeat;
  text-align: center;
  margin-top:5px;
}
#radio_2 img {
  width: 998px;
  margin-top: -2px;
}

#radio_3 {
  background: #7e3d17 url(../img/radio_bg.png) center 0 no-repeat;
  text-align: center;
  margin-top:5px;

}
#radio_3 img {
  width: 998px;
  margin-top: -2px;
}


#radio {
  text-align: center;
  margin-top: 120px;
}

#radio_2 {
  text-align: center;
  margin-top: 10px;
}

#radio_3 {
  text-align: center;
  margin-top: 10px;
}


.pc { display: block !important; }
.sp { display: none !important; }

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

#radio {
  text-align: center;
  margin-top: 70px;
}

}

/* base
   ----------------------------------------------------------------- */
.container {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: 90%;
  }
}

.sec-title {
  position: relative;
  text-align: center;
}

.sec-title span {
  padding: 10px;
  background: #FFFFFF;
  color: #e61f1f;
  font-weight: bold;
  font-size: 46px;
  font-size: 2.875rem;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sec-title span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 425px) {
  .sec-title span {
    font-size: 18px;
    font-size: 1rem;
  }
}

.sec-title::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background-color: #e61f1f;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec-title br {
  display: none;
}

@media screen and (max-width: 425px) {
  .sec-title br {
    display: block;
  }
}

.entry {
  background: #FAFAFA;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .entry {
    padding: 30px 0;
  }
}

@media screen and (max-width: 425px) {
  .entry {
    padding: 20px 0;
  }
}

.entry .entry__inner {
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .entry .entry__inner {
    width: 94%;
    margin: 0 auto;
  }
}

.entry .entry__inner a:hover {
  opacity: 0.6;
}

.entry .entry__inner .entry__text {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1.0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .entry .entry__inner .entry__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 425px) {
  .entry .entry__inner .entry__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
}

.entry .entry__inner .entry__text br {
  display: none;
}

@media screen and (max-width: 425px) {
  .entry .entry__inner .entry__text br {
    display: block;
  }
}

.entry .entry__inner .entry__content {
  width: 768px;
  margin: 0 auto;
  padding-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .entry .entry__inner .entry__content {
    width: 100%;
    margin: 0 -1%;
  }
}

@media screen and (max-width: 425px) {
  .entry .entry__inner .entry__content {
    padding-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .entry .entry__inner .entry__content .block {
    padding: 0 1%;
  }
}

.entry .entry__inner .entry__content .title {
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .entry .entry__inner .entry__content .title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 425px) {
  .entry .entry__inner .entry__content .title {
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: normal;
    margin-bottom: 5px;
    padding: 2px 0;
  }
}

@media screen and (max-width: 768px) {
  .entry .entry__inner .entry__content .title .none {
    display: none;
  }
}

.entry .entry__inner .entry__content .line {
  width: 304px;
}

@media screen and (max-width: 768px) {
  .entry .entry__inner .entry__content .line {
    width: 50%;
  }
}

.entry .entry__inner .entry__content .tel {
  width: 421px;
}

@media screen and (max-width: 768px) {
  .entry .entry__inner .entry__content .tel {
    width: 50%;
  }
}

.entry .entry__inner .entry__tel {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .entry .entry__inner .entry__tel {
    margin: 10px 0;
  }
}

.entry .entry__inner .entry__tel a {
  display: block;
}

.entry .entry__inner .entry__mail {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .entry .entry__inner .entry__mail {
    margin: 10px 0;
  }
}

.entry .entry__inner .entry__mail a {
  display: block;
}

/* header
   ----------------------------------------------------------------- */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 1000;
}

.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

@media screen and (max-width: 425px) {
  .header .container {
    padding: 10px 0;
  }
}

@media screen and (max-width: 425px) {
  .header .container .logo {
    width: 120px;
  }

}

.header .container .header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .header .container .header__content {
    display: none;
  }


}

@media screen and (max-width: 425px) {
  .header .container .header__content {
    height: 50px;
  }
}

.header .container .header__content .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

@media screen and (max-width: 425px) {
  .header .container .header__content .btn {
    margin: 0 -5px;
  }
}

.header .container .header__content .btn li {
  padding: 0 10px;
}

@media screen and (max-width: 425px) {
  .header .container .header__content .btn li {
    width: 70px;
    padding: 0 5px;
  }
}

.header .container .header__content .btn li a {
  display: block;
  border-radius: 5px;
  text-align: center;
  color: #FFFFFF;
  height: 100%;
}

@media screen and (max-width: 425px) {
  .header .container .header__content .btn li a span {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: normal;
  }
}

.header .container .header__content .btn li a:hover {
  opacity: 0.6;
}

.header .container .header__content .btn .tel-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .header .container .header__content .btn .tel-pc {
    display: none;
  }
}

.header .container .header__content .btn .tel-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .header .container .header__content .btn .tel-sp {
    display: block;
  }
}

.header .container .header__btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .header .container .header__btn {
    display: block;
    position: relative;
  }
}

.header .container .header__btn .menu-btn {
  background: #e61f1f;
  color: #FFFFFF;
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 12px 0;
  border-radius: 5px;
  width: 200px;
}

@media screen and (max-width: 425px) {
  .header .container .header__btn .menu-btn {
    padding: 6px 0;
    width: 150px;
  }
}

.header .container .header__btn .menu-btn::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/header_btn_icon.png");
  background-size: 30px;
}

@media screen and (max-width: 425px) {
  .header .container .header__btn .menu-btn::before {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
}

.header .container .header__btn .menu-btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/header_btn_open.png");
  background-size: 25px;
}

@media screen and (max-width: 425px) {
  .header .container .header__btn .menu-btn::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

.header .container .header__btn .menu-btn.open::after {
  background: url("../img/header_btn_close.png");
}

@media screen and (max-width: 425px) {
  .header .container .header__btn .menu-btn.open::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

.header .container .header__btn .btn__wrap {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 90px;
  background: #fff;
  width: 100%;
  padding: 20px 5%;
  opacity: 0;
  z-index: -1;
  border: 5px solid #e61f1f;
}

@media screen and (max-width: 425px) {
  .header .container .header__btn .btn__wrap {
    top: 50px;
  }
}

.header .container .header__btn .btn__wrap.open {
  visibility: visible;
  transition: all 0.2s;
  opacity: 1;
  z-index: 1000;
}

.header .container .header__btn .btn__wrap .copy {
  color: #e61f1f;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  padding: 0 10%;
}

.header .container .header__btn .btn__wrap ul .mail {
  margin: 15px 0;
}

.header .container .header__btn .btn__wrap ul .mail a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 6px;
  background-color: #f20044;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.header .container .header__btn .btn__wrap ul .mail a::after {
  position: absolute;
  top: calc( 50% - 8px);
  right: 20px;
  width: 15px;
  height: 15px;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.header .container .header__btn .btn__wrap ul .mail a::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/header_btn_mail.png) 50% 50% no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.header .container .header__btn .btn__wrap ul .tel {
  margin: 15px 0;
}

.header .container .header__btn .btn__wrap ul .tel a {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 6px;
  background-color: #18a800;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  flex-wrap: wrap;
}

.header .container .header__btn .btn__wrap ul .tel a .sm {
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
}

.header .container .header__btn .btn__wrap ul .tel a span {
  line-height: 1.2;
}

.header .container .header__btn .btn__wrap ul .tel a::after {
  position: absolute;
  top: calc( 50% - 8px);
  right: 20px;
  width: 15px;
  height: 15px;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.header .container .header__btn .btn__wrap ul .tel a::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/header_btn_tel.png) 50% 50% no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

/* main
   ----------------------------------------------------------------- */
.main {
  padding-top: 0px;
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 10px;
  }
}

/* omatome
   ----------------------------------------------------------------- */
.omatome {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .omatome {
    width: 94%;
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 425px) {
  .omatome {
    padding: 20px 0 0;
  }
}

.omatome .omatome__title {
  margin-bottom: 15px;
  color: #e61f1f;
  font-weight: bold;
  font-size: 46px;
  font-size: 2.875rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .omatome .omatome__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 425px) {
  .omatome .omatome__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* content
   ----------------------------------------------------------------- */
.mainvis {
  background-image: url(../img/mainvis_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mainvis {
    padding: 50px 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 425px) {
  .mainvis {
    padding: 50px 0;
    margin-top: 30px;
  }
}

.mainvis .container {
  position: relative;
}

.mainvis .mainvis__image {
  padding-top: 100px;
  padding-bottom: 300px;
}

@media screen and (max-width: 768px) {
  .mainvis .mainvis__image {
    padding: 0;
  }
}

.mainvis .mainvis__btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  background: rgba(62, 58, 57, 0.4);
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mainvis .mainvis__btn {
    position: static;
    padding: 20px 5%;
  }
}

@media screen and (max-width: 425px) {
  .mainvis .mainvis__btn {
    padding: 10px 5%;
  }
}

.mainvis .mainvis__btn .text {
  font-size: 24px;
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-bottom: 15px;
  line-height: 1.0;
}

@media screen and (max-width: 768px) {
  .mainvis .mainvis__btn .text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 425px) {
  .mainvis .mainvis__btn .text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
}

.mainvis .mainvis__btn .text br {
  display: none;
}

@media screen and (max-width: 425px) {
  .mainvis .mainvis__btn .text br {
    display: block;
  }
}

.mainvis .mainvis__btn a {
  max-width: 900px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.mainvis .mainvis__btn a:hover {
  opacity: 0.6;
}

.mainvis .mainvis__btn span {
  max-width: 900px;
  width: auto;
  margin: 0 auto 20px;
  display: block;
}

@media screen and (max-width: 425px) {
  .mainvis .mainvis__btn span {
    margin: 0 auto 10px;
  }
}

.mainvis .mainvis__btn span:hover {
  opacity: 0.6;
}

.trouble {
  width: 1000px;
  margin: 0 auto;
  padding: 160px 0;
}

@media screen and (max-width: 768px) {
  .trouble {
    width: 94%;
    padding: 80px 0;
  }
}

@media screen and (max-width: 425px) {
  .trouble {
    padding: 20px 0;
  }
}

.trouble .trouble__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trouble .trouble__list ul {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .trouble .trouble__list ul {
    width: auto;
  }
}

.trouble .trouble__list ul li {
  font-size: 26px;
  font-size: 1.625rem;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .trouble .trouble__list ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 425px) {
  .trouble .trouble__list ul li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.trouble .trouble__list ul li img {
  width: 47px;
  margin-right: 10px;
}

@media screen and (max-width: 425px) {
  .trouble .trouble__list ul li img {
    width: 22px;
  }
}

.trouble .trouble__list .image {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .trouble .trouble__list .image {
    width: auto;
  }
}

.trouble .trouble__list .image img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .trouble .trouble__list .image img {
    max-width: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .trouble .trouble__list .image img {
    max-width: 340px;
  }
}

.trouble .trouble__arw {
  width: 162px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .trouble .trouble__arw {
    width: 100px;
  }
}

.trouble .trouble__copy {
  max-width: 822px;
  width: auto;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .trouble .trouble__copy {
    margin: 20px auto 0;
  }
}

.reason {
  width: 1000px;
  margin: 0 auto;
  padding: 160px 0;
}

@media screen and (max-width: 768px) {
  .reason {
    width: 94%;
    padding: 80px 0;
  }
}

@media screen and (max-width: 425px) {
  .reason {
    padding: 20px 0;
  }
}

.reason .reason__list .reason__item {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #BDBDBD;
}

.reason .reason__list .reason__item .reason__body {
  width: 100%;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .reason .reason__list .reason__item .reason__body {
    width: 70%;
    padding: 20px;
  }
}

.reason .reason__list .reason__item .reason__body .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e61f1f;
}

@media screen and (min-width: 425px) {
  .reason .reason__list .reason__item .reason__body .title {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.reason .reason__list .reason__item .reason__body .title .point {
  width: 50px;
  margin: 0 auto;
}

@media screen and (min-width: 425px) {
  .reason .reason__list .reason__item .reason__body .title .point {
    margin: 0 10px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .reason .reason__list .reason__item .reason__body .title .point {
    margin: 0 15px 0 0;
    width: 77px;
  }
}

.reason .reason__list .reason__item .reason__body .title h3 {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

@media screen and (min-width: 425px) {
  .reason .reason__list .reason__item .reason__body .title h3 {
    text-align: left;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .reason .reason__list .reason__item .reason__body .title h3 {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .reason .reason__list .reason__item .reason__body .title .small {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 1024px) {
  .reason .reason__list .reason__item .reason__body .title .small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.reason .reason__list .reason__item .reason__body .title .big {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .reason .reason__list .reason__item .reason__body .title .big {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1024px) {
  .reason .reason__list .reason__item .reason__body .title .big {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.reason .reason__list .reason__item .reason__body .image-sp {
  margin: 10px auto 0;
  max-width: 313px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .reason .reason__list .reason__item .reason__body .image-sp {
    display: none;
    margin: 0;
  }
}

.reason .reason__list .reason__item .reason__body .text {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e61f1f;
}

@media screen and (min-width: 425px) {
  .reason .reason__list .reason__item .reason__body .text {
    margin-top: 10px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .reason .reason__list .reason__item .reason__body .text {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .reason .reason__list .reason__item .reason__body .text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.reason .reason__list .reason__item .image-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .reason .reason__list .reason__item .image-pc {
    display: block;
  }
}

.service {
  width: 1000px;
  margin: 0 auto;
  padding: 160px 0;
}

@media screen and (max-width: 768px) {
  .service {
    width: 94%;
    padding: 80px 0;
  }
}

@media screen and (max-width: 425px) {
  .service {
    padding: 20px 0;
  }
}

.service .service__lead {
  text-align: center;
  margin-top: 70px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 425px) {
  .service .service__lead {
    text-align: left;
    margin-top: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.service .service__check .item {
  margin: 70px auto;
}

@media screen and (max-width: 768px) {
  .service .service__check .item {
    margin: 50px auto;
  }
}

@media screen and (max-width: 425px) {
  .service .service__check .item {
    margin: 30px auto;
  }
}

.service .service__check .item .title {
  text-align: center;
}

.service .service__check .item .title img {
  width: auto;
  display: block;
  margin: 0 auto;
}

.service .service__check .item .title .text {
  display: inline-block;
  padding: 0 25px 10px;
  margin-top: 10px;
  font-size: 32px;
  font-size: 2rem;
  background-image: url(../img/service-check-line.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
}

@media screen and (max-width: 768px) {
  .service .service__check .item .title .text {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 425px) {
  .service .service__check .item .title .text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.service .service__check .item.check01 {
  width: 800px;
}

@media screen and (max-width: 768px) {
  .service .service__check .item.check01 {
    width: 100%;
  }
}

.service .service__check .item.check01 ul {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}

@media screen and (max-width: 768px) {
  .service .service__check .item.check01 ul {
    margin: 0 -3%;
    padding-top: 20px;
  }
}

@media screen and (max-width: 425px) {
  .service .service__check .item.check01 ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.service .service__check .item.check01 ul li {
  width: 33.3%;
  padding: 0 25px;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (max-width: 768px) {
  .service .service__check .item.check01 ul li {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0 3%;
  }
}

@media screen and (max-width: 425px) {
  .service .service__check .item.check01 ul li {
    font-size: 20px;
    font-size: 1.25rem;
    width: 50%;
  }
}

.service .service__check .item.check01 ul li p {
  margin-top: 10px;
}

.service .service__check .item.check02 {
  width: 800px;
}

@media screen and (max-width: 768px) {
  .service .service__check .item.check02 {
    width: 100%;
  }
}

.service .service__check .item.check02 .lead {
  padding-top: 30px;
  width: 600px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .service .service__check .item.check02 .lead {
    padding-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .service .service__check .item.check02 .lead {
    font-size: 16px;
    font-size: 1rem;
  }
}

.service .service__check .item.check02 ul {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px;
}

@media screen and (max-width: 768px) {
  .service .service__check .item.check02 ul {
    margin: 0 -3%;
    padding-top: 20px;
  }
}

.service .service__check .item.check02 ul li {
  width: 50%;
  padding: 0 25px;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (max-width: 768px) {
  .service .service__check .item.check02 ul li {
    padding: 0 3%;
  }
}

@media screen and (max-width: 425px) {
  .service .service__check .item.check02 ul li {
    width: 100%;
    margin: 15px 0;
  }
}

.service .service__check .item.check03 {
  width: 800px;
}

@media screen and (max-width: 768px) {
  .service .service__check .item.check03 {
    width: 100%;
  }
}

.service .service__check .item.check03 ul {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 768px) {
  .service .service__check .item.check03 ul {
    margin: 0 -10px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .service .service__check .item.check03 ul {
    margin: 0 auto;
    width: 310px;
  }
}

.service .service__check .item.check03 ul li {
  width: 33.3%;
  padding: 0 15px;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .service .service__check .item.check03 ul li {
    padding: 0 10px;
  }
}

@media screen and (max-width: 425px) {
  .service .service__check .item.check03 ul li {
    width: 100%;
    margin: 15px 0;
  }
}

.service .service__check .item.check03 ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #e61f1f;
  display: block;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .service .service__check .item.check03 ul li::after {
    border-width: 10px 0 10px 15px;
    right: -5px;
    margin-top: -5px;
  }
}

@media screen and (max-width: 425px) {
  .service .service__check .item.check03 ul li::after {
    right: 50%;
    top: auto;
    bottom: -30px;
    margin-top: 0;
    border-width: 30px 20px 0 20px;
    border-color: #e61f1f transparent transparent transparent;
    margin-right: -15px;
  }
}

.service .service__check .item.check03 ul li:last-child::after {
  border: none;
}

.service .service__check .item.check03 .caption {
  background: #FAFAFA;
  padding: 3%;
  margin-top: 15px;
}

@media screen and (max-width: 425px) {
  .service .service__check .item.check03 .caption {
    margin-top: 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.results {
  width: 1000px;
  margin: 0 auto;
  padding: 160px 0;
}

@media screen and (max-width: 768px) {
  .results {
    width: 94%;
    padding: 80px 0;
  }
}

@media screen and (max-width: 425px) {
  .results {
    padding: 20px 0;
  }
}

.results .results__list {
  margin-top: 30px;
}

@media screen and (max-width: 425px) {
  .results .results__list {
    margin-top: 15px;
  }
}

.results .results__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2%;
}

@media screen and (min-width: 768px) {
  .results .results__list ul {
    margin: 0 -10px;
  }
}

.results .results__list ul li {
  width: 50%;
  padding: 0 2%;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .results .results__list ul li {
    width: 25%;
    padding: 0 10px;
    margin: 10px 0;
  }
}

.results .results__list ul li .box {
  border: 1px solid #EEEEEE;
}

.results .results__list ul li .box .text-box {
  padding: 10px;
}

.results .results__list ul li .box .text-box .price {
  color: #e61f1f;
  margin-top: 5px;
}

@media screen and (min-width: 425px) {
  .results .results__list ul li .box .text-box .price {
    text-align: right;
  }
}

.results .results__list ul li .box .text-box .price .ttl {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
}

@media screen and (min-width: 425px) {
  .results .results__list ul li .box .text-box .price .ttl {
    line-height: 1.2;
    display: inline-block;
  }
}

.results .results__list ul li .box .text-box .price .ttl br {
  display: none;
}

@media screen and (min-width: 425px) {
  .results .results__list ul li .box .text-box .price .ttl br {
    display: block;
  }
}

.results .results__list ul li .box .text-box .price .value {
  font-weight: bold;
  letter-spacing: normal;
}

@media screen and (min-width: 425px) {
  .results .results__list ul li .box .text-box .price .value {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .results .results__list ul li .box .text-box .price .value {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.results .results__lineup {
  margin-top: 30px;
}

@media screen and (max-width: 425px) {
  .results .results__lineup {
    margin-top: 15px;
  }
}

.results .results__lineup .title {
  text-align: center;
}

.results .results__lineup .title span {
  display: inline-block;
  padding: 0 25px 10px;
  margin-bottom: 20px;
  font-size: 32px;
  font-size: 2rem;
  background-image: url(../img/service-check-line.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
}

@media screen and (max-width: 768px) {
  .results .results__lineup .title span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 425px) {
  .results .results__lineup .title span {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}

.results .results__lineup .list {
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 425px) {
  .results .results__lineup .list {
    margin: 15px 0;
  }
}

.results .results__lineup .list .ttl {
  width: 20%;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 425px) {
  .results .results__lineup .list .ttl {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
  }
}

.results .results__lineup .list ul {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (max-width: 425px) {
  .results .results__lineup .list ul {
    width: auto;
    margin: 0 -1%;
  }
}

.results .results__lineup .list ul li {
  padding: 0 10px;
  margin: 0 0 10px;
}

@media screen and (max-width: 425px) {
  .results .results__lineup .list ul li {
    padding: 0 1%;
    margin: 0 0 5px;
  }
}

.results .results__lineup .list ul li span {
  background: #EEEEEE;
  padding: 6px 12px;
  text-align: center;
  border-radius: 3em;
  display: block;
}

@media screen and (max-width: 425px) {
  .results .results__lineup .list ul li span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.results .results__lineup .copy {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 425px) {
  .results .results__lineup .copy {
    margin-top: 15px;
  }
}

.results .results__lineup .copy img {
  width: auto;
}

.subcontents {
  width: 1000px;
  margin: 0 auto;
  padding: 160px 0;
}

@media screen and (max-width: 768px) {
  .subcontents {
    width: 94%;
    padding: 80px 0;
  }
}

@media screen and (max-width: 425px) {
  .subcontents {
    padding: 20px 0;
  }
}

.subcontents .subcontents__voice .voice-box .item {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subcontents .subcontents__voice .voice-box .item .item__thumb {
  width: 112px;
}

@media screen and (max-width: 425px) {
  .subcontents .subcontents__voice .voice-box .item .item__thumb {
    width: 60px;
  }
}

.subcontents .subcontents__voice .voice-box .item .item__text {
  border: 1px solid #EEEEEE;
  padding: 20px;
  border-radius: 5px;
  width: calc(100% - 130px);
}

@media screen and (max-width: 425px) {
  .subcontents .subcontents__voice .voice-box .item .item__text {
    width: calc(100% - 70px);
    padding: 10px 2%;
  }
}

.subcontents .subcontents__voice .voice-box .item .item__text .title {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 425px) {
  .subcontents .subcontents__voice .voice-box .item .item__text .title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.subcontents .subcontents__voice .voice-box .item .item__text .text {
  border-top: 1px solid #EEEEEE;
  margin-top: 15px;
  padding-top: 15px;
}

@media screen and (max-width: 425px) {
  .subcontents .subcontents__voice .voice-box .item .item__text .text {
    margin-top: 5px;
    padding-top: 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.subcontents .subcontents__voice .voice-box .item.staff .item__text {
  border: 1px solid #e6c1bd !important;
}

.subcontents .subcontents__faq {
  margin: 60px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .subcontents .subcontents__faq {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 425px) {
  .subcontents .subcontents__faq {
    margin: 20px 0 0;
  }
}

.subcontents .subcontents__faq::before {
  content: "";
  background-image: url(../img/subcontents-faq-bg1.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -200px;
  width: 419px;
  height: 430px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .subcontents .subcontents__faq::before {
    display: none;
  }
}

.subcontents .subcontents__faq::after {
  content: "";
  background-image: url(../img/subcontents-faq-bg2.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: -200px;
  width: 419px;
  height: 430px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .subcontents .subcontents__faq::after {
    display: none;
  }
}

.subcontents .subcontents__faq .faq-box {
  width: 800px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  margin: 30px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .subcontents .subcontents__faq .faq-box {
    width: 100%;
    padding: 0 2%;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 425px) {
  .subcontents .subcontents__faq .faq-box {
    margin: 10px auto 0;
  }
}

.subcontents .subcontents__faq .faq-box .item {
  margin: 15px 0;
}

.subcontents .subcontents__faq .faq-box .item .question {
  font-size: 20px;
  font-size: 1.25rem;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 425px) {
  .subcontents .subcontents__faq .faq-box .item .question {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.subcontents .subcontents__faq .faq-box .item .question::before {
  content: "";
  background-image: url(../img/subcontents-faq-q.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 42px;
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 425px) {
  .subcontents .subcontents__faq .faq-box .item .question::before {
    background-size: 21px;
    width: 21px;
    height: 21px;
  }
}

.subcontents .subcontents__faq .faq-box .item .question span {
  width: calc(100% - 50px);
}

@media screen and (max-width: 425px) {
  .subcontents .subcontents__faq .faq-box .item .question span {
    width: calc(100% - 30px);
  }
}

.subcontents .subcontents__faq .faq-box .item .answer {
  margin-top: 20px;
  position: relative;
  background: rgba(230, 31, 31, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.subcontents .subcontents__faq .faq-box .item .answer::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 15px 7.5px;
  border-color: transparent transparent #e61f1f transparent;
  opacity: .1;
  position: absolute;
  top: -15px;
  left: 10px;
}

.subcontents .subcontents__company {
  margin: 60px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .subcontents .subcontents__company {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 425px) {
  .subcontents .subcontents__company {
    margin: 20px 0 0;
  }
}

.subcontents .subcontents__company .company-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -20px;
}

@media screen and (max-width: 768px) {
  .subcontents .subcontents__company .company-box {
    margin: 0;
  }
}

.subcontents .subcontents__company .company-box .table {
  width: 50%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .subcontents .subcontents__company .company-box .table {
    max-width: 500px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

.subcontents .subcontents__company .company-box .table table {
  width: 100%;
}

.subcontents .subcontents__company .company-box .table table th {
  padding: 15px 0;
  width: 30%;
  border-bottom: 1px solid #BDBDBD;
}

.subcontents .subcontents__company .company-box .table table td {
  padding: 15px 0;
  border-bottom: 1px solid #BDBDBD;
}

.subcontents .subcontents__company .company-box .area {
  width: 50%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .subcontents .subcontents__company .company-box .area {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}

.subcontents .subcontents__company .company-box .area .title {
  text-align: center;
  color: #e61f1f;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 425px) {
  .subcontents .subcontents__company .company-box .area .title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.subcontents .subcontents__company .company-box .area .text {
  border: 1px solid #e61f1f;
  padding: 20px;
  margin-top: 10px;
}

.subcontents .subcontents__company .company-box .area .text .txt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 425px) {
  .subcontents .subcontents__company .company-box .area .text .txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.subcontents .subcontents__company .company-box .area .text .caption {
  font-size: 12px;
  font-size: 0.75rem;
}

.form {
  background: #FAFAFA;
  padding: 160px 0;
}

@media screen and (max-width: 768px) {
  .form {
    padding: 80px 0;
  }
}

@media screen and (max-width: 425px) {
  .form {
    padding: 20px 0;
  }
}

.form .form__inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .form .form__inner {
    width: 94%;
  }
}

.form .form__inner .title {
  color: #e61f1f;
  font-weight: bold;
  font-size: 46px;
  font-size: 2.875rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .form .form__inner .title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 425px) {
  .form .form__inner .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.form .form__inner .form__content {
  background: #FFFFFF;
  padding: 40px 60px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .form .form__inner .form__content {
    padding: 20px 2%;
    margin-top: 20px;
  }
}

.form .form__inner .form__content table {
  width: 100%;
}

.form .form__inner .form__content table th {
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 0;
  width: 25%;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .form .form__inner .form__content table th {
    width: 100%;
    padding: 20px 0 8px 0;
    display: block;
  }
}

.form .form__inner .form__content table th .required {
  background: #e61f1f;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 12px;
  border-radius: 3em;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
}

.form .form__inner .form__content table td {
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 0;
  width: 75%;
}

@media screen and (max-width: 768px) {
  .form .form__inner .form__content table td {
    border: none;
    padding: 8px 0 20px 0;
    width: 100%;
    display: block;
  }
}

.form .form__inner .form__content table td input {
  border: none;
  background: #EEEEEE;
  padding: 10px;
  border-radius: 5px;
}

.form .form__inner .form__content table td .big {
  width: 100%;
}

.form .form__inner .form__content .privacy {
  height: 150px;
  overflow-x: scroll;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .form .form__inner .form__content .privacy {
    margin-top: 20px;
  }
}

.form .form__inner .form__content .mfp_buttons {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .form .form__inner .form__content .mfp_buttons {
    margin-top: 20px;
  }
}

.form .form__inner .form__content .mfp_buttons button {
  width: 300px;
  background: #f39700;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  border: none;
  padding: 10px 0;
}

.form .form__inner .form__content .mfp_buttons button:hover {
  background: #d68500;
}

.form .privacy {
  text-align: left;
}

.form .privacy .ttl {
  margin: 20px 0 10px;
  font-weight: bold;
}

@media screen and (max-width: 425px) {
  .form .privacy .ttl {
    margin: 10px 0 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.form .privacy .text {
  margin: 10px 0;
}

@media screen and (max-width: 425px) {
  .form .privacy .text {
    margin: 5px 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.footer {
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 425px) {
  .footer {
    padding: 10px 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.thanks {
  background: #FAFAFA;
}

.thanks #header {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .thanks #header {
    padding: 50px 0;
  }
}

@media screen and (max-width: 425px) {
  .thanks #header {
    padding: 20px 0;
  }
}

.thanks #header .logo {
  width: 200px;
  margin: 0 auto;
}

.thanks .container {
  width: 1000px;
  background: #FFFFFF;
  padding: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .thanks .container {
    width: 90%;
    padding: 3%;
  }
}

.top-cta {
  position: absolute;
  bottom: 20px;
  width: 100%;
  background: #fdf2d0;
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-cta {
    position: static;
    padding: 0;
  }
}

.cta {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 60px;
}

@media screen and (max-width: 768px) {
  .cta {
    padding: 20px;
  }
}

.cta .cta__lead {
  text-align: center;
  font-size: 40px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .cta .cta__lead {
    font-size: 4.5vw;
  }
}

.cta .cta__lead .lg {
  font-weight: bold;
}

.cta .cta__lead .red {
  color: #d7333d;
}

.cta .cta__tel {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .cta .cta__tel {
    margin-top: 10px;
  }
}

.cta .cta__tel a {
  background: #61d323;
  background: -moz-linear-gradient(top, #61d323 0%, #04c13a 100%);
  background: -webkit-linear-gradient(top, #61d323 0%, #04c13a 100%);
  background: linear-gradient(to bottom, #61d323 0%, #04c13a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61d323', endColorstr='#04c13a', GradientType=0);
  border-radius: 5px;
  box-shadow: 0px 7px 0px 0px #00912d;
  display: block;
  padding: 35px 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cta .cta__tel a {
    padding: 15px 10px;
  }
}

.cta .cta__tel a .text {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .cta .cta__tel a .text {
    font-size: 3.5vw;
  }
}

.cta .cta__tel a .num {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 80px;
  line-height: 1.0;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .cta .cta__tel a .num {
    font-size: 7.5vw;
    margin-top: 5px;
  }
}

.cta .cta__tel a .tap {
  display: none;
}

@media screen and (max-width: 768px) {
  .cta .cta__tel a .tap {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 3.5vw;
    margin-top: 5px;
  }
}

.cta .cta__tel a .tap img {
  width: 20px;
  margin-right: 10px;
}

.cta .cta__mail {
  margin-top: 15px;
}

.cta .cta__mail a {
  background: #e76f32;
  background: -moz-linear-gradient(top, #e76f32 0%, #d42e3f 100%);
  background: -webkit-linear-gradient(top, #e76f32 0%, #d42e3f 100%);
  background: linear-gradient(to bottom, #e76f32 0%, #d42e3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e76f32', endColorstr='#d42e3f', GradientType=0);
  border-radius: 5px;
  box-shadow: 0px 7px 0px 0px #aa222b;
  display: block;
  padding: 35px 10px;
  text-align: center;
  position: relative;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .cta .cta__mail a {
    font-size: 3.5vw;
    padding: 15px 10px;
  }
}

.cta .cta__mail a::after {
  content: "";
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 50px;
}

@media screen and (max-width: 768px) {
  .cta .cta__mail a::after {
    width: 8px;
    height: 8px;
    right: 15px;
  }
}

.cta .cta__mail a:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.timer-content {
  margin: 15px 0;
}

@media screen and (min-width: 768px) {
  .timer-content {
    position: absolute;
    bottom: 450px;
    width: 100%;
    background: #FFFFFF;
    padding: 30px 0;
    text-align: center;
  }
}

.timer-content .timer-content__title {
  text-align: center;
}

.timer-content .timer-content__title p {
  background: #aa222b;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px 12px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  border-radius: 3em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .timer-content .timer-content__title p {
    font-size: 20px;
  }
}

.timer-content .timer-content__text {
  text-align: center;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .timer-content .timer-content__text {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .timer-content .timer-content__text .sub-text {
    font-size: 32px;
  }
}

.timer-content .timer-content__text .sub-text span {
  font-weight: bold;
}

.timer-content .timer-content__text .main-text {
  color: #aa222b;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .timer-content .timer-content__text .main-text {
    font-size: 48px;
  }
}

.timer-content .timer-content__box {
  border: 2px solid #aa222b;
  background: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .timer-content .timer-content__box {
    max-width: 600px;
    margin: 10px auto 0;
  }
}

.timer-content .timer-content__box .title {
  background: #aa222b;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .timer-content .timer-content__box .title {
    font-size: 22px;
  }
}

.timer-content .timer-content__box .timer-item {
  text-align: center;
  color: #aa222b;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .timer-content .timer-content__box .timer-item {
    font-size: 18px;
  }
}

.timer-content .timer-content__box .timer-item .yyc-day,
.timer-content .timer-content__box .timer-item .yyc-hou,
.timer-content .timer-content__box .timer-item .yyc-min,
.timer-content .timer-content__box .timer-item .yyc-sec {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {

  .timer-content .timer-content__box .timer-item .yyc-day,
  .timer-content .timer-content__box .timer-item .yyc-hou,
  .timer-content .timer-content__box .timer-item .yyc-min,
  .timer-content .timer-content__box .timer-item .yyc-sec {
    font-size: 36px;
  }
}
