@charset "UTF-8";
/*--------------------------------------------------
 建築
 -------------------------------------------------- */
@media only screen and (max-width: 650px) {
  .structuremap h2.h2_type01 {
    margin-bottom: 22px;
  }
}
.structuremap h4 {
  margin-bottom: 10px !important;
}
.structuremap .structure_map {
  width: 100%;
  position: relative;
  padding-bottom: 48.25%;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 650px) {
  .structuremap .structure_map {
    padding-bottom: 56.25%;
  }
}
.structuremap .structure_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.structuremap .box_inner {
  background-color: #e0ecf5;
}
.structuremap .flexbox {
  display: flex !important;
  justify-content: space-between;
}
.structuremap .flexbox.start {
  justify-content: flex-start !important;
}
.structuremap .flexbox:before, .structuremap .flexbox:after {
  display: none !important;
}
.structuremap .w100 {
  width: 100% !important;
}
@media only screen and (max-width: 650px) {
  .structuremap .spmb0 {
    margin-bottom: 0 !important;
  }
}
.structuremap .gap20 {
  gap: 20px;
}
@media only screen and (max-width: 650px) {
  .structuremap .gap20 {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 0 20px;
  }
}
@media only screen and (max-width: 650px) {
  .structuremap .box {
    margin-bottom: 15px;
  }
}
.structuremap .box:first-child {
  width: 30%;
}
@media only screen and (max-width: 650px) {
  .structuremap .box:first-child {
    width: 100%;
  }
}
.structuremap .box:last-child {
  width: 70%;
}
@media only screen and (max-width: 650px) {
  .structuremap .box:last-child {
    width: 100%;
  }
}
.structuremap .box:before, .structuremap .box:after {
  display: none !important;
}
.structuremap h5 {
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
  color: #aa4610;
}
@media only screen and (max-width: 650px) {
  .structuremap h5 {
    display: block;
  }
}
.structuremap h5 .txt_small {
  font-size: 11px;
  color: #666666;
}
@media only screen and (max-width: 650px) {
  .structuremap #company {
    margin-top: 5px;
  }
}
.structuremap .clearbtn {
  display: block;
  width: 160px;
  margin: 10px auto;
  font-size: 1.2rem;
  line-height: 24px;
  border-radius: 12px;
  border: 1px solid #b3b3b3;
  cursor: pointer;
}
.structuremap.result iframe {
  width: calc(100% - 320px);
  height: 480px;
  position: static;
}
@media only screen and (max-width: 650px) {
  .structuremap.result iframe {
    width: 100%;
  }
}
.structuremap.result .structure_map {
  display: flex !important;
  overflow: auto;
  padding-bottom: 0;
  height: auto;
}
@media only screen and (max-width: 650px) {
  .structuremap.result .structure_map {
    display: block !important;
  }
}
.structuremap.result .result_listBox {
  width: 320px;
  border: 1px solid #BDBDBD;
}
@media only screen and (max-width: 650px) {
  .structuremap.result .result_listBox {
    width: 100%;
  }
}
.structuremap.result .result_listWrap {
  border: 5px solid #DCE9F3;
}
.structuremap.result .result_listWrap {
  height: 100%;
  padding: 20px;
  overflow-y: scroll;
  max-height: 480px;
}
@media only screen and (max-width: 650px) {
  .structuremap.result .result_listWrap {
    max-height: 350px;
    padding: 20px 10px;
  }
}
.structuremap.result .result_list {
  border-bottom: 1px dotted #707070;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.structuremap.result .result_list .external_link {
  display: none;
}
.structuremap.result .result_list .result_listNum {
  width: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 3px;
  background-image: url(../img/structure_map_pin.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.structuremap.result .result_list .result_listContent {
  width: calc(100% - 40px);
}
@media only screen and (max-width: 650px) {
  .structuremap.result .result_list .result_listContent {
    width: calc(100% - 42px);
  }
}
.structuremap.result .result_list .result_listContent_ttl {
  font-size: 16px;
}
.structuremap.result .result_list .result_listContent_ttl_small {
  font-size: 14px;
  display: inline-block;
}
.structuremap.result .result_list .result_listContent_txt {
  font-size: 12px;
  line-height: 1.5;
  display: block;
  margin-top: 5px;
}

#form_how {
  margin-bottom: 0px !important;
}/*# sourceMappingURL=style.css.map */