@charset "utf-8";
#contents h1 {
  text-align: center;
  margin: 60px 0 30px;
}
#contents h1 .en {
  font-size: 14px;
  font-weight: 600;
  color: #139D8D;
  letter-spacing: 0.165em;
  display: block;
}
#contents h1 .jp {
  font-size: 36px;
  font-weight: 700;
  display: block;
}
#contents .comment {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  margin: 0 0 35px;
}
#contents .comment .highlight {
  font-weight: 700;
  color: #139D8D;
}
@media screen and (max-width: 767px) {
  #contents h1 {
    margin: 30px 0 20px;
  }
  #contents h1 .en {
    font-size: 12px;
  }
  #contents h1 .jp {
    font-size: 30px;
  }
  #contents .comment {
    font-size: 14px;
    margin: 0 0 25px;
  }
}
/*---------------------- estimateInner ----------------------*/
#contents .estimateInner {
  background-color: #FFF;
  max-width: 1044px;
  margin: 0 auto 35px;
  border-radius: 10px;
  padding: 50px 55px 70px;
  box-sizing: border-box;
}
#contents .estimateInner .smartphone {
  border-bottom: 1px solid #DEDEDE;
  padding: 0 0 40px;
  margin: 0 0 45px;
}
#contents .estimateInner h2 {
  font-size: 26px;
  font-weight: 700;
  border-left: 4px solid #139D8D;
  line-height: 35px;
  padding-left: 5px;
  margin: 0 0 25px;
}
#contents .estimateInner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#contents .estimateInner li {
  list-style: none;
}
#contents .estimateInner li a {
  position: relative;
  display: block;
  padding: calc(202 / 288 * 100%) 0 0;
  border-radius: 10px;
  overflow: hidden;
}
#contents .estimateInner .smartphone li a {
  color: #FFF;
  text-align: center;
}
#contents .estimateInner .others li a {
  border: 1px solid #DEDEDE;
}
#contents .estimateInner .smartphone li a .photo {
  position: absolute;
  top: 0;
  left: 0;
}
#contents .estimateInner .others li.tablet a .photo, #contents .estimateInner .others li.satellitephone a .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#contents .estimateInner .others li.wifi a .photo {
  position: absolute;
  left: 0;
  bottom: 0;
}
#contents .estimateInner .smartphone li a .photo::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #586264;
  mix-blend-mode: multiply;
  transition: all 0.3s;
  border-radius: 10px;
}
#contents .estimateInner li a .photo img {
  display: block;
}
#contents .estimateInner .smartphone li a .photo img {
  width: 100%;
}
#contents .estimateInner .others li.tablet a .photo img, #contents .estimateInner .others li.satellitephone a .photo img {
  height: 100%;
}
#contents .estimateInner .others li.wifi a .photo img {
  width: 100%;
}
#contents .estimateInner .smartphone li a .icon {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}
#contents .estimateInner .smartphone li a .en {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.095em;
}
#contents .estimateInner .others li a .en {
  position: absolute;
  top: 25px;
  left: 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.095em;
  color: #139D8D;
}
#contents .estimateInner .smartphone li a .jp {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  font-size: 19px;
  font-weight: 700;
}
#contents .estimateInner .others li a .jp {
  position: absolute;
  top: 45px;
  left: 30px;
  font-size: 17px;
  font-weight: 700;
  color: #333333;
}
@media screen and (min-width: 768px) {
  #contents .estimateInner li {
    width: 288px;
  }
  #contents .estimateInner .smartphone li a:hover .photo::after {
    background-color: rgba(40, 110, 100, 0.55);
  }
  #contents .estimateInner li a .photo img {
    transition: all 0.3s;
  }
  #contents .estimateInner .smartphone li a:hover .photo img {
    transform: scale(1.15);
  }
  #contents .estimateInner .others li a {
    transition: all 0.3s;
  }
  #contents .estimateInner .others li a:hover {
    background-color: #F8F8F8;
    border: 1px solid #F8F8F8;
  }
  #contents .estimateInner .others li a:hover .photo img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  #contents .estimateInner {
    border-radius: 0;
    padding: 25px 6% 10px;
    margin: 0 0 15px;
  }
  #contents .estimateInner .smartphone {
    padding: 0 0 10px;
    margin: 0 0 25px;
  }
  #contents .estimateInner h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  #contents .estimateInner ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #contents .estimateInner ul li {
    width: 47%;
    margin: 0 0 6%;
  }
  #contents .estimateInner .smartphone li a .icon {
    top: 15px;
  }
  #contents .estimateInner .smartphone li a .icon img {
    width: 30px;
    height: auto;
  }
  #contents .estimateInner .smartphone li a .en {
    top: calc(50% + 2px);
  }
  #contents .estimateInner .others li a .en {
    top: calc(50% - 45px);
    left: 10px;
    font-size: 10px;
  }
  #contents .estimateInner .smartphone li a .jp {
    position: absolute;
    top: calc(50% + 20px);
    font-size: 13px;
  }
  #contents .estimateInner .others li a .jp {
    top: calc(50% - 30px);
    left: 10px;
    font-size: 12px;
  }
}