@charset "UTF-8";
/* ------------------------------------------ */
/* device_detail CSS */
/* ------------------------------------------ */
/* コンテンツ */
.modal-box .wrap {
  width: 100%;
  max-width: 700px;
  padding: 0;
  /* border-bottom-left-radius: 15px; */
  /* border-bottom-right-radius: 15px; */
}
.modal-box .device_mv {
  background-color: #e3e7ff;
  background-image: url(/img/pc/modail/device_detail/bg_mv_pc.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  padding: 50px 40px 40px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.modal-box .device_mv .mv_image {
  display: flex;
  align-items: center;
}
.modal-box .device_mv .mv_image .dev_image {
  width: 310px;
}
.modal-box .device_mv .mv_image .dev_title {
  width: 310px;
  text-align: center;
  color: #5457ed;
}
.modal-box .device_mv .mv_image .dev_title .sub-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 5px;
}
.modal-box .device_mv .mv_image .dev_title .main-title {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 15px;
}
.modal-box .device_mv .mv_image .dev_title .main-copy {
  font-size: 16px;
  line-height: 1;
}

.device_HOME02 .modal-box .device_mv .mv_image .dev_title .main-copy, .device_D1 .modal-box .device_mv .mv_image .dev_title .main-copy, .device_HOME02 .modal-box .device_mv .mv_image .dev_title .main-copy .exe {
  line-height: 1.5;
}

.modal-box .device_mv .mv_spec {
  display: flex;
  width: calc(100% + 8px);
  margin-left: -4px;
  margin-right: -4px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.modal-box .device_mv .mv_spec .spec-box {
  width: 25%;
  margin: 0 4px;
  background-color: #fff;
  padding: 15px 0px;
}
.modal-box .device_mv .mv_spec .spec-box .box-text .ttl-01 {
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  padding-bottom: 5px;
}
.modal-box .device_mv .mv_spec .spec-box .box-text .ttl-02 {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  display: block;
  line-height: 1;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 0.05em;
  text-align: center;
}
.modal-box .device_mv .mv_spec .spec-box .box-text .ttl-03 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 3px;
  letter-spacing: 0.05em;
  display: inline-flex;
}
.modal-box .device_mv .mv_spec .spec-box .box-text .ttl-03 span {
  display: inline-block;
  font-size: 10px;
  vertical-align: sub;
  transform: scale(0.8);
}
.modal-box .device_mv .mv_spec .spec-box .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-box .device_mv .mv_spec .spec-box .icon {
  width: 40%;
  text-align: center;
}
.modal-box .device_mv .mv_spec .spec-box .icon.icon_bluetooth img {
  width: 21px;
  height: 38px;
}
.modal-box .device_mv .mv_spec .spec-box .icon.icon_battery img {
  width: 48px;
  height: 26px;
}
.modal-box .device_mv .mv_spec .spec-box .icon.icon_gram img {
  width: 38px;
  height: 38px;
}
.modal-box .device_mv .mv_spec .spec-box .icon.icon_link img {
  width: 35px;
  height: 34px;
}
.modal-box .device_mv .mv_spec .spec-box .title {
  width: 47%;
  text-align: center;
}
.modal-box .device_mv .mv_spec .spec-box .title span {
  line-height: 1.1;
  letter-spacing: 0.01em;
  padding-bottom: 5px;
}
.modal-box .device_mv .mv_exe {
  position: relative;
}
.modal-box .device_mv .mv_exe:before {
  content: "※1";
  font-size: 10px;
  color: #8599ad;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-box .device_mv .mv_exe .exe_txt {
  font-size: 10px;
  color: #8599ad;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-left: 25px;
}
.modal-box .btn-close {
  font-size: 19px;
  display: table;
  margin: 35px auto 50px;
  text-decoration: underline;
  cursor: pointer;
}

/* sec-features */
/* ------------------------------------------ */
.sec-features {
  padding-top: 50px;
  background-color: #f8fafc;
}

.list-even .sec-features {
  background-color: #fff;
}

.sec-features .sec-title {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 40px;
}
.sec-features .main-features {
  width: 100%;
  /* max-width: 620px; */
  padding: 0 40px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.sec-features .main-features .ftr-box {
  display: flex;
}
.sec-features .main-features .ftr-box .c-text {
  width: 50%;
}
.sec-features .main-features .ftr-box .c-text .title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  padding-bottom: 15px;
}
.sec-features .main-features .ftr-box .c-text .text {
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 15px;
}
.sec-features .main-features .ftr-box .c-image {
  width: 50%;
}
.sec-features .main-features .ftr-box .c-image .img-box {
  padding-left: 20px;
}

#device .ftr-exe {
  display: block;
  padding-top: 20px;
}

.sec-features .ftr-exe {
  padding-top: 10px;
}

#device .ftr-exe .exe-text {
  color: #8599ad;
  display: block;
  padding-left: 20px;
  padding-bottom: 2px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  position: relative;
  font-size: 10px;
}

.footer-text .ftr-exe .exe-text {
  padding-left: 20px;
}

#device .ftr-exe .exe-text:before {
  content: "※";
  color: #8599ad;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
#device .ftr-exe .exe-text.exe01:before {
  content: "※1";
}
#device .ftr-exe .exe-text.exe02:before {
  content: "※2";
}

.sec-features .other-features .ftr-box {
  padding: 50px 0;
}
.sec-features .other-features .ftr-box .c-box {
  width: 100%;
  /* max-width: 620px; */
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
}
.sec-features .other-features .ftr-box .c-text {
  width: 50%;
  margin-top: -5px;
}
.sec-features .other-features .ftr-box .c-text .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 10px;
}
.sec-features .other-features .ftr-box .c-text .text {
  display: block;
  letter-spacing: 0.03em;
  line-height: 1.7;
  font-size: 15px;
}
.sec-features .other-features .ftr-box .c-image {
  width: 50%;
}
.sec-features .other-features .ftr-box:nth-child(2n-1) {
  background-color: #fff;
}

.list-even .sec-features .other-features .ftr-box:nth-child(2n-1) {
  background-color: #f8fafc;
}

.sec-features .other-features .ftr-box:nth-child(2n-1) .c-text {
  order: 2;
}
.sec-features .other-features .ftr-box:nth-child(2n-1) .c-image {
  order: 1;
  padding-right: 20px;
}
.sec-features .other-features .ftr-box:nth-child(2n) {
  background-color: #f5f7fa;
}

.list-even .sec-features .other-features .ftr-box:nth-child(2n) {
  background-color: #fff;
}

.sec-features .other-features .ftr-box:nth-child(2n) .c-text {
  order: 1;
}
.sec-features .other-features .ftr-box:nth-child(2n) .c-image {
  order: 2;
  padding-left: 20px;
}

/* sec-spec */
/* ------------------------------------------ */
.sec-spec {
  padding-top: 50px;
}
.sec-spec .sec-title {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 40px;
}
.sec-spec .spec-view {
  padding-bottom: 50px;
}
.sec-spec .spec-view .c-wrap {
  width: 100%;
  /* max-width: 620px; */
  margin: 0 auto;
  padding: 0 40px;
}

.spec-sign {
  background-color: #f5f7fa;
  padding: 15px 0;
}
.spec-sign .spec-list-box {
  display: flex;
}
.spec-sign .spec-list-box .spec-list {
  width: 16.66666%;
  width: calc(100% / 6);
}
.spec-sign .spec-list-box .spec-list .sp-box {
  border-right: 1px solid #e3e3e3;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.spec-sign .spec-list-box .spec-list:last-child .sp-box {
  border-right: none;
}
.spec-sign .spec-list-box .spec-list .sp-box .sp-icon {
  text-align: center;
  height: 45px;
  width: 100%;
  position: relative;
}
.spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-lan img {
  width: 38px;
  height: 38px;
}
.spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-wifi img {
  width: 34px;
  height: 27px;
}
.spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-stopwatch img {
  width: 37px;
  height: 37px;
}
.spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-stopwatch_plus img {
  width: 36px;
  height: 36px;
}
.spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-antenna img {
  width: 28px;
  height: 39px;
}
.spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-4g img {
  width: 34px;
  height: 40px;
}
.spec-sign .spec-list-box .spec-list .sp-box .box-text {
  width: 100%;
}
.spec-sign .spec-list-box .spec-list .sp-box .sp-title {
  width: 100%;
  height: 46px;
  text-align: center;
  position: relative;
  margin-bottom: 8px;
}
.spec-sign .spec-list-box .spec-list .sp-box .sp-title .text {
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spec-sign .spec-list-box .spec-list .sp-box .sp-ok {
  width: 100%;
  text-align: center;
  height: 22px;
}
.spec-sign .spec-list-box .spec-list .sp-box .sp-ok .text {
  font-size: 20px;
  font-weight: bold;
  color: #f8b413;
  line-height: 22px;
}
.spec-sign .spec-list-box .spec-list .sp-box .sp-ok .text img {
  width: 20px;
  height: 20px;
}

/* spec-list */
/* ------------------------------------------ */
.spec-list .c-wrap {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
.spec-list .c-wrap .ftr-exe .exe-text {
  color: #8599ad;
  display: block;
  padding-left: 30px !important;
  padding-bottom: 2px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  position: relative;
  font-size: 15px;
}
.spec-list .spec-info-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-bottom: none;
}
.spec-list .spec-info-wrap dl {
  width: 50%;
  display: flex;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.spec-list .spec-info-wrap dl dt {
  width: 135px;
  background-color: #dae0e6;
  display: flex;
  align-items: center;
}
.spec-list .spec-info-wrap dl dt .item {
  font-size: 15px;
  padding: 20px 10px 20px 13px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  width: 100%;
  word-break: break-all;
}
.spec-list .spec-info-wrap dl dd {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
}
.spec-list .spec-info-wrap dl dd .text {
  font-size: 14px;
  padding: 20px 15px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  width: 100%;
  word-break: break-all;
}

.exe {
  display: inline-block;
  font-size: 11px;
  vertical-align: text-top;
  transform: scale(0.9);
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: bold;
  margin-top: 2px;
}

@media (max-width: 519px) {
  .exe {
    display: inline-block;
    font-size: 15px !important;
    vertical-align: text-top;
    transform: scale(0.9);
    letter-spacing: 0.01em;
    line-height: 1;
    font-weight: bold;
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .modal-box .wrap {
    width: 100%;
    max-width: 700px;
  }
  .modal-box .device_mv {
    background-image: url(/img/pc/modail/device_detail/bg_mv_sp.png);
    padding: 40px 15px;
    background-size: contain;
  }
  .modal-box .device_mv .mv_image {
    display: block;
    text-align: center;
  }
  .modal-box .device_mv .mv_image .dev_image {
    width: 100%;
  }
  .device_L02 .modal-box .device_mv .mv_image .dev_image img {
    width: 80%;
    height: auto;
  }

  .device_HOME02 .modal-box .device_mv .mv_image .dev_image img {
    width: 70%;
    height: auto;
  }

  .modal-box .device_mv .mv_image .dev_title {
    width: 100%;
  }
  .modal-box .device_mv .mv_image .dev_title .sub-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 5px;
  }
  .modal-box .device_mv .mv_image .dev_title .main-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 15px;
  }
  .modal-box .device_mv .mv_image .dev_title .main-copy {
    font-size: 16px;
    line-height: 1.3;
  }
  .modal-box .device_mv .mv_spec {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .modal-box .device_mv .mv_spec .spec-box {
    padding: 5px;
    position: relative;
  }
  .modal-box .device_mv .mv_spec .spec-box .box-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modal-box .device_mv .mv_spec .spec-box .box-text .ttl-01 {
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    padding-bottom: 5px;
  }
  .modal-box .device_mv .mv_spec .spec-box .box-text .ttl-02 {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    display: block;
    line-height: 1;
    align-items: flex-end;
    justify-content: center;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .modal-box .device_mv .mv_spec .spec-box .box-text .ttl-03 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 3px;
    letter-spacing: 0.05em;
    display: inline-flex;
  }
  .modal-box .device_mv .mv_spec .spec-box .box-text .ttl-03 span {
    font-size: 15px;
  }
  .modal-box .device_mv .mv_spec .spec-box .box-icon {
    display: block;
  }
  .modal-box .device_mv .mv_spec .spec-box .icon {
    width: 100%;
    text-align: center;
    height: 70px;
    position: relative;
  }
  .modal-box .device_mv .mv_spec .spec-box .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modal-box .device_mv .mv_spec .spec-box .icon.icon_bluetooth img {
    width: 33px;
    height: 62px;
  }
  .modal-box .device_mv .mv_spec .spec-box .icon.icon_battery img {
    width: 62px;
    height: 33px;
  }
  .modal-box .device_mv .mv_spec .spec-box .icon.icon_gram img {
    width: 38px;
    height: 38px;
  }
  .modal-box .device_mv .mv_spec .spec-box .icon.icon_link img {
    width: 46px;
    height: 43px;
  }
  .modal-box .device_mv .mv_spec .spec-box .title {
    width: 100%;
    text-align: center;
  }
  .modal-box .device_mv .mv_spec .spec-box .title span {
    line-height: 1.1;
    letter-spacing: 0.01em;
    padding-bottom: 5px;
  }
  .modal-box .device_mv .mv_exe {
    position: relative;
  }
  .modal-box .device_mv .mv_exe:before {
    content: "※1";
    font-size: 16px;
    /* color: #8599ad; */
    letter-spacing: 0.1em;
    line-height: 1.8;
    position: absolute;
    left: 0;
    top: -4px;
  }
  .modal-box .device_mv .mv_exe .exe_txt {
    font-size: 15px;
    color: #8599ad;
    letter-spacing: 0.03em;
    line-height: 1.5;
    padding-left: 38px;
  }
  .modal-box .btn-close {
    font-size: 19px;
    display: block;
    margin: 0;
    padding: 35px 0 50px;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    background-color: #f5f7fa;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .list-even .modal-box .btn-close {
    background-color: #f8fafc;
  }

  /* sec-features */
  /* ------------------------------------------ */
  .sec-features {
    padding-top: 50px;
    background-color: #fff;
  }

  .list-even .sec-features {
    background-color: #f8fafc;
  }

  .sec-features .sec-title {
    display: none;
  }
  .sec-features .main-features {
    padding: 0 15px;
    padding-bottom: 50px;
  }
  .sec-features .main-features .ftr-box {
    display: block;
  }
  .sec-features .main-features .ftr-box .c-text {
    width: 100%;
    padding-bottom: 20px;
  }
  .sec-features .main-features .ftr-box .c-text .title {
    font-size: 28px;
    line-height: 1.6;
    font-weight: bold;
    padding-bottom: 15px;
  }
  .sec-features .main-features .ftr-box .c-text .text {
    display: block;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-size: 20px;
  }
  .sec-features .main-features .ftr-box .c-image {
    width: 100%;
    padding-bottom: 20px;
  }
  .sec-features .main-features .ftr-box .c-image .img-box {
    padding-left: 0;
  }

  #device .ftr-exe {
    display: block;
    padding-top: 30px;
  }

  .sec-features .ftr-exe {
    padding-top: 10px;
  }

  #device .ftr-exe .exe-text {
    color: #8599ad;
    display: block;
    padding-left: 20px;
    padding-bottom: 2px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    position: relative;
    font-size: 15px;
  }
  #device .ftr-exe .exe-text.exe-num {
    color: #8599ad;
    display: block;
    padding-left: 30px;
    padding-bottom: 2px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    position: relative;
    font-size: 15px;
  }

  .footer-text .ftr-exe .exe-text {
    padding-left: 35px;
  }

  #device .ftr-exe .exe-text:before {
    content: "※";
    color: #8599ad;
    letter-spacing: 0.03em;
    line-height: 1.5;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #device .ftr-exe .exe-text.exe01:before {
    content: "※1";
  }
  #device .ftr-exe .exe-text.exe02:before {
    content: "※2";
  }

  .sec-features .other-features .ftr-box {
    padding: 50px 0;
  }
  .sec-features .other-features .ftr-box .c-box {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
  }
  .sec-features .other-features .ftr-box .c-text {
    width: 100%;
    margin-top: 0;
  }
  .sec-features .other-features .ftr-box .c-text .title {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .sec-features .other-features .ftr-box .c-text .text {
    display: block;
    letter-spacing: 0.03em;
    line-height: 1.7;
    font-size: 20px;
    padding-bottom: 20px;
  }
  .sec-features .other-features .ftr-box .c-image {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
  }
  .sec-features .other-features .ftr-box:nth-child(2n-1) {
    background-color: #f5f7fa;
  }

  .list-even .sec-features .other-features .ftr-box:nth-child(2n-1) {
    background-color: #fff;
  }

  .sec-features .other-features .ftr-box:nth-child(2n-1) .c-text {
    order: 2;
  }
  .sec-features .other-features .ftr-box:nth-child(2n-1) .c-image {
    order: 1;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .sec-features .other-features .ftr-box:nth-child(2n) {
    background-color: #fff;
    background-color: #fff;
  }

  .list-even .sec-features .other-features .ftr-box:nth-child(2n) {
    background-color: #f8fafc;
  }

  .sec-features .other-features .ftr-box:nth-child(2n) .c-text {
    order: 1;
  }
  .sec-features .other-features .ftr-box:nth-child(2n) .c-image {
    order: 2;
    padding-left: 0;
    padding-bottom: 20px;
  }

  /* sec-spec */
  /* ------------------------------------------ */
  .sec-spec {
    padding-top: 50px;
    background-color: #f5f7fa;
  }

  .list-even .sec-spec {
    background-color: #f8fafc;
  }

  .sec-spec .sec-title {
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    padding-bottom: 40px;
  }
  .sec-spec .spec-view {
    padding-bottom: 50px;
  }
  .sec-spec .spec-view .c-wrap {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .spec-sign {
    background-color: #f5f7fa;
    padding: 0;
  }

  .list-even .spec-sign {
    background-color: #f8fafc;
  }

  .spec-sign .spec-list-box {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  .spec-sign .spec-list-box .spec-list {
    width: 16.66666%;
    width: -webkit-calc(100% / 6);
    width: 50%;
    padding: 5px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box {
    border-right: none;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 20px 0;
  }
  .spec-sign .spec-list-box .spec-list:last-child .sp-box {
    border-right: none;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon {
    text-align: center;
    height: auto;
    width: 40%;
    position: inherit;
    padding-left: 10px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-lan img {
    width: 71px;
    height: 71px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-wifi img {
    width: 73px;
    height: 59px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-stopwatch img {
    width: 77px;
    height: 77px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-stopwatch_plus img {
    width: 76px;
    height: 76px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-antenna img {
    width: 58px;
    height: 79px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-4g img {
    width: 69px;
    height: 82px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .box-text {
    width: 60%;
    padding: 0 10px 0 0;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-title {
    width: 100%;
    height: auto;
    text-align: center;
    position: inherit;
    margin-bottom: 8px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-title .text {
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-ok {
    width: 100%;
    text-align: center;
    height: auto;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-ok .text {
    font-size: 30px;
    font-weight: bold;
    color: #f8b413;
    line-height: inherit;
    line-height: 1.1;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-ok .text img {
    width: 20px;
    height: 20px;
  }

  /* spec-list */
  /* ------------------------------------------ */
  .spec-list .c-wrap {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 519px) {
  .sp-only-bg-blue {
    background-color: #e9edfd !important;
  }

  .modal-box .device_mv .mv_spec {
    padding-top: 30px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .modal-box .device_mv .mv_spec .spec-box {
    position: relative;
    width: 45%;
    padding: 0;
    margin: 5px;
  }
  .modal-box .device_mv .mv_spec .spec-box .box-icon {
    display: block;
    padding: 3%;
  }
  .modal-box .device_mv .mv_spec .spec-box .icon {
    width: 100%;
    text-align: center;
    height: 70px;
    position: relative;
  }
  .modal-box .device_mv .mv_spec .spec-box .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modal-box .device_mv .mv_spec .spec-box .icon.icon_bluetooth img {
    width: 33px;
    height: 62px;
  }
  .modal-box .device_mv .mv_spec .spec-box .icon.icon_battery img {
    width: 62px;
    height: 33px;
  }
  .modal-box .device_mv .mv_spec .spec-box .icon.icon_gram img {
    width: 38px;
    height: 38px;
  }
  .modal-box .device_mv .mv_spec .spec-box .icon.icon_link img {
    width: 46px;
    height: 43px;
  }
  .modal-box .device_mv .mv_spec .spec-box .title {
    width: 100%;
    text-align: center;
  }
  .modal-box .device_mv .mv_spec .spec-box .title span {
    line-height: 1.1;
    letter-spacing: 0.01em;
    padding-bottom: 5px;
  }

  .spec-sign .spec-list-box .spec-list {
    width: 16.66666%;
    width: -webkit-calc(100% / 6);
    width: 50%;
    padding: 5px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box {
    border-right: none;
    height: 100%;
    display: block;
    flex-wrap: inherit;
    justify-content: inherit;
    align-items: center;
    background-color: #fff;
    padding: 15px 0;
  }
  .spec-sign .spec-list-box .spec-list:last-child .sp-box {
    border-right: none;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon {
    text-align: center;
    height: auto;
    width: 100%;
    position: inherit;
    padding-left: 0;
    padding-bottom: 0;
    height: 90px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-lan img {
    width: 71px;
    height: 71px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-wifi img {
    width: 73px;
    height: 59px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-stopwatch img {
    width: 77px;
    height: 77px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-stopwatch_plus img {
    width: 76px;
    height: 76px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-antenna img {
    width: 58px;
    height: 79px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-icon .icon.icon-4g img {
    width: 69px;
    height: 82px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .box-text {
    width: 100%;
    padding: 0;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-title {
    width: 100%;
    height: 60px;
    text-align: center;
    position: inherit;
    margin-bottom: 3px;
    position: relative;
  }
  .spec-sign .spec-list-box .spec-list:nth-child(1) .sp-box .sp-title, .spec-sign .spec-list-box .spec-list:nth-child(2) .sp-box .sp-title {
    height: 30px;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-title .text {
    width: 100%;
    /* height: 60px; */
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    /* position: inherit; */
    /* top: inherit; */
    /* left: inherit; */
    /* -webkit-transform: inherit; */
    /* transform: inherit; */
    position: absolute;
    top: 50%;
    /* Safari用 */
    transform: translateY(-50%);
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-ok {
    width: 100%;
    text-align: center;
    height: auto;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-ok .text {
    font-size: 30px;
    font-weight: bold;
    color: #f8b413;
    line-height: inherit;
    line-height: 1.1;
  }
  .spec-sign .spec-list-box .spec-list .sp-box .sp-ok .text img {
    width: 20px;
    height: 20px;
  }

  .spec-list .c-wrap {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .spec-list .spec-info-wrap {
    display: block;
    flex-wrap: wrap;
    border: none;
    border-bottom: none;
    border-top: 1px solid #e3e3e3;
  }
  .spec-list .spec-info-wrap dl {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    border-right: 0;
  }
  .spec-list .spec-info-wrap dl dt {
    width: 30%;
    background-color: inherit;
    display: flex;
    align-items: flex-start;
  }
  .spec-list .spec-info-wrap dl dt .item {
    font-size: 15px;
    padding: 15px 5px 5px 0px;
    line-height: 1.3;
    letter-spacing: 0.03em;
    width: 100%;
    word-break: break-all;
    /* font-weight: bold; */
  }
  .spec-list .spec-info-wrap dl dd {
    display: flex;
    align-items: flex-start;
    width: 70%;
    flex: 1;
  }
  .spec-list .spec-info-wrap dl dd .text {
    font-size: 15px;
    padding: 15px 0px 5px 5px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    width: 100%;
    word-break: break-all;
    text-align: right;
  }
  .spec-list .spec-info-wrap dl dd .text .exe {
    display: inline-block;
    font-size: 11px;
    vertical-align: text-top;
    transform: scale(0.9);
    letter-spacing: 0.01em;
    line-height: 1;
    font-weight: bold;
  }
}
