@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
  background: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

th,
td {
  text-align: center;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #333333;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-logo {
  width: 264px;
  padding: 16px 0;
}

.mv {
  padding: 50px;
  background-image: url(../images/price-check/bg-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.mv-box {
  max-width: 650px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.mv-box-inner {
  border: 2px solid #ffe5cb;
  border-radius: 10px;
  padding: 64px 32px;
  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;
}

.mv-box-inner__phone {
  width: 70px;
  margin-right: 24px;
}

.mv-box-inner__title {
  font-size: 38px;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: bold;
  color: #ff8c1e;
}

.mv__woman {
  width: 128px;
  position: absolute;
  bottom: 0;
  left: calc(50% + 224px);
}

.estimate {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 30px;
}

.estimate__title {
  font-size: 64px;
  font-weight: bold;
  color: #ff8c1e;
  padding: 72px 0 40px;
  text-align: center;
}

.estimate__description {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}

.estimate__question {
  margin-bottom: 80px;
  position: relative;
}

.estimate__question::before,
.estimate__question::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}

.estimate__question::before {
  background-image: url(../images/price-check/icon_arrow-02.png);
  width: 24px;
  height: 24px;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.estimate__question::after {
  content: "";
  background-image: url(../images/price-check/icon_arrow-01.png);
  width: 32px;
  height: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -56px;
}

.estimate__select {
  width: 100%;
  padding: 40px 32px;
  font-size: 32px;
  background: #fff6ee;
  border: 2px solid #ff8c1e;
  border-radius: 10px;
  font-weight: bold;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.estimate__select::-ms-expand {
  display: none;
}

.estimate-table {
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.estimate-table .thin {
  font-weight: normal;
  display: block;
}

.estimate-table .small {
  font-size: 26px;
}

.estimate-table th,
.estimate-table td {
  border: 1px solid #e3e1df;
  border-collapse: collapse;
  padding: 32px 0;
  vertical-align: middle;
  line-height: 1.4;
}

.estimate-table .bg {
  background: #f9f7f6;
  color: #333333;
}

.estimate-table .accent {
  color: #ff8c1e;
}

.estimate-table .left {
  text-align: left;
  display: inline-block;
}

.estimate__announce {
  font-size: 30px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}

.estimate__announce .emphasis {
  display: block;
  font-size: 38px;
  color: #ff8c1e;
  font-weight: bold;
}

.estimate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.estimate-list__item {
  width: calc((100% - 60px) / 2);
  padding: 30px 24px 30px 72px;
  font-size: 30px;
  font-weight: bold;
  background: #f9f7f6;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}

.estimate-list__item:last-child {
  width: auto;
}

.estimate-list__item::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url(../images/price-check/icon_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.estimate-contact {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 80px;
}

.estimate-contact-btn {
  max-width: 600px;
  margin: 0 auto 80px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ec6f14),
    to(#ed8c23)
  );
  background: linear-gradient(to top, #ec6f14, #ed8c23);
  padding: 40px 0;
  font-weight: bold;
  font-size: 38px;
  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;
  border-radius: 80px;
  color: #fff;
  -webkit-box-shadow: 0px 6px 0 0 #bb5300;
  box-shadow: 0px 6px 0 0 #bb5300;
  position: relative;
}

.estimate-contact-btn::before {
  content: "24時間対応中！";
  font-size: 30px;
  padding-bottom: 4px;
  font-weight: bold;
  color: #fff;
  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;
  width: 270px;
  height: 67px;
  background-image: url(../images/price-check/img_annotation.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -48px;
  right: 0;
}

.estimate-contact-btn__phone {
  width: 40px;
  height: 40px;
  background-image: url(../images/price-check/icon_phone.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}

.manual {
  background: linear-gradient(
    45deg,
    rgba(247, 186, 67, 1) 0%,
    rgba(255, 140, 30, 1) 100%
  );
}

.manual-inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 72px 30px;
}

.manual-box {
  margin-bottom: 64px;
  padding: 64px 30px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.manual-box::before {
  content: "";
  width: 140px;
  height: 120px;
  background-image: url(../images/price-check/img_woman-02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  bottom: 0;
  right: 0;
  display: block;
  position: absolute;
}

.manual-box::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 24px solid #fff;
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.manual-box__title {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}

.manual-box__title .emphasis {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #fec800)
  );
  background: linear-gradient(transparent 60%, #fec800 60%);
}

.manual-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.manual-box__book {
  width: calc(38% - 30px);
  margin-right: 30px;
}

.manual-box__book img {
  width: 100%;
}

.manual-box__info {
  width: 62%;
  font-size: 30px;
  line-height: 1.6;
}

.manual-about__title {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.manual-about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  color: #ff8c1e;
}

.manual-about-item__no {
  width: 112px;
  height: 112px;
  background: #fff;
  border-radius: 8px;
  margin-right: 20px;
  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;
  font-size: 38px;
  font-weight: bold;
}

.manual-about-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: calc(100% - 132px);
  border-radius: 8px;
  padding: 0 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.manual-about__text {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: right;
}

.giftcard {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 30px;
}

.giftcard__title {
  padding: 80px 0 56px;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}

.giftcard-box {
  padding: 30px;
  background: #f9f7f6;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.giftcard-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 113px;
  height: 110px;
  background-image: url(../images/price-check/img_woman-03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.giftcard-box__img {
  margin-right: 15px;
  width: calc(38% - 15px);
}

.giftcard-box__info {
  width: 62%;
  font-size: 30px;
  line-height: 1.6;
}

.giftcard-box__info .emphasis {
  color: #ff8c1e;
  font-weight: bold;
}

.giftcard__text {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 80px;
}

.appeal {
  background-image: url(../images/price-check/bg-02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.appeal-inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 80px 30px;
}

.appeal-inner__title {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}

.appeal-inner__text {
  color: #fff;
  font-size: 30px;
  line-height: 1.6;
}

.service {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 30px;
}

.service__title {
  padding: 80px 0 48px;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}

.service__title .emphasis {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #fec800)
  );
  background: linear-gradient(transparent 60%, #fec800 60%);
}

.service-image {
  margin-bottom: 56px;
}

.service-image img {
  width: 100%;
}

.service__text {
  margin-bottom: 80px;
  font-size: 30px;
  line-height: 1.6;
}

.contact {
  background-image: url(../images/price-check/bg-03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 80px 30px;
}

.contact-inner__title {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 80px;
}

.contact-inner-btn {
  max-width: 600px;
  margin: 0 auto;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ec6f14),
    to(#ed8c23)
  );
  background: linear-gradient(to top, #ec6f14, #ed8c23);
  padding: 40px 0;
  font-weight: bold;
  font-size: 38px;
  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;
  border-radius: 80px;
  color: #fff;
  -webkit-box-shadow: 0px 6px 0 0 #bb5300;
  box-shadow: 0px 6px 0 0 #bb5300;
  position: relative;
}

.contact-inner-btn::before {
  content: "24時間対応中！";
  font-size: 30px;
  padding-bottom: 4px;
  font-weight: bold;
  color: #fff;
  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;
  width: 270px;
  height: 67px;
  background-image: url(../images/price-check/img_annotation.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -48px;
  right: 0;
}

.contact-inner-btn__phone {
  width: 40px;
  height: 40px;
  background-image: url(../images/price-check/icon_phone.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}

.footer-inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 80px 30px;
}

.footer-inner__logo {
  width: 300px;
  margin-bottom: 56px;
}

.footer-inner__logo img {
  width: 100%;
}

.footer-inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 64px;
}

.footer-inner-content__jpx {
  width: 72px;
  margin-right: 32px;
}

.footer-inner-content__text {
  font-size: 18px;
  width: calc(100% - 104px);
  line-height: 1.4;
}

.footer-inner-link {
  font-size: 22px;
  text-align: center;
  margin-bottom: 64px;
}

.footer-inner-link a {
  padding: 0 10px;
  color: #333333;
}

.footer-inner-service__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 2px solid #333333;
}

.footer-inner-service__list {
  margin-bottom: 64px;
}

.footer-inner-service__list li {
  margin-bottom: 16px;
}

.footer-inner-service__list a {
  font-size: 18px;
  color: #333333;
}

.footer-inner-group__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 2px solid #333333;
}

.footer-inner-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-inner-group__item {
  width: 50%;
  margin-bottom: 64px;
}

.footer-inner-group__item li {
  margin-bottom: 16px;
}

.footer-inner-group__item a {
  font-size: 18px;
  color: #333333;
}

.footer-inner-bottom {
  margin-bottom: 64px;
}

.footer-inner-bottom__link {
  text-align: center;
}

.footer-inner-bottom__link:first-child {
  margin-bottom: 24px;
}

.footer-inner-bottom__link a {
  font-size: 18px;
  padding: 0 10px;
  color: #333333;
}

.footer-inner__copyright {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .header-logo {
    width: 184px;
  }
  .mv {
    padding: 32px 16px;
  }
  .mv-box-inner {
    padding: 12px;
  }
  .mv-box-inner__phone {
    width: 12%;
    margin-right: 8px;
  }
  .mv-box-inner__title {
    font-size: 5.4vw;
    width: calc(88% - 8px);
  }
  .mv__woman {
    width: 15%;
    left: 82%;
  }
  .estimate {
    padding: 0 16px;
  }
  .estimate__title {
    font-size: 40px;
    padding: 56px 0 32px;
  }
  .estimate__description {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .estimate__question::before {
    width: 20px;
    height: 20px;
    right: 16px;
  }
  .estimate__select {
    font-size: 20px;
    padding: 24px 16px;
  }
  .estimate-table {
    font-size: 4.5vw;
    margin-bottom: 24px;
  }
  .estimate-table th,
  .estimate-table td {
    padding: 20px 0;
  }
  .estimate-table .small {
    font-size: 14px;
  }
  .estimate__announce {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .estimate__announce .emphasis {
    font-size: 20px;
  }
  .estimate-list__item {
    width: calc((100% - 16px) / 2);
    padding: 16px 16px 16px 32px;
    font-size: 4.2vw;
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .estimate-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .estimate-list__item::before {
    width: 16px;
    height: 16px;
    left: 12px;
  }
  .estimate-contact {
    font-size: 22px;
    margin-bottom: 56px;
  }
  .estimate-contact-btn {
    font-size: 24px;
    padding: 24px 0;
    margin-bottom: 40px;
  }
  .estimate-contact-btn::before {
    width: 48%;
    font-size: 18px;
    top: -40px;
  }
  .estimate-contact-btn__phone {
    width: 24px;
    height: 24px;
  }
  .manual-inner {
    padding: 40px 16px;
  }
  .manual-box {
    padding: 32px 16px 48px;
    margin-bottom: 40px;
  }
  .manual-box::before {
    width: 25%;
  }
  .manual-box::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 16px solid #fff;
    bottom: -16px;
  }
  .manual-box__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .manual-box__book {
    width: calc(38% - 16px);
    margin-right: 16px;
  }
  .manual-box__info {
    font-size: 16px;
  }
  .manual-about__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .manual-about-item {
    margin-bottom: 16px;
  }
  .manual-about-item__no {
    width: 56px;
    height: 56px;
    margin-right: 16px;
    font-size: 22px;
  }
  .manual-about-item__info {
    padding: 0 10px;
    font-size: 3.8vw;
    width: calc(100% - 72px);
  }
  .manual-about__text {
    font-size: 16px;
  }
  .giftcard {
    padding: 0 16px;
  }
  .giftcard__title {
    padding: 40px 0 24px;
    font-size: 24px;
  }
  .giftcard-box {
    padding: 16px;
    margin-bottom: 20px;
  }
  .giftcard-box::after {
    width: 18%;
  }
  .giftcard-box__img {
    margin-right: 8px;
    width: calc(32% - 8px);
  }
  .giftcard-box__info {
    width: 68%;
    font-size: 4.2vw;
  }
  .giftcard__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .appeal-inner {
    padding: 40px 16px;
  }
  .appeal-inner__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .appeal-inner__text {
    font-size: 16px;
  }
  .service {
    padding: 0 16px;
  }
  .service__title {
    padding: 40px 0 24px;
    font-size: 24px;
  }
  .service-image {
    margin-bottom: 32px;
  }
  .service__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .contact-inner {
    padding: 40px 16px;
  }
  .contact-inner__title {
    font-size: 22px;
    margin-bottom: 56px;
  }
  .contact-inner-btn {
    font-size: 24px;
    padding: 24px 0;
  }
  .contact-inner-btn::before {
    width: 48%;
    font-size: 18px;
    top: -40px;
  }
  .contact-inner-btn__phone {
    width: 24px;
    height: 24px;
  }
  .footer-inner {
    padding: 40px 16px;
  }
  .footer-inner__logo {
    width: 184px;
    margin-bottom: 24px;
  }
  .footer-inner-content {
    margin-bottom: 32px;
  }
  .footer-inner-content__jpx {
    width: 40px;
    margin-right: 16px;
  }
  .footer-inner-content__text {
    width: calc(100% - 56px);
    font-size: 12px;
  }
  .footer-inner-link {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .footer-inner-service__title {
    font-size: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .footer-inner-service__list {
    margin-bottom: 40px;
  }
  .footer-inner-service__list a {
    font-size: 12px;
  }
  .footer-inner-group__title {
    font-size: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .footer-inner-group__item {
    margin-bottom: 40px;
  }
  .footer-inner-group__item a {
    font-size: 12px;
  }
  .footer-inner-bottom {
    margin-bottom: 40px;
  }
  .footer-inner-bottom__link:first-child {
    margin-bottom: 16px;
  }
  .footer-inner-bottom__link a {
    font-size: 12px;
    padding: 0 5px;
  }
  .footer-inner__copyright {
    font-size: 12px;
  }
}
