/*
Copyright CREATIVE WEB Inc. All Rights Reserved.
https://www.creative-web.co.jp/
*/
.spacelyBox {
  margin: 0 0 40px; }
  @media screen and (max-width: 25.875em) {
    .spacelyBox {
      margin: 0 0 20px; } }
  .spacelyBox iframe {
    width: 100%;
    height: 450px; }
    @media screen and (max-width: 25.875em) {
      .spacelyBox iframe {
        height: 250px; } }

.flex-viewport {
  margin-bottom: 30px; }

.flex-control-thumbs li {
  border: 1px solid #ccc;
  margin: 0 5px 5px 0 !important;
  padding: 3px;
  max-height: 50px; }
  .flex-control-thumbs li img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 50px; }

.detailPriceBox {
  width: 100%;
  float: right; }
  .detailPriceBox .priceList {
    width: 100%;
    border: 1px solid #CCC;
    margin: 0 0 40px; }
    @media screen and (max-width: 56em) {
      .detailPriceBox .priceList {
        margin: 0 0 10px; } }
    .detailPriceBox .priceList th {
      padding: 10px;
      border: 1px solid #CCC; }
    .detailPriceBox .priceList td {
      padding: 10px;
      border: 1px solid #CCC;
      text-align: right; }
    @media screen and (max-width: 56em) {
      .detailPriceBox .priceList th, .detailPriceBox .priceList td {
        font-size: 11px;
        font-size: 0.6875rem;
        padding: 5px 2px; } }
    .detailPriceBox .priceList .bgc {
      color: #FFF;
      background: #a9a9a9;
      line-height: 1.2; }
    .detailPriceBox .priceList .gray {
      background: #EFEFEF; }

.simulationBox .simulationBtn {
  background: #CCC;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  -webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.3) inset;
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  cursor: pointer; }
  @media screen and (max-width: 56em) {
    .simulationBox .simulationBtn {
      padding: 5px 0;
      margin: 0 auto 10px; } }

.searchListBoxRight .priceList {
  width: 100%;
  border: 1px solid #CCC;
  margin-bottom: 30px; }
  .searchListBoxRight .priceList th {
    border: 1px solid #CCC;
    padding: 5px;
    font-size: 14px; }
  .searchListBoxRight .priceList td {
    border: 1px solid #CCC;
    text-align: right;
    padding: 5px;
    font-size: 14px; }
  @media screen and (max-width: 80em) {
    .searchListBoxRight .priceList th, .searchListBoxRight .priceList td {
      padding: 1px;
      font-size: 10px; } }
  @media screen and (max-width: 56em) {
    .searchListBoxRight .priceList th, .searchListBoxRight .priceList td {
      padding: 1px;
      font-size: 10px; } }
  .searchListBoxRight .priceList .bgc {
    color: #FFF;
    background: #a9a9a9; }
  .searchListBoxRight .priceList .gray {
    background: #EFEFEF; }
