@charset "UTF-8";
/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* FONT
 * ----------------------------------------------- */
@font-face {
  font-family: "Century Gothic";
  src: url("../css/fonts/GOTHIC_4.woff") format("woff"), url("../css/fonts/GOTHIC_4.woff2") format("woff2"), url("../css/fonts/GOTHIC_4.svg#../css/fonts/GOTHIC_4") format("svg"), url("../css/fonts/GOTHIC_4.eot"), url("../css/fonts/GOTHIC_4.eot?#iefix") format("embedded-opentype"), url("../css/fonts/GOTHIC_4.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../css/fonts/GOTHICB_4.woff") format("woff"), url("../css/fonts/GOTHICB_4.woff2") format("woff2"), url("../css/fonts/GOTHICB_4.svg#../css/fonts/GOTHIC_4B") format("svg"), url("../css/fonts/GOTHICB_4.eot"), url("../css/fonts/GOTHICB_4.eot?#iefix") format("embedded-opentype"), url("../css/fonts/GOTHICB_4.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* ADDITIONAL RESET
 * ----------------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.875;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.font-serif {
  font-family: "メイリオ", Meiryo, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 16px;
  }

  .container {
    min-width: 1024px;
  }

  .wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.5);
  }

  body {
    font-size: 0.26rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* HEADER
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .button-header-mail {
    width: 190px;
    margin-left: 6px;
    padding: 7px 11px;
    border-radius: 9px;
    background: linear-gradient(0deg, #fbe225 0%, #efbc22 50%, #efcd62 51%, #e2cda0 100%);
    display: block;
  }
  .button-header-mail img {
    width: 100%;
  }
}

header {
  background: #122e5e;
  position: relative;
  z-index: 100;
  color: #fff;
}
header .wrapper {
  height: 100%;
  position: relative;
}
@media print, (min-width: 768px) {
  header {
    height: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    height: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-label {
    padding: 0.15rem 0 0.06rem;
    font-size: 0.24rem;
    text-align: center;
  }
}

.header-logo {
  display: block;
}
.header-logo .logo-wrapper {
  display: block;
}
.header-logo img {
  width: 100%;
}
@media print, (min-width: 768px) {
  .header-logo {
    position: absolute;
    top: 16px;
    left: 0;
  }
  .header-logo .logo-wrapper {
    width: 240px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-logo {
    width: 4rem;
    margin: 0 auto;
  }
}

@media print, (min-width: 768px) {
  .header-info {
    width: calc(100% - 270px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .header-info .info-phone {
    font-size: 12px;
    text-align: center;
  }
  .header-info .info-phone.is-single {
    margin-right: -12px;
  }
  .header-info .phone-number {
    margin: 0 auto;
    display: block;
  }
}

/* FOOTER
 * ----------------------------------------------- */
.list-footer-menu .item-wrapper {
  border: 1px solid #fff;
  display: block;
  text-align: center;
  color: #fff;
}
@media print, (min-width: 768px) {
  .list-footer-menu {
    margin-bottom: -12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
  }
  .list-footer-menu .list-item {
    width: 234px;
    padding: 0 12px 12px 0;
  }
  .list-footer-menu .item-wrapper {
    padding: 8px 10px 4px;
    border-radius: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-menu {
    font-size: 0.32rem;
  }
  .list-footer-menu .list-item:not(:last-child) {
    margin-bottom: 0.27rem;
  }
  .list-footer-menu .item-wrapper {
    padding: 0.13rem 0.09rem 0.1rem;
    border-radius: 0.09rem;
  }
}

footer {
  background: #2f3746;
  color: #fff;
}
@media print, (min-width: 768px) {
  footer {
    padding: 24px 0;
  }
  footer .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding: 0.39rem 0.4rem;
  }
}

.footer-credit {
  display: block;
}
@media print, (min-width: 768px) {
  .footer-credit {
    width: calc(100% - 468px);
    padding-top: 3px;
    font-size: 12px;
    text-align: right;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-credit {
    padding: 0.51rem 0 0.2rem;
    font-size: 0.2rem;
    text-align: center;
  }
}

/* MODULES
 * ----------------------------------------------- */
/* BUTTON
 * ----------------------------------------------- */
.button-common-simple {
  background: #122e5e;
  display: block;
  color: #fff;
  text-align: center;
}
@media print, (min-width: 768px) {
  .button-common-simple {
    padding: 7px 12px 4px;
    border-radius: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-simple {
    padding: 0.12rem 0.12rem 0.09rem;
    border-radius: 0.09rem;
    font-size: 0.32rem;
  }
}

@media print, (min-width: 768px) {
  .button-common-top {
    width: 78px;
    height: 78px;
    background: url(../img/common/icon_top_01.png) center center/100% auto no-repeat;
    position: fixed;
    right: 51px;
    bottom: 69px;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .button-common-top.is-show {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.26s ease;
  }
  .button-common-top.is-show:hover {
    opacity: 0.8;
  }
}

.button-common-submit {
  margin: 0 auto;
  background: linear-gradient(0deg, #27aa1e 0%, #21a11a 48%, #40b23b 51%, #9ace96 100%);
  display: block;
  overflow: hidden;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.button-common-submit img {
  width: 100%;
}
@media print, (min-width: 768px) {
  .button-common-submit {
    width: 464px;
    border-radius: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-submit {
    width: 6.24rem;
    border-radius: 0.21rem;
  }
}

/* PAGE
 * ----------------------------------------------- */
/* ESTIMATE
 * ----------------------------------------------- */
.input-common, .input-textarea {
  width: 100%;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
}
.input-common::-ms-clear, .input-textarea::-ms-clear {
  display: none;
}
.input-common::-webkit-contacts-auto-fill-button, .input-textarea::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.input-common::-webkit-input-placeholder, .input-textarea::-webkit-input-placeholder {
  color: #a8a8a8;
  opacity: 1;
}
.input-common::-ms-input-placeholder, .input-textarea::-ms-input-placeholder {
  color: #a8a8a8;
  opacity: 1;
}
.input-common:-ms-input-placeholder, .input-textarea:-ms-input-placeholder {
  color: #a8a8a8;
  opacity: 1;
}
.input-common:-moz-placeholder, .input-textarea:-moz-placeholder {
  color: #a8a8a8;
  opacity: 1;
}
.input-common::placeholder, .input-textarea::placeholder {
  color: #a8a8a8;
  opacity: 1;
}
@media print, (min-width: 768px) {
  .input-common, .input-textarea {
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #d2d2d2;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-common, .input-textarea {
    padding: 0 0.18rem;
    font-size: 0.26rem;
    letter-spacing: -0.04em;
  }
}

@media print, (min-width: 768px) {
  .input-common {
    height: 51px;
    padding-top: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-common {
    height: 0.81rem;
    padding-top: 0.06rem;
  }
  .is-ios .input-common {
    padding-top: 0.04rem;
  }
}

.input-textarea {
  overflow: auto;
  resize: none;
}
@media print, (min-width: 768px) {
  .input-textarea {
    height: 168px;
    padding-top: 12px;
    padding-bottom: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-textarea {
    height: 3.24rem;
    padding-top: 0.18rem;
    padding-bottom: 0.15rem;
  }
}

.input-radio {
  display: -ms-flexbox;
  display: flex;
}
.input-radio .radio-button, .input-radio .radio-text {
  cursor: pointer;
}
.input-radio .radio-button {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  appearance: radio;
  -webkit-appearance: radio;
}
@media print, (min-width: 768px) {
  .input-radio .radio-button {
    width: 12px;
    height: 12px;
    margin: 10px 6px;
  }
  .is-ios .input-radio {
    padding-top: 13px;
  }
  .input-radio .radio-text {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-radio .radio-button {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0.1rem 0.27rem 0.1rem 0.12rem;
  }
  .is-ios .input-radio .radio-button {
    position: relative;
    top: 0.1rem;
  }
  .input-radio .radio-text {
    padding-top: 0.02rem;
  }
  .is-ios .input-radio .radio-text {
    padding-top: 0.08rem;
  }
}
@media only screen and (max-width: 374px) {
  .is-ios .input-radio .radio-text {
    position: static;
    padding-top: 0.06rem;
  }
}

.title-estimate-primary {
  color: #122e5e;
  text-align: center;
}
@media print, (min-width: 768px) {
  .title-estimate-primary {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-estimate-primary {
    font-size: 0.36rem;
  }
}

.form-common .form-block {
  background: #f1f1f1;
}
.form-common .form-note:before, .form-common .label-main.is-required:after {
  content: "※";
  color: #ff0000;
}
.form-common .form-note {
  text-align: right;
}
.form-common .form-title, .form-common .form-detail {
  color: #122e5e;
  text-align: center;
}
.form-common .form-title {
  font-weight: 700;
}
.form-common .item-label {
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .form-common {
    padding: 0 57px;
  }
  .form-common .form-block {
    padding: 48px 51px 63px;
  }
  .form-common .form-block:not(:last-child) {
    margin-bottom: 48px;
  }
  .form-common .form-note {
    margin-bottom: 6px;
  }
  .form-common .form-title {
    margin-bottom: 12px;
    font-size: 26px;
  }
  .form-common .form-title.is-solo {
    margin-bottom: 30px;
  }
  .form-common .form-detail {
    margin-bottom: 36px;
    font-size: 20px;
  }
  .form-common .structure-item {
    display: -ms-flexbox;
    display: flex;
  }
  .form-common .structure-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .form-common .structure-item.is-special {
    -ms-flex-align: center;
        align-items: center;
  }
  .form-common .structure-item.is-special .item-label {
    padding-top: 7px;
    padding-bottom: 4px;
  }
  .form-common .structure-item.is-special .content-list {
    margin-top: 12px;
    margin-bottom: -30px;
    padding-top: 0;
  }
  .form-common .item-label {
    width: 180px;
    padding: 14px 21px 8px 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-size: 18px;
  }
  .form-common .label-note {
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 1.72;
  }
  .form-common .item-content {
    font-size: 16px;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .form-common .item-content.is-more {
    padding-bottom: 24px;
  }
  .form-common .content-list {
    margin: 0 -30px -18px 0;
    padding-top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-common .content-list .input-radio {
    width: 148px;
  }
  .form-common .content-list.is-size .input-radio:nth-child(2n - 1) {
    width: 216px;
  }
  .form-common .content-list.is-size .input-radio:nth-child(2n) {
    width: calc(100% - 216px);
  }
  .form-common .input-radio {
    padding: 0 10px 18px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common {
    padding: 0 0;
  }
  .form-common .form-block {
    padding: 0.6rem 0.3rem 0.87rem;
  }
  .form-common .form-block:not(:last-child) {
    margin-bottom: 0.84rem;
  }
  .form-common .form-note {
    margin-bottom: 0.03rem;
    font-size: 0.24rem;
    line-height: 1.4;
  }
  .form-common .form-title {
    margin-bottom: 0.18rem;
    font-size: 0.4rem;
  }
  .form-common .form-title.is-solo {
    margin-bottom: 30px;
  }
  .form-common .form-detail {
    margin-bottom: 0.66rem;
    font-size: 0.3rem;
  }
  .form-common .structure-item {
    border: 1px solid #d3d3d3;
    background: #fff;
    line-height: 1.73;
  }
  .form-common .structure-item:not(:last-child) {
    margin-bottom: 0.39rem;
  }
  .form-common .item-label {
    padding: 0.18rem 0.15rem 0.13rem;
    border-bottom: 1px solid #d3d3d3;
    background: #e4e4e4;
    font-size: 0.3rem;
    line-height: 1.2;
  }
  .form-common .label-note {
    margin: 0.24rem 0.06rem -0.12rem;
    line-height: 1.73;
  }
  .form-common .item-content {
    background: #fff;
  }
  .form-common .content-list {
    padding: 0.27rem 0.3rem 0.39rem;
  }
  .form-common .content-list .input-radio:not(:last-child) {
    margin-bottom: 0.21rem;
  }
}

.section-estimate .estimate-banner img {
  width: 100%;
}
@media print, (min-width: 768px) {
  .section-estimate {
    padding: 60px 0 102px;
  }
  .section-estimate .title-estimate-primary {
    margin-bottom: 36px;
  }
  .section-estimate .estimate-banner {
    margin-bottom: 75px;
  }
  .section-estimate .form-common .form-wrapper {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-estimate {
    padding: 0.66rem 0 1.23rem;
  }
  .section-estimate .title-estimate-primary {
    margin-bottom: 0.48rem;
  }
  .section-estimate .estimate-banner {
    margin-bottom: 0.66rem;
  }
  .section-estimate .form-common .form-wrapper {
    margin-bottom: 0.9rem;
  }
}

/*# sourceMappingURL=estimate.css.map */