/* adjusting 
================================================== */
#contents .headSection .leftArea .logo {
  padding-right: 0;
}

#contents .headSection .leftArea .title {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #contents .headSection .leftArea .title {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 768px) {
  #contents.responsive .headSection .leftArea {
    display: table;
  }

  #contents.responsive .headSection .leftArea .logo,
  #contents.responsive .headSection .leftArea > h1 {
    display: table-cell;
    vertical-align: top;
  }
}
/* visual
================================================== */
.visual {
  overflow: hidden;
}
.visual__inner {
  width: 960px;
  margin: 0 auto;
}
.visual__inner p {
  margin: 0 -220px;
}
@media only screen and (max-width: 768px) {
  .visual__inner {
    width: auto;
  }
  .visual__inner p {
    margin: 0;
  }
}

/* anchors
================================================== */
.anchors {
  padding: 10px 0 30px;
  background: #19b2ff;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
}
.anchors__inner {
  width: 960px;
  margin: 0 auto;
}
.anchors__title {
  transition: all 0.3s ease;
  padding-top: 20px;
  margin-bottom: 20px;
}
.anchors__title img {
  transition: all 0.3s ease;
}
.anchors__items {
  display: flex;
  justify-content: center;
}
.anchors__items > li {
  transition: all 0.3s ease;
  flex: 1 0 0%;
}
.anchors__items > li:last-child {
  flex: 1.2 0 0%;
}
.anchors__item + .anchors__item {
  border-left: dotted 2px #fff;
}
.anchors__link {
  transition: all 0.3s ease;
  position: relative;
  display: block;
  padding-bottom: 25px;
  color: #fff !important;
  text-decoration: none !important;
}
.anchors__link::after {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #fff;
  transform: rotate(45deg);
  left: 50%;
  bottom: 6px;
  margin-left: -9px;
}
.anchors__link dl {
  margin: 0;
}
.anchors__link dt {
  transition: all 0.3s ease;
  margin-bottom: 13px;
}
.anchors__link dt img {
  transition: all 0.3s ease;
}
.anchors__link dd {
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: bold;
}
.anchors__link dd span {
  transition: all 0.3s ease;
  font-size: 20px;
}
.anchors.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
.anchors.is-fixed .anchors__title {
  padding: 0;
  margin: 0;
}
.anchors.is-fixed .anchors__title img {
  opacity: 0;
  height: 0 !important;
}
@media (min-width: 769px) {
  .anchors.is-fixed {
    padding: 10px 0;
  }
  .anchors.is-fixed .anchors__items > li:last-child {
    flex: 1.3 0 0%;
  }
  .anchors.is-fixed .anchors__link {
    padding-bottom: 4px;
  }
  .anchors.is-fixed .anchors__link::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: #fff;
    transform: rotate(45deg);
    left: auto;
    right: 10px;
    bottom: auto;
    top: 50%;
    margin-left: 0;
    margin-top: -3px;
  }
  .anchors.is-fixed .anchors__link dt {
    margin-bottom: 6px;
  }
  .anchors.is-fixed .anchors__link dt img {
    width: 81px;
    height: auto;
  }
  .anchors.is-fixed .anchors__link dd {
    font-size: 13px;
  }
  .anchors.is-fixed .anchors__link dd span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .anchors {
    padding: 5px 0;
  }
  .anchors__inner {
    width: auto;
  }
  .anchors__title {
    padding-top: 6px;
    margin-bottom: 9px;
  }
  .anchors__title img {
    max-width: 300px !important;
  }
  .anchors__items {
    padding: 0;
  }
  .anchors__item + .anchors__item {
    border-left: dotted 1px #fff;
  }
  .anchors__link {
    padding: 0 2px 10px;
  }
  .anchors__link::after {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #fff;
    transform: rotate(45deg);
    bottom: 3px;
    margin-left: -4px;
  }
  .anchors__link dt {
    margin-bottom: 5px;
  }
  .anchors__link dt img {
    width: auto;
    max-width: 45px !important;
    height: auto;
  }
  .anchors__link dd {
    font-size: 2.1333333333vw;
    font-weight: normal;
  }
  .anchors__link dd span {
    font-size: 2.4vw;
  }
  .anchors.is-fixed {
    padding: 5px 0;
  }
}

/* feature
================================================== */
.feature {
  position: relative;
  padding: 60px 0 70px;
}
.feature__anchor {
  position: absolute;
  left: 0;
  top: -90px;
}
.feature--even {
  background-color: #f4f8ff;
}
.feature__inner {
  width: 960px;
  margin: 0 auto;
}
.feature__title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  margin-bottom: 30px;
  background: url(/products/ecotank/special/pxm791ft/images/feature_bg_ttl-pc.png) no-repeat;
  background-size: cover;
  color: #fff;
}
.feature__title span {
  margin-left: 25px;
  font-size: 34px;
}
.feature__balloon {
  margin-bottom: 25px;
  text-align: center;
}
.feature__lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  text-align: center;
}
.feature__panel {
  margin: 0 0 15px 0;
  padding: 40px 0;
  border: solid 4px #19b2ff;
  background-color: #fff;
  border-radius: 20px;
}
.feature__panel__title {
  margin: -.5em 0 1em 0;
  font-size: 22px;
  text-align: center;
}
.feature__panel__grid1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature__panel__grid1 > div, .feature__panel__grid1 p {
  flex: 0 0 388px;
}
.feature__panel__grid1 p {
  margin: 0 0 0 50px;
  font-size: 16px;
}
.feature__panel__grid2 {
  display: flex;
  justify-content: center;
}
.feature__panel__grid2 > div {
  flex: 0 0 388px;
}
.feature__panel__grid2 > div + div {
  margin: 0 0 0 50px;
}
.feature__panel__grid2 p {
  margin: 1em 0 0 0;
  font-size: 16px;
}
.feature__notes {
  font-size: 12px;
}
.feature__notes + .feature__panel {
  margin-top: 30px;
}
.feature__links {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 0;
}
.feature__links li + li {
  margin-top: 30px;
}
.feature__links__detail {
  box-sizing: border-box;
  box-shadow: 3px 3px 0 0 #c9c9c9;
  position: relative;
  display: flex;
  align-items: center;
  width: 620px;
  height: 100px;
  margin: 0 auto;
  padding: 0 50px 0 26px;
  border-radius: 8px;
  background: #2939a3;
  color: #fff !important;
  text-decoration: none !important;
}
.feature__links__detail::after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  right: 25px;
  top: 50%;
  margin-top: -7px;
}
.feature__links__detail i {
  margin-right: 40px;
}
.feature__links__detail span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  text-align: left;
}
.feature__links__cost {
  display: inline-block;
}
.feature__links__cost img {
  width: 472px;
  height: auto;
}
.feature__image {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .feature {
    padding: 30px 0 35px;
  }
  .feature__anchor {
    top: -70px;
  }
  .feature__inner {
    width: auto;
    padding: 0 15px;
  }
  .feature__title {
    justify-content: flex-start;
    height: auto;
    min-height: 65px;
    margin-bottom: 15px;
    padding: 0 17px;
    background: url(/products/ecotank/special/pxm791ft/images/feature_bg_ttl-sp.png) no-repeat;
    background-size: cover;
  }
  .feature__title i img {
    width: 60px;
  }
  .feature__title span {
    margin-left: 12px;
    font-size: 5.0666666667vw;
    line-height: 1.3;
  }
  .feature__lead {
    font-size: 4vw;
  }
  .feature__panel {
    padding: 30px 0;
    border-radius: 10px;
    border: solid 3px #19b2ff;
  }
  .feature__panel__title {
    font-size: 4.2666666667vw;
  }
  .feature__panel__title--wide {
    padding: 0 1.5em;
  }
  .feature__panel__grid1 {
    display: block;
    padding: 0 15px;
  }
  .feature__panel__grid1 p {
    margin: 1em 0 0 0;
    font-size: 4vw;
  }
  .feature__panel__grid2 {
    display: block;
    padding: 0 15px;
  }
  .feature__panel__grid2 > div + div {
    margin: 20px 0 0 0;
  }
  .feature__panel__grid2 p {
    margin: 1em 0 0 0;
    font-size: 4vw;
  }
  .feature__notes {
    font-size: 2.9333333333vw;
  }
  .feature__links li + li {
    margin-top: 20px;
  }
  .feature__links__detail {
    width: 100%;
    height: auto;
    min-height: 65px;
    padding: 0 25px 0 10px;
  }
  .feature__links__detail::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #fff;
    transform: rotate(-45deg);
    right: 12px;
    top: 50%;
    margin-top: -3px;
  }
  .feature__links__detail i {
    margin-right: 10px;
  }
  .feature__links__detail i img {
    max-width: 44px !important;
    width: 44px;
  }
  .feature__links__detail span {
    font-size: 4vw;
    line-height: 1.5;
    text-align: center;
  }
}

/* lineup
================================================== */
.lineup {
  padding: 60px 0;
  border-top: solid 2px #d6dbdf;
}
.lineup__inner {
  width: 960px;
  margin: 0 auto;
}
.lineup__title {
  margin: 0 0 1em 0;
  font-size: 34px;
  text-align: center;
}
.lineup__grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.lineup__item {
  flex: 0 0 450px;
}
.lineup__item__desc {
  position: relative;
  padding: .75em;
  border: solid 2px #2939a3;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #2939a3;
}
.lineup__item__desc::after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -7px;
  content: "";
  display: block;
  width: 13px;
  height: 15px;
  background: url(/products/ecotank/special/pxm791ft/images/lineup_bg_desc.png) no-repeat;
}
.lineup__item__detail {
  width: 100%;
}
.lineup__item__detail th, .lineup__item__detail td {
  border: solid 2px #fff;
  padding: 1em .25em;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.lineup__item__detail th {
  background-color: #d5dbdf;
}
.lineup__item__detail th sup {
  display: inline-block;
  font-size: 12px;
}
.lineup__item__detail td {
  background-color: #f4f6f7;
}
.lineup__item__detail td.js-mh-item {
  height: 3em;
}
.lineup__item__detail tr.prominent th {
  background-color: #19b2ff;
  color: #fff;
}
.lineup__item__detail tr.prominent td {
  background-color: #ddf5ff;
  font-size: 18px;
  font-weight: bold;
}
.lineup__item__links {
  margin-top: 30px;
}
.lineup__item__links li + li {
  margin-top: 8px;
}
.lineup__item__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  margin: 0 auto;
  background: #333;
  border-radius: 10px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
}
.lineup__item__link::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
.lineup__item__link--detail {
  background: #2939a3;
}
.lineup__item__link--cost {
  background: #19b2ff;
}
.lineup__notes {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .lineup {
    padding: 30px 0;
  }
  .lineup__inner {
    width: auto;
    padding: 0 15px;
  }
  .lineup__title {
    font-size: 5.3333333333vw;
  }
  .lineup__grid {
    display: block;
    margin: 0 0 40px;
  }
  .lineup__grid > div + div {
    margin-top: 45px;
  }
  .lineup__item__desc {
    font-size: 4vw;
  }
  .lineup__item__detail th, .lineup__item__detail td {
    padding: 1em .5em;
    font-size: 2.9333333333vw;
  }
  .lineup__item__detail th sup {
    font-size: 2.4vw;
  }
  .lineup__item__detail td.js-mh-item {
    height: auto;
  }
  .lineup__item__detail tr.prominent td {
    font-size: 3.7333333333vw;
  }
  .lineup__item__links li + li {
    margin-top: 15px;
  }
  .lineup__item__link {
    width: 100%;
    max-width: 280px;
    font-size: 4vw;
  }
}

/* related
================================================== */
.related__inner {
  width: 960px;
  margin: 0 auto;
}
.related__title {
  margin: 0 0 1em 0;
  font-size: 26px;
  text-align: center;
}
.related__bnr {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .related {
    padding: 20px 0 0 0;
  }
  .related__inner {
    width: auto;
    padding: 0 15px;
  }
  .related__title {
    font-size: 5.3333333333vw;
  }
}

/* Utility
================================================== */
@media (min-width: 769px) {
  #contents.responsive .forsp {
    display: none !important;
  }
}
@media print {
  #contents.responsive .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  #contents.responsive .forpc {
    display: none !important;
  }
}
#contents.responsive .oro {
  transition: opacity .3s ease;
}
#contents.responsive .oro:hover {
  opacity: .7;
}
#contents.responsive img.liquid {
  width: 100%;
  height: auto;
}
#contents.responsive img.liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #contents.responsive img.liquid--sp {
    width: 100%;
    height: auto;
  }
}
