@charset "UTF-8";
/* ===============================================================
	BREAK POINT
=============================================================== */
/* ===============================================================
	FONT
=============================================================== */
@media all and (-ms-high-contrast: none) {
  * {
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo,sans-serif;
  }
}

/* ===============================================================
	FONT SIZE
=============================================================== */
/* ===============================================================
	COLOR
=============================================================== */
/* ===============================================================
	estimation
=============================================================== */
.estimation-contents {
  width: 100%;
  max-width: 1200px;
  margin: 70px auto;
  position: relative;
  overflow: hidden;
}

.estimation_ttl {
  margin-top: 70px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Yu Mincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", sans-serif;
  font-weight: 400;
  color: #144960;
  text-align: center;
}

.estimation_resultinner #result_imgarea #loading {
    z-index:0;
}

@media only screen and (max-width: 768px) {
  .estimation_ttl {
    font-size: 4.26667vw;
  }
}

.estimation_release {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .estimation_release {
    font-size: 2.13333vw;
  }
}

.estimation_selectwrap {
  width: 500px;
  float: right;
}

.estimation_selectwrap dl dt {
  background: #144960;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 24px;
  position: relative;
}

/* #bed_and_mattress_select dt:first-child,
#mattress_only_select dt:first-child {
    background:none;
    color:#333;
    padding:10px;
} */


/* #bed_and_mattress_select dt:first-child:after,
#mattress_only_select dt:first-child:after {
    display:none; */
/* } */


@media only screen and (max-width: 768px) {
  .estimation_selectwrap dl dt {
    font-size: 2.13333vw;
  }
}

.estimation_selectwrap dl dt::after {
  content: "";
  width: 16px;
  height: 28px;
  border-right: 8px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 8px solid transparent;
  border-top: 14px solid #144960;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}

.estimation_selectwrap dl dt .step {
  padding: 10px 20px;
  background: #4f7788;
  position: absolute;
  top: 0;
  left: 0;
}

.estimation_selectwrap dl dd {
  margin-bottom: 24px;
}

.estimation_selectwrap dl dd ul {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.estimation_selectwrap dl dd li {
  margin-bottom: 10px;
}

.estimation_selectwrap dl dd label {
  cursor: pointer;
}

.estimation_selectwrap dl dd input[type="radio"], 
.estimation_selectwrap dl dd input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.estimation_selectwrap dl dd input[type="radio"] + .radio, 
.estimation_selectwrap dl dd input[type="checkbox"] + .radio {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bdbcbc;
  padding: 10px 0;
  text-align: center;
  display: block;
  border: 2px solid #bdbcbc;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .estimation_selectwrap dl dd input[type="radio"] + .radio, 
  .estimation_selectwrap dl dd input[type="checkbox"] + .radio {
    font-size: 1.86667vw;
  }
}

.estimation_selectwrap dl dd input[type="radio"] ~ .detail, 
.estimation_selectwrap dl dd input[type="checkbox"] ~ .detail {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bdbcbc;
  display: block;
  margin: 5px 0 0;
}

@media only screen and (max-width: 768px) {
  .estimation_selectwrap dl dd input[type="radio"] ~ .detail, 
  .estimation_selectwrap dl dd input[type="checkbox"] ~ .detail {
    font-size: 1.86667vw;
  }
}

.estimation_selectwrap dl dd input[type="radio"]:checked + .radio, 
.estimation_selectwrap dl dd input[type="checkbox"]:checked + .radio {
  color: #144960;
  border-color: #144960;
}

.estimation_selectwrap dl dd input[type="radio"]:checked ~ .detail, 
.estimation_selectwrap dl dd input[type="checkbox"]:checked ~ .detail {
  color: #144960;
}

.estimation_selectwrap dl dd .note {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .estimation_selectwrap dl dd .note {
    font-size: 1.6vw;
  }
}

.estimation_selectwrap dl dd .modal-open {
  display: block;
  text-align: center;
  line-height: 4rem;
  background-color: #f5f5f5;
  font-weight: bold;
  margin-top: .5rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .estimation_selectwrap dl dd .modal-open {
    font-size: 1.86667vw;
  }
}

@media screen and (min-width: 681px) {
  .estimation_selectwrap dl dd .modal-open {
    transition: ease 200ms;
  }
  .estimation_selectwrap dl dd .modal-open:hover {
    background-color: #144960;
    color: #fff;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_selectwrap dl dd .modal-open {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_selectwrap dl dd .modal-open {
    font-size: 3.2vw;
  }
}

.estimation_selectwrap dl#choose_product dd ul::after {
  content: "";
  display: block;
  width: 48%;
}

.estimation_selectwrap dl#choose_product dd li {
  width: 48%;
}

.estimation_selectwrap dl.select_content {
  display: none;
}

.estimation_selectwrap dl.select_content.is_show {
  display: block;
  animation: show .4s linear 0s;
}

.estimation_selectwrap dl.select_content .mattress li {
  width: 48%;
}

.estimation_selectwrap dl.select_content .mattress input[type="radio"] + .radio, 
.estimation_selectwrap dl.select_content .mattress input[type="checkbox"] + .radio {
  padding: 0;
}

.estimation_selectwrap dl.select_content .size li {
  width: 48%;
}

.estimation_selectwrap dl.select_content .color ul::after {
  content: "";
  display: block;
  width: 32%;
}

.estimation_selectwrap dl.select_content .color li {
  width: 32%;
  text-align: left;
}

.estimation_selectwrap dl.select_content .color input[type="radio"] + .radio, 
.estimation_selectwrap dl.select_content .color input[type="checkbox"] + .radio {
  border: none;
  text-align: left;
  padding-left: 34px;
  position: relative;
}

.estimation_selectwrap dl.select_content .color input[type="radio"] + .radio img, 
.estimation_selectwrap dl.select_content .color input[type="checkbox"] + .radio img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -10px;
}

.estimation_selectwrap dl.select_content .color input[type="radio"] + .radio::after, 
.estimation_selectwrap dl.select_content .color input[type="checkbox"] + .radio::after {
  content: "";
  width: 28px;
  height: 28px;
  border: 2px solid #bdbcbc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
}

.estimation_selectwrap dl.select_content .color input[type="radio"]:checked + .radio::after, 
.estimation_selectwrap dl.select_content .color input[type="checkbox"]:checked + .radio::after {
  border-color: #144960;
}

.estimation_selectwrap dl.select_content .analyzer li {
  width: 100%;
}

.estimation_selectwrap .select_content .size {
  margin-bottom: 5px;
}

.estimation_selectwrap .select_content .size_note {
  margin-bottom: 24px;
}

.estimation .option_box {
  background: #f5f5f5;
  border: 2px solid #567786;
  margin-top: 80px;
  margin-bottom: 3px;
}

.estimation .option_box .ttl {
  background: #567786;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .estimation .option_box .ttl {
    font-size: 2.13333vw;
  }
}

.estimation .option_box .ttl .note {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .estimation .option_box .ttl .note {
    font-size: 1.6vw;
  }
}

.estimation .option_box ul {
  padding: 20px 20px 0;
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.estimation .option_box ul li {
  width: 48%;
  margin-bottom: 20px;
}

.estimation .option_box ul li .name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: .6em;
}

@media only screen and (max-width: 768px) {
  .estimation .option_box ul li .name {
    font-size: 1.86667vw;
  }
}

.estimation .option_box ul li .txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .estimation .option_box ul li .txt {
    font-size: 1.6vw;
  }
}

.estimation_resultwrap {
  width: 680px;
  float: left;
}

.estimation_resultinner {
  width: 680px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem;
  background-color: rgba(227, 252, 151, 0.75);
	background: linear-gradient(to right, #deeaf6 0% ,#f6fafd 50% ,#deeaf6 100%);
}

.estimation_resultinner #result_imgarea {
  width: 100%;
  margin-bottom: 20px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 680px) {
  .estimation_resultinner #result_imgarea {
    margin-bottom: 0;
  }
}

.estimation_resultinner #result_imgarea::before {
  content: "";
  display: block;
  padding-top: 49%;
}

@media only screen and (max-width: 680px) {
  .estimation_resultinner #result_imgarea::before {
    padding-top: 51.47%;
  }
}

.estimation_resultinner #result_imgarea #loading {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px 0 0 -16px;
}

.estimation_resultinner #result_imgarea .result_product_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.estimation_resultinner #result_imgarea .result_product_img img {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 680px) {
  .estimation_resultinner #result_imgarea .result_product_img img {
    position: static;
    transform: none;
  }
}

.estimation_resultinner .result_product_content {
  width: 60%;
}

.estimation_resultinner .result_product_content .ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .estimation_resultinner .result_product_content .ttl {
    font-size: 1.86667vw;
  }
}

.estimation_resultinner .result_product_detail {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 768px) {
  .estimation_resultinner .result_product_detail {
    font-size: 1.73333vw;
  }
}

.estimation_resultinner .result_product_detail tr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0rem .5rem 0rem 1rem;
  background-color: #fff;
  margin-bottom: .3333rem;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.estimation_resultinner .result_product_detail th {
  display: block;
  font-weight: normal;
  padding: 7px 0;
  width: 50%;
  text-align: left;
  font-weight: 600;
}

.estimation_resultinner .result_product_detail th:after {
  content: ':';
}

.estimation_resultinner .result_product_detail td {
  display: block;
  padding: 7px 0;
  width: 50%;
  text-align: center;
  font-weight: 600;
  color: #004C98;
}

.estimation_resultinner .result_product_price {
  width: 37%;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .estimation_resultinner .result_product_price {
    font-size: 2.13333vw;
  }
}

.estimation_resultinner .result_product_price .price_ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  display: block;
}

@media only screen and (max-width: 768px) {
  .estimation_resultinner .result_product_price .price_ttl {
    font-size: 1.86667vw;
  }
}

.estimation_resultinner .result_product_price #result_product_price {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.8;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .estimation_resultinner .result_product_price #result_product_price {
    font-size: 4.8vw;
  }
}

.estimation_resultinner .result_product_price .tax {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .estimation_resultinner .result_product_price .tax {
    font-size: 1.6vw;
  }
}

.estimation_resultinner .result_product_btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}

.estimation_resultinner .result_product_btn input[type="submit"] {
  display: block;
  width: 100%;
  padding: 16px 0 18px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #144960;
  text-align: center;
  line-height: 1;
  letter-spacing: .05em;
  background-color: #B6E51C /*#144960*/;
  border-radius: 5px;
  border: 1px solid #B6E51C;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 768px) {
  .estimation_resultinner .result_product_btn input[type="submit"] {
    font-size: 2.4vw;
  }
}

.estimation_resultinner .result_product_btn input[type="submit"]:hover {
  color: #fff;
  background-color: #144960;
  border: 1px solid #144960;
}

.estimation_resultinner .result_product_btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  width: 9px;
  height: 9px;
  border-top: 1px solid #144960;
  border-right: 1px solid #144960;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.estimation_resultinner .result_product_btn:hover::after {
  right: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.estimation_resultinner .orico_link a {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #000;
  text-decoration: underline;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .estimation_resultinner .orico_link a {
    font-size: 1.73333vw;
  }
}

.estimation_resultinner .orico_link a .bold {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .estimation_resultinner .orico_link a .bold {
    font-size: 2.4vw;
  }
}

.estimation_resultinner .orico_link a img {
  width: 11px;
  vertical-align: text-bottom;
  margin-left: .5em;
}

.estimation_resultinner .orico_link a:hover {
  text-decoration: none;
}

.estimation_resultinner.is_fixed {
  position: fixed;
  top: 70px;
}

.estimation_resultinner.is_bottomfixed {
  top: auto;
  bottom: 0;
  position: absolute;
}

@media only screen and (max-width: 1200px) {
  .estimation-contents {
    margin: 9.33333vw auto;
    padding: 0 1.66667vw;
  }
  .estimation_ttl {
    margin-top: 9.33333vw;
  }
  .estimation_selectwrap {
    width: 40vw;
  }
  .estimation_resultwrap, .estimation_resultinner {
    width: 55vw;
  }
}

@media only screen and (max-width: 1024px) {
  .estimation_selectwrap dl#choose_product dd ul::after {
    display: none;
  }
  .estimation_selectwrap dl#choose_product dd li {
    width: 48%;
  }
  .estimation_selectwrap dl.select_content .mattress li {
    width: 48%;
  }
  .estimation_selectwrap dl.select_content .size li {
    width: 48%;
  }
  .estimation_selectwrap dl.select_content .color ul::after {
    display: none;
  }
  .estimation_selectwrap dl.select_content .color li {
    width: 48%;
  }
  .estimation_resultinner .result_product_content {
    width: 100%;
    margin-bottom: 20px;
  }
  .estimation_resultinner .result_product_price {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .estimation-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 2.66667vw;
  }
  .estimation_ttl {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .estimation_resultwrap-sp .estimation_resultinner .result_product_btn:hover::after {
    right: 3.66667vw;
  }
  .estimation_resultwrap .estimation_resultinner .result_product_btn:hover::after {
    right: 22.66667vw;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_ttl {
    font-size: 6.13333vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_release {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_release {
    font-size: 3.2vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_selectwrap {
    width: 100%;
    float: none;
    margin-bottom: 5.33333vw;
  }
  .estimation_selectwrap dl dt {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 5.33333vw;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_selectwrap dl dt {
    font-size: 3.46667vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_selectwrap dl dt::after {
    width: 10px;
    height: 18px;
    border-right-width: 5px;
    border-bottom-width: 9px;
    border-left-width: 5px;
    border-top-width: 9px;
    margin-left: -5px;
  }
  .estimation_selectwrap dl dt .step {
    padding: 10px;
  }
  .estimation_selectwrap dl dd {
    margin-bottom: 5.33333vw;
  }
  .estimation_selectwrap dl dd li {
    margin-bottom: 2.66667vw;
  }
  .estimation_selectwrap dl dd input[type="radio"] + .radio, 
  .estimation_selectwrap dl dd input[type="checkbox"] + .radio {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 5.33333vw 0;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_selectwrap dl dd input[type="radio"] + .radio, 
  .estimation_selectwrap dl dd input[type="checkbox"] + .radio {
    font-size: 3.46667vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_selectwrap dl dd input[type="radio"] ~ .detail, 
  .estimation_selectwrap dl dd input[type="checkbox"] ~ .detail {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_selectwrap dl dd input[type="radio"] ~ .detail, 
  .estimation_selectwrap dl dd input[type="checkbox"] ~ .detail {
    font-size: 3.46667vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_selectwrap dl dd .note {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_selectwrap dl dd .note {
    font-size: 2.66667vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_selectwrap dl.select_content .color input[type="radio"] + .radio, 
  .estimation_selectwrap dl.select_content .color input[type="checkbox"] + .radio {
    padding: 2.66667vw 0 2.66667vw 6.66667vw;
  }
  .estimation_selectwrap dl.select_content .color input[type="radio"] + .radio img, 
  .estimation_selectwrap dl.select_content .color input[type="checkbox"] + .radio img {
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    left: 0.93333vw;
    margin-top: -2vw;
  }
  .estimation_selectwrap dl.select_content .color input[type="radio"] + .radio::after, 
  .estimation_selectwrap dl.select_content .color input[type="checkbox"] + .radio::after {
    content: "";
    width: 5.86667vw;
    height: 5.86667vw;
    margin-top: -2.93333vw;
  }
  .estimation .option_box {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 0;
    border: none;
  }
  .estimation .option_box:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 10px;
    height: 18px;
    border-right-width: 5px;
    border-bottom-width: 9px;
    border-left-width: 5px;
    border-top-width: 9px;
    margin-left: -5px;
    border-style: solid;
    border-color: #144960 transparent transparent transparent;
  }
  .estimation .option_box .ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation .option_box .ttl {
    font-size: 3.46667vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation .option_box .ttl .note {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation .option_box .ttl .note {
    font-size: 2.66667vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_resultwrap {
    width: 100%;
    float: none;
  }
  .estimation_resultinner {
    width: 100vw;
    background: #e3fc97;
	background: linear-gradient(to right, #deeaf6 0% ,#f6fafd 50% ,#deeaf6 100%);

    padding: 0;
    margin: 0 calc( ( 100% - 100vw ) * .5);
  }
  .estimation_resultinner #result_imgarea {
    padding: 1rem;
  }
  .estimation_resultinner #result_imgarea .result_product_img {
    width: 100%;
    padding: 0 1rem;
    top: 1rem;
  }
  .estimation_resultinner .result_product_content {
    margin-bottom: 2.66667vw;
    padding: 1rem;
  }
  .estimation_resultinner .result_product_content .ttl {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 2.66667vw;
    text-align: center;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_resultinner .result_product_content .ttl {
    font-size: 3.46667vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_resultinner .result_product_detail {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_resultinner .result_product_detail {
    font-size: 2.93333vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_resultinner .result_product_price {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .estimation_resultinner .result_product_price_wrapper {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 2.66667vw;
    width: 100vw;
    padding-top: 1.5rem;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.25);
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_resultinner .result_product_price {
    font-size: 3.46667vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_resultinner .result_product_price .price_ttl {
    font-size: 26px;
    font-size: 2.6rem;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_resultinner .result_product_price .price_ttl {
    font-size: 3.46667vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_resultinner .result_product_price #result_product_price {
    line-height: 1;
    font-size: 40px;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_resultinner .result_product_price #result_product_price {
    font-size: 5.33333vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_resultinner .result_product_price .tax {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_resultinner .result_product_price .tax {
    font-size: 2.66667vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_resultinner .result_product_btn {
    margin-top: 2.66667vw;
    width: 100vw;
    padding: 0 50px;
    max-width: initial;
    max-width: unset;
    margin-left: calc( ( 100% - 100vw ) * .5);
    margin-right: calc( ( 100% - 100vw ) * .5);
  }
  .estimation_resultinner .result_product_btn input[type="submit"] {
    padding: 0;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 16vw;
    border-radius: 10px;
    box-shadow: none;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_resultinner .result_product_btn input[type="submit"] {
    font-size: 4.53333vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_resultinner .result_product_btn::after {
    right: 20.66667vw;
    width: 1.33333vw;
    height: 1.33333vw;
  }
  /* .estimation_resultinner .result_product_btn:hover::after {
    right: 2.66667vw;
  } */
  .estimation_resultinner .orico_link a {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 5.33333vw;
  }
  .estimation_resultinner .result_product_btn-sp {
    padding: 0;
  }
  .estimation_resultinner .result_product_btn-sp::after {
    right: 2.66667vw;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_resultinner .orico_link a {
    font-size: 3.2vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_resultinner .orico_link a .bold {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .estimation_resultinner .orico_link a .bold {
    font-size: 4.26667vw;
  }
}

@media only screen and (max-width: 680px) {
  .estimation_resultinner.is_fixed, .estimation_resultinner.is_bottomfixed {
    position: static;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (min-width: 680px) {
  .financial_bnr {
    transition: ease 400ms;
  }
  .financial_bnr:hover {
    opacity: .65;
  }
}

/* ===============================================================
	remove Header CTA
=============================================================== */
.btn-purchase {
  /*display: none !important;*/
}

/* ===============================================================
	modal
=============================================================== */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(7, 25, 33, 0.9);
  align-items: center;
  justify-content: center;
  display: none;
}

.modal.is-active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  animation: modalAppear ease 400ms 1 both;
}

.modal.is-active.is-closing {
  animation: modalClose ease 400ms 1 both;
}

.modal__inner {
  position: relative;
  background-color: #fff;
  width: 800px;
  max-width: calc( 100% - 8rem);
  height: auto;
  max-height: calc( 100% - 8rem);
}

.modal__content {
  padding: 4rem;
}

@media only screen and (max-width: 680px) {
  .modal__content {
    overflow-y: scroll;
    padding: 4rem 2rem 2rem;
  }
}

.modal__ttl {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (max-width: 768px) {
  .modal__ttl {
    font-size: 3.73333vw;
  }
}

@media only screen and (max-width: 680px) {
  .modal__ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .modal__ttl {
    font-size: 4.26667vw;
  }
}

.modal__fig {
  display: block;
  margin-bottom: 2rem;
}

.modal__fig img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.modal__txt {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .modal__txt {
    font-size: 2.13333vw;
  }
}

@media only screen and (max-width: 680px) {
  .modal__txt {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 680px) and (max-width: 768px) {
  .modal__txt {
    font-size: 3.46667vw;
  }
}

.modal .modal-close {
  display: block;
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  width: 5rem;
  height: 5rem;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 9999px;
  border: 0;
  background: none;
  outline: none;
  appearance: none;
  background: #144960;
  border: 2px solid #fff;
  cursor: pointer;
}

.modal .modal-close:before, .modal .modal-close:after {
  content: '';
  display: block;
  height: 2px;
  width: 60%;
  position: absolute;
  left: 20%;
  top: calc( 50% - 1px);
  background-color: #fff;
}

.modal .modal-close:before {
  transform: rotate(45deg);
}

.modal .modal-close:after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 681px) {
  .modal .modal-close {
    transition: background ease 200ms;
  }
  .modal .modal-close:before, .modal .modal-close:after {
    transition: ease 200ms;
  }
  .modal .modal-close:hover {
    background: #1d698a;
  }
  .modal .modal-close:hover:before {
    transform: rotate(30deg);
  }
  .modal .modal-close:hover:after {
    transform: rotate(-30deg);
  }
}

@keyframes modalAppear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalClose {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


.financial_bnr {display:block;margin-bottom:3rem;}

/*送料表示用*/
.estimation_resultinner
.result_product_price
#result_product_price {line-height:1.3;}
.result_carriage {font-size:0.8em;font-weight:normal;text-align:center;border-bottom:dotted 3px #ccc;
padding: 2px 0;margin-bottom:10px;}
.result_carriage .carriage {display:inline-block;}
@media screen and (max-width:768px){
    .result_carriage {width:100%;max-width:20em;margin:0 auto 10px;text-align:center;}
}

/*PC表示*/
/* #bed_and_mattress_select dt:first-child,
#mattress_only_select dt:first-child {position:relative;} 
#bed_and_mattress_select dt:first-child:before,
#mattress_only_select dt:first-child:before {content:"";display:block;width:100%;height:2px;background:#bdbcbc;position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:-1;}
#bed_and_mattress_select dt:first-child .head,
#mattress_only_select dt:first-child .head {border:solid 2px #bdbcbc;background:#fff;color:#bdbcbc;font-weight:bold;padding: 4px 1em;border-radius:300px;} */

/*SP表示　202111*/
@media only screen and (max-width:680px) {
    .estimation_ttl {display:none;}
    .estimation-contents {padding:0;margin-top:0;}
    
    .financial_bnr,
    .estimation_selectwrap dl dt::after {display:none;}
    .estimation_selectwrap dl dt {margin-bottom:0;}
    
    .main_image > br {display:none;}
    #choose_product dd,
    #bed_and_mattress_select dt:first-child,
    #mattress_only_select dt:first-child,
    #bed_and_mattress_select .mattress,
    #mattress_only_select .mattress,
    #analyzer_only_select .analyzer {display:block;}
    
    .estimation_resultinner .result_product_price_wrapper {box-shadow:none;}
    .estimation_resultinner .result_product_price {position:relative;}
    
    .main_image .estimation_resultinner {margin:0;box-shadow:none !important;}
    .main_image #openResult,
    .main_image .result_product_content {display:none !important;}
    .main_image #result_imgarea {display:block !important;padding:0;}
    .main_image #result_imgarea .result_product_img {padding:0;top:0;}
    .main_image .estimation_resultinner .result_product_price_wrapper {width:auto;padding-top:1rem;margin-bottom:1vw;}
    .main_image .estimation_resultinner .result_product_price_wrapper,
    .main_image .result_carriage {width:calc(100% - 45vw);float:left;justify-content:flex-start;margin-left:2.66667vw;}
    .main_image .result_carriage {text-align:left;font-size:0.7em;padding:0 0 2px 0;border-width:2px;}
    .estimation_resultinner .result_product_price .price_ttl {font-size:3vw;}
    
    .main_image .estimation_resultinner .result_product_btn {width:36vw;margin:0;position:absolute;right:2.66667vw;top:50%;transform:translateY(-50%);}
    .main_image .estimation_resultinner .result_product_btn input[type="submit"] {font-size:3.5vw;line-height:2.5em;border-radius:5px;}
    
    /*選択肢*/
    .estimation_selectwrap {margin-bottom:0;}
    .estimation_selectwrap > br {display:none;}
    .estimation_selectwrap dl dt .step {width:26vw;}
    .estimation_selectwrap dl dt .head {margin-left:16vw;}
    .estimation_selectwrap dl dt {border-top:solid 1px #fff;position:relative;}
    .estimation_selectwrap dl dt:before {content:"";display:block;width:2vw;height:4vw;position:absolute;right:4vw;top:50%;background:url("../images/ex_arrow.png") no-repeat center;background-size:100% auto;transform:translateY(-50%) rotate(-90deg);transition:0.3s;}
    .estimation_selectwrap dl dt.open:before {transform:translateY(-50%) rotate(90deg);}
    
    .estimation_selectwrap dl dd ul {display:block;}
    .estimation_selectwrap dl dd li {margin-bottom:0;padding:2.66667vw 2.66667vw 0;}
    .estimation_selectwrap dl dd input[type="radio"] + .radio, 
    .estimation_selectwrap dl dd input[type="checkbox"] + .radio {padding:10px 0;}
    .estimation_selectwrap dl#choose_product dd ul {display:flex;padding:2.66667vw 2.66667vw 0;}
    .estimation_selectwrap dl#choose_product dd li {width:32%;margin-bottom:0;padding:0;}
    .estimation_selectwrap dl#choose_product dd input[type="radio"] + .radio, 
    .estimation_selectwrap dl#choose_product dd input[type="checkbox"] + .radio {font-size:3vw;}
    
    .estimation_selectwrap dl.select_content .mattress li {width:100%;}
    .estimation_selectwrap dl.select_content .mattress label {display:flex;align-items:center;}
    .estimation_selectwrap dl.select_content .mattress input[type="radio"] + .radio, 
    .estimation_selectwrap dl.select_content .mattress input[type="checkbox"] + .radio {width:25vw;}
    .estimation_selectwrap dl dd input[type="radio"] ~ .detail, 
    .estimation_selectwrap dl dd input[type="checkbox"] ~ .detail {width:calc(100% - 27.66667vw);padding-left:2.66667vw;}
    .estimation_selectwrap dl dd input[type="radio"] ~ .detail .md, 
    .estimation_selectwrap dl dd input[type="checkbox"] ~ .detail .md {display:none;}
    .estimation_selectwrap dl.select_content .mattress .modal-open {display:none;}
    
    .estimation_selectwrap dl.select_content .size li {width:100%;}
    .estimation_selectwrap dl.select_content .size li label {display:flex;align-items:center;}
    .estimation_selectwrap dl.select_content .size input[type="radio"] + .radio, 
    .estimation_selectwrap dl.select_content .size input[type="checkbox"] + .radio {width:36vw;}
    
    .estimation_selectwrap dl.select_content .color ul {display:flex;}
    
    #result_imgarea {display:none !important;}
}
@media only screen and (min-width:680px) {
    .financial_bnr,
    .estimation_selectwrap dl dt::after {display:block !important;}
    /* .estimation_selectwrap dl dd 上から削除*/
    /* #bed_and_mattress_select dt:first-child::after,
    #mattress_only_select dt:first-child::after {display:none !important;} */
}

/*注意書き　20220708追加*/
.caution {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 1em;
  font-size: 10px;
  padding: 0 2em;
}


/*202302購入シミュレーション改修提案にて追加*/
/*選択エリア*/
.active {
  opacity: 1!important;
}
.non-show {
  display: none!important;
}
.op-none {
  display: none;
}
.op-s {
  display: none!important;
}
.op-sd {
  display: none!important;
}
.op-box_sheets .show {
  display: block!important;
}
.op-bed_pad .show {
  display: flex!important;
}
.select_content-2 {
  display: none;
}
.select_content-2.is_show {
  display: block;
  animation: show .4s linear 0s;
}
.select_content-2 dt {
  background-color: #AAAAAA!important;
}
.select_content-2 dt::after {
  border-top: 14px solid #AAAAAA!important;
}
.option {
  padding: 10px 20px;
  background: #4f7788;
  position: absolute;
  top: 0;
  left: 0;
}
.op-box_sheets {
  display: flex;
  justify-content: space-between;
}
.op-box_sheets_img_box {
  width: 100%;
  margin-right: 30px;
  margin-bottom: 10px;
}
.france, .knit {
  width: 80%;
  margin-bottom: 10px;
}
.op-box_sheets_img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/estimation/w-model/assets/images/bs-noselect.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #AAAAAA;
  box-sizing: border-box;
}
.op-box_sheets_img li {
  position: absolute;
  width: 100%;
  height: 100%;
}
.op-box_sheets_img li img {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bs_material_name {
  display: inline;
  position: relative;
  padding-left: 7px;
} 
.bs_material_name::before {
  content: "";
  background-color: #144960;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 13px;
}
.op-items_color_bs {
  margin-top: 15px;
}
.op-items_color_bs li {
  width: 100%;
}
.op-box_sheets .op-items_color_bs input[type="radio"] + .radio, 
.op-box_sheets .op-items_color_bs input[type="checkbox"] + .radio {
padding: 3px 0;
}
.op-items_color_bs li span {
  border: none!important;
  text-align: left!important;
  padding-left: 34px!important;
  position: relative;
}
.op-items_color_bs li span img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -10px;
}
.op-items_color_bs li span::after {
  content: "";
  width: 28px;
  height: 28px;
  border: 2px solid #bdbcbc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
.op-box_sheets .op-items_color_bs input[type="radio"]:checked + .radio::after, 
.op-box_sheets .op-items_color_bs input[type="checkbox"]:checked + .radio::after {
  border-color: #144960;
}
.bs_price {
  color: #bdbcbc;
}
.navy {
  color: #144960;
}
.border_navy {
  border: 2px solid #144960;
}
.op-bed_pad ul li, .op-instrument ul li {
  width: 48%;
}
.op-bed_pad ul li .radio, .op-instrument ul li .radio {
  padding: 0!important;
}

.reload-btn {
  text-align: center;
  margin-bottom: 60px;
}
.reload-btn button {
  background-color: #FFF;
  border: 1px solid #144960;
  color: #144960;
  padding: 10px 20px;
}

/*結果表示エリア*/
.only-sp-show {
  display: none;
}
.estimation_resultwrap-sp {
  width: 100%;
  float: none;
}
.result_product_content .ttl-option {
  font-size: 1.4rem;
  font-weight: 700;
  color: #597785;
  margin-top: 15px;
  margin-bottom: 7px;
  text-align: center;
}
.result_product_detail-option, .result_product_detail-option_non {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  display: block;
}
.result_product_detail-option tr, .result_product_detail-option_non tr {
  display: flex;
  justify-content: space-between;
  padding: 0rem 0.5rem 0rem 1rem;
  background-color: #fff;
  margin-bottom: 0.3333rem;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 25%);
}
.result_product_detail-option th, .result_product_detail-option_non th {
  display: block;
  font-weight: normal;
  padding: 7px 0;
  width: 50%;
  text-align: left;
  font-weight: 600;
}
.result_product_detail-option th::after, .result_product_detail-option_non th::after {
  content: ":";
}
.result_product_detail-option td, .result_product_detail-option_non td {
  display: block;
  padding: 7px 0;
  width: 50%;
  text-align: center;
  font-weight: 600;
  color: #004C98;
}


/* SP表示 202303追加*/
@media only screen and (max-width:680px) {
  .only-sp-show {
    display: block;
  }
  .op-box_sheets {
    flex-wrap: wrap;
    padding: 2.677777vw
  }
  .op-box_sheets_img_box {
    width: 100%;
    height: 20vw;
    padding: 0 30vw;
    margin: 0 auto 25px;
  }
  .op-box_sheets_img li {
    padding: 0!important;
  }
  .france, .knit {
    width: 50%;
    margin-bottom: 10px;
  }
  .op-items_color_bs li {
    padding: 5px 0!important;
   }
   .op-bed_pad ul li, .op-instrument ul li {
    width: 100%;
   }
   .op-bed_pad ul li label, .op-instrument ul li label {
    display: flex;
   }
   .op-bed_pad ul li label .radio, .op-instrument ul li label .radio {
    width: 25vw;
   }
   .op-bed_pad ul li label .detail, .op-instrument ul li label .detail {
    margin-top: 10px!important;
   }
   .estimation_selectwrap .select_content .size_note {
    margin-top: 15px;
   }
   .reload-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}



.colorBox:not(:last-child){
  margin-bottom: 1.5rem
}

.colorBox__ttl{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 1rem;
}

.op-box_sheets{
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.op-box_sheets_img_box{
	width: 75%;
	height: 20rem;
  margin: 0;
}

.op-box_sheets .show{
  max-width: calc((75% - (2rem* 1)) / 2);
  width: 100%;
}
.op-box_sheets .linen.show{max-width: 75%;}

.op-box_sheets_img{
  background-image: url('/assets/include/box_sheets/images/smooth_nightblue.jpg');
}

@media only screen and (max-width: 767px) {
  .colorBox{
    padding: 10px;
    box-sizing: border-box;
  }

  .colorBox:not(:last-child){
    margin-bottom: 1rem
  }

  .colorBox__ttl{
    font-size: 1.25rem;
    margin: 0;
  }

  .estimation_selectwrap dl.select_content .color input[type="radio"] + .radio img{
    transform: translate(3%, -2%);
  }

  .op-box_sheets_img_box{
    width: 100%;
    height: 20vw;
    margin: 0;
  }
  .op-box_sheets .show,
  .op-box_sheets .linen.show{
    max-width: calc((100% - (2rem* 1)) / 2);
  }
}


.estimation_selectwrap #options_select dt{cursor: pointer;}
.estimation_selectwrap #options_select dt::before{
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 42%;
	right: 20px;
	transform: translateY(-50%) rotate(135deg);
}
@media only screen and (max-width: 767px) {
.estimation_selectwrap #options_select dt::before{border: none; transform:translateY(-50%) rotate(90deg);}
}
