/*=============================
color
=============================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
/*=============================
mixin 
=============================*/
/*=============================
base
=============================*/
body {
  margin: 0;
  background: #ffffff;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

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

p {
  margin: 0;
}

.sp {
  display: block !important;
}

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

.pc {
  display: none !important;
}

@media screen and (min-width: 980px) {
  .pc {
    display: block !important;
  }
}

a:hover {
  opacity: 0.8;
}

/*=============================
reform-lp
=============================*/
.reform-lp {
  color: #333333;
}

@media screen and (max-width: 980px) {
  .reform-lp {
    padding: 0 0 55px 0;
  }
}

.reform-lp *:focus {
  outline: none;
}

.reform-lp a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.reform-lp-header {
  padding: 0 20px;
  height: 73px;
}

@media screen and (max-width: 980px) {
  .reform-lp-header {
    padding: 0;
    height: 50px;
  }
}

.reform-lp-header__inner {
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 980px) {
  .reform-lp-header__inner {
    padding: 12px 0 0;
  }
}

.reform-lp-header__logo {
  width: 250px;
  margin-top: 20px;
}

@media screen and (max-width: 980px) {
  .reform-lp-header__logo {
    width: 187px;
    margin: 0 auto;
  }
}

.reform-lp-header__logo a img {
  width: 100%;
  height: auto;
}

.reform-lp-header__link {
  margin-top: 12px;
}

@media screen and (max-width: 980px) {
  .reform-lp-header__link {
    display: none;
  }
}

.reform-lp-header__link ul {
  width: 515px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reform-lp-header__tel {
  padding: 0 0 4px;
  border-radius: 20px;
  background-color: #dbdbdb;
}

.reform-lp-header__tel a {
  width: 245px;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 47px;
  border-radius: 100px;
  border: 1px solid #333333;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  background-image: url(../img/header_tel.png);
  background-position: 6% center;
  background-repeat: no-repeat;
  background-size: 24px auto;
}

.reform-lp-header__contact {
  padding: 0 0 4px;
  border-radius: 20px;
  background-color: #dbdbdb;
}

.reform-lp-header__contact a {
  width: 245px;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 47px;
  border-radius: 100px;
  color: #ffffff;
  text-decoration: none;
  background-color: #E53721;
  background-image: url(../img/header_contact.png);
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-position: 20% center;
  background-size: 25px auto;
}

.reform-lp-header__number {
  text-align: center;
  width: 100%;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
}

.reform-lp-header__text {
  text-align: center;
  width: 100%;
  font-size: 12px;
  line-height: 1;
}

.reform-lp-header__text2 {
  font-size: 16px;
}

.reform-lp-kv {
  background: url(../img/kv_bg.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 980px) {
  .reform-lp-kv {
    background: none;
  }
}

.reform-lp-kv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 860px;
  margin: 0 auto;
  height: 730px;
}

@media screen and (max-width: 980px) {
  .reform-lp-kv__inner {
    display: inherit;
    max-width: inherit;
    height: inherit;
  }
}

.reform-lp-kv__ttl {
  max-width: 696px;
  margin: 0 auto;
}

.reform-lp-kv__ttl img {
  width: 100%;
  height: auto;
}

.reform-lp-contact {
  padding: 85px 0 125px;
  letter-spacing: 2px;
  background: #ffffff;
  background-image: url(../img/contact_bg.png);
  background-position: center 90%;
  background-size: 1178px auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact {
    padding: 50px 0 30px;
    background-image: url(../img/contact_bg_sp.png);
    background-position: center 35px;
    background-size: 368px auto;
  }
}

.reform-lp-contact__inner {
  max-width: 940px;
  margin: 0 auto;
}

.reform-lp-contact__ttl {
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto 50px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact__ttl {
    font-size: 16px;
    margin: 0 auto 20px;
  }
}

.reform-lp-contact__text {
  font-size: 18px;
}

.reform-lp-contact__text p {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
}

.reform-lp-contact__list {
  max-width: 100%;
  margin: 0 auto;
}

.reform-lp-contact__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: top;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact__list ul {
    display: inline;
  }
}

.reform-lp-contact__list ul li {
  width: 50%;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact__list ul li {
    width: inherit;
  }
}

.reform-lp-contact__list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact__list-ttl {
    font-size: 18px;
  }
}

.reform-lp-contact__list-ttl span {
  font-weight: bold;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  display: block;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact__list-ttl span {
    font-size: 6px;
    padding: 0;
    width: 30px;
    height: 30px;
  }
}

.reform-lp-contact__list-ttl span img {
  width: 100%;
  height: auto;
}

.reform-lp-contact__list-text {
  font-size: 16px;
  color: #0059a2;
  letter-spacing: 0;
  line-height: 1.6;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact__list-text {
    font-size: 14px;
    text-align: justify;
  }
}

.reform-lp-contact__list-text span {
  margin: 5px 0 0;
  display: block;
  color: #238787;
}

.reform-lp-contact__list-text span strong {
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 3px;
  border-bottom: 3px solid #fff800;
  display: inline;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact__list-text span strong {
    border-bottom: 2px solid #fff800;
  }
}

.reform-lp-contact__tel span {
  display: inline-block;
  border-radius: 40px;
  padding: 0 0 4px;
  background-color: #dbdbdb;
  margin: 0 0 15px;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact__tel span {
    width: 286px;
    display: block;
    margin: 0 auto 15px;
  }
}

.reform-lp-contact__tel span a {
  display: block;
  width: 422px;
  height: 88px;
  text-align: center;
  padding: 0 0 0 60px;
  border-radius: 100px;
  border: 1px solid #333333;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  background-image: url(../img/contact_tel.png);
  background-size: 36px auto;
  background-position: 10% center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact__tel span a {
    width: 286px;
    height: 56px;
    padding: 0 0 0 40px;
    background-size: 23px auto;
    background-position: 10% center;
  }
}

.reform-lp-contact__contact span {
  display: inline-block;
  padding: 0 0 4px;
  border-radius: 40px;
  background-color: #dbdbdb;
  margin: 0 0 15px;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact__contact span {
    width: 286px;
    display: block;
    margin: 0 auto 15px;
  }
}

.reform-lp-contact__contact span a {
  display: block;
  width: 442px;
  height: 88px;
  line-height: 1.2;
  text-align: center;
  padding: 0 0 0 60px;
  border-radius: 100px;
  color: #fff;
  font-size: 23px;
  text-decoration: none;
  background-color: #E53721;
  background-image: url(../img/contact_contact.png);
  background-size: 36px auto;
  background-position: 16% center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact__contact span a {
    width: 286px;
    height: 56px;
    padding: 0 0 0 40px;
    font-size: 14px;
    background-size: 25px auto;
    background-position: 10% center;
  }
}

.reform-lp-contact__number {
  line-height: 1;
  color: #333;
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact__number {
    font-size: 26px;
  }
}

.reform-lp-contact__text {
  margin: 12px 0 5px;
  display: block;
  line-height: 1;
  color: #333;
  font-size: 20px;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact__text {
    margin: 6px 0 2px;
    font-size: 12px;
  }
}

.reform-lp-contact__text2 {
  color: #333;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact__text2 {
    font-size: 11px;
    margin: -6px 0 0;
  }
}

.reform-lp-contact__text3 {
  margin: 0;
  padding: 14px 0 0;
  line-height: 1.4;
  color: #fff;
  display: block;
  font-size: 23px;
}

@media screen and (max-width: 980px) {
  .reform-lp-contact__text3 {
    font-size: 14px;
    padding: 8px 0 0;
  }
}

.reform-lp-trouble {
  height: 960px;
  background: #F5F5F5;
  padding: 63px 0 108px;
  background-image: url(../img/trouble_bg.png);
  background-size: 1158px auto;
  background-position: center 240px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
  .reform-lp-trouble {
    padding: 50px 0 30px;
    background-image: none;
    height: inherit;
  }
}

.reform-lp-trouble__ttl {
  text-align: center;
  margin: 0 auto 45px;
  max-width: 688px;
}

@media screen and (max-width: 980px) {
  .reform-lp-trouble__ttl {
    max-width: 345px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
}

.reform-lp-trouble__ttl img {
  width: 100%;
  height: auto;
}

.reform-lp-trouble__inner {
  max-width: 1158px;
  margin: 0 auto;
}

.reform-lp-trouble__list ul {
  position: relative;
}

@media screen and (max-width: 980px) {
  .reform-lp-trouble__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.reform-lp-trouble__list ul li {
  width: 225px;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .reform-lp-trouble__list ul li {
    width: 50%;
    font-size: 14px;
    margin: 0 0 20px;
  }
}

.reform-lp-trouble__list ul li:nth-child(1) {
  text-align: center;
  position: absolute;
  top: 120px;
  left: 12%;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .reform-lp-trouble__list ul li:nth-child(1) {
    position: inherit;
    top: inherit;
    left: inherit;
    padding: 130px 0 0;
    background-image: url(../img/trouble_img01.png);
    background-size: 166px auto;
    background-position: center 0;
    background-repeat: no-repeat;
  }
}

.reform-lp-trouble__list ul li:nth-child(2) {
  text-align: center;
  position: absolute;
  top: 150px;
  right: 24%;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .reform-lp-trouble__list ul li:nth-child(2) {
    position: inherit;
    top: inherit;
    right: inherit;
    padding: 130px 0 0;
    background-image: url(../img/trouble_img02.png);
    background-size: 166px auto;
    background-position: center 0;
    background-repeat: no-repeat;
  }
}

.reform-lp-trouble__list ul li:nth-child(3) {
  text-align: center;
  position: absolute;
  top: 400px;
  left: 6%;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .reform-lp-trouble__list ul li:nth-child(3) {
    position: inherit;
    top: inherit;
    left: inherit;
    padding: 130px 0 0;
    background-image: url(../img/trouble_img03.png);
    background-size: 166px auto;
    background-position: center 0;
    background-repeat: no-repeat;
  }
}

.reform-lp-trouble__list ul li:nth-child(4) {
  text-align: center;
  position: absolute;
  top: 430px;
  right: 17%;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .reform-lp-trouble__list ul li:nth-child(4) {
    position: inherit;
    top: inherit;
    right: inherit;
    padding: 130px 0 0;
    background-image: url(../img/trouble_img04.png);
    background-size: 166px auto;
    background-position: center 0;
    background-repeat: no-repeat;
  }
}

.reform-lp-trouble__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  width: 225px;
  color: #010C6A;
  margin: 20px 0 0;
  border-radius: 100px;
  border: 1px solid #010C6A;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  background-image: url(../img/trouble_decbtn.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 13px auto;
}

@media screen and (max-width: 980px) {
  .reform-lp-trouble__btn a {
    width: 157px;
    font-size: 14px;
    margin: 20px auto 0;
  }
}

.reform-lp-case {
  padding: 94px 20px 85px;
}

@media screen and (max-width: 980px) {
  .reform-lp-case {
    padding: 50px 16px 50px;
  }
}

.reform-lp-case__ttl {
  text-align: center;
  margin: 0 0 45px;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__ttl {
    max-width: 345px;
    width: 100%;
    height: auto;
    margin: 0 auto 38px;
    line-height: 1.6;
  }
}

.reform-lp-case__ttl-sub {
  height: 70px;
  display: block;
  margin: 0 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  background-image: url(../img/subttl_bg.png);
  background-size: auto 27px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__ttl-sub {
    height: 80px;
    margin: 0 0 22px;
    font-size: 14px;
    background-image: url(../img/subttl_bg_sp.png);
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

.reform-lp-case__ttl-img {
  display: block;
  max-width: 688px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__ttl-img {
    max-width: 345px;
    height: 60px;
    margin: 0 auto;
  }
}

.reform-lp-case__ttl-img img {
  width: 100%;
  height: auto;
}

.reform-lp-case__ttl img {
  width: 100%;
  height: auto;
}

.reform-lp-case__ttl2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ED7070;
  margin: 0 0 50px;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__ttl2 {
    display: block;
    font-size: 18px;
    margin: 0 0 16px;
  }
}

.reform-lp-case__ttl2 span {
  display: inline-block;
  color: #010C6A;
  margin: 0 50px 0 0;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__ttl2 span {
    display: none;
  }
}

.reform-lp-case__img {
  width: 1020px;
  height: 493px;
  margin: 0 auto 46px;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__img {
    width: inherit;
    height: inherit;
  }
}

.reform-lp-case__img img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__img img {
    width: 100%;
    height: auto;
  }
}

.reform-lp-case__imglist {
  margin: 0 0 90px;
}

.reform-lp-case__imglist ul {
  max-width: 636px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__imglist ul {
    display: inherit;
  }
}

.reform-lp-case__imglist ul li {
  width: 143px;
  height: 69px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__imglist ul li {
    width: 100%;
    height: inherit;
    overflow: inherit;
  }
}

.reform-lp-case__imglist ul li.is-btnactive {
  border: 4px solid #ED7070;
}

.reform-lp-case__imglist ul li:hover {
  opacity: 0.8;
  cursor: pointer;
}

.reform-lp-case__imglist ul li img {
  width: 143px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 980px) {
  .reform-lp-case__imglist ul li img {
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.reform-lp-case__imglist2 {
  margin: 0 0 20px;
}

.reform-lp-case__imglist2 ul li img {
  width: 100%;
}

.reform-lp-case__text {
  max-width: 900px;
  margin: 0 auto;
}

.reform-lp-case__text p {
  text-align: justify;
  line-height: 2;
  font-size: 18px;
  margin: 0 0 55px;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__text p {
    font-size: 14px;
  }
}

.reform-lp-case__text2 {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  text-align: justify;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__text2 {
    font-size: 14px;
  }
}

.reform-lp-case__data {
  max-width: 900px;
  margin: 45px auto 0;
  border-top: 1px solid #DBDBDB;
  padding: 30px 0 0;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__data {
    margin: 20px auto 0;
    padding: 15px 0 0;
  }
}

.reform-lp-case__data-ttl {
  font-size: 22px;
  margin: 0 10px;
}

.reform-lp-case__data-list {
  margin: 0 0 100px;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__data-list {
    margin: 0 0 40px;
  }
}

.reform-lp-case__data-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__data-list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.reform-lp-case__data-list ul li {
  width: 33%;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__data-list ul li {
    width: 47%;
  }
}

.reform-lp-case__data-list ul li:last-child {
  width: 100%;
}

.reform-lp-case__data-list ul li dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 10px 0;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__data-list ul li dl {
    margin: 0;
    padding: 5px 0;
  }
}

.reform-lp-case__data-list ul li dt {
  margin: 0 10px 0 0;
  padding: 8px 16px;
  min-width: 105px;
  font-size: 16px;
  color: #000;
  background: #DBDBDB;
  border-radius: 100px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__data-list ul li dt {
    display: inline-block;
    height: 23px;
    padding: 4px 2px;
    font-size: 12px;
    min-width: 80px;
    white-space: inherit;
    line-height: 1.2;
  }
}

@media screen and (max-width: 980px) {
  .reform-lp-case__data-list ul li dt.dec-dt {
    height: 36px;
  }
}

.reform-lp-case__data-list ul li dd {
  text-align: left;
  margin: 0;
  vertical-align: middle;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__data-list ul li dd {
    margin: 0 2px;
    font-size: 12px;
    line-height: 1.2;
  }
}

.reform-lp-case .tab_box {
  max-width: 1158px;
  margin: 0 auto;
}

.reform-lp-case .tab_box .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 980px) {
  .reform-lp-case .tab_box .btn_area {
    height: 35px;
  }
}

.reform-lp-case .tab_box .tab_btn {
  width: 290px;
  padding: 10px 0 10px;
  color: #B2B2B2;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border-bottom: 7px solid #EEEEEE;
}

@media screen and (max-width: 980px) {
  .reform-lp-case .tab_box .tab_btn {
    font-size: 12px;
    color: #B2B2B2;
    background-color: #EEEEEE;
    border-left: 4px solid #ffffff;
    border-bottom: none;
  }
  .reform-lp-case .tab_box .tab_btn:first-child {
    border-left: none;
  }
}

.reform-lp-case .tab_box .tab_btn:hover {
  background-color: #010C6A;
  color: #fff;
}

.reform-lp-case .tab_box .tab_btn.active {
  position: relative;
  color: #010C6A;
  background-color: #ffffff;
  border-bottom: 7px solid #010C6A;
}

@media screen and (max-width: 980px) {
  .reform-lp-case .tab_box .tab_btn.active {
    color: #ffffff;
    border-left: 4px solid #010C6A;
    background-color: #010C6A;
    border-bottom: none;
  }
}

.reform-lp-case .tab_box .tab_panel {
  display: none;
}

.reform-lp-case .tab_box .tab_panel.active {
  display: block;
}

.reform-lp-case__list {
  padding: 50px 0 72px;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__list {
    padding: 26px 16px;
    border-top: 4px solid #010C6A;
  }
}

@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.reform-lp-case__list .slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.reform-lp-case__list .slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}

.reform-lp-case__list .content-wrap {
  height: 280px;
  overflow: hidden;
  position: relative;
  margin: 0;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__list .content-wrap {
    height: 300px;
  }
}

.reform-lp-case__list .more-btn {
  display: block;
  width: 100%;
  padding: 40px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #fff;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__list .more-btn {
    padding: 20px 0 0;
  }
}

.reform-lp-case__list .more-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 305px;
  margin: 0 auto 4px;
  text-align: center;
  height: 64px;
  color: #010C6A;
  font-size: 15px;
  border-radius: 100px;
  border: 1px solid #010C6A;
  -webkit-box-shadow: 0 13px 0px -10px #dbdbdb;
          box-shadow: 0 13px 0px -10px #dbdbdb;
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__list .more-btn a {
    width: 175px;
    height: 40px;
    font-size: 12px;
  }
}

.reform-lp-case__list .more-btn a span {
  position: absolute;
  right: 10%;
}

.reform-lp-case__list .close-btn {
  background: #fff;
}

.reform-lp-case__list .close-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 305px;
  margin: 0 auto 4px;
  color: #010C6A;
  font-size: 15px;
  text-align: center;
  height: 64px;
  border-radius: 100px;
  border: 1px solid #010C6A;
  -webkit-box-shadow: 0 13px 0px -10px #dbdbdb;
          box-shadow: 0 13px 0px -10px #dbdbdb;
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__list .close-btn a {
    width: 175px;
    height: 40px;
    font-size: 12px;
  }
}

.reform-lp-case__list .close-btn a span {
  position: absolute;
  right: 10%;
}

.reform-lp-case__list .slide-up {
  height: 280px;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__list .slide-up {
    height: 300px;
  }
}

.reform-lp-case__list .content-wrap.dec02 {
  height: 280px;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__list .content-wrap.dec02 {
    height: 310px;
  }
}

@media screen and (max-width: 400px) {
  .reform-lp-case__list .content-wrap.dec02 {
    height: 340px;
  }
}

.reform-lp-case__list .slide-up.dec02 {
  height: 280px;
}

@media screen and (max-width: 980px) {
  .reform-lp-case__list .slide-up.dec02 {
    height: 310px;
  }
}

@media screen and (max-width: 400px) {
  .reform-lp-case__list .slide-up.dec02 {
    height: 340px;
  }
}

.reform-lp-case__list .slide-down.dec02 {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}

.reform-lp-case__list .slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}

.reform-lp-point {
  padding: 88px 20px 50px;
  background-color: #FFEAE9;
}

@media screen and (max-width: 980px) {
  .reform-lp-point {
    padding: 30px 20px 10px;
  }
}

.reform-lp-point__ttl {
  text-align: center;
  margin: 0 0 45px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__ttl {
    max-width: 345px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    line-height: 1.6;
  }
}

.reform-lp-point__ttl-sub {
  height: 60px;
  display: block;
  margin: 0 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  background-image: url(../img/subttl_bg.png);
  background-size: auto 27px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__ttl-sub {
    height: 50px;
    margin: 0 0 22px;
    font-size: 14px;
    background-image: url(../img/subttl_bg_sp.png);
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

.reform-lp-point__ttl-img {
  display: block;
  max-width: 688px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__ttl-img {
    max-width: 345px;
    height: 60px;
  }
  .reform-lp-point__ttl-img img {
    width: 100%;
    height: auto;
  }
}

.reform-lp-point__ttl img {
  width: 100%;
  height: auto;
}

.reform-lp-point__ttl2 {
  margin: 0 0 20px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__ttl2 {
    position: relative;
    height: 60px;
  }
}

.reform-lp-point__ttl2 i {
  display: inline-block;
  width: 70px;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  background: url(../img/point_dec.png);
  background-size: 3px auto;
  background-repeat: no-repeat;
  background-position: center right;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__ttl2 i {
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: repeat-y;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px 0 10px;
  }
}

.reform-lp-point__ttl2 i img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.reform-lp-point__ttl2 strong {
  margin: 0 15px;
  font-size: 28px;
  font-weight: bold;
  color: #010C6A;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__ttl2 strong {
    font-size: 26px;
    position: absolute;
    top: 0px;
    left: 74px;
  }
}

.reform-lp-point__ttl2 span {
  font-size: 18px;
  padding: 0 0 6px 0;
  font-weight: bold;
  color: #010C6A;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__ttl2 span {
    font-size: 16px;
    position: absolute;
    top: 36px;
    left: 90px;
  }
}

.reform-lp-point__ttl-box {
  max-width: 1158px;
  margin: 0 auto 44px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__ttl-box {
    margin: 0 0 22px;
  }
}

.reform-lp-point__ttl-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reform-lp-point__ttl-box ul li {
  width: 31%;
  height: 60px;
  color: #010C6A;
  font-size: 24px;
  background: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__ttl-box ul li {
    height: 32px;
    font-size: 10px;
    border-radius: 5px;
  }
}

.reform-lp-point__ttl-box ul li i {
  display: block;
  width: 54px;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__ttl-box ul li i {
    width: 20px;
    margin: 0 2px 0 0;
    padding: 0 2px 0 0;
  }
}

.reform-lp-point__ttl-box ul li i img {
  width: 100%;
}

.reform-lp-point__list {
  max-width: 1158px;
  margin: 0 auto;
}

.reform-lp-point__list ul li {
  border-radius: 5px;
  margin: 0 0 50px;
  padding: 70px 100px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #AABCC3;
          box-shadow: 0 0 10px #AABCC3;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__list ul li {
    border-radius: 10px;
    padding: 20px 10px 10px;
    margin: 0 0 30px;
  }
}

.reform-lp-point__text {
  margin: 0 0 34px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__text {
    margin: 0 0 16px;
  }
}

.reform-lp-point__text p {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__text p {
    font-size: 16px;
  }
}

.reform-lp-point__text p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #BCFFFA));
  background: linear-gradient(transparent 60%, #BCFFFA 60%);
}

.reform-lp-point__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__box {
    display: inherit;
    margin: 0 0 30px;
  }
}

.reform-lp-point__img {
  width: 317px;
  margin: 0 0 40px 20px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__img {
    width: 100%;
    margin: 0;
  }
}

.reform-lp-point__img img {
  width: 100%;
  height: auto;
}

.reform-lp-point__future {
  line-height: 2;
}

.reform-lp-point__future-ttl {
  padding: 5px 0 0 66px;
  height: 50px;
  font-size: 20px;
  color: #ffffff;
  background: #ED7070;
  border-radius: 10px 10px 0 0;
  background-image: url(../img/future_dec01.png);
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: 30px center;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-ttl {
    width: 142px;
    padding: 5px 0 0 46px;
    font-size: 14px;
    height: 37px;
    background-size: 23px auto;
    background-position: 12px center;
  }
}

.reform-lp-point__future-ttl2 {
  color: #010C6A;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 6px;
  line-height: 1.2;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-ttl2 {
    font-size: 16px;
  }
}

.reform-lp-point__future-ttl3 {
  position: relative;
  padding: 0 0 0 130px;
  margin: 0 0 10px 0;
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ED7070;
  font-size: 22px;
  line-height: 1.6;
  background-image: url(../img/future_dec02.png);
  background-size: 114px auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-ttl3 {
    font-size: 16px;
    padding: 30px 0 0 0;
    background: none;
  }
  .reform-lp-point__future-ttl3::before {
    content: '';
    position: absolute;
    width: 82px;
    height: 47px;
    top: -20px;
    left: -30px;
    background-image: url(../img/future_dec02.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0;
  }
}

.reform-lp-point__future-text {
  font-size: 18px;
  text-align: justify;
  margin: 0 0 12px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-text {
    margin: 0 0 12px;
    font-size: 14px;
  }
}

.reform-lp-point__future-text-sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-text-sp {
    display: inline;
  }
}

.reform-lp-point__future-text2 {
  margin: 0;
}

.reform-lp-point__future-text2 p {
  text-align: justify;
  font-size: 18px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-text2 p {
    font-size: 14px;
  }
}

.reform-lp-point__future-text3 {
  font-size: 18px;
  text-align: justify;
  margin: 0;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-text3 {
    margin: 0 0 12px;
    font-size: 14px;
  }
}

.reform-lp-point__future-text3-sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-text3-sp {
    display: inline;
  }
}

.reform-lp-point__future-text4 {
  width: 244px;
  font-size: 16px;
  text-align: justify;
  margin: 0 0 12px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-text4 {
    width: inherit;
    margin: 0 0 12px;
    font-size: 14px;
  }
}

.reform-lp-point__future-text4-sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-text4-sp {
    display: inline;
  }
}

.reform-lp-point__future-notice {
  margin: 0 0 12px;
}

.reform-lp-point__future-notice p {
  font-size: 16px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-notice p {
    font-size: 10px;
  }
}

.reform-lp-point__future-block {
  background: #FCF0F1;
  border-radius: 10px;
}

.reform-lp-point__future-box {
  border-top: 1px solid #787878;
  border-left: 1px solid #787878;
  border-right: 1px solid #787878;
  border-bottom: 1px solid #787878;
  padding: 14px 22px 22px;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-box {
    padding: 16px 10px 10px;
    border-radius: 0 10px 10px 10px;
  }
}

.reform-lp-point__future-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 22px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-box2 {
    display: inherit;
    padding: 12px 20px;
  }
}

.reform-lp-point__future-box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-box3 {
    display: inherit;
  }
}

.reform-lp-point__future-box4 {
  padding: 14px 22px 22px;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-box4 {
    padding: 14px 20px 5px;
  }
}

.reform-lp-point__future-box5 {
  padding: 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-box5 {
    padding: 14px 0 0;
    display: inherit;
  }
}

.reform-lp-point__future-left5 {
  width: 49%;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-left5 {
    width: inherit;
  }
}

.reform-lp-point__future-right5 {
  width: 405px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-right5 {
    width: inherit;
  }
}

.reform-lp-point__future-img {
  width: 244px;
  margin: 15px 0 0 15px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-img {
    width: 100%;
    margin: 0;
  }
}

.reform-lp-point__future-img img {
  width: 100%;
  height: auto;
}

.reform-lp-point__future-img2 {
  width: 244px;
  margin: 15px 0 0 15px;
}

.reform-lp-point__future-img2 img {
  width: 100%;
  height: auto;
}

.reform-lp-point__future-img3 {
  width: 280px;
  margin: 0;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-img3 {
    width: 100%;
    margin: 0 0 16px;
  }
}

.reform-lp-point__future-img3 img {
  width: 100%;
  height: auto;
}

.reform-lp-point__future-img3 span {
  margin: 5px 0 0 0;
  display: block;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -1px;
}

@media screen and (max-width: 980px) {
  .reform-lp-point__future-img3 span {
    font-size: 14px;
    margin: 5px 0 0 0;
  }
}

.reform-lp-point__future-img4 {
  width: 100%;
  margin: 0;
}

.reform-lp-point__future-img4 img {
  width: 100%;
  height: auto;
}

.reform-lp-policy {
  background-image: url(../img/policy_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 50px;
}

@media screen and (max-width: 980px) {
  .reform-lp-policy {
    background-image: url(../img/policy_bg_sp.jpg);
    background-size: cover;
    background-position: center;
    padding: 0 0 60% 0;
  }
}

.reform-lp-policy__inner {
  max-width: 1210px;
  margin: 0 auto;
  text-align: right;
}

@media screen and (max-width: 980px) {
  .reform-lp-policy__inner {
    text-align: center;
  }
}

.reform-lp-policy__ttl {
  width: 424px;
  margin: 0 auto 35px;
  list-style: 1;
}

@media screen and (max-width: 980px) {
  .reform-lp-policy__ttl {
    width: 200px;
  }
}

.reform-lp-policy__ttl img {
  width: 100%;
  height: auto;
}

.reform-lp-policy__text p {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 18px;
  margin: 0 0 40px;
  line-height: 2;
}

@media screen and (max-width: 980px) {
  .reform-lp-policy__text p {
    font-size: 16px;
    margin: 0 0 34px;
  }
}

.reform-lp-policy__text p span {
  font-weight: bold;
  color: #010C6A;
}

.reform-lp-policy__text p:last-child {
  margin: 0;
}

.reform-lp-policy__block {
  display: inline-block;
  padding: 50px 30px 50px;
  width: 481px;
  border-radius: 5px;
  opacity: 0.8;
  background: #FFF;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .reform-lp-policy__block {
    display: block;
    border-radius: inherit;
    width: inherit;
    padding: 40px 0 100px;
    background: none;
  }
}

.reform-lp-policy__img {
  width: 100%;
}

.reform-lp-policy__img img {
  width: 100%;
  height: auto;
}

.reform-lp-voice {
  padding: 94px 20px 88px;
  background: #F8F8F8;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice {
    padding: 36px 0 50px;
  }
}

.reform-lp-voice__ttl {
  text-align: center;
  max-width: 688px;
  margin: 0 auto 45px;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__ttl {
    max-width: 345px;
    width: 100%;
    height: auto;
    margin: 0 auto 36px;
    line-height: 1.6;
  }
}

.reform-lp-voice__ttl-sub {
  height: 60px;
  display: block;
  margin: 0 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  background-image: url(../img/subttl_bg.png);
  background-size: auto 27px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__ttl-sub {
    font-size: 14px;
    height: 50px;
    margin: 0 0 15px;
    background-image: url(../img/subttl_bg_sp.png);
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

.reform-lp-voice__ttl-img {
  display: block;
  max-width: 688px;
  height: 100px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__ttl-img {
    max-width: 345px;
    height: 60px;
  }
}

.reform-lp-voice__ttl-img img {
  width: 100%;
  height: auto;
}

.reform-lp-voice__ttl img {
  width: 100%;
  height: auto;
}

.reform-lp-voice__ttl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 94px;
  padding: 0 60px 0 0;
  background-image: url(../img/voice_dec01.png);
  background-size: 36px auto;
  background-repeat: no-repeat;
  background-position: 98% center;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__ttl2 {
    position: relative;
    display: block;
    height: 80px;
    padding: 0 0 0 60px;
    background-size: 25px auto;
    background-position: 95% center;
  }
}

.reform-lp-voice__ttl2.is-open {
  background-image: url(../img/voice_dec02.png);
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__ttl2.is-open {
    background-size: 25px auto;
  }
}

.reform-lp-voice__ttl2:hover {
  cursor: pointer;
  opacity: 0.8;
}

.reform-lp-voice__inner {
  max-width: 1106px;
  margin: 0 auto;
}

.reform-lp-voice__table {
  display: none;
  max-width: 1107px;
  margin: 0 auto;
  padding: 36px 85px;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__table {
    padding: 10px 10px;
  }
}

.reform-lp-voice__table table {
  width: 100%;
  border-spacing: 0;
}

.reform-lp-voice__table table tr {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.reform-lp-voice__table table tr:last-child th {
  border-bottom: none;
}

.reform-lp-voice__table table tr:last-child td {
  border-bottom: none;
}

.reform-lp-voice__table table tr th {
  width: 20%;
  height: 70px;
  text-align: center;
  font-size: 16px;
  text-align: center;
  color: #010C6A;
  border-spacing: 0;
  border-right: solid #eeeeee 1px;
  border-bottom: solid #eeeeee 1px;
  padding: 0 10px;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__table table tr th {
    width: 120px;
    height: inherit;
    font-size: 14px;
    text-align: left;
    padding: 10px 10px;
  }
}

.reform-lp-voice__table table tr th span {
  display: none;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__table table tr th span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    color: #ED7070;
    font-size: 12px;
    white-space: nowrap;
  }
}

.reform-lp-voice__table table tr th span strong {
  display: none;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__table table tr th span strong {
    margin: 0 5px 0 0;
    color: #ED7070;
    font-size: 26px;
    display: inline-block;
  }
}

.reform-lp-voice__table table tr td {
  height: 70px;
  text-align: center;
  color: #333333;
  font-size: 12px;
  border-spacing: 0;
  border-right: solid #eeeeee 1px;
  border-bottom: solid #eeeeee 1px;
  line-height: 1.6;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__table table tr td {
    height: inherit;
  }
}

.reform-lp-voice__table table tr td span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #BCFFFA));
  background: linear-gradient(transparent 60%, #BCFFFA 60%);
}

.reform-lp-voice__table table tr td:nth-child(2) {
  width: 10%;
  height: 70px;
  font-size: 12px;
  color: #ED7070;
  line-height: 1.2;
  border-right: none;
}

.reform-lp-voice__table table tr td:nth-child(2) strong {
  font-size: 40px;
  display: block;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__table table tr td:nth-child(2) {
    display: none;
  }
}

.reform-lp-voice__table table tr td:last-child {
  width: 70%;
  border-right: none;
  font-size: 12px;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__table table tr td:last-child {
    width: inherit;
  }
}

.reform-lp-voice__table table tr td p {
  margin: 0 0 0 20px;
  color: #333333;
  line-height: 1.6;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__list {
    padding: 0 15px;
  }
}

.reform-lp-voice__list ul li {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #010C6A;
  margin: 0 0 50px;
}

.reform-lp-voice__list ul li:last-child {
  margin: 0;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__list ul li {
    margin: 0 0 20px;
  }
}

.reform-lp-voice__img {
  margin: 0 0 0 50px;
  width: 50px;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__img {
    position: absolute;
    top: 10px;
    left: 8px;
    margin: 0;
  }
}

.reform-lp-voice__img img {
  width: 100%;
  height: auto;
}

.reform-lp-voice__name {
  margin: 0 0 0 33px;
  font-size: 24px;
  font-weight: bold;
  color: #010C6A;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__name {
    margin: 0;
    padding: 12px 0 0 0;
    font-size: 20px;
  }
}

.reform-lp-voice__case {
  padding: 0 10px 2px 10px;
  margin: 0 0 0 15px;
  font-size: 16px;
  color: #fff;
  background-color: #ED7070;
}

@media screen and (max-width: 980px) {
  .reform-lp-voice__case {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 11px;
  }
}

.reform-lp-flow {
  padding: 94px 0 120px;
  border-bottom: 1px solid #DBDBDB;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow {
    padding: 40px 0 20px;
  }
}

.reform-lp-flow__ttl {
  max-width: 688px;
  text-align: center;
  margin: 0 auto 45px;
}

@media screen and (max-width: 980px) {
  .reform-lp-flow__ttl {
    max-width: 345px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    line-height: 1.6;
  }
}

.reform-lp-flow__ttl-sub {
  height: 60px;
  display: block;
  margin: 0 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  background-image: url(../img/subttl_bg.png);
  background-size: auto 27px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 980px) {
  .reform-lp-flow__ttl-sub {
    font-size: 14px;
    height: 70px;
    margin: 0 0 22px;
    background-image: url(../img/subttl_bg_sp.png);
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

.reform-lp-flow__ttl-img {
  display: block;
  max-width: 688px;
  height: 100px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .reform-lp-flow__ttl-img {
    max-width: 345px;
    height: 60px;
  }
}

.reform-lp-flow__ttl-img img {
  width: 100%;
  height: auto;
}

.reform-lp-flow__ttl img {
  width: 100%;
  height: auto;
}

.reform-lp-flow__inner {
  padding: 0 15px;
}

.reform-lp-flow__list {
  max-width: 1160px;
  margin: 0 auto;
  background-image: url(../img/flow_bg.png);
  background-size: 1160px auto;
  background-repeat: no-repeat;
  background-position: left top;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__list {
    background-image: url(../img/flow_line.png), url(../img/flow_line2.png);
    background-size: 1px auto,36px auto;
    background-repeat: repeat-y,no-repeat;
    background-position: 32px 0,15px bottom;
  }
}

.reform-lp-flow__list ul li {
  margin: 0 0 105px 0;
}

.reform-lp-flow__list ul li:nth-child(1) {
  padding: 70px 0 0 0;
  margin: 0 0 0 130px;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__list ul li:nth-child(1) {
    padding: 15px 0 30px 70px;
    margin: 0px 0 35px 0;
    background-image: url(../img/flow_dec01.png);
    background-size: 60px auto;
    background-repeat: no-repeat;
  }
}

.reform-lp-flow__list ul li:nth-child(2) {
  padding: 110px 0 0;
  margin: 0px 0 0 460px;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__list ul li:nth-child(2) {
    padding: 15px 0 30px 70px;
    margin: 0px 0 0 0;
    background-image: url(../img/flow_dec02.png);
    background-size: 60px auto;
    background-repeat: no-repeat;
  }
}

.reform-lp-flow__list ul li:nth-child(3) {
  padding: 70px 0 0 0;
  margin: 0px 0 0 130px;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__list ul li:nth-child(3) {
    padding: 15px 0 30px 70px;
    margin: 0px 0 0 0;
    background-image: url(../img/flow_dec03.png);
    background-size: 60px auto;
    background-repeat: no-repeat;
  }
}

.reform-lp-flow__list ul li:nth-child(4) {
  padding: 140px 0 0 0;
  margin: 0px 0 0 460px;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__list ul li:nth-child(4) {
    padding: 15px 0 30px 70px;
    margin: 0px 0 0 0;
    background-image: url(../img/flow_dec04.png);
    background-size: 60px auto;
    background-repeat: no-repeat;
  }
}

.reform-lp-flow__list ul li:nth-child(5) {
  padding: 70px 0 0 0;
  margin: 0px 0 0 130px;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__list ul li:nth-child(5) {
    padding: 15px 0 30px 70px;
    margin: 0px 0 0 0;
    background-image: url(../img/flow_dec05.png);
    background-size: 60px auto;
    background-repeat: no-repeat;
  }
}

.reform-lp-flow__list ul li:nth-child(6) {
  padding: 100px 0 0 0;
  margin: 0px 0 0 460px;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__list ul li:nth-child(6) {
    padding: 15px 0 30px 70px;
    margin: 0px 0 0 0;
    background-image: url(../img/flow_dec06.png);
    background-size: 60px auto;
    background-repeat: no-repeat;
  }
}

.reform-lp-flow__list ul li:nth-child(7) {
  padding: 110px 0 0 0;
  margin: 0px 0 0 130px;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__list ul li:nth-child(7) {
    padding: 15px 0 30px 70px;
    margin: 0px 0 0 0;
    background-image: url(../img/flow_dec07.png);
    background-size: 60px auto;
    background-repeat: no-repeat;
  }
}

.reform-lp-flow__list ul li:nth-child(8) {
  padding: 170px 0 0 0;
  margin: 0;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__list ul li:nth-child(8) {
    display: none;
  }
}

.reform-lp-flow__box {
  max-width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reform-lp-flow__left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 120px;
  }
}

.reform-lp-flow__right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 120px);
  }
}

.reform-lp-flow__box2 {
  padding: 30px 30px;
  border-radius: 10px;
  margin: 13px 0 0;
  max-width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EEEEEE;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__box2 {
    padding: 12px;
    display: inherit;
  }
}

.reform-lp-flow__box3 {
  width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FCF0F1;
  border-radius: 10px;
  padding: 30px 60px;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__box3 {
    display: none;
    margin: inherit;
  }
}

.reform-lp-flow__box4 {
  display: none;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__box4 {
    margin: 10px 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FCF0F1;
    border-radius: 10px;
    padding: 20px;
  }
}

.reform-lp-flow__left2 {
  height: 90px;
  width: 430px;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__left2 {
    width: inherit;
    height: inherit;
  }
}

.reform-lp-flow__right2 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__right2 {
    width: 100%;
  }
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__left4 {
    width: calc(100% - 120px);
    height: inherit;
  }
}

.reform-lp-flow__right4 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__right4 {
    width: 120px;
  }
}

.reform-lp-flow__btn {
  width: 100%;
}

.reform-lp-flow__btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  width: 306px;
  height: 61px;
  text-align: center;
  color: #010C6A;
  border: 1px solid #010C6A;
  background: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0 14px 0px -10px #dbdbdb;
          box-shadow: 0 14px 0px -10px #dbdbdb;
  font-size: 15px;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__btn a {
    width: 229px;
    height: 40px;
    margin: 0 auto;
    font-size: 12px;
  }
}

.reform-lp-flow__btn a span {
  position: absolute;
  top: 30%;
  right: 6%;
}

.reform-lp-flow__btn2 {
  margin: -20px 0 0 300px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__btn2 {
    margin: 10px 0 0;
  }
}

.reform-lp-flow__btn2 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  width: 306px;
  height: 65px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 14px 0px -10px #dbdbdb;
          box-shadow: 0 14px 0px -10px #dbdbdb;
  background-color: #ED7070;
  background-image: url(../img/future_dec01.png);
  background-position: 30% center;
  background-size: 32px auto;
  background-repeat: no-repeat;
  padding: 0 0 0 50px;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__btn2 a {
    margin: 0 auto;
    width: 230px;
    height: 40px;
    padding: 0 0 0 20px;
    font-size: 12px;
    background-color: #ED7070;
    background-image: url(../img/future_dec01.png);
    background-position: 26% center;
    background-size: 18px auto;
    background-repeat: no-repeat;
  }
}

.reform-lp-flow__btn2 a span {
  position: absolute;
  top: 30%;
  right: 10%;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__btn2 a span {
    right: 10%;
  }
}

.reform-lp-flow__ttl2 {
  font-size: 26px;
  font-weight: bold;
  color: #010C6A;
  margin: 0 0 20px;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__ttl2 {
    font-size: 18px;
    margin: 0 0 15px;
    white-space: nowrap;
  }
}

.reform-lp-flow__ttl3 {
  font-size: 24px;
  font-weight: bold;
  color: #010C6A;
  margin: 0 0 10px;
  line-height: 1;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__ttl3 {
    font-size: 16px;
  }
}

.reform-lp-flow__ttl4 {
  font-size: 26px;
  font-weight: bold;
  color: #ED7070;
  margin: 0 0 20px;
}

.reform-lp-flow__ttl5 {
  font-size: 18px;
  font-weight: bold;
  color: #ED7070;
  margin: 0 0 10px;
}

.reform-lp-flow__text p {
  white-space: nowrap;
  line-height: 2;
  color: #333333;
  font-size: 18px;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__text p {
    white-space: inherit;
    line-height: 1.6;
    font-size: 14px;
    margin: 0 10px 16px 0;
  }
}

.reform-lp-flow__text2 p {
  line-height: 2;
  color: #333333;
  font-size: 18px;
  white-space: nowrap;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__text2 p {
    margin: 0 10px 0 0;
    line-height: 1.6;
    font-size: 14px;
    white-space: inherit;
  }
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__text5 p {
    margin: 0 10px 0 0;
    line-height: 1.6;
    font-size: 14px;
    white-space: inherit;
  }
}

.reform-lp-flow__img {
  width: 243px;
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1160px) {
  .reform-lp-flow__img {
    width: 120px;
    margin: 40px 0 0;
  }
}

.reform-lp-flow__img img {
  width: 100%;
  height: auto;
}

.reform-lp-footer {
  background: #333333;
  height: 64px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1160px) {
  .reform-lp-footer {
    height: inherit;
  }
}

.reform-lp-footer__copy {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 1160px) {
  .reform-lp-footer__copy {
    font-size: 14px;
    padding: 18px 0;
  }
}

.reform-lp-floating {
  display: none;
}

@media screen and (max-width: 1160px) {
  .reform-lp-floating {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }
}

.reform-lp-floating__inner {
  width: 100%;
}

.reform-lp-floating__list {
  padding: 0 15px;
  background-color: #FFEAE9;
}

.reform-lp-floating__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
}

.reform-lp-floating__list ul li {
  width: 25%;
}

.reform-lp-floating__list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-image: url(../img/floating_dec00.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 40px;
}

.reform-lp-floating__list ul li a > div {
  width: 100%;
  margin: 0 0 16px;
}

.reform-lp-floating__list ul li a i {
  display: block;
  width: 22px;
  margin: 0 auto 3px;
}

.reform-lp-floating__list ul li a i img {
  width: 100%;
  vertical-align: middle;
}

.reform-lp-floating__list ul li a span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
}

.reform-lp-floating__list ul li:nth-child(1) a i {
  width: 14px;
}

.reform-lp-floating__list ul li:nth-child(1) a i img {
  width: 100%;
}

.reform-lp-floating__list ul li:nth-child(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reform-lp-floating__list ul li:nth-child(2) a i {
  width: 13px;
}

.reform-lp-floating__list ul li:nth-child(2) a i img {
  width: 100%;
}

.reform-lp-floating__list ul li:nth-child(3) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reform-lp-floating__list ul li:nth-child(3) a i {
  width: 12px;
}

.reform-lp-floating__list ul li:nth-child(3) a i img {
  width: 100%;
}

.reform-lp-floating__list ul li:nth-child(4) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: none;
}

.reform-lp-floating__list ul li:nth-child(4) a i {
  width: 41px;
}

.reform-lp-floating__list ul li:nth-child(4) a i img {
  width: 100%;
}

.reform-lp-floating__sub-btn {
  display: none;
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 100%;
}

.reform-lp-floating__sub-btn ul {
  height: 50px;
}

.reform-lp-floating__sub-btn ul li {
  width: 50%;
  height: 50px;
}

.reform-lp-floating__sub-btn ul li a {
  height: 50px;
  font-size: 14px;
  color: #fff;
  background-color: #ED7070;
}

.reform-lp-floating__sub-btn ul li:first-child a {
  background-size: auto 35px;
}

.reform-lp-floating__sub-btn ul li:last-child a {
  background-image: none;
}

.modal-open .modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2500;
  background: #000000;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
  opacity: 0.8;
}

.modal-box {
  display: none;
}

.modal-open .modal-box {
  top: 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3000;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

@media screen and (max-width: 1160px) {
  .modal-open .modal-box {
    padding: 25px;
  }
}

.modal-open .modal-box__inner {
  position: relative;
  text-align: center;
  width: 953px;
  padding: 0;
  background: #fff;
  border-radius: 5px 5px 5px 5px;
}

.modal-open .modal-box__ttl {
  position: relative;
  color: #fff;
  background: #ED7070;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  padding: 0 0 0 80px;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  background-image: url(../img/modal_ttl.png), url(../img/modal_close.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 43px auto,25px auto;
  background-position: 30px center,98% center;
}

@media screen and (max-width: 1160px) {
  .modal-open .modal-box__ttl {
    font-size: 14px;
    height: 37px;
    background-image: url(../img/modal_ttl.png), url(../img/modal_close.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 23px auto,25px auto;
    background-position: 30px center,98% center;
  }
}

.modal-open .modal-box__btn {
  content: '';
  position: absolute;
  width: 64px;
  height: 74px;
  display: block;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1160px) {
  .modal-open .modal-box__btn {
    width: 37px;
    height: 37px;
  }
}

.modal-open .modal-box__btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.modal-open .modal-box__ttl2 {
  color: #010C6A;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 1160px) {
  .modal-open .modal-box__ttl2 {
    font-size: 16px;
  }
}

.modal-open .modal-box__text {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 1160px) {
  .modal-open .modal-box__text {
    font-size: 14px;
  }
}

.modal-open .modal-box__box {
  padding: 30px 25px;
}

.slick-dots {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 35px;
}

.slick-prev.slick-arrow {
  position: absolute;
  top: 47%;
  left: -11px;
  z-index: 10;
  width: 35px;
  height: 35px;
  z-index: 100;
  line-height: inherit;
}

.slick-next.slick-arrow {
  position: absolute;
  top: 47%;
  right: -11px;
  z-index: 10;
  width: 35px;
  height: 35px;
  z-index: 100;
  line-height: inherit;
}

.slick-next:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../img/dec_next.png);
  background-size: 35px auto;
  z-index: 100;
  line-height: inherit;
}

.slick-prev:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../img/dec_prev.png);
  background-size: 35px auto;
  z-index: 100;
  line-height: inherit;
}
