@charset "utf-8";
/* CSS Document */



/* ~~~ 改装技術トップメニュー（仮）（renovation/index.html） ~~~ */
.item-flex { justify-content: flex-start; }

/*.renovation-menu {
  width: 175px;
  height: 110px;
  margin-right: 10px;
}

.item-flex .renovation-menu:last-child { margin-right: 0; }

.renovation-menu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 110px;
  margin-right: 10px;
  background: #e1ecce;;
  color: #70ac42;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
}


@media screen and (max-width:750px){
  .renovation-menu { width: 100%;margin-right: 0;margin-bottom: 10px; }
  .item-flex .renovation-menu:last-child { margin-right: 0; }
  .renovation-menu a { width: 100%; }
}*/


/* ~~~ マンションの窓の断熱改修（renovation/insulation/index.html） ~~~ */
/* 図の挿入 */
.insulation-w370 { float: left;width: 370px; }
.insulation-w350 { float: right;width: 350px;margin-bottom: 15px; }
.insulation-w730 { width: 100%;margin-bottom: 15px;text-align: center; }

@media screen and (max-width:750px){
  .insulation-w370 { float: none;width: 100%; }
  .insulation-w350 { float: none;width: 100%;text-align: center; }
}

@media screen and (max-width:620px){
  .insulation-w730 img { width: 100%;height:auto; }
}

@media screen and (max-width:370px){
  .insulation-w350 img { width: 100%;height:auto; }
}

/* メニュー */
.insulation-btn {
  display: flex;
  width: calc(50% - 20px);
  /*width: 236px;*/
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 11px;
  padding: 2px;
  border: 1px solid #70ac42;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
}

.insulation-btn:nth-child(3) { margin-right: 0; }

.insulation-btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*width: 232px;*/
    height: 34px;
    padding-top: 2px;
    border-radius: 18px;
    background: #70ac42;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
}

@media screen and (max-width:750px){
  .insulation-btn { width: 100%;margin-right: 0;margin-bottom: 10px; }
  .item-flex .insulation-btn:last-child { margin-right: 0; }
  .insulation-btn a { width: 100%; }
}

.apartment-windows-leaflet { float: left;width: 100%;margin-bottom: 30px; }
.apartment-windows-leaflet div { width: 355px; }
.apartment-windows-leaflet div:nth-child(1) { float: left; }
.apartment-windows-leaflet div:nth-child(2) { float: right; }

@media screen and (max-width:750px){
  .apartment-windows-leaflet div { margin-bottom: 20px; }
  .apartment-windows-leaflet div:nth-child(1) { float: none; }
  .apartment-windows-leaflet div:nth-child(2) { float: none; }
}



/* ~~~ 改修効果試算（renovation/insulation/insulation-trial-calc.htmlなど） ~~~ */
/* 地域・方位の選択 */
.area-direction-unit { display: flex;flex-wrap: wrap;justify-content: center;align-items: stretch; }
.area { width: 360px;text-align: left; }
.direction { display: flex;width: 160px;margin-left: -100px;text-align: center;align-items: flex-end; }

.select-unit { display: flex;width: 280px;position: relative;margin-left: 30px;padding: 16px 10px;background: #e2edcd;border-radius: 4px;box-sizing: border-box;flex-direction:column; }
.select-unit div:nth-child(2) { margin-top: 10px;margin-bottom: 10px; }
.select-unit h3 { position: relative;padding-left: 18px;text-align: left; }
.select-unit h3::before { position: absolute;top: 4px;bottom: 0;left: 0;margin: 0 auto;content: "";vertical-align: top;width: 13px; height: 13px;background: #70ac42; }
.select-unit p { padding: 0 2px; }
.select-unit select { width: 100%; }
.select-unit-notes { margin-left: 15px;color: red;font-size: 12px; }
.select-unit-btn {
  position: absolute;
  bottom: 5px;
  padding: 15px 0!important;
  width: calc(100% - 20px);
  border-radius: 4px;
  border-color: #70ac42;
  background: #70ac42;
  color: #fff;
  line-height: 0;
  cursor:pointer;
}
.select-unit-btn:hover { opacity: 0.9; }

@media screen and (max-width:750px){
  .area-direction-unit { margin-top: 30px; }
  .direction { margin-left: 0; }
  .select-unit { width: 100%;margin-top: 40px;margin-left: 0; }
  /*.select-unit div:nth-child(2) { margin-bottom: 20px; }*/
  .select-unit div:last-child { margin-top: 10px; }
  .select-unit-btn { position:static;width: 100%; }
}

@media screen and (max-width:540px){
  .area-direction-unit { margin-top: 20px; }
  .direction { margin-top: 40px; }
}

@media screen and (max-width:380px){
  .area img { width: 100%;height: auto; }
}



/* 改修効果試算 */
.building-calc {
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 10px;
  border: solid 1px #70ac42;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width:500px){
  .building-calc img { width: 100%;height:auto; }
}


/* ~~~ 改修効果の計算条件（renovation/insulation/insulation-calc-conditions.html） ~~~ */
/* 1.改修効果の計算条件 */
.calc-conditions-w730-1 { float: left;width: 100%;margin-bottom: 30px; }
.calc-conditions-w360-1 {
  float: left;
  width: 360px;
  margin-right:10px;
  margin-bottom: 10px;
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.calc-conditions-w360-1 p.ttl { margin-bottom: 15px;font-weight: bold; }

.calc-conditions-w730-1 .calc-conditions-w360-1:nth-child(1) { height: 225px; }
.calc-conditions-w730-1 .calc-conditions-w360-1:nth-child(2) { margin-right: 0;height: 225px;text-align: center; }
.calc-conditions-w730-1 .calc-conditions-w360-1:nth-child(3) { text-align: center; }
.calc-conditions-w730-1 .calc-conditions-w360-1:nth-child(4) { margin-right: 0;text-align: center; }

.calc-conditions-tbl-1 { width: 100%; }
.calc-conditions-tbl-1 th { padding: 5px 8px;border:1px #c9c9c9 solid;background: #fff;vertical-align: middle; }
.calc-conditions-tbl-1 tr:nth-child(1) th { background: #f0f0f0;text-align: center; }
.calc-conditions-tbl-1 td { padding: 5px 8px;border:1px #c9c9c9 solid;text-align: right;vertical-align: middle }
.calc-conditions-tbl-1 td.ttl { text-align: left; }

/* テーブルの行のhover */
.calc-conditions-tbl-1 tr:hover td.hover { background-color: #e6f2f5; }

@media screen and (max-width:768px){
  .calc-conditions-w730-1 { width: 100%; }
  .calc-conditions-w360-1 { width: 100%;margin-right: 0; }
  .calc-conditions-w730-1 .calc-conditions-w360-1:nth-child(1) { height: auto; }
  .calc-conditions-w730-1 .calc-conditions-w360-1:nth-child(2) { width: 100%;height: auto; }
  .calc-conditions-w730-1 .calc-conditions-w360-1:nth-child(2) img { width: 100%;height: auto; }
}


@media screen and (max-width:335px){
  .calc-conditions-w360-1 img { width: 100%;height: 100%; }
}

/* 2.躯体断熱仕様 */
.calc-conditions-w730-2 { float: left;width: 100%;margin-bottom: 30px; }
.calc-conditions-w360-2 {
  float: left;
  width: 357px;
  margin-right:16px;
  margin-bottom: 16px;
}

.calc-conditions-w730-2 .calc-conditions-w360-2:nth-child(2n) { margin-right: 0; }

.sp-w-auto-2 { width: 100%;margin: 15px 0 30px;padding: 10px;text-align: center;box-sizing: border-box; }

@media screen and (max-width:768px){
  .calc-conditions-w730-2 { width: 100%; }
  .calc-conditions-w360-2 { width: 100%;margin-right: 0; }
}

@media screen and (max-width:605px){
  .sp-w-auto-2 img { width: 100%;height: 100%; }
}

.calc-conditions-tbl-2 { width: 100%; }
.calc-conditions-tbl-2 th { padding: 5px 8px;border:1px #c9c9c9 solid;background: #f0f0f0; }
.calc-conditions-tbl-2 tr:nth-child(1) th:nth-child(1) { text-align: left; }
.calc-conditions-tbl-2 tr:nth-child(1) th:nth-child(2) { text-align: right; }
.calc-conditions-tbl-2 tr:nth-child(2) th { padding: 5px 2px;background: #fff;text-align: center; }
.calc-conditions-tbl-2 td { padding: 5px 8px;border:1px #c9c9c9 solid;text-align: right;vertical-align:top; }
.calc-conditions-tbl-2 tr td:nth-child(1) { width: 145px;text-align: left; }

/* 3.窓の熱性能値 */
.calc-conditions-w730-3 { float: left;width: 100%;margin-bottom: 30px; }

.calc-conditions-tbl-3-unit { width: 100%; }
.calc-conditions-tbl-3-unit th,
.calc-conditions-tbl-3-unit td { box-sizing: border-box; }

.calc-conditions-tbl-3-a { float: left;width: 305px; }
.calc-conditions-tbl-3-b { width: 425px;overflow: hidden; }
.calc-conditions-tbl-3-c { float: left;width: 305px;overflow: hidden; }
.calc-conditions-tbl-3-d { width: 425px;overflow: auto; }

.calc-conditions-tbl-3-a table { width: 305px; }
.calc-conditions-tbl-3-b table { width: 426px;margin-left: -1px; }
.calc-conditions-tbl-3-c table { width: 305px;margin-top: -1px; }
.calc-conditions-tbl-3-d table { width: 426px;margin-top: -1px;margin-left: -1px; }

.calc-conditions-tbl-3 th,
.calc-conditions-tbl-3 td { height:31px;padding: 5px 8px;border: 1px solid #c9c9c9;text-align: right;vertical-align: middle;box-sizing: border-box; }
.calc-conditions-tbl-3 th { background: #f0f0f0;text-align: center;vertical-align: middle; }

.calc-conditions-tbl-3-b .calc-conditions-tbl-3 th { width: 67px; }
.calc-conditions-tbl-3-b .calc-conditions-tbl-3 th:nth-child(1) { width: 157px;text-align: left; }
.calc-conditions-tbl-3-c .calc-conditions-tbl-3 th { background: #fff;text-align: left; }
.calc-conditions-tbl-3-d .calc-conditions-tbl-3 td { width: 67px; }
.calc-conditions-tbl-3-d .calc-conditions-tbl-3 td:nth-child(1) { width: 157px;text-align: left; }

tr.hv th { background: #e6f2f5!important; }
tr.hv td { background: #e6f2f5; }

@media screen and (max-width:750px){
  .calc-conditions-tbl-3-unit { height: 530px;border-right: 1px solid #c9c9c9;border-bottom: 1px solid #c9c9c9!important; }
  .calc-conditions-tbl-3-a { width: 160px; }
  .calc-conditions-tbl-3-a table { width: 160px; }
  .calc-conditions-tbl-3-b { width: calc(100% - 160px); }
  .calc-conditions-tbl-3-c { width: 160px;height: 498px; }
  .calc-conditions-tbl-3-c table  { width: 160px;margin-top: -1px; }
  .calc-conditions-tbl-3-c th { width: 30px; }
  .calc-conditions-tbl-3-d { width: calc(100% - 160px);height: 498px; }
}

/* 4.一次エネルギー消費量計算 */
.calc-conditions-w730-4 { float: left;width: 100%;margin-bottom: 30px;padding: 10px;border: 1px solid #ccc;box-sizing: border-box; }

/* 6.窓の改修費 */

