@charset "UTF-8";
.free {
  padding-top: 45px;
  padding-bottom: 70px;
  background-color: #f6f6f6;
}
.free h2 {
  font-size: 5rem;
  margin-bottom: 20px;
}
.free h3 {
  font-size: 4.4rem;
}
.free img {
  width: 200px;
}
.free .btn {
  margin-top: -45px;
  background-color: #f7773c;
}
.check {
  padding-top: 65px;
  padding-bottom: 50px;
  background-color: #ecf1fc;
}
.check__ttl {
  text-align: center;
}
.check__ttl h2 {
  display: inline-block;
  position: relative;
  font-size: 2.6rem;
  color: #fff;
  padding: 20px 45px;
  margin: 0 auto 90px;
  background-color: #007fd6;
  border-radius: 10px;
}
.check__ttl h2::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-color: #007fd6 transparent transparent;
  border-style: solid;
  border-width: 20px 20px 0;
  bottom: -18px;
}
.check__list--item {
  width: calc((100% - 70px) / 3);
  padding: 20px 15px 45px;
  margin-bottom: 35px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.check__list--item h3 {
  display: inline-block;
  font-size: 2rem;
  color: #0077de;
  margin-bottom: 25px;
  border-bottom: 1px solid #0076d5;
  -o-border-image: linear-gradient(to right, #0076d5, 50%, #27acf6);
  border-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0076d5),
    color-stop(50%),
    to(#27acf6)
  );
  border-image: linear-gradient(to right, #0076d5, 50%, #27acf6);
  border-image-slice: 1;
}
.check__list--item h3 span {
  display: inline-block;
}
.check__list--item img {
  display: block;
  margin-bottom: 25px;
}
.point {
  background-color: #ecf1fc;
}
.point__container {
  padding-top: 80px;
  padding-bottom: 60px;
}
.point__ttl {
  padding-top: 35px;
  padding-bottom: 35px;
  color: #fff;
  background-color: #37495f;
}
.point__ttl h2 {
  margin-bottom: 0;
}
.point__flex--img {
  width: 43%;
  margin-top: 60px;
}
.point__flex--txt {
  width: 43%;
}
.point__flex--txt h3 {
  font-size: 3rem;
  margin-bottom: 40px;
  line-height: 1.6em;
}
.pro h2 {
  font-size: 4.2rem;
  margin-bottom: 100px;
  line-height: 1.5em;
  text-align: center;
}
.pro-flex img {
  width: 45%;
}
.pro-flex-txt {
  width: 45%;
}
.pro-flex-txt h3 {
  font-size: 2.6rem;
  margin-bottom: 35px;
}
.pro-flex-txt p {
  font-size: 1.6rem;
  line-height: 1.5em;
}
.works-ttl {
  position: relative;
  font-size: 3.6rem;
  padding: 0.5em;
  margin-bottom: 100px;
  background: #37495f;
  color: #fff;
}
.works-ttl::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 20px;
  border: 30px solid transparent;
  border-top: 30px solid #37495f;
  width: 0;
  height: 0;
}
.works-item {
  margin-bottom: 110px;
}
.works-item-ttl {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.works-item-ttl h3 {
  width: 75%;
  font-size: 2rem;
  padding: 20px 0 20px 15px;
  background-color: #f5f5f5;
}
.works-item-ttl h3 span {
  display: inline-block;
  color: #0076ff;
  margin-right: 30px;
}
.works-item-ttl img {
  width: 20%;
}
.works-item-content {
  padding: 45px 25px 20px;
  background-color: #ecf1fc;
}
.works-item-content img {
  width: 45%;
}
.works-item-content-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.works-item-content-txt .works-item-content-txt-price {
  font-size: 3.6rem;
  margin-top: auto;
  text-align: right;
  border-bottom: 1px solid #000;
}
.works-item-content-txt .works-item-content-txt-price span {
  color: #ff864e;
}
.works-link a {
  display: block;
  color: #39a0ff;
  text-decoration: underline;
}
.info {
  background-color: #f0eaea;
}
.info-item {
  padding-top: 90px;
  padding-bottom: 75px;
}
.info-item-top {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  border: 3px solid #37495f;
}
.info-item-top-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -15px;
  margin-bottom: 55px;
  text-align: center;
}
.info-item-top-ttl span {
  font-size: 2.2rem;
  padding-left: 20px;
  padding-right: 20px;
  color: #37495f;
  background-color: #f0eaea;
}
.info-item-top-flex {
  margin-bottom: 30px;
  justify-content: center;
}
.info-item-top-flex .btn {
  width: calc((100% - 70px) / 3);
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.info-item-top-flex .btn.or {
  background-color: #f7773c;
}
.info-item-top-flex .btn.gr {
  background-color: #00a848;
}
.info-item-top-flex .btn.bl {
  background-color: #05a4ca;
}
.info-item-top h2 {
  font-size: 3.3rem;
  margin-bottom: 30px;
  text-align: center;
}
.info-item-top p {
  margin-bottom: 20px;
  text-align: center;
}
.info-item-bottom {
  padding-top: 25px;
  color: #fff;
  background: #37495f;
}
.info-item-bottom h3 {
  font-size: 2.6rem;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}
.info-item-bottom .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info-item-bottom .flex img {
  width: 140px;
}
.info-item-bottom .flex a img {
  width: 450px;
}
.info-nyb {
  color: #fff;
  background-color: #37495f;
}
.info-nyb .info-item-top {
  border: 3px solid #f0eaea;
}
.info-nyb .info-item-top-ttl span {
  color: #fff;
  background-color: #37495f;
}
.info-nyb .info-item-bottom {
  color: #000;
  background: #f0eaea;
}
.info-nyb .info-item-top h2 {
  color: #fff;
}
.info-nyb .info-item-bottom h3 {
  color: #000;
}
.reasons-item {
  width: calc((100% - 100px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.reasons-item-img {
  display: block;
  margin: 0 auto 80px;
  width: 130px;
  height: 130px;
  background-color: #f5f5f5;
  border-radius: 50%;
}
.reasons-item-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.reasons-item h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}
.reasons-item p {
  margin-bottom: 25px;
}
.reasons-item span {
  display: block;
  font-size: 1.3rem;
  margin-top: auto;
}
.table {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ecf1fc;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table tr th {
  padding: 5px 0;
  border: solid 1px #ecf1fc;
  text-align: center;
  vertical-align: middle;
}
.table table tr td {
  padding: 10px 0;
  border: solid 1px #ecf1fc;
  text-align: center;
  vertical-align: middle;
}
.table table tr td em {
  display: block;
  font-family: sans-serif;
}
.table table tr td em.red {
  font-size: 4rem;
  font-weight: 700;
  color: #f14b1d;
  padding-bottom: 3px;
  vertical-align: middle;
}
.table table tr td em.blu {
  font-size: 4.8rem;
  font-weight: 700;
  padding-bottom: 3.5px;
  color: #1d4ef1;
  vertical-align: middle;
}
.table table tr td em.grn {
  font-size: 4rem;
  font-weight: 700;
  color: #87f11d;
  padding-bottom: 3px;
  vertical-align: middle;
}
.table table tr td span {
  display: inline-block;
}
.table-wrap-none {
  border: none !important;
  background-color: transparent !important;
}
.table-wrap-proreve {
  position: relative;
}
.table-wrap-proreve div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: #80baff;
}
.table-wrap-proreve div img {
  width: 70%;
}
.table-wrap-ather {
  position: relative;
}
.table-wrap-ather span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #c3c3c3;
}
.table-wrap-name {
  font-size: 2.4rem;
  width: 20%;
  color: #fff;
  background-color: #37495f;
  min-width: 68px;
}
.table-wrap-item {
  font-size: 1.8rem;
  background-color: #fff;
}
.voice {
  padding-top: 90px;
  padding-bottom: 70px;
  background-color: #f0eaea;
}
.voice-item {
  width: calc((100% - 60px) / 3);
  padding: 20px 10px;
  background-color: #fff;
}
.voice-item .flex {
  margin-bottom: 30px;
}
.voice-item .flex img {
  width: 125px;
  height: 125px;
}
.voice-item .flex .voice-item-prof {
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
.voice-item .flex .voice-item-prof span {
  color: #ff7f00;
}
.flow-item {
  margin-bottom: 45px;
}
.flow-item-img {
  padding: 20px 25px;
  background-color: #37495f;
}
.flow-item-img span {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}
.flow-item-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.flow-item-txt {
  width: 65%;
}
.flow-item-txt h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.faq {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #f0eaea;
}
.faq-contents dl div {
  padding: 15px 20px;
  margin-bottom: 35px;
  background-color: #e4e4e4;
}
.faq-contents dl div dt {
  font-size: 2rem;
  padding-bottom: 10px;
}
.faq-contents dl div dt span {
  display: inline-block;
  font-weight: 700;
  color: #37495f;
  margin-right: 25px;
}
.faq-contents dl div dd {
  padding: 15px 10px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .pro-flex-txt {
    width: 50%;
  }
  .reasons-item {
    width: calc((100% - 60px) / 3);
  }
  .voice-item {
    width: calc((100% - 40px) / 3);
  }
  .voice-item .flex img {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 768px) {
  .free {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .free h2 {
    font-size: 4rem;
  }
  .free h3 {
    font-size: 3rem;
  }
  .free-wrap .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .free img {
    display: block;
    width: 30%;
    margin-top: 40px;
    margin-left: auto;
  }
  .free .btn {
    position: relative;
    top: -50px;
    max-width: 68%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .info-item-bottom .flex a img {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  .pro h2 {
    font-size: 3.3rem;
    margin-bottom: 60px;
  }
  .works-item-content,
  .works-item-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pro-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 90px;
  }
  .pro-flex img {
    width: 100%;
  }
  .point__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .point__flex--txt,
  .pro-flex-txt {
    width: 100%;
    margin-bottom: 65px;
  }
  .works-ttl {
    font-size: 3.3rem;
  }
  .works-item-ttl h3 {
    width: 100%;
  }
  .works-item-ttl img {
    display: block;
    width: 25%;
    margin-left: auto;
  }
  .works-item-content img {
    width: 100%;
    margin-bottom: 35px;
  }
  .works-item-content-txt {
    width: 100%;
  }
  .works-item-content-txt .txt {
    margin-bottom: 45px;
  }
  .works-item-content-txt .works-item-content-txt-price {
    font-size: 3rem;
  }
  .works-item {
    margin-bottom: 90px;
  }
  .info-item-top h2 {
    font-size: 3rem;
  }
  .info-item-top h2 span {
    display: inline-block;
  }
  .info-item-top-ttl {
    margin-bottom: 45px;
  }
  .info-item-top-flex .btn {
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .info-item-bottom h3 span {
    display: inline-block;
  }
  .info-item-bottom .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .reasons-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 45px;
  }
  .table-wrap-name {
    font-size: 1.8rem;
  }
  .voice {
    padding-top: 60px;
  }
  .voice-item {
    width: 100%;
    margin-bottom: 45px;
  }
  .flow-item-img {
    padding: 10px 0;
    width: 25%;
  }
  .flow-item-img img {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }
  .flow-item-txt {
    width: 70%;
  }
  .voice-item .flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .voice-item .flex .voice-item-prof {
    margin-left: 25px;
  }
  .faq-contents dl div dt span {
    margin-right: 5px;
  }
  .check__ttl h2 {
    font-size: 2.4rem;
    padding: 15px 45px;
  }
  .check__list--item {
    width: calc((100% - 35px) / 2);
    margin-bottom: 35px;
  }
  .point__ttl {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .point__flex--img {
    width: 100%;
    margin: 0 auto;
  }
  .point__container {
    padding-top: 40px;
  }
}
@media (max-width: 430px) {
  .free {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .free h2 {
    font-size: 3rem;
  }
  .free h3 {
    font-size: 2.5rem;
  }
  .pro h2,
  .works-ttl {
    font-size: 2.6rem;
  }
  .free img {
    display: block;
    width: 45%;
    margin-top: 30px;
  }
  .free .btn {
    margin: 0 auto;
    display: block;
    top: 0;
    max-width: 85%;
    margin-top: 25px;
  }
  .works-ttl {
    margin-bottom: 60px;
  }
  .works-item-ttl h3 span {
    display: block;
    margin-right: 0;
  }
  .works-item-content-txt .works-item-content-txt-price {
    font-size: 2.8rem;
  }
  .info-item {
    padding-top: 60px;
  }
  .info-item-top h2 {
    font-size: 2.7rem;
  }
  .info-item-bottom h3 {
    font-size: 2.3rem;
  }
  .reasons-item-img {
    margin-bottom: 60px;
  }
  .voice {
    padding-bottom: 50px;
  }
  .flow-item-img span {
    font-size: 2rem;
  }
  .check {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .check__ttl h2 {
    font-size: 2.2rem;
    padding: 10px 2%;
    width: 90%;
    margin-bottom: 50px;
  }
  .check__list--item {
    width: calc((100% - 10px) / 2);
    padding: 20px 5px 25px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .check__list--item h3 {
    font-size: 1.6rem;
    line-height: 1.4em;
    margin-bottom: 20px;
    margin-top: auto;
  }
  .check__list--item p {
    font-size: 1.5rem;
    line-height: 1.4em;
    text-align: left;
  }
  .point__ttl .ttl {
    font-size: 2.4rem;
  }
  .point__ttl .ttl span {
    display: inline-block;
  }
  .point__flex--txt h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    text-align: center;
  }
  .point__flex--txt h3 span {
    display: block;
  }
  .pro-flex-txt h3 {
    font-size: 2.4rem;
  }
}
