@charset "UTF-8";
/* CSS Document */
@media (min-width: 768px) {
  .equipment_box {
    padding: 120px 15px 100px;
    margin: 0 auto;
    max-width: 1030px;
    width: 1030px;
    font-size: 13px;
  }
  .equipment_box .sidebar_title {
    font-size: 15px;
    border-left: 3px solid #898989;
    padding: 2px 0 0 7px;
    margin: 0 0 15px 0;
    font-weight: normal;
  }
  .equipment_box .square_title {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
    font-weight: normal;
  }
  .equipment_box .square_title::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #000;
    margin: 0 5px 0 0;
  }
  .equipment_box .square_title .img1 {
    position: absolute;
    right: 8px;
    bottom: 10px;
  }
  .equipment_box .gray_title {
    background-color: #b5c0c6;
    color: #fff;
    height: 24px;
    width: 1000px;
    margin: 0 auto 25px;
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: 1.0;
    padding: 3px 0 0 10px;
  }
  .equipment_box .equipment_memo {
    font-size: 13px;
    width: 1000px;
    margin: 40px auto 0;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media (max-width: 767.98px) {
  .equipment_box {
    padding: 60px 15px 60px;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
  }
  .equipment_box .sidebar_title {
    font-size: 14px;
    border-left: 3px solid #898989;
    padding: 2px 0 0 7px;
    margin: 0 0 10px 0;
    font-weight: normal;
  }
  .equipment_box .square_title {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
    font-weight: normal;
  }
  .equipment_box .square_title::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #000;
    margin: 0 5px 0 0;
  }
  .equipment_box .square_title .img1 {
    position: absolute;
    right: 8px;
    bottom: 3px;
  }
  .equipment_box .gray_title {
    background-color: #b5c0c6;
    color: #fff;
    min-height: 24px;
    width: 100%;
    margin: 0 auto 25px;
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: 1.0;
    padding: 6px 0 5px 10px;
  }
  .equipment_box .equipment_memo {
    font-size: 13px;
    width: 100%;
    margin: 30px auto 0;
    text-indent: -1em;
    padding-left: 1em;
  }
}
/* パウダールーム */
@media (min-width: 768px) {
  .powder_flex {
    display: flex;
    align-items: flex-start;
    width: 1000px;
    margin: 0 auto 31px;
    gap: 0 30px;
  }
  .powder_flex > div:first-child {
    width: 50%;
  }
  .powder_flex > div:last-child {
    width: 50%;
    padding: 0;
  }

  .powder_flex2 {
    display: flex;
    align-items: flex-start;
    width: 1000px;
    margin: 0 auto 31px;
    gap: 0 30px;
  }
  .powder_flex2 > div:first-child {
    width: 50%;
  }
  .powder_flex2 > div:last-child {
    width: 50%;
    padding: 0;
  }

  .powder_flex_a {
    display: flex;
    margin: 55px 0;
    gap: 0 20px;
  }
  .powder_flex_a > div:first-child {
    width: 230px;
  }
  .powder_flex_a > div:last-child {
    width: calc(100% - 230px);
  }

  .powder_flex_b {
    display: flex;
    font-size: 13px;
    gap: 0 15px;
  }
  .powder_flex_b > div:nth-child(1) {
    width: 40%;
    padding: 0 18px 0 0;
  }
  .powder_flex_b > div:nth-child(1) img {
    width: 235px;
  }
  .powder_flex_b > div:nth-child(2) {
    width: 30%;
  }
  .powder_flex_b > div:nth-child(3) {
    width: 30%;
  }
  .powder_flex_b p {
    margin: 5px 0 0 0;
  }

  .powder_flex_c {
    display: flex;
    margin: 0;
    gap: 0 20px;
  }
  .powder_flex_c > div:first-child {
    width: 245px;
  }
  .powder_flex_c > div:last-child {
    width: calc(100% - 265px);
  }
  .powder_flex_c > div:last-child img {
    width: 80%;
    margin: 8px 0 0 0;
  }

  .powder_flex_d {
    display: flex;
    margin: 0;
    gap: 0 20px;
  }
  .powder_flex_d > div:first-child {
    width: 210px;
  }
  .powder_flex_d > div:last-child {
    width: calc(100% - 230px);
  }
}
@media (max-width: 767.98px) {
  .powder_flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 31px;
    gap: 0 30px;
  }
  .powder_flex > div:first-child {
    width: 100%;
  }
  .powder_flex > div:last-child {
    width: 100%;
    padding: 15px 0 0 0;
  }

  .powder_flex2 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    gap: 0 30px;
  }
  .powder_flex2 > div:first-child {
    width: 100%;
  }
  .powder_flex2 > div:last-child {
    width: 100%;
    padding: 0;
  }

  .powder_flex_a {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    gap: 0 10px;
  }
  .powder_flex_a > div:first-child {
    width: 100%;
  }
  .powder_flex_a > div:last-child {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .powder_flex_b {
    display: flex;
    font-size: 12px;
    gap: 0 10px;
  }
  .powder_flex_b > div:nth-child(1) {
    width: 40%;
  }
  .powder_flex_b > div:nth-child(1) img {
    width: 235px;
  }
  .powder_flex_b > div:nth-child(2) {
    width: 30%;
  }
  .powder_flex_b > div:nth-child(3) {
    width: 30%;
  }
  .powder_flex_b p {
    margin: 8px 0 0 0;
  }

  .powder_flex_c {
    display: flex;
    margin: 0 0 20px;
    gap: 0 10px;
  }
  .powder_flex_c > div:first-child {
    width: 140px;
  }
  .powder_flex_c > div:last-child {
    width: calc(100% - 150px);
  }
  .powder_flex_c > div:last-child img {
    width: 70%;
    max-width: 150px;
    margin: 8px 0 0 0;
  }

  .powder_flex_d {
    display: flex;
    margin: 0 0 20px;
    gap: 0 10px;
  }
  .powder_flex_d > div:first-child {
    width: 140px;
  }
  .powder_flex_d > div:last-child {
    width: calc(100% - 150px);
  }
}
/* トイレ */
@media (min-width: 768px) {
  .toilet_flex {
    display: flex;
    align-items: flex-start;
    width: 1000px;
    margin: 0 auto 31px;
    gap: 0 30px;
  }
  .toilet_flex > div:first-child {
    width: calc(50% - 15px);
  }
  .toilet_flex > div:last-child {
    width: calc(50% - 15px);
    padding: 0;
  }

  .toilet_flex_a {
    display: flex;
    margin: 30px 0 0;
    gap: 0 20px;
  }
  .toilet_flex_a > div:first-child {
    width: 180px;
  }
  .toilet_flex_a > div:last-child {
    width: calc(100% - 200px);
  }
  .toilet_flex_a .mt20 {
    margin-top: 20px;
  }
  .toilet_flex_a .mb10 {
    margin: 0 0 10px 0;
  }

  .toilet_flex_b {
    display: flex;
    margin: 20px 0;
    gap: 0 10px;
    font-size: 12px;
  }
  .toilet_flex_b > div:first-child {
    width: calc(100% - 123px);
  }
  .toilet_flex_b > div:last-child {
    width: 113px;
  }

  .toilet_flex_c {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 0 25px;
    margin: 10px 0 0 0;
  }
  .toilet_flex_c > div:first-child {
    width: 60%;
  }
  .toilet_flex_c > div:first-child h4 {
    font-size: 16px;
  }
  .toilet_flex_c > div:first-child .img1 {
    width: 60px;
  }
  .toilet_flex_c > div:last-child {
    width: 40%;
    padding: 0;
  }
  .toilet_flex_c > div:last-child img {
    width: 100%;
  }
  .toilet_flex_c p {
    margin: 5px 0 0 0;
  }

  .toilet_flex2 {
    display: flex;
    align-items: flex-start;
    width: 1000px;
    margin: 0 auto 31px;
    gap: 0 30px;
  }
  .toilet_flex2 > div:first-child {
    width: calc(50% - 15px);
  }
  .toilet_flex2 > div:last-child {
    width: calc(50% - 15px);
    padding: 0;
  }

  .toilet_flex_d {
    display: flex;
    margin: 0;
    gap: 0 20px;
  }
  .toilet_flex_d > div:first-child {
    width: 240px;
  }
  .toilet_flex_d > div:last-child {
    width: calc(100% - 260px);
  }

  .toilet_flex3 {
    display: flex;
    align-items: flex-start;
    width: 1000px;
    margin: 0 auto 31px;
    gap: 0 30px;
    border: 1px solid #727171;
    padding: 20px;
  }
  .toilet_flex3 > div:nth-child(1) {
    width: 24%;
  }
  .toilet_flex3 > div:nth-child(2) {
    width: 45%;
  }
  .toilet_flex3 > div:nth-child(3) {
    width: 31%;
  }

  .toilet_flex_e {
    display: flex;
    margin: 10px 0 0;
    gap: 0 10px;
  }
  .toilet_flex_e > div:first-child {
    width: calc(100% - 80px);
  }
  .toilet_flex_e > div:last-child {
    width: 70px;
  }

  .toilet_flex_e2 {
    display: flex;
    margin: 10px 0 0;
    gap: 0 10px;
  }
  .toilet_flex_e2 > div:first-child {
    width: calc(100% - 190px);
  }
  .toilet_flex_e2 > div:last-child {
    width: 180px;
  }
}
@media (max-width: 767.98px) {
  .toilet_flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 20px;
    gap: 0 30px;
  }
  .toilet_flex > div:first-child {
    width: 100%;
  }
  .toilet_flex > div:last-child {
    width: 100%;
    padding: 15px 0 0 0;
  }

  .toilet_flex_a {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
    gap: 0 20px;
  }
  .toilet_flex_a > div:first-child {
    width: 100%;
  }
  .toilet_flex_a > div:last-child {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .toilet_flex_a .mt20 {
    margin-top: 20px;
  }
  .toilet_flex_a .mb10 {
    margin: 0 0 10px 0;
  }

  .toilet_flex_b {
    display: flex;
    margin: 20px 0;
    gap: 0 10px;
    font-size: 12px;
  }
  .toilet_flex_b > div:first-child {
    width: calc(100% - 123px);
  }
  .toilet_flex_b > div:last-child {
    width: 113px;
  }

  .toilet_flex_c {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 0 10px;
    margin: 20px 0 0 0;
  }
  .toilet_flex_c > div:first-child {
    width: 60%;
  }
  .toilet_flex_c > div:first-child h4 {
    font-size: 16px;
  }
  .toilet_flex_c > div:first-child .img1 {
    width: 44px;
  }
  .toilet_flex_c > div:last-child {
    width: 40%;
    padding: 0;
  }
  .toilet_flex_c > div:last-child img {
    width: 100%;
  }
  .toilet_flex_c p {
    margin: 5px 0 0 0;
  }

  .toilet_flex2 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 31px;
    gap: 0 30px;
  }
  .toilet_flex2 > div:first-child {
    width: 100%;
  }
  .toilet_flex2 > div:last-child {
    width: 100%;
    padding: 15px 0 0 0;
  }

  .toilet_flex_d {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    gap: 0 20px;
  }
  .toilet_flex_d > div:first-child {
    width: 100%;
    text-align: center;
  }
  .toilet_flex_d > div:first-child img {
    width: 90%;
  }
  .toilet_flex_d > div:last-child {
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 12px;
  }

  .toilet_flex3 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 31px;
    gap: 0 30px;
    border: 1px solid #727171;
    padding: 15px;
  }
  .toilet_flex3 > div {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .toilet_flex3 > div:nth-child(1) {
    margin: 0;
  }

  .toilet_flex_e {
    display: flex;
    margin: 10px 0 0;
    gap: 0 10px;
  }
  .toilet_flex_e > div:first-child {
    width: calc(100% - 70px);
  }
  .toilet_flex_e > div:last-child {
    width: 60px;
  }

  .toilet_flex_e2 {
    display: flex;
    margin: 10px 0 0;
    gap: 0 10px;
  }
  .toilet_flex_e2 > div:first-child {
    width: calc(100% - 140px);
  }
  .toilet_flex_e2 > div:last-child {
    width: 130px;
  }
}
/* エントランス */
@media (min-width: 768px) {
  .entrance_flex {
    display: flex;
    align-items: flex-start;
    width: 1000px;
    margin: 0 auto 31px;
    gap: 0 30px;
  }
  .entrance_flex > div:first-child {
    width: 66%;
  }
  .entrance_flex > div:last-child {
    width: 34%;
    padding: 0;
  }

  .entrance_flex_a {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 30px;
    gap: 0 20px;
  }
  .entrance_flex_a > div:first-child {
    width: 100%;
  }
  .entrance_flex_a > div:last-child {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .entrance_flex_b {
    display: flex;
    margin: 30px 0 0;
    gap: 0 20px;
  }
  .entrance_flex_b > div:first-child {
    width: 126px;
  }
  .entrance_flex_b > div:last-child {
    width: calc(100% - 146px);
  }
}
@media (max-width: 767.98px) {
  .entrance_flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 31px;
    gap: 0 30px;
  }
  .entrance_flex > div:first-child {
    width: 100%;
  }
  .entrance_flex > div:last-child {
    width: 100%;
    padding: 15px 0 0 0;
  }

  .entrance_flex_a {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 30px;
    gap: 0 20px;
  }
  .entrance_flex_a > div:first-child {
    width: 100%;
  }
  .entrance_flex_a > div:last-child {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .entrance_flex_b {
    display: flex;
    margin: 30px 0 0;
    gap: 0 20px;
  }
  .entrance_flex_b > div:first-child {
    width: 126px;
  }
  .entrance_flex_b > div:last-child {
    width: calc(100% - 146px);
  }
}
/* セキュリティ */
@media (min-width: 768px) {
  .security_flex {
    display: flex;
    align-items: flex-end;
    width: 1000px;
    margin: 0 auto 31px;
    gap: 0 50px;
  }
  .security_flex > div:first-child {
    width: 44%;
  }
  .security_flex > div:first-child p {
    margin: 0 0 10px 0;
  }
  .security_flex > div:first-child h5 {
    font-size: 18px;
    margin: 35px 0 20px;
  }
  .security_flex > div:first-child small {
    display: block;
    text-align: right;
  }
  .security_flex > div:last-child {
    width: 56%;
    padding: 0;
  }

  .security_flex_a {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5px;
    gap: 0 20px;
  }
  .security_flex_a > div:first-child {
    width: 100px;
  }
  .security_flex_a > div:last-child {
    width: calc(100% - 120px);
    border-bottom: 1px solid #231815;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .security_flex_a > div:last-child h4 {
    font-size: 14px;
  }
  .security_flex_a > div:last-child p {
    position: relative;
  }
  .security_flex_a > div:last-child p small {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .security_flex2 {
    display: flex;
    width: 1000px;
    margin: 0 auto 31px;
    gap: 0 20px;
  }
  .security_flex2 > div:first-child {
    width: 197px;
  }
  .security_flex2 > div:first-child p {
    margin: 0 0 10px 0;
  }
  .security_flex2 > div:first-child h5 {
    font-size: 18px;
    margin: 35px 0 20px;
  }
  .security_flex2 > div:first-child small {
    display: block;
    text-align: right;
  }
  .security_flex2 > div:last-child {
    width: calc(100% - 217px);
    padding: 0;
  }

  .security_flex_b {
    display: flex;
    margin: 5px 0 0 0;
    gap: 0 20px;
  }
  .security_flex_b > div:first-child {
    width: 179px;
  }
  .security_flex_b > div:last-child {
    width: calc(100% - 199px);
  }

  .security_flex_c {
    display: flex;
    margin: 32px 0 0 0;
    gap: 0 20px;
  }
  .security_flex_c > div:first-child {
    width: 330px;
  }
  .security_flex_c > div:last-child {
    width: calc(100% - 350px);
  }
  .security_flex_c > div:last-child h4 {
    font-size: 14px;
  }
  .security_flex_c > div:last-child small {
    line-height: 1.4;
    margin: 20px 0 0 0;
    display: block;
  }

  .security_flex_d {
    display: flex;
    height: 62px;
    margin: 40px 0 0 0;
    gap: 0 20px;
    border: 1px solid #597894;
  }
  .security_flex_d > div:first-child {
    width: 150px;
    background-color: #597894;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
  }
  .security_flex_d > div:last-child {
    width: calc(100% - 170px);
    display: flex;
    align-items: center;
    padding: 3px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .security_flex {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 31px;
    gap: 0 50px;
  }
  .security_flex > div:first-child {
    width: 100%;
  }
  .security_flex > div:first-child p {
    margin: 0 0 10px 0;
  }
  .security_flex > div:first-child h5 {
    font-size: 18px;
    margin: 35px 0 20px;
  }
  .security_flex > div:first-child small {
    display: block;
    text-align: right;
  }
  .security_flex > div:last-child {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
  }

  .security_flex_a {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
    gap: 0 15px;
  }
  .security_flex_a > div:first-child {
    width: 80px;
  }
  .security_flex_a > div:last-child {
    width: calc(100% - 95px);
    border-bottom: 1px solid #231815;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 0 10px 0;
  }
  .security_flex_a > div:last-child h4 {
    font-size: 14px;
  }
  .security_flex_a > div:last-child p {
    position: relative;
  }
  .security_flex_a > div:last-child p small {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .security_flex2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 31px;
    gap: 0 20px;
  }
  .security_flex2 > div:first-child {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .security_flex2 > div:first-child img:nth-child(1) {
    width: 54%;
  }
  .security_flex2 > div:first-child img:nth-child(2) {
    width: 43%;
    margin: 4px 0 0 2%;
  }
  .security_flex2 > div:last-child {
    width: 100%;
    padding: 0;
  }

  .security_flex_b {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
    gap: 0 20px;
  }
  .security_flex_b > div:first-child {
    width: 0;
  }
  .security_flex_b > div:last-child {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .security_flex_c {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    gap: 0 20px;
  }
  .security_flex_c > div:first-child {
    width: 100%;
  }
  .security_flex_c > div:last-child {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .security_flex_c > div:last-child h4 {
    font-size: 14px;
  }
  .security_flex_c > div:last-child small {
    line-height: 1.4;
    margin: 10px 0 0 0;
    display: block;
  }

  .security_flex_d {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    gap: 0 20px;
    border: 1px solid #597894;
  }
  .security_flex_d > div:first-child {
    width: 100%;
    background-color: #597894;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding: 3px 0;
  }
  .security_flex_d > div:last-child {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 7px 10px 5px;
  }
}
/* ZEH */
@media (min-width: 768px) {
  .zeh_flex {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto 31px;
    gap: 0 50px;
  }
  .zeh_flex > div:first-child {
    width: 135px;
  }
  .zeh_flex > div:first-child img {
    width: 130px;
  }
  .zeh_flex > div:last-child {
    width: calc(100% - 185px);
    padding: 0;
  }

  .zeh_flex2 {
    width: 1000px;
    margin: 0 auto 15px;
    border: 1px solid #84aa74;
    padding: 20px;
  }
  .zeh_flex2 .green_title {
    background-color: #84aa74;
    color: #fff;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    padding: 5px 0 0 0;
    margin: 0 0 30px 0;
  }

  .zeh_sankaku {
    clip-path: polygon(50% 50%, 0 0, 100% 0);
    background-color: #84aa74;
    width: 60px;
    height: 55px;
    margin: 0 auto -15px;
  }

  .zeh_flex3 {
    width: 1000px;
    margin: 0 auto 80px;
    border: 1px solid #84aa74;
    padding: 20px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #84aa74;
    line-height: 1.0;
    font-weight: 500;
    padding: 5px 0 0 0;
    height: 66px;
  }

  .zeh_flex4 {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto 31px;
    gap: 0 50px;
  }
  .zeh_flex4 > div:first-child {
    width: 40%;
    text-align: center;
  }
  .zeh_flex4 > div:first-child div {
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .zeh_flex4 > div:first-child div img {
    width: 230px;
  }
  .zeh_flex4 > div:last-child {
    width: 60%;
    padding: 0;
    text-align: center;
  }
  .zeh_flex4 > div:last-child div {
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .zeh_flex4 > div:last-child div img {
    width: 500px;
  }
  .zeh_flex4 p {
    margin: 10px 0 0 0;
    text-align: center;
  }

  .zeh_p1 {
    text-align: center;
    font-size: 16px;
    margin: 50px 0;
  }

  .zeh_p2 {
    text-align: right;
    margin: 0 0 70px 0;
  }

  .zeh_ul {
    column-count: 4;
    column-gap: 20px;
  }
  .zeh_ul li {
    width: 100%;
    display: flex;
    margin: 0 0 10px 0;
  }
  .zeh_ul li span {
    background-color: #84aa74;
    color: #fff;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 3px 0 0 0;
    margin: 0 10px 0 0;
  }

  .zeh_flex5 {
    display: flex;
    width: 1000px;
    margin: 0 auto 35px;
    gap: 0 25px;
    border-bottom: 1px solid #899196;
    padding: 0 0 35px 0;
  }
  .zeh_flex5.bd_none {
    border-bottom: 0;
  }
  .zeh_flex5 > div:first-child {
    width: 425px;
  }
  .zeh_flex5 > div:first-child p {
    margin: 20px 0 0 0;
  }
  .zeh_flex5 > div:last-child {
    width: calc(100% - 445px);
    padding: 0;
  }
  .zeh_flex5 > div:last-child h5 {
    background-color: #84aa74;
    color: #fff;
    height: 70px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 19px;
    margin: 0 0 20px 0;
  }
  .zeh_flex5 > div:last-child h5::before {
    content: "";
    clip-path: polygon(50% 50%, 0 0, 100% 0);
    background-color: #84aa74;
    width: 20px;
    height: 27px;
    margin: 0 auto -15px;
    position: absolute;
    bottom: -11px;
    left: calc(50% - 12px);
  }
  .zeh_flex5 > div:last-child ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
  }
  .zeh_flex5 > div:last-child ul li {
    width: calc(50% - 5px);
    border-radius: 5px;
    border: 1px solid #84aa74;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-size: 16px;
    color: #84aa74;
    font-weight: 500;
    text-align: center;
    margin: 0 0 5px 0;
  }
  .zeh_flex5 > div:last-child ul li:nth-child(3), .zeh_flex5 > div:last-child ul li:nth-child(4) {
    margin-bottom: 0;
  }
  .zeh_flex5 > div:last-child .t-right {
    text-align: right;
    font-size: 10px;
    margin: 5px 5px 0 0;
  }

  .zeh_flex6 {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto 35px;
    gap: 0 25px;
    padding: 0 0 35px 0;
  }
  .zeh_flex6 > div:first-child {
    width: 425px;
  }
  .zeh_flex6 > div:last-child {
    width: calc(100% - 455px);
  }
  .zeh_flex6 > div:last-child h5 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .zeh_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 31px;
    gap: 0 50px;
  }
  .zeh_flex > div:first-child {
    width: 100%;
    text-align: center;
  }
  .zeh_flex > div:first-child img {
    width: 100px;
  }
  .zeh_flex > div:last-child {
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
  }

  .zeh_flex2 {
    width: 100%;
    margin: 0 auto 15px;
    border: 1px solid #84aa74;
    padding: 10px;
  }
  .zeh_flex2 .green_title {
    background-color: #84aa74;
    color: #fff;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 3px 10px;
    margin: 0 0 30px 0;
  }

  .zeh_sankaku {
    clip-path: polygon(50% 50%, 0 0, 100% 0);
    background-color: #84aa74;
    width: 30px;
    height: 26px;
    margin: 0 auto;
  }

  .zeh_flex3 {
    width: 100%;
    margin: 0 auto 40px;
    border: 1px solid #84aa74;
    padding: 10px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #84aa74;
    line-height: 1.0;
    font-weight: 500;
  }

  .zeh_flex4 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 31px;
    gap: 0 50px;
  }
  .zeh_flex4 > div:first-child {
    width: 100%;
    text-align: center;
  }
  .zeh_flex4 > div:first-child div {
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .zeh_flex4 > div:first-child div img {
    width: 230px;
  }
  .zeh_flex4 > div:last-child {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 25px 0 0 0;
  }
  .zeh_flex4 > div:last-child div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .zeh_flex4 > div:last-child div img {
    width: 500px;
  }
  .zeh_flex4 p {
    margin: 10px 0 0 0;
    text-align: center;
  }

  .zeh_p1 {
    text-align: center;
    font-size: 14px;
    margin: 30px 0 10px;
  }

  .zeh_p2 {
    text-align: right;
    margin: 0 0 70px 0;
  }

  .zeh_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 6px;
  }
  .zeh_ul li {
    width: calc(50% - 3px);
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
  }
  .zeh_ul li span {
    background-color: #84aa74;
    color: #fff;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 3px 0 0 0;
    margin: 0 10px 0 0;
  }

  .zeh_flex5 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 25px;
    gap: 0 25px;
    border-bottom: 1px solid #899196;
    padding: 0 0 25px 0;
  }
  .zeh_flex5.bd_none {
    border-bottom: 0;
    margin: 0 0 15px 0;
  }
  .zeh_flex5 > div:first-child {
    width: 100%;
  }
  .zeh_flex5 > div:first-child p {
    margin: 20px 0 0 0;
  }
  .zeh_flex5 > div:last-child {
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .zeh_flex5 > div:last-child h5 {
    background-color: #84aa74;
    color: #fff;
    height: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .zeh_flex5 > div:last-child h5::before {
    content: "";
    clip-path: polygon(50% 50%, 0 0, 100% 0);
    background-color: #84aa74;
    width: 20px;
    height: 27px;
    margin: 0 auto -15px;
    position: absolute;
    bottom: -11px;
    left: calc(50% - 12px);
  }
  .zeh_flex5 > div:last-child ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
  }
  .zeh_flex5 > div:last-child ul li {
    width: calc(50% - 5px);
    border-radius: 5px;
    border: 1px solid #84aa74;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-size: 14px;
    color: #84aa74;
    font-weight: 500;
    text-align: center;
    margin: 0 0 5px 0;
  }
  .zeh_flex5 > div:last-child ul li:nth-child(3), .zeh_flex5 > div:last-child ul li:nth-child(4) {
    margin-bottom: 0;
  }
  .zeh_flex5 > div:last-child .t-right {
    text-align: right;
    font-size: 10px;
    margin: 5px 5px 0 0;
  }

  .zeh_flex6 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    gap: 0 25px;
    padding: 0;
  }
  .zeh_flex6 > div:first-child {
    width: 100%;
    text-align: center;
  }
  .zeh_flex6 > div:first-child img {
    width: 90%;
  }
  .zeh_flex6 > div:last-child {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .zeh_flex6 > div:last-child h5 {
    font-size: 16px;
  }
}
/* EQUIPMENT */
@media (min-width: 768px) {
  .eq_ul {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto 31px;
    gap: 0 35px;
  }
  .eq_ul > li.w_box {
    width: calc(50% - 19px);
    border: 1px solid #727171;
    padding: 25px;
  }
  .eq_ul > li.w_box > .eq_flex_a {
    display: flex;
    gap: 0 20px;
    margin: 0 0 20px 0;
  }
  .eq_ul > li.w_box > .eq_flex_a > div:first-child {
    width: 200px;
  }
  .eq_ul > li.w_box > .eq_flex_a > div:last-child {
    width: calc(100% - 220px);
    margin: 0;
  }
  .eq_ul > li.w_box > .eq_flex_a h5 {
    font-size: 14px;
  }
  .eq_ul > li.w_box > .eq_flex_a .eq_memo {
    font-size: 12px;
  }
  .eq_ul > li {
    width: calc(25% - 27px);
    padding: 0;
    margin-bottom: 50px;
  }
  .eq_ul > li > .eq_flex_a {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .eq_ul > li > .eq_flex_a > div:first-child {
    width: 100%;
  }
  .eq_ul > li > .eq_flex_a > div:last-child {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .eq_ul > li > .eq_flex_a h5 {
    font-size: 14px;
  }
  .eq_ul.eq_ul2 {
    justify-content: space-between;
    margin: 0;
  }
  .eq_ul.eq_ul2 > li {
    width: calc(30% - 27px);
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .eq_ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 10px;
    gap: 0 10px;
  }
  .eq_ul > li.w_box {
    width: 100%;
    border: 1px solid #727171;
    padding: 20px;
  }
  .eq_ul > li.w_box > .eq_flex_a {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    margin: 0 0 10px 0;
  }
  .eq_ul > li.w_box > .eq_flex_a > div:first-child {
    width: 100%;
  }
  .eq_ul > li.w_box > .eq_flex_a > div:last-child {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .eq_ul > li.w_box > .eq_flex_a h5 {
    font-size: 14px;
  }
  .eq_ul > li.w_box > .eq_flex_a .eq_memo {
    font-size: 12px;
  }
  .eq_ul > li {
    width: calc(50% - 5px);
    padding: 0;
    margin-bottom: 20px;
  }
  .eq_ul > li > .eq_flex_a {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    width: 100%;
  }
  .eq_ul > li > .eq_flex_a > div:first-child {
    width: 100%;
  }
  .eq_ul > li > .eq_flex_a > div:last-child {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .eq_ul > li > .eq_flex_a h5 {
    font-size: 14px;
  }
  .eq_ul.eq_ul2 {
    justify-content: space-between;
  }
  .eq_ul.eq_ul2 > li {
    width: calc(50% - 5px);
    padding: 0;
    margin-bottom: 20px;
  }
  .eq_ul.eq_ul2 > li:nth-child(3) {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .eq_ul.eq_ul2 > li:nth-child(3) > .eq_flex_a {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 10px;
    width: 100%;
  }
  .eq_ul.eq_ul2 > li:nth-child(3) > .eq_flex_a > div:first-child {
    width: 50%;
  }
  .eq_ul.eq_ul2 > li:nth-child(3) > .eq_flex_a > div:last-child {
    width: 50%;
    margin: 0;
  }
}
/* STRUCTURE */
@media (min-width: 768px) {
  .structure_ul {
    display: flex;
    width: 1000px;
    margin: 0 auto 31px;
    gap: 0 20px;
  }
  .structure_ul.structure_ul2 {
    border: 1px solid #727171;
    padding: 20px;
  }
  .structure_ul.structure_ul2 div {
    text-align: center;
  }
  .structure_ul.structure_ul2 div p {
    text-align: left;
    margin: 15px 0 0 0;
  }
  .structure_ul.structure_ul2 img {
    padding: 0 5px;
  }
  .structure_ul.structure_ul2 .logo1 {
    width: 170px;
    margin: 0 auto;
  }
  .structure_ul.structure_ul2 .logo2 {
    width: 187px;
    margin: 0 auto 7px;
  }
  .structure_ul.structure_ul2 small {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px 0 0 0;
    text-align: center;
  }
  .structure_ul > li {
    width: calc(25% - 15px);
    border-right: 1px solid #727171;
    padding: 0 15px 0 0;
  }
  .structure_ul > li:last-child {
    padding: 0;
  }
  .structure_ul > li:last-child p {
    text-align: left;
    margin: 0;
  }
  .structure_ul > li span {
    font-size: 18px;
  }
  .structure_ul > li h5 {
    font-size: 14px;
    margin: 20px 0 10px 0;
    text-align: left;
  }
  .structure_ul > li .h52 {
    font-size: 14px;
    margin: 10px 0 10px 0;
    text-align: center;
  }
  .structure_ul > li img {
    padding: 0 10px;
  }
  .structure_ul > li .sm_img {
    padding: 0 20px;
  }
  .structure_ul > li small {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px 0 0 0;
    text-align: left;
  }
  .structure_ul > li:last-child {
    border-right: 0;
  }
  .structure_ul .structure_flex_a {
    border-bottom: 1px solid #727171;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
  }
  .structure_ul .structure_flex_a:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .structure_ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 31px;
    gap: 0 10px;
  }
  .structure_ul.structure_ul2 {
    border: 1px solid #727171;
    padding: 10px;
  }
  .structure_ul.structure_ul2 > li:nth-child(1) {
    width: calc(50% - 5px);
  }
  .structure_ul.structure_ul2 > li:nth-child(1) {
    border-bottom: 1px solid #727171;
    padding: 0 5px 0 0;
    margin: 0 0 10px 0;
  }
  .structure_ul.structure_ul2 > li:nth-child(2) {
    border-bottom: 1px solid #727171;
    padding: 0 0 0 5px;
    margin: 0 0 10px 0;
  }
  .structure_ul.structure_ul2 > li:nth-child(3) {
    padding: 0 5px 0 0;
  }
  .structure_ul.structure_ul2 > li:nth-child(4) {
    padding: 0 0 0 5px;
  }
  .structure_ul.structure_ul2 > li:nth-child(4) small {
    text-align: left;
  }
  .structure_ul.structure_ul2 div {
    text-align: center;
  }
  .structure_ul.structure_ul2 div p {
    text-align: left;
    margin: 15px 0 0 0;
  }
  .structure_ul.structure_ul2 img {
    padding: 0 5px;
  }
  .structure_ul.structure_ul2 .logo1 {
    width: 160px;
    margin: 0 auto;
  }
  .structure_ul.structure_ul2 .logo2 {
    width: 187px;
    margin: 0 auto 7px;
  }
  .structure_ul.structure_ul2 small {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px 0 0 0;
    text-align: center;
  }
  .structure_ul > li {
    width: calc(50% - 5px);
    border-right: 1px solid #727171;
    padding: 0 5px 0 0;
  }
  .structure_ul > li:nth-child(2) {
    border-right: 0;
    padding: 0 0 0 5px;
  }
  .structure_ul > li:last-child {
    border-right: 0;
    padding: 0 0 0 5px;
  }
  .structure_ul > li:last-child p {
    text-align: left;
    margin: 0;
  }
  .structure_ul > li span {
    font-size: 14px;
  }
  .structure_ul > li h5 {
    font-size: 14px;
    margin: 20px 0 10px 0;
    text-align: left;
  }
  .structure_ul > li .h52 {
    font-size: 14px;
    margin: 10px 0 10px 0;
    text-align: center;
  }
  .structure_ul > li img {
    padding: 0 10px;
  }
  .structure_ul > li .sm_img {
    padding: 0 20px;
  }
  .structure_ul > li small {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px 0 0 0;
    text-align: left;
  }
  .structure_ul .structure_flex_a {
    border-bottom: 1px solid #727171;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
  }
  .structure_ul .structure_flex_a.bot {
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }
}
/* ENERGY & NETWORK BEST MIX */
@media (min-width: 768px) {
  .energy_flex {
    display: flex;
    align-items: center;
    gap: 0 30px;
    margin: 0 0 60px 0;
  }
  .energy_flex > div:first-child {
    width: calc(100% - 546px);
  }
  .energy_flex > div:last-child {
    width: 516px;
  }

  .energy_flex2 {
    display: flex;
    gap: 0 30px;
    margin: 0 0 44px 0;
  }
  .energy_flex2 > dl {
    width: calc(50% - 22px);
  }
  .energy_flex2 > dl dt {
    border-bottom: 1px solid #231815;
    font-size: 16px;
    padding: 0 0 3px 0;
    margin: 0 0 15px 0;
    font-weight: normal;
  }
  .energy_flex2 > ul {
    width: calc(50% - 22px);
    display: flex;
    flex-wrap: wrap;
    gap: 0 6px;
  }
  .energy_flex2 > ul li {
    background-color: #96abc9;
    color: #fff;
    font-size: 15px;
    width: 100%;
    margin: 0 0 6px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    padding: 3px 0 0 0;
  }
  .energy_flex2 > ul .sm_li {
    width: calc(50% - 3px);
  }

  .energy_img {
    position: relative;
    text-align: center;
    margin: 0 0 35px 0;
  }
  .energy_img > img {
    width: 805px;
  }
  .energy_img .icon {
    position: absolute;
    bottom: 30px;
    right: 200px;
  }
  .energy_img .icon img {
    width: auto;
    height: 43px;
    margin: 0 10px 0 0;
  }
  .energy_img .icon a img {
    margin: 0 5px 0 0;
  }

  .energy_img2 {
    display: flex;
    gap: 0 20px;
    margin: 0 0 35px 0;
  }
  .energy_img2 > div:first-child {
    width: 260px;
  }
  .energy_img2 > div:last-child {
    width: calc(100% - 280px);
    display: flex;
    justify-content: center;
    gap: 0 65px;
    border: 1px solid #727171;
  }
  .energy_img2 > div:last-child img:first-child {
    width: 266px;
  }
  .energy_img2 > div:last-child img:last-child {
    width: 156px;
  }

  .energy_flex3 {
    display: flex;
    gap: 0;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .energy_flex3 > div {
    border: 1px solid #9fa0a0;
    padding: 10px;
    width: calc(50% - 20px);
  }
  .energy_flex3 .yajirushi {
    width: 40px;
    border: 0;
    position: relative;
  }
  .energy_flex3 .yajirushi span {
    clip-path: polygon(0 0, 0% 100%, 50% 50%);
    background-color: #9fa0a0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: 10px;
    margin: 0;
    padding: 0;
  }
  .energy_flex3 span {
    background-color: #9fa0a0;
    color: #fff;
    padding: 2px 6px 0;
    margin: 0 auto 10px;
    display: inline-block;
  }
  .energy_flex3 p {
    min-height: 39px;
  }

  .energy_img3 {
    text-align: center;
  }
  .energy_img3 img {
    width: 944px;
  }

  .energy_img4 {
    text-align: center;
  }
  .energy_img4 img {
    width: 804px;
  }

  .energy_memo {
    text-indent: -1em;
    padding-left: 1em;
    margin: 30px 0 70px 0;
  }

  .energy_memo2 {
    text-indent: -1em;
    padding-left: 1em;
    margin: 30px 0 70px 0;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .energy_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 0 30px;
    margin: 0 0 60px 0;
  }
  .energy_flex > div:first-child {
    width: 100%;
  }
  .energy_flex > div:last-child {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .energy_flex2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0 30px;
    margin: 0 0 44px 0;
  }
  .energy_flex2 > dl {
    width: 100%;
  }
  .energy_flex2 > dl dt {
    border-bottom: 1px solid #231815;
    font-size: 16px;
    padding: 0 0 3px 0;
    margin: 0 0 15px 0;
    font-weight: normal;
  }
  .energy_flex2 > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 6px;
  }
  .energy_flex2 > ul li {
    background-color: #96abc9;
    color: #fff;
    font-size: 13px;
    width: 100%;
    margin: 0 0 6px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    padding: 5px 5px 5px 5px;
  }
  .energy_flex2 > ul .sm_li {
    width: calc(50% - 3px);
  }

  .energy_img {
    position: relative;
    text-align: center;
    margin: 0 0 35px 0;
  }
  .energy_img > img {
    width: 805px;
  }
  .energy_img .icon {
    display: flex;
    margin: 10px 0 0 0;
  }
  .energy_img .icon img {
    width: auto;
    height: 43px;
    margin: 0 10px 0 0;
  }
  .energy_img .icon a img {
    margin: 0 5px 0 0;
  }

  .energy_img2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0 20px;
    margin: 0 0 35px 0;
  }
  .energy_img2 > div:first-child {
    width: 100%;
    text-align: center;
  }
  .energy_img2 > div:first-child img {
    width: 80%;
  }
  .energy_img2 > div:last-child {
    width: 100%;
    margin: 15px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 0 10px;
    border: 1px solid #727171;
    padding: 15px 10px;
  }
  .energy_img2 > div:last-child img:first-child {
    width: 45%;
  }
  .energy_img2 > div:last-child img:last-child {
    width: 40%;
  }

  .energy_flex3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .energy_flex3 > div {
    border: 1px solid #9fa0a0;
    padding: 10px;
    width: 100%;
  }
  .energy_flex3 .yajirushi {
    width: 100%;
    border: 0;
    position: relative;
    margin: 10px 0;
  }
  .energy_flex3 .yajirushi span {
    clip-path: polygon(50% 50%, 0 0, 100% 0);
    background-color: #9fa0a0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: calc(50% - 20px);
    margin: 0;
    padding: 0;
  }
  .energy_flex3 span {
    background-color: #9fa0a0;
    color: #fff;
    padding: 2px 6px 0;
    margin: 0 auto 10px;
    display: inline-block;
  }
  .energy_flex3 p {
    margin: 0 0 10px 0;
  }

  .energy_img3 {
    text-align: center;
  }
  .energy_img3 img {
    width: 100%;
  }

  .energy_img4 {
    text-align: center;
  }
  .energy_img4 img {
    width: 96%;
  }

  .energy_memo {
    text-indent: -1em;
    padding-left: 1em;
    margin: 20px 0 40px 0;
  }

  .energy_memo2 {
    text-indent: -1em;
    padding-left: 1em;
    margin: 20px 0 40px 0;
    font-size: 12px;
  }
}
/* HOME DELIVERY */
@media (min-width: 768px) {
  .delivery_img1 {
    text-align: center;
    margin: 0 0 60px 0;
  }
  .delivery_img1 > img {
    width: 860px;
  }

  .delivery_flex1 {
    display: flex;
    gap: 0 15px;
    margin: 0 0 60px 0;
  }
  .delivery_flex1 > div:first-child {
    width: 805px;
  }
  .delivery_flex1 > div:last-child {
    width: calc(100% - 820px);
  }
  .delivery_flex1 > div:last-child p {
    font-size: 10px;
    margin: 5px 0 0 0;
    line-height: 1.4;
  }

  .delivery_flex2 {
    display: flex;
    align-items: center;
    gap: 0 30px;
    margin: 0 0 60px 0;
  }
  .delivery_flex2 > div {
    width: calc(50% - 15px);
    text-align: center;
  }
  .delivery_flex2 > div .gray_title {
    width: 100%;
  }
  .delivery_flex2 > div p {
    text-align: left;
    margin: 0 0 30px 0;
  }
  .delivery_flex2 > div img {
    width: 382px;
  }
}
@media (max-width: 767.98px) {
  .delivery_img1 {
    text-align: center;
    margin: 0 0 40px 0;
  }
  .delivery_img1 > img {
    width: 860px;
  }

  .delivery_flex1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0 15px;
    margin: 0 0 40px 0;
  }
  .delivery_flex1 > div:first-child {
    width: 100%;
    overflow-x: scroll;
  }
  .delivery_flex1 > div:first-child img {
    width: 805px;
    max-width: 805px;
  }
  .delivery_flex1 > div:last-child {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .delivery_flex1 > div:last-child p {
    font-size: 11px;
    margin: 10px 0 0 0;
    line-height: 1.4;
  }

  .delivery_flex2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0 30px;
    margin: 0 0 40px 0;
  }
  .delivery_flex2 > div {
    width: 100%;
    text-align: center;
  }
  .delivery_flex2 > div .gray_title {
    width: 100%;
  }
  .delivery_flex2 > div p {
    text-align: left;
    margin: 0 0 20px 0;
  }
  .delivery_flex2 > div img {
    width: 100%;
  }
  .delivery_flex2 > div:last-child {
    margin: 20px 0 0 0;
  }
}
