@charset "UTF-8";
/*------------------------------
    Z空調
--------------------------------*/
#z-page {
  background-color: #fff;
  position: relative;
  bottom: -20px;
  margin-top: -20px;
  padding-bottom: 50px;
}
.center{
	text-align:center;
}
p.heikin {
  margin-bottom: 5px;
    line-height: 1;
}
p.small,p.bottom,p.z-merit-copy,p.z-lead-com,p.z-visible-pc { 
 margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #z-page {
    margin-top: -32px;
  }
}
#z-page img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #z-page img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
#z-page * {
  box-sizing: border-box;
  margin-top:12px;
}

.z-visible-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .z-visible-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .z-visible-pc {
    display: none !important;
  }
}

.z-contents {
  width: 87.5vw;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (min-width: 1280px) {
  .z-contents {
    width: 1120px;
  }
}
@media screen and (max-width: 767px) {
  .z-contents {
    width: 100%;
    font-size: 15px;
    padding: 0 20px;
  }
}

.z-main-visual {
  position: relative;
  background-image: url("../structure/z-kucho/img/main.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 46.87vw;
}
@media screen and (min-width: 1280px) {
  .z-main-visual {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .z-main-visual {
    height: 250px;
  }
}
.z-main-visual .logo {
  display: block;
  text-align: center;
  width: 46.87vw;
  position: absolute;
  top: 7.81vw;
  left: 50%;
  margin: 0vw 0vw 0vw -23.44vw;
}
@media screen and (min-width: 1280px) {
  .z-main-visual .logo {
    top: 100px;
    margin-left: -300px;
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .z-main-visual .logo {
    top: 30px;
    width: 300px;
    margin-left: -150px;
  }
}
.z-main-visual .logo .copy {
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  text-shadow: 2px 0px 2px black, -2px 0px 2px black, 0px -2px 2px black, -2px 0px 2px black, 2px 2px 2px black, -2px 2px 2px black, 2px -2px 2px black, -2px -2px 2px black;
  font-size: 36px;
  font-size: 2.5714285714vw;
}
@media screen and (min-width: 1280px) {
  .z-main-visual .logo .copy {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .z-main-visual .logo .copy {
    font-size: 18px;
  }
}

.z-sec-ttl {
  background-color: #F6921E;
  color: #fff;
  font-size: 37px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .z-sec-ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.z-sec-ttl::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 28px 0 28px;
  border-color: #F6921E transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -28px;
}
@media screen and (max-width: 767px) {
  .z-sec-ttl::after {
    border-width: 20px 14px 0 14px;
    bottom: -20px;
    margin-left: -14px;
  }
}

@media screen and (min-width: 768px) {
  .z-sec-ttl-lead::before {
    content: '＼';
  }
  .z-sec-ttl-lead::after {
    content: '／';
  }
}
.z-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.z-row .z-col {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .z-row .z-col {
    width: 100%;
  }
  .z-row .z-col + .z-col {
    margin-top: 10px;
  }
}

.z-row__merit p + p {
  margin-top: 1em;
}

.z-wrap + .z-wrap {
  margin-top: 30px;
}

.z-lead {
  background-color: #FCF3CE;
  margin-top: -50px;
  padding: 50px 0 50px;
}

.z-lead-wrap {
  background-color: #fff;
  padding: 70px;
}
@media screen and (max-width: 767px) {
  .z-lead-wrap {
    padding: 20px;
  }
}
.z-lead-wrap .logo {
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .z-lead-wrap .logo {
    margin: 20px 0;
  }
}

.z-lead-ttl {
  font-size: 35px;
  line-height: 1.3;
  background-color: #58BFC1;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .z-lead-ttl {
    font-size: 20px;
  }
}

.z-lead-txt {
  font-size: 20px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .z-lead-txt {
    font-size: 16px;
  }
}
.z-lead-txt .small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .z-lead-txt .small {
    font-size: 14px;
  }
}

.z-lead-foot-ttl {
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .z-lead-foot-ttl {
    font-size: 20px;
    margin-top: 20px;
  }
}

.z-func-ttl {
  font-size: 33px;
  line-height: 1;
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .z-func-ttl {
    font-size: 22px;
  }
}
.z-func-ttl .new {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  background-color: #EC1C24;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 767px) {
  .z-func-ttl .new {
    font-size: 12px;
    margin-right: 5px;
  }
}

.z-func-copy {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #0095DE;
}
@media screen and (max-width: 767px) {
  .z-func-copy {
    font-size: 18px;
  }
}
.z-func-copy.z-func-copy__filter {
  color: #39B44A;
}

.z-func-com {
  font-size: 12px;
}

.z-intro {
  margin-top: 50px;
  padding: 50px;
  background-color: #F9F9F9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .z-intro {
    padding: 20px 0;
    margin-top: 20px;
  }
}
.z-intro p + p {
  margin-top: 1em;
}

.z-intro-ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #F6921E;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .z-intro-ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .z-intro-txt {
    text-align: left;
  }
}

.z-intro-movie {
  width: 860px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .z-intro-movie {
    width: 100%;
    margin-top: 20px;
  }
}
.z-intro-movie .ttl {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .z-intro-movie .ttl {
    font-size: 18px;
  }
}
.z-intro-movie iframe {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 767px) {
  .z-intro-movie iframe {
    height: 250px;
  }
}

.z-merit-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.z-merit-nav li {
  width: 32%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .z-merit-nav li {
    width: 100%;
  }
  .z-merit-nav li + li {
    margin-top: 10px;
  }
}
.z-merit-nav li a {
  display: block;
  padding: 10px;
  line-height: 1.3;
  text-decoration: none;
  font-size: 20px;
  color: #0071BB;
  border: 1px solid #0071BB;
}
.z-merit-nav li a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #0071BB;
  border-radius: 50%;
  position: relative;
  top: 2px;
  margin-right: 5px;
  background-image: url("../structure/z-kucho/img/arrow.png");
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center 7px;
}
.z-merit-nav li a:hover {
  background-color: rgba(246, 146, 30, 0.2);
}
.z-merit-nav li.active a {
  background-color: rgba(246, 146, 30, 0.2);
}
.z-merit-nav li.winter a {
  color: #F05A24;
  border-color: #F05A24;
}
.z-merit-nav li.winter a::before {
  background-color: #F05A24;
}
.z-merit-nav li.air a {
  color: #39B44A;
  border-color: #39B44A;
}
.z-merit-nav li.air a::before {
  background-color: #39B44A;
}
.z-merit-nav li.economics a {
  color: #A57C52;
  border-color: #A57C52;
}
.z-merit-nav li.economics a::before {
  background-color: #A57C52;
}
.tab-nav__foot {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .tab-nav__foot {
    margin-top: 20px;
  }
}

.z-merit-ttl {
  font-size: 30px;
  display: inline-block;
  background-color: #0071BB;
  color: #fff;
  line-height: 1;
  padding: 10px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .z-merit-ttl {
    font-size: 24px;
  }
}
#tab2 .z-merit-ttl {
  background-color: #F05A24;
}
#tab3 .z-merit-ttl {
  background-color: #39B44A;
}
#tab4 .z-merit-ttl {
  background-color: #A57C52;
}

.z-merit-sub-ttl {
  font-size: 30px;
  font-weight: bold;
  color: #0071BB;
  margin-bottom: 1em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .z-merit-sub-ttl {
    font-size: 22px;
  }
}
#tab2 .z-merit-sub-ttl {
  color: #F05A24;
}
#tab3 .z-merit-sub-ttl {
  color: #39B44A;
}
#tab4 .z-merit-sub-ttl {
  color: #A57C52;
}

.z-merit-copy {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .z-merit-copy {
    font-size: 18px;
  }
  .z-merit-copy br {
    display: none;
  }
}

.z-wind-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.z-wind-block .inner {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .z-wind-block .inner {
    width: 100%;
  }
}
.z-wind-block .inner:last-child {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .z-wind-block .inner:last-child {
    width: 100%;
    margin-top: 10px;
  }
}

.z-merit-data-ttl {
  font-size: 33px;
  line-height: 1.3;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .z-merit-data-ttl {
    font-size: 20px;
  }
}

.z-merit-data-sub-ttl {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .z-merit-data-sub-ttl {
    font-size: 16px;
  }
}

.z-merit-data-info {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .z-merit-data-info {
    margin: 10px 0;
  }
}
.z-merit-data-info .z-col {
  border: 1px solid #808080;
}
.z-merit-data-info .z-col .ttl {
  background-color: #CBCBCB;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .z-merit-data-info .z-col .ttl {
    font-size: 18px;
  }
}
.z-merit-data-info .z-col:nth-child(2) .ttl {
  background-color: #FAAF3B;
}
.z-merit-data-info .z-col .thumb {
  padding: 10px;
  text-align: center;
}

.z-merit-data {
  margin: 30px 0;
}
.z-merit-data .z-col {
  text-align: center;
}

.z-merit-foot-ttl {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  color: #F6921E;
  margin-bottom: 50px;
}
.z-merit-foot-ttl br {
  display: none;
}
@media screen and (max-width: 767px) {
  .z-merit-foot-ttl {
    font-size: 25px;
  }
  .z-merit-foot-ttl br {
    display: block;
  }
}

.z-btn {
  text-align: center;
}
.z-btn a {
  text-decoration: none;
  font-size: 22px;
  line-height: 1.3;
  color: #5e5e5e;
  border: 1px solid #5e5e5e;
  border-radius: 50px;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .z-btn a {
    font-size: 18px;
    display: block;
  }
}
.z-btn a:hover {
  background-color: #555;
  color: #fff;
}

.z-cocochie {
  margin-top: 50px;
  padding: 50px;
  background-color: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .z-cocochie {
    padding: 20px 0;
    margin-top: 20px;
  }
}

.z-cocochie-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #F6921E;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .z-cocochie-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.cocochie-info .z-col:first-child {
  width: 65.625%;
}
@media screen and (max-width: 767px) {
  .cocochie-info .z-col:first-child {
    width: 100%;
  }
}
.cocochie-info .z-col:last-child {
  width: 26.78571%;
}
@media screen and (max-width: 767px) {
  .cocochie-info .z-col:last-child {
    width: 100%;
  }
}

.cocochie-ttl {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1px #c8c8c8;
}
@media screen and (max-width: 767px) {
  .cocochie-ttl {
    font-size: 20px;
  }
}

.cocochie-sub-ttl {
  padding: 5px 10px;
  font-size: 18px;
  background: #EEE;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cocochie-sub-ttl {
    font-size: 16px;
  }
}

.cocochie-point .z-col {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .cocochie-point .z-col {
    width: 100%;
  }
}
.cocochie-point .z-col img {
  display: block;
  margin: 0 auto 10px;
}
.cocochie-point .z-col .com {
  font-size: 14px;
}

.z-footer-banner {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .z-footer-banner {
    margin-top: 30px;
  }
}

.z-merit-caption {
  font-size: 13px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .z-merit-caption {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.z-cost figure {
  margin: 0;
}
.z-cost .main-ttl {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  text-align: center;
  font-weight: bold;
  color: #ef5a24;
  font-size: 2.3em;
  line-height: 1.3;
  margin-bottom: 15px;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .z-cost .main-ttl {
    font-size: 60px;
  }
  .z-cost .main-ttl br {
    display: none;
  }
}
.z-cost .main-ttl + p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .z-cost .main-ttl + p {
    font-size: 20px;
  }
}
.z-cost .cost-ttl {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.3;
  background: #f9bc3e;
  color: #fff;
  margin: 1em 0 30px;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .z-cost .cost-ttl {
    font-size: 40px;
    margin: 1em 0 50px;
  }
}
.z-cost .cost-ttl::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #f9bb3e transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -12px;
}
@media screen and (min-width: 768px) {
  .z-cost .cost-ttl::after {
    border-width: 40px 23px 0 23px;
    bottom: -40px;
    margin-left: -23px;
  }
}
.z-cost .cost-wrap-ttl {
  color: #e85e00;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
  margin-bottom: 10px;
}
.z-cost .cost-wrap-ttl span {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  padding: 5px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .z-cost .cost-wrap-ttl span {
    margin-left: 1em;
    position: relative;
    top: -5px;
  }
}
@media screen and (min-width: 768px) {
  .z-cost .z-cost-container {
    padding: 0 30px;
  }
}
.z-cost .lead-wrap {
  border: 2px solid #f3aa3c;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .z-cost .lead-wrap {
    padding: 30px;
  }
}
.z-cost .lead-wrap .cost-wrap-ttl + p {
  font-size: 14px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .z-cost .lead-wrap .cost-wrap-ttl + p {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .z-cost .lead-wrap .images {
    display: flex;
    justify-content: center;
  }
}
.z-cost .lead-wrap .images figure {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .z-cost .lead-wrap .images figure + figure {
    margin-left: 30px;
  }
}
.z-cost .lead-wrap .images + p {
  text-align: center;
}
.z-cost .season-average-wrap {
  padding: 20px;
  background: #f9bc3e;
  margin-bottom: 46px;
}
@media screen and (min-width: 768px) {
  .z-cost .season-average-wrap {
    padding: 50px 50px 0;
    margin-bottom: 86px;
  }
}
.z-cost .season-average-wrap .inner {
  padding: 20px;
  background: #fff;
  border: 1px solid #f3aa3c;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .z-cost .season-average-wrap .inner {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .z-cost .season-average-wrap .inner .data {
    display: flex;
  }
}
.z-cost .season-average-wrap .inner .data + .data {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .z-cost .season-average-wrap .inner .data + .data {
    margin-top: 40px;
  }
}
.z-cost .season-average-wrap .inner .data .col + .col {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .z-cost .season-average-wrap .inner .data .col + .col {
    margin-left: 40px;
  }
}
.z-cost .season-average-wrap .inner + p {
  font-size: 12px;
  color: #000;
}
.z-cost .season-average-wrap .total-cost {
  text-align: center;
  position: relative;
  bottom: -46px;
  margin-top: -20px;
}
.z-cost .season-average-wrap .total-cost .box01 {
  background: #fffaec;
  padding: 10px 10px 5px;
  display: inline-block;
  border: 2px solid #f3aa3c;
  line-height: 1;
}
.z-cost .season-average-wrap .total-cost .box01 figure {
  display: inline-block;
  padding: 10px;
}
.z-cost .cost-average-wrap .wrap-header {
  padding: 20px;
  background: #f9bc3e;
}
@media screen and (min-width: 768px) {
  .z-cost .cost-average-wrap .wrap-header {
    padding: 50px;
  }
}
.z-cost .cost-average-wrap .wrap-header .inner {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .z-cost .cost-average-wrap .wrap-header .inner {
    padding: 40px;
  }
}
.z-cost .cost-average-wrap .wrap-header .inner::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -12px;
}
@media screen and (min-width: 768px) {
  .z-cost .cost-average-wrap .wrap-header .inner::after {
    border-width: 40px 23px 0 23px;
    bottom: -40px;
    margin-left: -23px;
  }
}
.z-cost .cost-average-wrap .wrap-header .cost-wrap-ttl + p {
  text-align: center;
  margin-bottom: 30px;
}
.z-cost .cost-average-wrap .wrap-header .cost-wrap-ttl + p span {
  display: inline-block;
  background: #e85e00;
  border-radius: 8px;
  font-size: 1.1em;
  color: #fff;
  line-height: 1.3;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .z-cost .cost-average-wrap .wrap-header .images {
    display: flex;
    justify-content: center;
  }
}
.z-cost .cost-average-wrap .wrap-header .images figure {
  text-align: center;
  align-self: center;
}
.z-cost .cost-average-wrap .wrap-header .images figure + figure {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .z-cost .cost-average-wrap .wrap-header .images figure + figure {
    margin-top: 0;
    margin-left: 30px;
  }
}
.z-cost .cost-average-wrap .wrap-footer {
  background: #fffaec;
  border: 2px solid #f3aa3c;
  border-top: none;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .z-cost .cost-average-wrap .wrap-footer {
    display: flex;
    justify-content: center;
    padding: 30px;
  }
}
.z-cost .cost-average-wrap .wrap-footer figure figcatpion {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.z-cost .cost-average-wrap .wrap-footer figure + figure {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .z-cost .cost-average-wrap .wrap-footer figure + figure {
    margin-top: 0;
    margin-left: 50px;
  }
}
.z-cost .foot-copy {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.3;
  color: #f3aa3c;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .z-cost .foot-copy {
    font-size: 40px;
    text-align: center;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .z-merit-nav li.air a{
   width:109%;
 }
}

img.z-margin01{
  margin-top:-12px !important;
}

.maintenance_wrap .maintenance_box dl {
    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;
}
.maintenance_wrap .maintenance_box dl dt {
    width: 100px;
}
.maintenance_wrap .maintenance_box dl dd {
    width: calc(100% - 100px);
}
.maintenance_wrap .maintenance_box dl .att {
    margin-left: 20px;
}
.maintenance_wrap .maintenance_box dl .att li {
    position: relative;
    padding-left: 1.5em;
    font-size: 13px;
	margin-top: 0!important;
}
.maintenance_wrap .maintenance_box dl .att li::before {
    content: "※";
    position: absolute;
    left: 0;
}
.maintenance_wrap h3 {
    color: #f6921e;
	font-size: 1.25em;
	font-weight: bold;
}
