@charset "UTF-8";

:root{
  --maincolor:#EF7625;
}
.navitopicpath_inner_ {
  margin-bottom: 0;
}
.wifi6E{
  width: 1000px;
  margin: 0 auto;
  color: #193946;
  line-height: 1.5;
}
.wifi6E .section{
  margin-top: 70px;
}
.wifi6E .section h2{
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: var(--maincolor);
  padding: 12px;
  margin: 0 0 20px;
}
.wifi6E .section-table table{
  width: 100%;
  table-layout: fixed;
}
.wifi6E .section-table tr:first-child th{
  background: #F0F0F0;
}
.wifi6E .section-table tr:first-child th:last-child{
  font-weight: bold;
  color: #EF2222;
  background: #FCE7A6;
}
.wifi6E .section-table tr:first-child th img{
  margin-left: 8px;
  position: relative;
  top: -1px;
  mix-blend-mode: darken;
}
.wifi6E .section-table th,.section-table td{
  font-size: 18px;
  text-align: center;
  border: 1px solid #193946;
  padding: 10px;
}
.wifi6E .section-table td sup{
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  top: -6px;
}
.wifi6E .section .notes{
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}
.wifi6E .section .strong-text{
  font-size: 24px;
  font-weight: bold;
  color: var(--maincolor);
  background:linear-gradient(transparent 70%, #FCE7A6 70%);
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
}
.wifi6E .section .strong-text span{
  font-size: 30px;
  font-style: italic;
  color: #EF2222;
}
.wifi6E .section-merit{
  width: 470px;
  border: 5px solid var(--maincolor);
  border-radius: 10px;
  padding: 40px 30px 30px;
  margin: 70px auto 0;
  position: relative;
}
.wifi6E .section-merit h3{
  font-size: 26px;
  font-weight: bold;
  color: var(--maincolor);
  text-align: center;
  line-height: 1;
  min-width: 220px;
  width: fit-content;
  margin: 0 auto 10px;
  background:linear-gradient(transparent 60%, #FCE7A6 60%);
}
.wifi6E .section-merit .merit01,.wifi6E .section-merit .merit02,.wifi6E .section-merit .merit03{
  font-size: 44px;
  font-weight: bold;
  color: var(--maincolor);
  font-style: italic;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 10px;
  line-height: 1;
}
.wifi6E .section-merit .merit-title{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.wifi6E .section-merit p{
  font-size: 16px;
}
.wifi6E .flexbox{
  display: flex;
  justify-content: space-between;
}
.wifi6E .flexbox .section-merit{
  margin: 60px 0 0;
}
.wifi6E .section03-table{
  margin-top: 15px;
}
.wifi6E .section03-table table{
  width: 100%;
}
.wifi6E .section03-table tr:first-child th{
  background: #F0F0F0;
}
.wifi6E .section03-table tr:first-child th span{
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.wifi6E .section03-table tr:last-child th{
  vertical-align: top;
  font-weight: 500;
}
.wifi6E .section03-table tr:last-child th span{
  display: block;
  padding: 18px 0;
}
.wifi6E .section03-table tr:last-child th span:first-child{
  margin-top: 16px;
}
.wifi6E .section03-table th{
  font-size: 18px;
  font-weight: bold;
  background: #FFF;
  border: 1px solid #193946;
  padding: 10px;
  text-align: center;
  line-height: 1.2;
}
.wifi6E .section03-table td{
  background: #FFF;
  border: 1px solid #193946;
  padding: 25px 10px;
  text-align: center;
  vertical-align: top;
}
.wifi6E .section03-table td:first-of-type{
  padding-top: 33px;
}
.wifi6E .section-img{
  margin-top: 60px;
  text-align: center;
}
.wifi6E .section05 h3{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: var(--maincolor);
  border: 2px solid var(--maincolor);
  padding: 5px;
  margin: 40px 0 10px;
}
.wifi6E .section05 > p a{
  text-decoration: underline;
}
.wifi6E .section05 > p a:hover{
  text-decoration: none;
}
.wifi6E .section05 p + h3{
  margin-top: 20px;
}
.wifi6E .section .border{
  font-size: 24px;
  color: var(--maincolor);
  text-align: center;
  font-weight: bold;
  border: 2px solid var(--maincolor);
  margin: 50px 0 20px;
  padding: 5px 10px 10px;
}
.wifi6E .section .border span{
  display: inline-block;
  background:linear-gradient(transparent 70%, #FCE7A6 70%);
}
.ap-list{
  background: #FFFAF7;
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
}
.ap-list li{
  width: calc(100% / 3);
  padding: 20px 38px 10px;
  position: relative;
}
.ap-list li .ap-title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.ap-list li.ap-list02::before,.ap-list li.ap-list03::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--maincolor), var(--maincolor) 2px, transparent 2px, transparent 4px);
  background-size: 2px 6px;
  background-repeat: repeat-y;
}
.ap-list li .ap-band{
  font-size: 16px;
  padding: 10px 16px;
  margin-top: 20px;
}
.ap-list li .ap-band01{
  background-color: #FDE6DA;
}
.ap-list li .ap-band02{
  background-color: #FFBA93;
}
.ap-list li .ap-band02-5{
  background-color: #FC9957;
}
.ap-list li .ap-band03{
  background-color: #EF7222;
}
.ap-list li .ap-band p{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.ap-list li .ap-img{
  text-align: center;
  margin-top: 15px;
}
.ap-list li .ap-img img{
  mix-blend-mode: darken;
}
.ap-list li a{
  text-decoration: none;
}
.ap-list li a:hover{
  text-decoration: underline;
}
.inquiry {
  margin: 80px 0;
}
.inquiry__text, .inquiry__text--space {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.inquiry__text--space {
  margin-bottom: 30px;
}
.inquiry__emphasis {
  font-size: 18px;
  font-weight: bold;
}
.inquiry__buttonBox {
  text-align: center;
}
a.inquiry__button {
  display: inline-block;
  position: relative;
  width: 746px;
  height: 140px;
  color: #1b3fad;
  text-align: center;
  text-decoration: none;
  background-color: #fff500;
  border: 3px solid #01438e;
  border-radius: 12px;
  transition: 0.25s ease 0s;
  padding: 22px 84px 22px 214px;
  box-sizing: border-box;
}
a.inquiry__button:hover {
  opacity: 0.7;
}
a.inquiry__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 28px;
  height: 53px;
  background-image: url(/img/usr/freepage/panduit_tool_list/icon_arrow_blue_big.png);
  background-size: 28px auto;
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: -26.5px;
}
a.inquiry__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 172px;
  height: 174px;
  background-image: url(/img/usr/freepage/panduit_tool_list/icon_consultation.png);
  background-size: 172px auto;
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: -87px;
}
.inquiry__buttonTitle {
  display: inline-block;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 38px;
  padding-left: 64px;
  margin-bottom: 10px;
}
.inquiry__buttonTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 42px;
  height: 30px;
  background-image: url(/img/usr/freepage/panduit_tool_list/icon_mail_blue.png);
  background-size: 42px auto;
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: -15px;
}
.inquiry__buttonText {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.fs18{
  font-size: 18px;
}
.fs20{
  font-size: 20px;
}
.fs22{
  font-size: 22px;
}
.fs24{
  font-size: 24px;
}
.fs26{
  font-size: 26px;
}
.bold{
  font-weight: bold;
}
.center{
  text-align: center;
}
.orange{
  color: var(--maincolor);
}
@media (min-width:769px){
  .sp{
    display: none !important;
  }
}

@media (max-width:768px){
  .pc{
    display: none !important;
  }
  .sp{
    display: block !important;
  }
  .wifi6E{
    width: 100%;
    max-width: 768px;
  }
  .navitopicpath_ {
    margin-bottom: 0;
  }
  .wifi6E .section {
    margin-top: 50px;
  }
  .wifi6E .section h2 {
    font-size: 18px;
    padding: 16px;
  }
  .wifi6E .section-table{
    padding: 0 15px;
    overflow-x: auto;
  }
  .wifi6E .section-table table{
    width: auto;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .wifi6E .section-table tr:first-child th {
    min-width: 120px;
  }
  .wifi6E .section-table th, .section-table td {
    font-size: 12px;
  }
  .wifi6E .section-table td sup{
    font-size: 11px;
  }
  .wifi6E .section .notes {
    font-size: 11px;
    text-align: left;
    padding: 0 15px;
  }
  .wifi6E .section .strong-text.pc {
    display: none;
  }
  .wifi6E .section .strong-text {
    font-size: 18px;
    font-weight: bold;
    color: var(--maincolor);
    background: none;
  }
  .wifi6E .section .strong-text span{
    font-size: 18px;
    font-style: normal;
    color: var(--maincolor);
    display: block;
    background: linear-gradient(transparent 60%, #FCE7A6 60%);
    width: fit-content;
    margin: 0 auto;
    line-height: 1;
    margin-top: 15px;
  }
  .wifi6E .section .strong-text span.equal{
    font-size: 25px;
    transform: rotate(90deg);
    background: none;
    margin-top: 0;
  }
  .wifi6E .section .strong-text span.is-red{
    font-size: 24px;
    font-style: italic;
    color: #EF2222;
    margin-top: 0;
  }
  .wifi6E .section-merit {
    width: calc(100% - 88px);
    border: 4px solid var(--maincolor);
    border-radius: 10px;
    padding: 30px 25px 25px;
    margin: 50px auto 0;
    position: relative;
  }
  .wifi6E .section-merit .merit01, .wifi6E .section-merit .merit02, .wifi6E .section-merit .merit03 {
    font-size: 35px;
    top: -20px;
  }
  .wifi6E .section-merit h3 {
    font-size: 17px;
    min-width: 130px;
}
.wifi6E .section-merit .merit-title {
  font-size: 14px;
  margin-bottom: 15px;
}
.wifi6E .section-merit p {
  font-size: 12px;
}
.wifi6E .flexbox {
  display: block;
}
.wifi6E .flexbox .section-merit {
  margin: 50px auto 0;
}
.fs13-sp{
  font-size: 13px;
}
.fs16-sp{
  font-size: 16px;
}
.section03 p{
  padding: 0 15px;
}
.wifi6E .section03-table{
  padding: 0 15px;
  overflow-x: auto;
}
.wifi6E .section03-table table{
  width: max-content;
  border-collapse: collapse;
  white-space: nowrap;
}
.wifi6E .section03-table th,.wifi6E .section03-table td {
  font-size: 12px;
  padding: 15px 10px;
}
.wifi6E .section03-table tr:first-child th{
  padding: 10px;
}
.wifi6E .section03-table td img {
  max-width: fit-content;
}
.wifi6E .section03-table td:first-of-type img {
  width: 15px;
  height: auto;
}
.wifi6E .section03-table td:nth-of-type(2) img {
  width: 190px;
  height: auto;
}
.wifi6E .section03-table td:nth-of-type(3) img {
  width: 280px;
  height: auto;
}
.wifi6E .section03-table td:first-of-type {
  padding-top: 22px;
}
.wifi6E .section03-table tr:first-child th span {
  font-size: 10px;
}
.wifi6E .section03-table tr:last-child th span:first-child {
  margin-top: 0px;
}
.wifi6E .section03-table tr:last-child th span {
  display: block;
  padding: 15px 0;
}
.wifi6E .section-img {
  margin-top: 50px;
  padding: 0 15px;
}
.section04 p + p{
  margin-top: 10px;
}
.wifi6E .section .border {
  font-size: 17px;
  margin: 50px 15px 20px;
  padding: 5px 10px 10px;
}
.wifi6E .section .border span {
  display: inline;
  background: linear-gradient(transparent 70%, #FCE7A6 70%);
  line-height: 1.7;
}
.wifi6E .section .border + p {
  padding: 0 15px;
}
.wifi6E .section05 h3 {
  font-size: 20px;
  padding: 5px;
  margin: 25px 15px 10px;
}
.wifi6E .section05 > p {
  margin:0 15px;
}
.wifi6E .section05 > p a{
  color: #193946;
}
.ap-list {
  background: #FFFAF7;
  padding: 20px 0;
  display: block;
  margin: 0 15px;
}
.ap-list li {
  width: auto;
  padding: 20px;
}
.ap-list li .ap-title {
  font-size: 18px;
}
.ap-list li .ap-title a{
  font-size: 18px;
  color: #193946;
}
.ap-list li .ap-band {
  font-size: 13px;
  padding: 10px 32px;
  margin: 20px auto 0;
  width: fit-content;
}
.ap-list li .ap-band p {
  font-size: 13px;
}
.ap-list.--01 li .ap-img img {
  width: 80%;
  margin: 0 auto;
}
.ap-list.--02 li .ap-img img {
  width: 60%;
  margin: 0 auto;
}
.ap-list.--03 li .ap-img img {
  width: 60%;
  margin: 0 auto;
}
.ap-list li.ap-list02::before, .ap-list li.ap-list03::before {
  width: calc(100% - 40px);
  left: 20px;
  height: 2px;
  background-image: linear-gradient(to right, var(--maincolor), var(--maincolor) 2px, transparent 2px, transparent 4px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.ap-list li:first-child::before{
  display: none;
}
.mv_txt p{
  padding: 0 15px;
}
.banner_wrapper {
  margin: 0 15px;
}
.inquiry {
  margin: 50px 15px 0;
}
.inquiry__text, .inquiry__text--space {
  font-size: 13px;
  line-height: 20px;
}
.inquiry__text--space {
  margin-bottom: 0;
}
.inquiry__emphasis {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  margin: 5px 0;
}
.inquiry__buttonBox {
  text-align: left;
  margin-top: 20px;
}
a.inquiry__button {
  width: 100%;
  height: auto;
  text-align: left;
  border: 2px solid #01438e;
  padding: 18px 24px 18px 20px;
  box-sizing: border-box;
}
a.inquiry__button:hover {
  opacity: 1;
}
a.inquiry__button::before {
  top: 30px;
  right: 10px;
  width: 14px;
  height: 26px;
  background-size: 14px auto;
  margin-top: -13px;
}
a.inquiry__button::after {
  top: 44px;
  left: 7px;
  width: 80px;
  height: 82px;
  background-size: 80px auto;
  margin-top: 0;
}
.inquiry__buttonTitle {
  font-size: 25px;
  line-height: 22px;
  text-align: left;
  padding-left: 42px;
  margin-bottom: 10px;
}
.inquiry__buttonTitle::before {
  width: 32px;
  height: 24px;
  background-size: 32px auto;
  margin-top: -12px;
}
.inquiry__buttonText {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding-left: 74px;
}
}