@charset "UTF-8";
body.body main {
  overflow: hidden;
}
body.body.business-category-page .common-business-title {
  position: relative;
  text-align: center;
}
body.body.business-category-page .common-business-title .jp, body.body.business-category-page .common-business-title .en {
  display: block;
}
body.body.business-category-page .common-business-title .jp {
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.2em;
  color: #1e277e;
}
body.body.business-category-page .common-business-title .en {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #afafaf;
  font-weight: normal;
  margin-top: 0.3333333333em;
  display: block;
}
body.body.business-category-page .common-business-title.in-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
}
body.body.business-category-page .common-business-title.in-icon .icon {
  display: block;
  margin-right: 12px;
}
body.body.business-category-page .common-business-title.in-icon .title-text .en {
  text-align: left;
}
body.body.business-category-page .common-business-title2 {
  border-bottom: 1px solid #1e277e;
  padding-bottom: 2vh;
  text-align: center;
}
body.body.business-category-page .common-business-title2.left {
  text-align: left;
}
body.body.business-category-page .common-business-title2 .jp, body.body.business-category-page .common-business-title2 .en {
  display: inline-block;
  line-height: 1.5em;
}
body.body.business-category-page .common-business-title2 .jp {
  font-weight: 500;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  color: #1e277e;
  margin-right: 10px;
}
body.body.business-category-page .common-business-title2 .en {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #afafaf;
  font-weight: normal;
}
body.body.business-category-page .common-business-bg-title {
  background: #00afec;
  color: #fff;
  padding: 5px 8px;
  line-height: 1.5;
}
body.body.business-category-page .common-business-bg-title .jp {
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.2em;
}
body.body.business-category-page .common-business-bg-title .en {
  font-weight: normal;
  font-size: 0.9375rem;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.1em;
}
body.body.business-category-page .common-business-links-wrap {
  margin-top: 16.6666666667vh;
  overflow: hidden;
}
body.body.business-category-page .common-business-links-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4.4444444444vh;
}
body.body.business-category-page .common-business-links-wrap ul li {
  width: 194px;
  max-width: 25%;
}
body.body.business-category-page .common-business-links-wrap ul li + li {
  border-left: 1px solid #d7d7d7;
}
body.body.business-category-page .common-business-links-wrap ul li.blank {
  width: 100%;
  margin: 0;
  border: none;
  max-width: 100%;
  margin-top: 6.1111111111vh;
}
body.body.business-category-page .common-business-links-wrap ul li.blank + li {
  border-left: none;
}
body.body.business-category-page .common-business-links-wrap ul li a {
  display: block;
  padding-bottom: 1.4444444444vh;
}
body.body.business-category-page .common-business-links-wrap ul li a .icon {
  height: 103px;
  position: relative;
}
body.body.business-category-page .common-business-links-wrap ul li a .icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.body.business-category-page .common-business-links-wrap ul li a .icon img:nth-of-type(2) {
  opacity: 0;
}
body.body.business-category-page .common-business-links-wrap ul li a .text {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 1px;
}
body.body.business-category-page .common-business-links-wrap ul li a:hover .icon img {
  opacity: 0;
}
body.body.business-category-page .common-business-links-wrap ul li a:hover .icon img:nth-of-type(2) {
  opacity: 1;
}
body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(1) a .icon {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(3) a .icon {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(4) a .icon, body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(6) a .icon, body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(7) a .icon, body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(8) a .icon {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
body.body.business-category-page .common-business-catch {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #00afec;
}
body.body.business-category-page .common-business-catch2 {
  font-size: 1.375rem;
  text-align: center;
  color: #00afec;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5909090909em;
}
body.body.home-category-page .common-business-title {
  position: relative;
  text-align: center;
}
body.body.home-category-page .common-business-title .jp, body.body.home-category-page .common-business-title .en {
  display: block;
}
body.body.home-category-page .common-business-title .jp {
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.2em;
  color: #1e277e;
}
body.body.home-category-page .common-business-title .en {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #afafaf;
  font-weight: normal;
  margin-top: 0.3333333333em;
  display: block;
}
body.body.home-category-page .common-business-title.in-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
}
body.body.home-category-page .common-business-title.in-icon .icon {
  display: block;
  margin-right: 12px;
}
body.body.home-category-page .common-business-title.in-icon .title-text .en {
  text-align: left;
}
body.body.home-category-page .common-business-title2 {
  border-bottom: 1px solid #1e277e;
  padding-bottom: 2vh;
  text-align: center;
}
body.body.home-category-page .common-business-title2.left {
  text-align: left;
}
body.body.home-category-page .common-business-title2 .jp, body.body.home-category-page .common-business-title2 .en {
  display: inline-block;
  line-height: 1.5em;
}
body.body.home-category-page .common-business-title2 .jp {
  font-weight: 500;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  color: #1e277e;
  margin-right: 10px;
}
body.body.home-category-page .common-business-title2 .en {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #afafaf;
  font-weight: normal;
}
body.body.home-category-page .common-business-bg-title {
  background: #00afec;
  color: #fff;
  padding: 5px 8px;
  line-height: 1.5;
}
body.body.home-category-page .common-business-bg-title .jp {
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.2em;
}
body.body.home-category-page .common-business-bg-title .en {
  font-weight: normal;
  font-size: 0.9375rem;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.1em;
}
body.body.home-category-page .common-business-links-wrap {
  margin-top: 16.6666666667vh;
  overflow: hidden;
}
body.body.home-category-page .common-business-links-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4.4444444444vh;
}
body.body.home-category-page .common-business-links-wrap ul li {
  width: 194px;
  max-width: 25%;
}
body.body.home-category-page .common-business-links-wrap ul li + li {
  border-left: 1px solid #d7d7d7;
}
body.body.home-category-page .common-business-links-wrap ul li.blank {
  width: 100%;
  margin: 0;
  border: none;
  max-width: 100%;
  margin-top: 6.1111111111vh;
}
body.body.home-category-page .common-business-links-wrap ul li.blank + li {
  border-left: none;
}
body.body.home-category-page .common-business-links-wrap ul li a {
  display: block;
  padding-bottom: 1.4444444444vh;
}
body.body.home-category-page .common-business-links-wrap ul li a .icon {
  height: 103px;
  position: relative;
}
body.body.home-category-page .common-business-links-wrap ul li a .icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.body.home-category-page .common-business-links-wrap ul li a .icon img:nth-of-type(2) {
  opacity: 0;
}
body.body.home-category-page .common-business-links-wrap ul li a .text {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 1px;
}
body.body.home-category-page .common-business-links-wrap ul li a:hover .icon img {
  opacity: 0;
}
body.body.home-category-page .common-business-links-wrap ul li a:hover .icon img:nth-of-type(2) {
  opacity: 1;
}
body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(1) a .icon {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(3) a .icon {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(4) a .icon, body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(6) a .icon, body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(7) a .icon, body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(8) a .icon {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
body.body.home-category-page .common-business-catch {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #00afec;
}
body.body.home-category-page .common-business-catch2 {
  font-size: 1.375rem;
  text-align: center;
  color: #00afec;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5909090909em;
}

@media (max-width: 768px) {
  body.body.business-category-page .common-business-title .jp {
    font-size: 1.0625rem;
  }
  body.body.business-category-page .common-business-title .en {
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
  }
  body.body.business-category-page .common-business-title2 {
    text-align: left;
  }
  body.body.business-category-page .common-business-title2 .jp {
    font-size: 1.0625rem;
  }
  body.body.business-category-page .common-business-title2 .en {
    font-size: 0.8125rem;
    display: block;
  }
  body.body.business-category-page .common-business-bg-title .jp {
    font-size: 1.0625rem;
  }
  body.body.business-category-page .common-business-bg-title .en {
    font-size: 0.8125rem;
    display: block;
  }
  body.body.business-category-page .common-business-links-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  body.body.business-category-page .common-business-links-wrap ul li {
    width: 50%;
    max-width: 50%;
    border: none !important;
    margin-top: 8px;
    padding-top: 8px;
  }
  body.body.business-category-page .common-business-links-wrap ul li a .text {
    letter-spacing: 0;
  }
  body.body.business-category-page .common-business-links-wrap ul li.sp-border {
    border-left: 1px solid #d7d7d7 !important;
  }
  body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(n+3) {
    border-top: 1px solid #d7d7d7 !important;
    position: relative;
  }
  body.body.business-category-page .common-business-links-wrap ul li:nth-of-type(n+3):before {
    content: "";
    display: block;
    height: 8px;
    background: #fff;
    width: calc(100% + 1px);
    position: absolute;
    top: 0;
    left: -1px;
  }
  body.body.business-category-page .common-business-catch {
    font-size: 1.375rem;
  }
  body.body.business-category-page .common-text {
    font-size: 0.875rem;
  }
  body.body.home-category-page .common-business-title .jp {
    font-size: 1.0625rem;
  }
  body.body.home-category-page .common-business-title .en {
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
  }
  body.body.home-category-page .common-business-title2 {
    text-align: left;
  }
  body.body.home-category-page .common-business-title2 .jp {
    font-size: 1.0625rem;
  }
  body.body.home-category-page .common-business-title2 .en {
    font-size: 0.8125rem;
    display: block;
  }
  body.body.home-category-page .common-business-bg-title .jp {
    font-size: 1.0625rem;
  }
  body.body.home-category-page .common-business-bg-title .en {
    font-size: 0.8125rem;
    display: block;
  }
  body.body.home-category-page .common-business-links-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  body.body.home-category-page .common-business-links-wrap ul li {
    width: 50%;
    max-width: 50%;
    border: none !important;
    margin-top: 8px;
    padding-top: 8px;
  }
  body.body.home-category-page .common-business-links-wrap ul li a .text {
    letter-spacing: 0;
  }
  body.body.home-category-page .common-business-links-wrap ul li.sp-border {
    border-left: 1px solid #d7d7d7 !important;
  }
  body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(n+3) {
    border-top: 1px solid #d7d7d7 !important;
    position: relative;
  }
  body.body.home-category-page .common-business-links-wrap ul li:nth-of-type(n+3):before {
    content: "";
    display: block;
    height: 8px;
    background: #fff;
    width: calc(100% + 1px);
    position: absolute;
    top: 0;
    left: -1px;
  }
  body.body.home-category-page .common-business-catch {
    font-size: 1.375rem;
  }
}
body.body .total-fuel-conversion-page {
  overflow: hidden;
}
body.body .total-fuel-conversion-page .top-box {
  margin-top: 6.1111111111vh;
}
body.body .total-fuel-conversion-page .top-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
body.body .total-fuel-conversion-page .top-box .inner:after {
  content: "";
  display: block;
  padding-top: 29.2857142857%;
  width: 46.8571428571%;
}
body.body .total-fuel-conversion-page .top-box .inner .text-box {
  width: 490px;
  max-width: 35%;
  margin-right: 43px;
}
@media (max-width: 1400px) {
  body.body .total-fuel-conversion-page .top-box .inner .text-box {
    margin-right: 3.0714285714%;
  }
}
body.body .total-fuel-conversion-page .top-box .inner .text-box .title-box .gas {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #00afec;
}
body.body .total-fuel-conversion-page .top-box .inner .text-box .title-box .common-title2 {
  margin-top: 3px;
}
body.body .total-fuel-conversion-page .top-box .inner .text-box .title-box .common-business-title2 {
  text-align: left;
  margin-top: 4.7777777778vh;
}
body.body .total-fuel-conversion-page .top-box .inner .text-box .title-box .common-business-title2 .en, body.body .total-fuel-conversion-page .top-box .inner .text-box .title-box .common-business-title2 .jp {
  display: block;
}
body.body .total-fuel-conversion-page .top-box .inner .text-box .image {
  width: 46.8571428571%;
  position: absolute;
  top: 0;
  right: 0;
}
body.body .total-fuel-conversion-page .top-box .inner .text-box .image img {
  display: block;
  width: 100%;
}
body.body .total-fuel-conversion-page .top-box .inner .text-box .text-inner {
  margin-top: 2.2222222222vh;
}
body.body .total-fuel-conversion-page .top-box .inner .text-box .text-inner .common-text {
  width: 450px;
  max-width: 100%;
}
body.body .total-fuel-conversion-page .merit-area {
  margin-top: 13.8888888889vh;
}
body.body .total-fuel-conversion-page .merit-area .inner {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
}
body.body .total-fuel-conversion-page .merit-area .inner .common-business-title2 {
  text-align: left;
}
body.body .total-fuel-conversion-page .merit-area .inner ol {
  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;
  margin-top: -0.8888888889vh;
}
body.body .total-fuel-conversion-page .merit-area .inner ol .item {
  width: 45.5102040816%;
  margin-top: 6.1111111111vh;
}
body.body .total-fuel-conversion-page .merit-area .inner ol .item .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.4444444444vh;
  border-bottom: 1px solid #1e277e;
}
body.body .total-fuel-conversion-page .merit-area .inner ol .item .title-box .nth {
  color: #00afec;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin-right: 8px;
}
body.body .total-fuel-conversion-page .merit-area .inner ol .item .title-box .title {
  display: block;
  font-weight: 500;
  font-size: 1.0625rem;
  color: #1e277e;
  letter-spacing: 0.1em;
  margin-top: 0.3529411765em;
  line-height: 1.5em;
}
body.body .total-fuel-conversion-page .merit-area .inner ol .item .image {
  margin-top: 2.2222222222vh;
}
body.body .total-fuel-conversion-page .merit-area .inner ol .item .image img {
  width: 100%;
  display: block;
}
body.body .total-fuel-conversion-page .merit-area .inner ol .item .image + .common-text {
  margin-top: 2.2222222222vh;
}
body.body .total-fuel-conversion-page .merit-area .inner ol .item ul li {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.8666666667em;
  font-weight: 500;
  color: #1e277e;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
body.body .total-fuel-conversion-page .merit-area .inner ol .item ul li .d {
  text-indent: 0;
}
body.body .total-fuel-conversion-page .merit-area .inner ol .item ul li:before {
  content: "■";
  color: #00afec;
}
body.body .total-fuel-conversion-page .boiler-area {
  margin-top: 11.1111111111vh;
}
body.body .total-fuel-conversion-page .boiler-area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
}
body.body .total-fuel-conversion-page .boiler-area .inner:before {
  content: "";
  display: block;
  padding-top: 29.387755102%;
}
body.body .total-fuel-conversion-page .boiler-area .inner .text-box {
  width: 48.9795918367%;
}
body.body .total-fuel-conversion-page .boiler-area .inner .text-box .common-business-title2 {
  text-align: left;
}
body.body .total-fuel-conversion-page .boiler-area .inner .text-box .common-business-title2 .en {
  display: block;
}
body.body .total-fuel-conversion-page .boiler-area .inner .text-box .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 46.9387755102%;
}
body.body .total-fuel-conversion-page .boiler-area .inner .text-box .image img {
  width: 100%;
  display: block;
}
body.body .total-fuel-conversion-page .boiler-area .inner .text-box .text-inner {
  margin-top: 1.8888888889vh;
}
body.body .total-fuel-conversion-page .boiler-area .inner .text-box .text-inner .common-text {
  margin-top: 5px;
}
body.body .total-fuel-conversion-page .lng-area {
  margin-top: 13.3333333333vh;
}
body.body .total-fuel-conversion-page .lng-area .red {
  color: #de2a2a;
}
body.body .total-fuel-conversion-page .lng-area .inner {
  width: 980px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
body.body .total-fuel-conversion-page .lng-area .inner .common-business-title2 {
  text-align: left;
  margin-bottom: 1.8888888889vh;
}
body.body .total-fuel-conversion-page .lng-area .inner .common-text small {
  font-size: 0.9333333333em;
}
body.body .total-fuel-conversion-page .lng-area .inner dl {
  margin-top: 5vh;
}
body.body .total-fuel-conversion-page .lng-area .inner dl dt {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  background: #00afec;
  color: #fff;
  line-height: 1.5em;
  padding: 3px 12px;
}
body.body .total-fuel-conversion-page .lng-area .inner dl dd {
  margin-top: 1.4444444444vh;
}
body.body .total-fuel-conversion-page .lng-area .inner dl dd .common-scroll-class {
  margin-top: 7vh;
}
body.body .total-fuel-conversion-page .lng-area .inner dl dd .common-scroll-class .scroll-image img {
  width: 100%;
}
body.body .total-fuel-conversion-page .lng-area .inner dl dd .common-sikaku-text {
  padding-left: 0;
  text-indent: 0;
}
body.body .total-fuel-conversion-page .lng-area .inner dl dd + dt {
  margin-top: 15.1111111111vh;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo {
  width: 980px;
  max-width: 80%;
  margin: 12.7777777778vh auto 0;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo h5 {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #1e277e;
  border-bottom: 1px solid #00afec;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  margin-bottom: 1.6666666667vh;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo dl {
  margin-top: 2vh;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo dl dd {
  margin-top: 3px;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box {
  margin-top: 1.6666666667vh;
  width: 551px;
  max-width: 100%;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box .table-title {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: #1e277e;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box table {
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-top: 0.8888888889vh;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box table thead {
  color: #fff;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box table thead tr th {
  height: 35px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  background: #00afec;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box table thead tr th + th {
  border-left: 2px solid #fff;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box table thead tr th:last-of-type {
  width: 110px;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box table tbody tr {
  background: #f0f5f5;
  border-top: 2px solid #fff;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box table tbody tr td {
  padding: 8px 8px 8px 18px;
  vertical-align: middle;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box table tbody tr td:first-of-type {
  text-align: center;
  font-weight: 500;
  color: #1e277e;
  padding-left: 8px;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box table tbody tr td + td {
  border-left: 2px solid #fff;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box table tbody tr td.center {
  text-align: center;
  padding-left: 8px;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box table tbody tr td:last-of-type {
  width: 147px;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box table tbody tr:nth-of-type(odd) {
  background: #e0f5fd;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box table tbody tr:nth-of-type(1) {
  border-top: 0;
}
body.body .total-fuel-conversion-page .lng-area .tekiyo .common-text {
  margin-top: 2vh;
}
body.body .total-fuel-conversion-page .using-area {
  margin-top: 10.6666666667vh;
}
body.body .total-fuel-conversion-page .using-area .inner {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
}
body.body .total-fuel-conversion-page .using-area .inner .common-business-title2 {
  text-align: left;
  margin-bottom: 1.7777777778vh;
}
body.body .total-fuel-conversion-page .using-area .inner h5 {
  margin-top: 5.5555555556vh;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  background: #00afec;
  color: #fff;
  line-height: 1.5em;
  padding: 3px 12px;
}
body.body .total-fuel-conversion-page .using-area .inner dl {
  margin-top: 2.5555555556vh;
}
body.body .total-fuel-conversion-page .using-area .inner dl dt {
  font-size: 0.875rem;
  color: #1e277e;
  font-weight: 500;
  letter-spacing: 0.0285714286em;
  line-height: 1.3em;
}
body.body .total-fuel-conversion-page .using-area .inner dl dt .nth {
  font-size: 1.2142857143em;
}
body.body .total-fuel-conversion-page .using-area .inner dl > * + dt {
  margin-top: 1.5555555556vh;
}
body.body .total-fuel-conversion-page .using-area .inner .map-box {
  margin-top: 2.2222222222vh;
}
body.body .total-fuel-conversion-page .using-area .inner .map-box .common-scroll-class {
  margin-top: 1.2222222222vh;
}
body.body .total-fuel-conversion-page .using-area .inner .map-box .common-scroll-class .scroll-image img {
  width: 100%;
  display: block;
}
body.body .total-fuel-conversion-page .using-area .inner .double-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 12.2222222222vh;
}
body.body .total-fuel-conversion-page .using-area .inner .double-box:before {
  content: "";
  display: block;
  padding-top: 33.6734693878%;
}
body.body .total-fuel-conversion-page .using-area .inner .double-box .text-box {
  width: 50%;
}
body.body .total-fuel-conversion-page .using-area .inner .double-box .text-box h6 {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #1e277e;
  border-bottom: 1px solid #00afec;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  margin-bottom: 1.6666666667vh;
}
body.body .total-fuel-conversion-page .using-area .inner .double-box .text-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 46.9387755102%;
}
body.body .total-fuel-conversion-page .using-area .inner .double-box .text-box .image img {
  width: 100%;
  display: block;
}
body.body .total-fuel-conversion-page .using-area .inner .double-box .text-box .text-inner {
  margin-top: 1.4444444444vh;
}
body.body .total-fuel-conversion-page .using-area .inner .double-box .text-box .text-inner .title {
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1e277e;
  font-weight: 500;
}
body.body .total-fuel-conversion-page .using-area .inner .double-box .text-box .text-inner .title .nth {
  color: #00afec;
}
body.body .total-fuel-conversion-page .using-area .inner .double-box .text-box .text-inner .common-text {
  margin: 4px 0;
}
body.body .total-fuel-conversion-page .using-area .inner .double-box .text-box .text-inner .common-link {
  margin-top: 1.3333333333vh;
}
body.body .total-fuel-conversion-page .using-area .inner .double-box .text-box .text-inner .common-sikaku-text {
  margin-top: 2.2222222222vh;
}
body.body .total-fuel-conversion-page .contact {
  width: 546px;
  max-width: 100%;
  margin: 13.8888888889vh auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  height: 150px;
  position: relative;
  background: #1e277e;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
body.body .total-fuel-conversion-page .contact .link-text {
  margin-left: 3.5714285714%;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
body.body .total-fuel-conversion-page .contact .link-text .jp {
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.1725em;
}
body.body .total-fuel-conversion-page .contact .link-text .en {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 8px;
}
body.body .total-fuel-conversion-page .contact .arrow-wrap {
  width: 27px;
  margin-left: 15px;
}
body.body .total-fuel-conversion-page .contact .arrow {
  position: relative;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body.body .total-fuel-conversion-page .contact .arrow:before {
  content: "";
  display: block;
  width: 8px;
  border-radius: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
body.body .total-fuel-conversion-page .contact:hover {
  background: #00afec;
}
body.body .total-fuel-conversion-page .contact:hover .arrow {
  width: 27px;
}

@media (max-width: 768px) {
  body.body .total-fuel-conversion-page .top-box .inner {
    max-width: none;
  }
  body.body .total-fuel-conversion-page .top-box .inner .text-box {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  body.body .total-fuel-conversion-page .top-box .inner .text-box .title-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  body.body .total-fuel-conversion-page .top-box .inner .text-box .image {
    width: 100%;
    position: static;
    margin-top: 27px;
  }
  body.body .total-fuel-conversion-page .top-box .inner .text-box .text-inner {
    width: 80%;
    margin: 22px auto 0;
  }
  body.body .total-fuel-conversion-page .merit-area .inner ol {
    display: block;
    margin-top: 0;
  }
  body.body .total-fuel-conversion-page .merit-area .inner ol .item {
    width: 100%;
  }
  body.body .total-fuel-conversion-page .merit-area .inner ol .item .title-box .nth {
    font-size: 2rem;
  }
  body.body .total-fuel-conversion-page .merit-area .inner ol .item .title-box .title {
    font-size: 1rem;
  }
  body.body .total-fuel-conversion-page .merit-area .inner ol .item .common-text {
    font-size: 0.875rem;
  }
  body.body .total-fuel-conversion-page .merit-area .inner ol .item ul li {
    font-size: 1rem;
  }
  body.body .total-fuel-conversion-page .boiler-area .inner:before {
    display: none;
  }
  body.body .total-fuel-conversion-page .boiler-area .inner .text-box {
    width: 100%;
  }
  body.body .total-fuel-conversion-page .boiler-area .inner .text-box .common-business-title2 {
    border-color: #1e277e;
  }
  body.body .total-fuel-conversion-page .boiler-area .inner .text-box .image {
    position: static;
    width: 100%;
    margin-top: 27px;
  }
  body.body .total-fuel-conversion-page .lng-area .inner dl dt {
    font-size: 1.0625rem;
  }
  body.body .total-fuel-conversion-page .lng-area .inner dl dd .common-scroll-class {
    position: relative;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    -webkit-transform: translate(-10vw, 0);
            transform: translate(-10vw, 0);
    -webkit-overflow-scrolling: touch;
  }
  body.body .total-fuel-conversion-page .lng-area .inner dl dd .common-scroll-class .scroll-image img {
    width: auto !important;
    padding: 0 10vw;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  body.body .total-fuel-conversion-page .lng-area .inner dl dd .common-scroll-class::-webkit-scrollbar {
    display: none;
  }
  body.body .total-fuel-conversion-page .lng-area .inner dl dd .common-scroll-class .scroll-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 126px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  body.body .total-fuel-conversion-page .lng-area .inner dl dd .common-scroll-class .scroll-icon img {
    width: 100%;
  }
  body.body .total-fuel-conversion-page .lng-area .inner dl dd .common-scroll-class.start .scroll-icon {
    opacity: 0;
  }
  body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box .sp-table-box {
    margin-top: 12px;
  }
  body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box .sp-table-box .ct .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #e0f5fd;
  }
  body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box .sp-table-box .ct .item .title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 104px;
    padding: 2px 2px 2px 10px;
    color: #fff;
    background: #00afec;
    border-right: 2px solid #fff;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    line-height: 1.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box .sp-table-box .ct .item .text {
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    line-height: 1.6923076923em;
    padding: 5px 5px 5px 10px;
  }
  body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box .sp-table-box .ct .item .text.title-text {
    font-weight: 500;
    font-size: 0.9375rem;
    color: #1e277e;
  }
  body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box .sp-table-box .ct .item .text .note {
    color: #1e277e;
  }
  body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box .sp-table-box .ct .item + .item {
    border-top: 2px solid #fff;
  }
  body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box .sp-table-box .ct .item:nth-of-type(even) {
    background: #f0f5f5;
  }
  body.body .total-fuel-conversion-page .lng-area .tekiyo .table-box .sp-table-box .ct + .ct {
    margin-top: 21px;
  }
  body.body .total-fuel-conversion-page .using-area .inner h5 {
    font-size: 1.0625rem;
  }
  body.body .total-fuel-conversion-page .using-area .inner .map-box .common-scroll-class {
    position: relative;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    -webkit-transform: translate(-10vw, 0);
            transform: translate(-10vw, 0);
    -webkit-overflow-scrolling: touch;
  }
  body.body .total-fuel-conversion-page .using-area .inner .map-box .common-scroll-class .scroll-image img {
    width: auto !important;
    padding: 0 10vw;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  body.body .total-fuel-conversion-page .using-area .inner .map-box .common-scroll-class::-webkit-scrollbar {
    display: none;
  }
  body.body .total-fuel-conversion-page .using-area .inner .map-box .common-scroll-class .scroll-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 126px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  body.body .total-fuel-conversion-page .using-area .inner .map-box .common-scroll-class .scroll-icon img {
    width: 100%;
  }
  body.body .total-fuel-conversion-page .using-area .inner .map-box .common-scroll-class.start .scroll-icon {
    opacity: 0;
  }
  body.body .total-fuel-conversion-page .using-area .inner .double-box {
    display: block;
  }
  body.body .total-fuel-conversion-page .using-area .inner .double-box:before {
    display: none;
  }
  body.body .total-fuel-conversion-page .using-area .inner .double-box .text-box {
    width: 100%;
  }
  body.body .total-fuel-conversion-page .using-area .inner .double-box .text-box .image {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  body.body .total-fuel-conversion-page .contact {
    width: 320px;
    max-width: 100%;
    height: 88px;
  }
  body.body .total-fuel-conversion-page .contact .link-text .jp {
    font-size: 0.9375rem;
  }
  body.body .total-fuel-conversion-page .contact .link-text .en {
    font-size: 0.875rem;
  }
}