@charset "UTF-8";
body {
  padding-top: 0;
}

body, h1, h2, h3, h4, h5, h6, p,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, input {
  font-family: "Lato", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

.text-center {
  text-align: center;
}

/* ---------- index ~ comfirm ---------- */
.kv-area {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/kv_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  margin-bottom: 30px;
}

.kv-area .inner {
  max-width: 940px;
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .kv-area .inner {
    width: 90%;
  }
}

.kv-area .inner .l-side {
  margin-right: auto;
}

.kv-area .inner .l-side .logo-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kv-area .inner .l-side .logo-ttl .fig {
  background-color: #fff;
  padding: 10px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-bottom: 0;
  line-height: 0;
}

.kv-area .inner .l-side .logo-ttl .fig img {
  width: 68px;
}

.kv-area .inner .l-side .logo-ttl .service-name {
  font-size: 16px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  background-color: #2d4288;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .kv-area .inner .l-side .logo-ttl .service-name {
    font-size: 14px;
  }
}

.kv-area .inner .l-side .form-ttl {
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  padding-top: 30px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .kv-area .inner .l-side .form-ttl {
    font-size: 24px;
    padding-top: 10px;
  }
}

.kv-area .inner .r-side {
  width: 240px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

@media only screen and (max-width: 580px) {
  .kv-area .inner .r-side {
    display: none;
  }
}

.kv-area .inner .r-side .ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}

.kv-area .inner .r-side .lb {
  font-size: 14px;
  color: #0e3192;
  text-align: center;
  background-color: #e6eaf4;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 5px;
  line-height: 1;
}

.kv-area .inner .r-side .p-num {
  font-size: 25px;
  font-weight: bold;
  color: #0e3192;
  text-align: center;
  margin-bottom: 10px;
}

.kv-area .inner .r-side .exp {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}

.container {
  max-width: 940px;
  width: 80%;
}

.container::before {
  display: none;
}

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

.container .form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .form-body .only-f-main {
  width: 100%;
  padding: 0;
}

.container .form-body .f-main-area {
  width: calc(100% - 240px);
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .container .form-body .f-main-area {
    width: 100%;
    padding: 0;
  }
}

.container .form-body .f-sub-area {
  width: 220px;
  margin: 0 10px;
}

@media only screen and (max-width: 768px) {
  .container .form-body .f-sub-area {
    display: none;
  }
}

.w-full {
  width: 100%;
}

.row {
  margin-left: 0;
}

.h3-ttl {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #051d50;
}

.cmp-txt {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .cmp-txt {
    font-size: 14px;
  }
}

.mb-3 {
  margin-bottom: 30px;
}

.btn-area {
  padding: 20px;
}

.btn-area .cv-inner {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.btn-area .cv-inner .btn {
  width: calc(50% - 20px);
  margin: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 280px;
}

@media only screen and (max-width: 768px) {
  .btn-area .cv-inner .btn {
    width: 100%;
    min-width: 0;
    max-width: 300px;
    font-size: 18px;
    padding: 10px;
  }
}

.inner-f-box {
  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;
}

.inner-f-box .twin-box {
  width: calc(50% - 20px);
  margin: 10px;
  min-width: 350px;
}

@media only screen and (max-width: 768px) {
  .inner-f-box .twin-box {
    width: 100%;
    min-width: 0;
    margin: 10px 0;
  }
}

.inner-f-box.wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.selector-pulldown,
#price-short .sum .block li {
  width: 100%;
}

.inputarea {
  width: 90%;
  max-width: 400px;
}

.inputarea.hurf {
  width: 50%;
  max-width: 360px;
}

.inputarea.mini {
  width: 30%;
  max-width: 260px;
}

@media only screen and (max-width: 768px) {
  .inputarea.mini {
    width: 40%;
  }
}

.price-output {
  padding: 0;
}

.price-output li {
  margin: 0;
}

#price-short .sum .block li {
  margin: 0;
}

.btn-wide,
input.btn-wide {
  width: 400px;
  padding: 14px 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .btn-wide,
  input.btn-wide {
    width: 80%;
    font-size: 16px;
  }
}

.inc-btn-ttl {
  margin-bottom: 10px;
  margin-top: 30px;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.label-important {
  display: inline-block;
}

/* ---------- request form ---------- */
.cover-fase {
  overflow-x: auto;
  width: 100%;
}

.fase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 35px;
  counter-reset: number 0;
}

@media only screen and (max-width: 768px) {
  .fase {
    min-width: 685px;
  }
}

.fase .step {
  list-style-type: none;
  padding: 7.5px 5px;
  color: #fefefe;
  background-color: #051d50;
  font-size: 12px;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 18px;
  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: 53px;
}

.fase .step span {
  position: relative;
  padding-left: 15px;
}

.fase .step span::before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}

.fase .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fase .step:first-child:nth-last-child(1),
.fase .step:first-child:nth-last-child(1) ~ .step {
  width: 100%;
  margin-left: 2px;
}

.fase .step:first-child:nth-last-child(2),
.fase .step:first-child:nth-last-child(2) ~ .step {
  width: 50%;
  margin-left: 2px;
}

.fase .step:first-child:nth-last-child(3),
.fase .step:first-child:nth-last-child(3) ~ .step {
  width: 33.33333%;
  margin-left: 2px;
}

.fase .step:first-child:nth-last-child(4),
.fase .step:first-child:nth-last-child(4) ~ .step {
  width: 25%;
  margin-left: 2px;
}

.fase .step:first-child:nth-last-child(5),
.fase .step:first-child:nth-last-child(5) ~ .step {
  width: 20%;
  margin-left: 2px;
}

.fase .step:first-child:nth-last-child(6),
.fase .step:first-child:nth-last-child(6) ~ .step {
  width: 16.66667%;
  margin-left: 2px;
}

.fase .step:first-child:nth-last-child(7),
.fase .step:first-child:nth-last-child(7) ~ .step {
  width: 14.28571%;
  margin-left: 2px;
}

.fase .step:first-child:nth-last-child(8),
.fase .step:first-child:nth-last-child(8) ~ .step {
  width: 12.5%;
  margin-left: 2px;
}

.fase .step:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: 2px;
}

.fase .step.now-on {
  background-color: #0e3192;
}

.fase .step::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26.5px 0 26.5px 13px;
  border-color: transparent transparent transparent #fff;
  left: 0;
  top: 0;
}

.fase .step:first-child::before {
  display: none;
}

.fase .step::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26.5px 0 26.5px 13px;
  border-color: transparent transparent transparent #051d50;
  right: -13px;
  top: 0;
  z-index: 2;
}

.fase .step:last-child::after {
  display: none;
}

.fase .step:first-child::after {
  border-color: transparent transparent transparent #051d50;
}

.fase .step.now-on:first-child::after, .fase .step.now-on::after {
  border-color: transparent transparent transparent #0e3192;
}

.table-condensed td.qt-td {
  padding: 5px 15px;
}

.non-li-st {
  list-style: none;
  padding: 0;
}

ul.list-three-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

ul.list-three-cols li {
  width: calc(100% / 3);
  min-width: 150px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.full-size-txtarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
  .f-parts:hover {
    cursor: pointer;
  }
}

/* ---------- complete ---------- */
#s_estimatebg h1, .bgblue01 {
  background-color: #051d50;
}

.estimate_frame {
  border: 1px solid #0e3192;
}

.bgblue02, .b_bottom {
  border-bottom: 1px solid #0e3192;
}

.table-cover {
  width: 100%;
  overflow-x: auto;
}
/*# sourceMappingURL=custom.css.map */