.spec-image-flex {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.spec-image-flex img {
  width: 32%;
  margin-bottom: 20px;
}
div.contents-box-device {
  background: var(--fuji-po-gray-2);
  max-width: 960px;
  padding: 35px 100px;
  border-radius: 5px;
  margin: 40px auto 0;
  text-align: center;
}
.device-name {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.contents-box-device-text {
  margin-top: 30px;
  text-align: left;
  line-height: 2;
  font-weight: bold;
}
.device-text-caution {
  font-weight: normal;
  margin-top: 15px;
}
.device-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 79%;
  margin: 0 auto;
}
.img-router {
  width: 47.5%;
}
.device-flex > div {
  width: 46%;
}
.device-flex > div img {
  width: 100%;
}
.fuji-default-button.device {
  width: 310px;
  text-align: center;
  margin-top: 45px;
}

@media screen and (min-width: 768px){
  .device-band {
    padding-left: 4em;
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  div.contents-box-device {
    background: var(--fuji-po-gray-2);
    max-width: 960px;
    padding: 35px 80px;
    border-radius: 5px;
    margin: 40px auto 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px){
  div.inner img {
    image-rendering: -webkit-optimize-contrast;
  }
  .main-phrase-emphasis {
    font-size: 3.2rem;
  }
  .device-name {
    line-height: 1.5;
  }
  div.contents-box-device {
    margin: 30px auto 0;
    padding: 25px;
  }
  .img-router {
    width: 65%;
  }
  .spec-image-flex {
    margin-top: 30px;
  }
  .spec-image-flex img {
    width: 48%;
    margin-bottom: 15px;
  }
  .fuji-default-button.device {
    margin-top: 35px;
    width: 80%;
  }
  .device-flex {
    width: 97%;
  }
  .device-band {
    word-break: break-all;
  }
}

h1.main-title span.main-phrase-emphasis,
h1 span.main-phrase-emphasis,
h2 span.main-phrase-emphasis {
  display: block;
  font-size: 2.8rem;
  color: var(--fuji-po-yellow);
  margin-bottom: 15px;
}

.main-phrase h1 {
  text-align: center;
  font-size: 5rem;
  position: relative;
  letter-spacing: 3px;
  width: fit-content;
  margin: 0 auto;
  color: var(--fuji-po-blue-1);
}

@media screen and (max-width:767px) {
  .main-phrase h1 {
    font-size: 2.7rem;
    letter-spacing: 1px;
    line-height: 1.2;
  }
  h1.main-title span.main-phrase-emphasis,
  h1 span.main-phrase-emphasis,
  h2 span.main-phrase-emphasis {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .main-phrase h1 {
    font-size: 4.2rem;
    line-height: 1.2;
  }
  h1.main-title span.main-phrase-emphasis,
  h1 span.main-phrase-emphasis,
  h2 span.main-phrase-emphasis {
    font-size: 2.5rem;
    margin-bottom: 13px;
  }
}

.sub-phrase h2,
.contents-box-device h2{
  font-size: 2.9rem;
  line-height: 1.3;
  margin: 0;
  letter-spacing: unset;
  width: unset;
  color: #505050;
}
