<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?yhlt9f");
  src: url("fonts/icomoon.eot?#iefixyhlt9f") format("embedded-opentype"), url("fonts/icomoon.ttf?yhlt9f") format("truetype"), url("fonts/icomoon.woff?yhlt9f") format("woff"), url("fonts/icomoon.svg?yhlt9f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.btn.-arrow:after, .aboutLink__item:before,
.relatedLink__item:before, .returnSlide__item:before, .checkboxBox__label:after, .nextLink__item:after, .resultDetail__link:after, .checkList__item__input[type=checkbox].checked + .checkList__item__label:after, .ui-dialog-titlebar .ui-button:before, .sp .nextLink__item:after,
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-next:before {
  content: "\e609";
}

.icon-check:before {
  content: "\e608";
}

.icon-triangle_b:before {
  content: "\e606";
}

.icon-triangle_t:before {
  content: "\e607";
}

.icon-close:before {
  content: "\e605";
}

.icon-triangle_l:before {
  content: "\e603";
}

.icon-triangle_r:before {
  content: "\e604";
}

.icon-arrow:before {
  content: "\e602";
}

.icon-slash_l:before {
  content: "\e600";
}

.icon-slash_r:before {
  content: "\e601";
}

.snsLink {
  *zoom: 1;
}
.snsLink:before, .snsLink:after {
  content: "";
  display: table;
}
.snsLink:after {
  clear: both;
}

/*============================
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; */
  vertical-align: top;
}

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 {
  color: #fc6767;
  text-decoration: none;
}
a:hover, a:active {
  color: #f98989;
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

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

html {
  height: 100%;
}
@media screen and (max-width: 768px) {
  html {
    height: auto;
  }
}

body {
  height: 100%;
  font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "HGPゴシックE", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  color: #575751;
  font-size: 87.5%;
  line-height: 165%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body {
    height: auto;
  }
}

/* l-container */
.l-container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-container {
    height: auto;
  }
}

/* l-header */
.l-header {
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: static;
    width: auto;
  }
}

.l-header__body {
  padding: 19px 24px 21px;
}
@media screen and (max-width: 768px) {
  .l-header__body {
    padding: 0;
  }
}

.logo {
  font-family: "Istok Web";
  color: #868681;
}
@media screen and (max-width: 768px) {
  .logo {
    padding: 4px 12px;
    color: #fff;
    font-size: 71.42857%;
    line-height: 120%;
    background: #fc6767;
  }
}

img.logo_crv{
  width: 180px;
  height: auto;
}

.headerTitle {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  color: #b2b2ab;
  font-size: 107.14286%;
  line-height: 167%;
  text-align: center;
  opacity: 0;
  -ms-filter: "alpha( opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (max-width: 768px) {
  .headerTitle {
    position: static;
    margin-top: 0;
    padding: 8px 12px 9px;
    color: #fff;
    font-size: 92.85714%;
    line-height: 177%;
    background: #febd99;
  }
}

/* l-footer */
.l-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 75px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer {
    position: static;
    min-height: 0;
  }
}

.copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0 10px;
  font-family: 'Istok Web';
  color: #868681;
  font-size: 85.71429%;
  line-height: 184%;
  text-align: center;
  border-top: 1px solid #d4d4cc;
}
@media screen and (max-width: 768px) {
  .copyright {
    position: static;
    margin-top: 3px;
  }
}

/* l-content */
.l-content {
  position: relative;
  height: 100%;
  margin: 0 auto;
  /* padding: 65px 0 75px; */
  text-align: center;
  /* vertical-align: middle; */
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-content {
    height: auto;
    padding: 0 0 15px;
  }
}
.l-content:before {
  content: "";
  display: inline-block;
  height: 100%;
  /* vertical-align: middle; */
  vertical-align: top;
  margin-right: -0.25em;
}
@media screen and (max-width: 768px) {
  .l-content:before {
    display: none;
  }
}

.title {
  width: 820px;
  margin: 0 auto;
  padding-top: 64px;
  font-size: 300.85714%;
  line-height: 117%;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .title {
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 260%;
    line-height: 120%;
  }
}
.title .icon {
  position: relative;
}
.title .icon:before {
  content: "";
  position: absolute;
  top: -32px;
  right: -28px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(i/icon_yen.png) 0 0 no-repeat;
}
@media screen and (max-width: 768px) {
  .title .icon:before {
    display: none;
  }
}

.title__sub {
  display: inline-block;
  padding: 0 6px 8px;
  font-size: 35.41667%;
  line-height: 159%;
  margin-bottom: 2rem;
}

h2 {
  margin-top: 34px;
  font-size: 228.57143%;
  line-height: 132%;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 121.42857%;
    line-height: 159%;
  }
}
h2.icon_q {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  h2.icon_q {
    position: relative;
    margin-top: 34px;
    padding: 0 8px;
  }
}

h3 {
  margin: 0 0 16px;
  font-size: 114.28571%;
  line-height: 125%;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h3 {
    position: relative;
    padding: 0 8px;
  }
}

* + h3 {
  margin-top: 27px;
}

* + p {
  margin-top: 13px;
}

.fs-14 {
  font-size: 100%;
  line-height: 165%;
}

.fs-18 {
  font-size: 128.57143%;
  line-height: 128%;
}

.fw-bold {
  font-weight: bold;
}

.caution {
  color: #fc6767;
}

.pcBr {
  display: block;
}
@media screen and (min-width: 767px) {
  .pcMin {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pcBr {
    display: inline;
  }
}

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

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

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

.btn {
  display: inline-block;
  padding: 10px 53px 8px 67px;
  color: #fff;
  font-size: 128.57143%;
  line-height: 156%;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fcc32b;
  border: 1px solid #fcc32b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #c89205;
  -moz-box-shadow: 0 3px 0 #c89205;
  -ms-box-shadow: 0 3px 0 #c89205;
  -o-box-shadow: 0 3px 0 #c89205;
  box-shadow: 0 3px 0 #c89205;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 94%;
    margin: 0 3%;
    padding-left: 0;
    padding-right: 0;
    font-size: 114.28571%;
    line-height: 163%;
    text-align: center;
  }
}
.btn.-arrow:after {
  content: "\e602";
  margin-left: 6px;
  font-size: 18px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .btn.-arrow:after {
    font-size: 16px;
  }
}
.btn:hover, .btn:active {
  color: #fff;
  text-decoration: none;
  background-color: #fcd56c;
  border: 1px solid #fcd56c;
}

.estimateSlider__item {
  min-height: 446px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .estimateSlider__item {
    min-height: 0;
    margin-top: 31px;
    padding: 0 10px;
  }
}
.estimateSlider__item.-top {
  width: 100%;
  margin-top: 50px;
  background: url(i/bg_top.png) center 0 no-repeat;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .estimateSlider__item.-top {
    min-height: 443px;
    margin-top: 67px;
  }
}
.estimateSlider__item.-item7 {
  position: relative;
  padding: 0 7px;
}
.estimateSlider__item.-result {
  /* margin-top: 50px; */
}

.estimateSlider {
  display: inline-block !important;
  max-width: 99% !important;
  margin-bottom: 65px !important;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .estimateSlider {
    margin-bottom: 0 !important;
  }
}

.estimateSlider__startBtn {
  letter-spacing: 0.2em;
  font-family: "Istok Web";
}

.owl-controls {
  display: none !important;
}

.footerLink {
  width: 100%;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footerLink {
    padding: 0 10px;
  }
}

.aboutLink,
.returnSlide {
  position: absolute;
  bottom: 47px;
  display: none;
}
@media screen and (max-width: 768px) {
  .aboutLink,
  .returnSlide {
    position: static;
    text-align: left;
  }
}

.relatedLink {
  position: absolute;
  bottom: 47px;
  right: 24px;
  display: none;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .relatedLink {
    position: static;
    text-align: left;
  }
}

.aboutLink__item:hover, .aboutLink__item:active,
.returnSlide__item:hover,
.returnSlide__item:active,
.relatedLink__item:hover,
.relatedLink__item:active {
  color: #f98989;
  text-decoration: none;
}

.aboutEstimate,
.returnSlide__item {
  font-family: 'Istok Web';
}

.aboutLink__item,
.relatedLink__item {
  display: inline-block;
  margin-right: 5px;
}
.aboutLink__item:before,
.relatedLink__item:before {
  content: "\e604";
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .aboutLink__item,
  .relatedLink__item {
    display: block;
  }
}

.aboutLink__item {
  text-align: left;
}

.relatedLink__item {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .relatedLink__item {
    text-align: left;
  }
}

.returnSlide__item:before {
  content: "\e603";
  padding-right: 5px;
}

/* top */
.lead {
  margin: 21px 0 30px;
  font-size: 121.42857%;
  line-height: 183%;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 92.07143%;
    line-height: 156%;
  }
}

.snsLink {
  position: absolute;
  top: 23px;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .snsLink {
    *zoom: 1;
    letter-spacing: -0.34em;
    position: static;
    margin: 24px 0 8px;
    text-align: center;
  }
}

.snsLink__item {
  float: left;
}
@media screen and (max-width: 768px) {
  .snsLink__item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    letter-spacing: normal;
    float: none;
    margin: 0 4px;
  }
}
.snsLink__item + .snsLink__item {
  margin-left: 7px;
}
@media screen and (max-width: 768px) {
  .snsLink__item + .snsLink__item {
    margin: 0 4px;
  }
}
.snsLink__item a {
  display: block;
}
.snsLink__item a:hover, .snsLink__item a:active {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/* slideCount */
.slideCount {
  position: absolute;
  top: 19px;
  right: 24px;
  display: none;
  font-family: "Istok Web";
  font-size: 107.14286%;
  line-height: 167%;
  color: #868681;
}
@media screen and (max-width: 768px) {
  .slideCount {
    top: auto;
    bottom: -40px;
    right: 10px;
  }
}

.supplement {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "HGPゴシックE", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
@media screen and (max-width: 768px) {
  .supplement {
    text-align: left;
  }
}

/* choices */
.choices {
  *zoom: 1;
  letter-spacing: -0.34em;
  position: relative;
  margin: 31px 0 0;
}
.choices.-checkbox {
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .choices.-checkbox {
    width: 100%;
  }
}

.choices__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  width: 174px;
  margin: 25px 23px 0;
}
@media screen and (max-width: 768px) {
  .choices__item {
    width: 50%;
    margin: 25px 0 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.choices__item.-item7 {
  width: 138px;
  margin: 9px 13px 13px;
}
@media screen and (max-width: 768px) {
/*  .choices__item.-item7 {
    width: 50%;
    margin: 9px 0 0;
  }*/
}

.choices__item__body {
  position: relative;
  margin: 0 auto;
}
.choices__item__body.-checkbox {
  width: 138px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .choices__item__body.-checkbox {
    width: 110px;
  }
}

.radioBox__radio {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  margin: 0;
  font-size: 0;
  z-index: -10;
  opacity: 0;
  -ms-filter: "alpha( opacity=0)";
  filter: alpha(opacity=0);
}

.radioBox__label {
  display: block;
  width: 168px;
  height: 168px;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .radioBox__label {
    width: 138px;
    height: 138px;
  }
}
.radioBox__label:hover .radioBtn__text, .radioBox__label.checked .radioBtn__text {
  display: inline-block;
  width: 99%;
  vertical-align: middle;
}
.radioBox__label:hover:before, .radioBox__label.checked:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.radioBox__label:hover .radioBox__icon:after, .radioBox__label.checked .radioBox__icon:after {
  background: #fc6767;
  opacity: 0.9;
  -ms-filter: "alpha( opacity=90)";
  filter: alpha(opacity=90);
}
.radioBox__label .radioBox__icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 169px;
  height: 169px;
  background: transparent;
  -webkit-border-radius: 169px;
  -moz-border-radius: 169px;
  -ms-border-radius: 169px;
  -o-border-radius: 169px;
  border-radius: 169px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .radioBox__label .radioBox__icon:after {
    width: 138px;
    height: 138px;
    -webkit-border-radius: 138px;
    -moz-border-radius: 138px;
    -ms-border-radius: 138px;
    -o-border-radius: 138px;
    border-radius: 138px;
  }
}

.radioBtn__text {
  position: relative;
  display: none;
  padding: 0 19px;
  color: #fff;
  font-size: 100%;
  line-height: 144%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 50;
}

.radioBox__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 169px;
  height: 169px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .radioBox__icon {
    width: 138px;
    height: 138px;
  }
}

.radioBox__icon__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .radioBox__icon__img {
    width: 138px;
    height: auto;
  }
}

.radioBox__title {
  margin-top: 20px;
  font-size: 114.28571%;
  line-height: 144%;
}

.checkboxBox {
  width: 100%;
  height: 100%;
}

.checkboxBox__checkBox {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  margin: 0;
  font-size: 0;
  z-index: -10;
  opacity: 0;
  -ms-filter: "alpha( opacity=0)";
  filter: alpha(opacity=0);
}
.checkboxBox__checkBox.checked + .checkboxBox__label:before {
  background: #fc6767;
  opacity: 0.9;
  -ms-filter: "alpha( opacity=90)";
  filter: alpha(opacity=90);
}
.checkboxBox__checkBox.checked + .checkboxBox__label:after {
  color: #fff;
}

.checkboxBox__label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 160px;
  font-size: 114.28571%;
  line-height: 125%;
  background: url(../i/q7_01.png) left top no-repeat;
  background-size: 138px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.checkboxBox__label.-label2 {
  background-image: url(../i/q7_02.png);
}
.checkboxBox__label.-label3 {
  background-image: url(../i/q7_03.png);
}
.checkboxBox__label.-label4 {
  background-image: url(../i/q7_04.png);
}
.checkboxBox__label.-label5 {
  background-image: url(../i/q7_05.png);
}
.checkboxBox__label.-label6 {
  background-image: url(../i/q7_06.png);
}
@media screen and (max-width: 768px) {
  .checkboxBox__label {
    padding-top: 124px;
    background-size: 100% auto;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
.checkboxBox__label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 138px;
  height: 138px;
  background: transparent;
  -webkit-border-radius: 168px;
  -moz-border-radius: 168px;
  -ms-border-radius: 168px;
  -o-border-radius: 168px;
  border-radius: 168px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .checkboxBox__label:before {
    width: 110px;
    height: 110px;
  }
}
.checkboxBox__label:after {
  content: "\e608";
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  display: inline-block;
  color: transparent;
  font-size: 287.5%;
  line-height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .checkboxBox__label:after {
    top: 25%;
  }
}
.checkboxBox__label:hover:before, .checkboxBox__label:active:before {
  background: #fc6767;
  opacity: 0.9;
  -ms-filter: "alpha( opacity=90)";
  filter: alpha(opacity=90);
}
@media screen and (max-width: 768px) {
  .checkboxBox__label:hover:before, .checkboxBox__label:active:before {
    background: transparent;
  }
}

.nextLink {
  margin-top: 39px;
}

.nextLink__item {
  display: inline-block;
  padding: 10px 54px 8px 67px;
  color: #fff;
  font-size: 128.57143%;
  line-height: 156%;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fcc32b;
  border: 1px solid #fcc32b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #c89205;
  -moz-box-shadow: 0 3px 0 #c89205;
  -ms-box-shadow: 0 3px 0 #c89205;
  -o-box-shadow: 0 3px 0 #c89205;
  box-shadow: 0 3px 0 #c89205;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .nextLink__item {
    width: 94%;
    margin: 0 3%;
    padding-left: 0;
    padding-right: 0;
    font-size: 114.28571%;
    line-height: 163%;
    text-align: center;
  }
}
.nextLink__item:after {
  content: "\e602";
  margin-left: 6px;
  font-size: 18px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .nextLink__item:after {
    font-size: 16px;
  }
}
.nextLink__item:hover, .nextLink__item:active {
  color: #fff;
  text-decoration: none;
  background-color: #fcd56c;
  border: 1px solid #fcd56c;
}

/* result */
.resultArea {
  /* width: 628px; */
  /* margin: 40px auto 50px; */
  margin: 0px auto;
  padding: 0px 8px 40px;
  background: #fff;
  border: 1px solid #d2d2ca;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .resultArea {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 24px;
  }
}
.resultArea h2 {
  color: #575751;
}
@media screen and (max-width: 768px) {
  .resultArea h2 {
    margin-top: 16px;
  }
}
.resultArea .btn {
  padding: 12px 34px 9px 34px;
}
@media screen and (max-width: 768px) {
  .resultArea .btn {
    padding-left: 0;
    padding-right: 0;
  }
}

.resultArea__text {
  font-size: 100%;
  line-height: 165%;
}
@media screen and (max-width: 768px) {
  .resultArea__text {
    padding: 0 3%;
    text-align: left;
  }
}

.currentResult {
  position: absolute;
  bottom: 51px;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  font-size: 71.42857%;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .currentResult {
    position: static;
  }
}

.currentResult__value {
  padding-right: 3px;
  font-size: 150%;
  line-height: 120%;
  font-family: "Istok Web";
  font-weight: bold;
}

.resultValue {
  margin-top: 13px;
  font-size: 214.28571%;
  line-height: 117%;
}
@media screen and (max-width: 768px) {
  .resultValue {
    font-size: 85.71429%;
    line-height: 142%;
  }
}

.resultValue__value {
  font-family: "Istok Web";
  color: #e8695d;
  font-size: 200%;
  line-height: 109%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .resultValue__value {
    font-size: 366.66667%;
    line-height: 112%;
  }
}

.resultDetail {
  margin: 3px 0 0;
}

.resultDetail__link {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 100%;
  line-height: 229%;
}
.resultDetail__link:after {
  content: "\e606";
  margin-left: 8px;
  font-size: 100%;
  line-height: 200%;
  vertical-align: middle;
}
.resultDetail__link:hover, .resultDetail__link:active {
  color: #f98989;
  text-decoration: none;
}
.resultDetail__link.-open:after {
  content: "\e607";
}

.resultDetail__body {
  margin-bottom: 35px;
  padding: 0 27px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .resultDetail__body {
    height: 350px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 768px) {
  .resultDetail__body {
    padding: 0 10px;
  }
}

.checkList {
  *zoom: 1;
  letter-spacing: -0.34em;
  position: relative;
  margin: -4px 38px;
}

.checkList__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  width: 232px;
  margin: 4px 4px 4px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "HGPゴシックE", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .checkList__item {
    width: 100%;
  }
}
.checkList__item.-col3 {
  width: 152px;
}
@media screen and (max-width: 768px) {
  .checkList__item.-col3 {
    width: 100%;
  }
}

.checkList__item__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  -ms-filter: "alpha( opacity=0)";
  filter: alpha(opacity=0);
}
.checkList__item__input[type=checkbox].checked + .checkList__item__label:after {
  content: "\e608";
  position: absolute;
  top: 12px;
  left: 10px;
  color: #fc6767;
}

.checkList__item__label {
  position: relative;
  display: block;
  padding: 9px 5px 8px 27px;
  font-size: 92.85714%;
  line-height: 147%;
  background: #f6f6ed;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .checkList__item__label {
    height: auto !important;
  }
}
.checkList__item__label:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border: 2px solid #bbbbb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.checkList__item__label.checked:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 12px;
  display: block;
  width: 8px;
  height: 8px;
  background: #fc6767;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* mordal */
.mordalArea {
  display: none;
}

.modalContents__body {
  padding: 0 88px 50px 88px;
}
@media screen and (max-width: 768px) {
  .modalContents__body {
    padding: 0 4% 50px;
  }
}
.modalContents__body h2 {
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 192.85714%;
  line-height: 119%;
  border-bottom: 2px solid #fc6767;
}
@media screen and (max-width: 768px) {
  .modalContents__body h2 {
    font-size: 150%;
    line-height: 124%;
  }
}

.ui-dialog {
  width: 600px !important;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ui-dialog {
    width: 90% !important;
  }
}

.ui-dialog-titlebar {
  text-align: right;
}
.ui-dialog-titlebar .ui-button {
  position: absolute;
  top: 11px;
  right: 6px;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  background-image: none;
  color: #d2d2ca;
  border: 0 none;
  background-color: rgba(0, 0, 0, 0);
}
.ui-dialog-titlebar .ui-button:before {
  content: "\e605";
  font-size: 142.85714%;
  line-height: 100%;
}
.ui-dialog-titlebar .ui-button-text {
  display: none;
}

.m-t20 {
  margin-top: 20px;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -ms-filter: "alpha( opacity=50)";
  filter: alpha(opacity=50);
}

.ui-front {
  z-index: 100;
}

.owl-carousel .owl-wrapper-outer.-heightAuto {
  height: auto !important;
}
.owl-carousel .owl-wrapper-outer.-noTransition {
  transition: none;
}

/* 151014 追加 */
.field__input {
  margin-top: 40px;
}

#MailAddress {
  font-size: 142.85714%;
  line-height: 100%;
  width: 323px;
  height: 50px;
  margin-right: 3px;
  border: 2px solid #a8a8a8;
  padding: 0 10px 0 13px;
}
@media screen and (max-width: 768px) {
  #MailAddress {
    display: inline-block;
    margin: 0 3%;
    width: 94%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#SendMailEstimateResultBtn {
  vertical-align: top;
  padding: 12px 34px 9px 34px;
}
@media screen and (max-width: 768px) {
  #SendMailEstimateResultBtn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

form + p {
  margin-top: 20px;
}

.errorMessage {
  display: none;
  width: 486px;
  margin: 16px auto 16px;
  text-align: center;
  padding: 10px 0 10px 0;
  border: 1px solid #e57171;
  background: #fdc2c2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .errorMessage {
    width: 94%;
    padding: 10px 0 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.mail-send {
  margin-top: 45px;
  margin-bottom: 15px;
  font-size: 150%;
  line-height: 143%;
}

@media screen and (max-width: 768px) {
  .link-top {
    text-align: center;
  }
}

.link-top:before {
  font-size: 150%;
  line-height: 100%;
  padding-right: 0;
  vertical-align: text-bottom;
}

.ui-dialog-title {
  visibility: hidden;
}

.sp .l-header {
  position: static;
  width: auto;
}
.sp .l-header__body {
  padding: 0;
}
.sp .logo {
  padding: 4px 12px;
  color: #fff;
  font-size: 71.42857%;
  line-height: 120%;
  background: #fc6767;
}
.sp .headerTitle {
  position: static;
  display: block;
  margin-top: 0;
  padding: 8px 12px 9px;
  color: #fff;
  font-size: 92.85714%;
  line-height: 177%;
  background: #febd99;
  opacity: 0;
  -ms-filter: "alpha( opacity=0)";
  filter: alpha(opacity=0);
}
.sp .l-footer {
  position: static;
  min-height: 0;
}
.sp .copyright {
  position: static;
  margin-top: 3px;
}
.sp .l-content {
  height: auto;
  padding: 0 0 15px;
}
.sp .estimateSlider__item {
  min-height: 0;
  margin-top: 31px;
  margin-bottom: 24px;
  padding: 0 10px;
}
.sp .estimateSlider__item.-top {
  min-height: 443px;
  margin-top: 27px;
  margin-bottom: 0;
}
.sp .estimateSlider__item.-result {
  margin-bottom: 0;
}
.sp .title {
  width: auto;
  text-align: center;
}
.sp .title .icon:before {
  display: none;
}
@media screen and (max-width: 320px) {
  .sp .lead {
    margin: 11px 0 20px;
  }
}
.sp .slideCount {
  top: auto;
  bottom: -20px;
  right: 10px;
}
.sp .currentResult {
  position: static;
}
.sp .footerLink {
  position: relative;
  padding: 0 10px;
}
.sp .aboutLink {
  position: static;
  text-align: left;
}
.sp .returnSlide {
  position: absolute;
  top: 0;
  bottom: auto;
}
.sp .relatedLink {
  position: static;
  text-align: left;
}
.sp .relatedLink__item {
  text-align: left;
}
.sp .snsLink {
  *zoom: 1;
  letter-spacing: -0.34em;
  position: static;
  margin: 24px 0 8px;
  text-align: center;
}
.sp .snsLink__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  float: none;
  margin: 0 4px;
}
.sp .snsLink__item + .snsLink__item {
  margin: 0 4px;
}
.sp a {
  display: block;
}
.sp a:hover, .sp a:active {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
.sp .choices.-radio {
  margin-top: 25px;
}
.sp .choices__item {
  display: block;
  width: auto;
  margin-top: 9px;
  padding: 0;
}
/*.sp .choices__item.-item7 {
  float: none;
} */
.sp .radioBox__label {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  border: 3px solid #e9e9e0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.sp .radioBox__label:hover:before, .sp .radioBox__label.checked:before {
  display: none;
}
.sp .radioBox__label:hover .radioBox__icon:after, .sp .radioBox__label.checked .radioBox__icon:after {
  display: none;
}
.sp .radioBox__label.checked {
  border-color: #fc6767;
}
.sp .radioBox__label__body {
  display: block;
  text-align: left;
  letter-spacing: -0.3em;
  max-width: 682px;
}
.sp .radioBox__icon,
.sp .radioBox__textArea {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.sp .radioBox__icon {
  position: relative;
  width: 19.06158%;
  padding-top: 19.06158%;
  height: 0;
}
.sp .radioBox__icon__img {
  width: 90%;
  margin: 5% 7%;
}
.sp .radioBox__textArea {
  width: 76.24633%;
  padding: 10px 2.34604%;
  text-align: left;
}
.sp .radioBox__title {
  position: static;
  display: block;
  margin-top: 0;
  font-size: 107.14286%;
  line-height: 134%;
  font-weight: 500;
}
.sp .radioBox__text {
  position: static;
  display: block;
  margin-top: 5px;
  font-size: 78.57143%;
  line-height: 128%;
}
.sp .choices.-checkbox {
  margin-top: 11px;
}
/*.sp .choices.-checkbox .choices__item {
  display: inline-block;
  width: 45.06667%;
  margin: 8px 1.06667% 0;
}*/
.sp .choices__item__body.-checkbox {
  width: auto;
}
.sp .checkboxBox__checkBox.checked + .checkboxBox__label {
  border: 3px solid #fc6767;
}
.sp .checkboxBox__checkBox.checked + .checkboxBox__label:before {
  display: block;
}
.sp .checkboxBox__label {
  display: block;
  width: 100%;
  padding-top: 0;
  background: #fff;
  border: 3px solid #e9e9e0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  letter-spacing: -0.24em;
}
.sp .checkboxBox__label:before {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 10;
}
.sp .checkboxBox__label:after {
  top: 50%;
  margin-top: -15px;
  font-size: 187.5%;
  line-height: 100%;
  z-index: 20;
}
.sp .checkboxBox__label:hover:before, .sp .checkboxBox__label:active:before {
  display: none;
}
.sp .checkboxBox__label__img,
.sp .checkboxBox__label__text {
  display: inline-block;
  padding: 10px 0;
  vertical-align: middle;
  letter-spacing: normal;
  font-weight: 500;
}
.sp .checkboxBox__label__img {
  /* position: relative;
  width: 29.44785%;
  padding-top: 25.76687%;
  height: 0; */
  position: relative;
  width: 20%;
  padding-top: 19.06158%;
  height: 0;
}
/* @media screen and (max-width: 640px) {
  .sp .checkboxBox__label__img {
    padding-top: 30.67485%;
  }
} */
.sp .checkboxBox__label__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 100%;
  height: auto;
  margin: auto;
}
.sp .checkboxBox__label__text {
  width: 70%;
  padding: 0;
  font-size: 93.75%;
  line-height: 134%;
  text-align: left;
}
.sp .nextLink {
  position: static;
  margin: 25px 0 10px;
}
.sp .nextLink:before {
  display: none;
}
.sp .nextLink__item {
  display: block;
  padding: 10px 53px 8px 67px;
  color: #fff;
  font-size: 128.57143%;
  line-height: 156%;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fcc32b;
  border: 1px solid #fcc32b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #c89205;
  -moz-box-shadow: 0 3px 0 #c89205;
  -ms-box-shadow: 0 3px 0 #c89205;
  -o-box-shadow: 0 3px 0 #c89205;
  box-shadow: 0 3px 0 #c89205;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .sp .nextLink__item {
    width: 94%;
    margin: 0 3%;
    padding-left: 0;
    padding-right: 0;
    font-size: 114.28571%;
    line-height: 163%;
    text-align: center;
  }
}
.sp .nextLink__item:after {
  content: "\e602";
  margin-left: 6px;
  font-size: 18px;
  vertical-align: baseline;
}
.sp .nextLink__item span {
  font-size: 100%;
  vertical-align: baseline;
}
.sp .nextLink__item span:before {
  display: none;
}
.sp .nextLink__item:hover, .sp .nextLink__item:active {
  color: #fff;
  background-color: #fcd56c;
  border: 1px solid #fcd56c;
}
.sp #MailAddress {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sp #MailAddress {
    width: 94%;
  }
}
.sp #SendMailEstimateResultBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.sp .errorMessage {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sp .errorMessage {
    width: 94%;
  }
}

.lightbox{
  display: none;
}

@media screen and (max-width: 768px) {
  .lightbox {
    display: none;
  }
}

p.link_privacy_policy{
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .sp .radioBox__text{
    display: none;
  }
}

/*
.notice{
  color: #888;
  font-size: 14px;
  font-weight: 400;
}
.-item1 .choices::after,
.-item3 .choices::after,
.-item5 .choices::after,
.-item7 .choices::after,
.resultValue::after{
  display: block;
  letter-spacing: 0;
  margin: 30px 0;
  color: #888;
}

.-item1 .choices:after{
  content: "※注１、一眼レフやシネマカメラなどを搭載できる大型機を想定";
}
.-item3 .choices::after{
  content: "※注２、一日拘束";
}
.-item5 .choices::after{
  content: "※注３、空港周辺、150ｍ以上の高さ、イベント会場上空など";
}
.-item7 .choices::after{
  content: "※注４、３分尺以内、修正2回までを想定";
  margin: 20px 0 0 0;
}
.resultValue::after{
  content: "※金額は質や量、拘束時間、危険度、納品形態によって変動します";
  font-size: 12px;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .-item1 .choices::after,
  .-item3 .choices::after,
  .-item5 .choices::after,
  .-item7 .choices::after,
  .resultValue::after{
      font-size: 10px;
      margin: 20px 0;
      text-align: left;
  }
  .-item7 .choices::after{
    margin: 0 0 0 20px;
  }

  .-item1 .choices div.choices__item:nth-child(3) .radioBox__title::after,
  .-item5 .choices div.choices__item:first-of-type .radioBox__title::after,
  .-item7 .-item7_3 .checkboxBox__label__text::after{
    color: #888;
    display: block;
    font-size: 12px;
    font-weight: 400;
  }
  .-item1 .choices div.choices__item:nth-child(3) .radioBox__title::after{
    content: "※注1";
  }
  .-item5 .choices div.choices__item:first-of-type .radioBox__title::after{
    content: "※注3";
  }
  .-item7 .-item7_3 .checkboxBox__label__text::after{
    content: "※注4";
  }
}
*/
</pre></body></html>