.section-fv.fsax{
  position: relative;
  background-image: url("/dcms_media/image/fs-ax_mv.jpeg");
  background-size: cover;
  background-position: center;
}

.fsax-bg-gray{
    background:#e9ecef;
}

/* 白フィルター */
.section-fv.fsax .section-body:before{
  background: rgba(255,255,255,0.6); 
}

/* 中のテキストなどを前面に */
.section-fv.fsax > *{
  position: relative;
  z-index: 2;
}


/* MV調整 */
.section-fv .section-body{
    padding:80px 0;
}
.section-fv .section-footer{
padding:10px 0 30px;
}
.products-anchor__inner{
    padding:0;
}


/* アンカーリンク */
.fsax-nav{
  display: grid;
  grid-template-columns:1fr 1fr 1fr;
  justify-content: center;
  padding: 20px 0;
margin:40px 0;
}

.fsax-nav a{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: .3s;
  color:#231815;
}

/* ↓矢印 */
.fsax-nav a::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 6px;

  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;

  transform: rotate(45deg); /* ↓になる */
  transition: .3s;
}

/* hover */
.fsax-nav a:hover{
  color: #005bac;
}

.fsax-nav a:hover::after{
  border-color: #005bac;
  transform: translateY(2px) rotate(45deg);
}

@media (max-width: 768px){
    .fsax-nav{
        grid-template-columns:1fr;
        margin:40px 0 0;
    }
    .fsax-nav a{
        margin-bottom:20px;
    }
}



/* FortiSwitchとFortiSwitch-AXの違い */
.fsax-table-wrap{
    margin:60px 0;
}
/* table */
.fsax-table{
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,.05);
}

/* header */
.fsax-th{
  padding: 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.fsax-th--red{
  background: #df271b;
}

.fsax-th--blue{
  background: #1e4ea1;
}

.fsax-th--axis{
  background: transparent;
}

/* td */
.fsax-td{
  padding: 28px;
  font-size: 15px;
  line-height: 1.8;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  text-align:center;
}

.fsax-td.center{
  text-align: center;
}

/* axis（中央） */
.fsax-axis{
  background: #fff;
  color: #fff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  padding: 20px 10px;
}

.fsax-axis span{
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  padding: 23px 10px;
  background: #307fe2;
}

/* 左右の三角 */
.fsax-axis span::before,
.fsax-axis span::after{
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
}

.fsax-axis span::before{
  left: -28px;
  border-right: 28px solid #307fe2;
}

.fsax-axis span::after{
  right: -28px;
  border-left: 28px solid #307fe2;
}


/* catch */
.fsax-catch{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.fsax-catch.red{
  color: #df271b;
}
.fsax-catch.blue{
  color: #1e4ea1;
}

/* 画像 */
.fsax-td img{
  max-width: 100%;
  height: auto;
  max-height: 200px;
}

/* SP */
@media (max-width: 768px){
    .fsax-table-wrap{
        margin-top:30px;
    }
    /* 横スクロール */
.fsax-table-wrap{
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOSぬるっと */
}
.fsax-table-wrap::after{
  content: "→ 横にスクロールできます";
  display: block;
  text-align: right;
  font-size: 12px;
  color: #64748b;
  margin-top: 6px;
}

/* スマホ時にテーブル幅固定 */
.fsax-table{
  min-width: 820px; 
  }
}



/* 特徴 */
.fsax-strength{
  padding: 80px 0;
}

.fsax-strength__inner{
    margin-top:60px;
}

.fsax-strength-table{
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  background:#fff;
}

.fsax-strength-table + .fsax-strength-table{
  margin-top: 0;
}

.fsax-strength-head{
  color: #fff;
  text-align: left;
  font-weight: 700;
  padding: 14px 28px;
  background:#307fe2;
  font-size:1.5rem;
}

.fsax-strength-icon{
  width: 100px;
  padding: 12px;
  vertical-align: middle;
}

.fsax-strength-icon img{
  width: 60px;
  height: auto;
  display: block;
  margin:0 auto;
}

.fsax-strength-label{
  width: 280px;
  padding: 12px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}

.fsax-strength-text{
  padding: 12px;
  vertical-align: middle;
}

/* 赤 */
.fsax-strength-table.is-red .fsax-strength-head{
  background:#e53935;
}

/* 紫 */
.fsax-strength-table.is-purple .fsax-strength-head{
  background:#a459c3;
}

@media (max-width: 767px){
  .fsax-strength{
    padding: 56px 0;
  }

  .fsax-strength__inner{
    margin-top:30px;
  }

  .fsax-strength-head{
    font-size: 20px;
    padding: 12px 16px;
  }

  .fsax-strength-table,
  .fsax-strength-table tbody,
  .fsax-strength-table tr,
  .fsax-strength-table th,
  .fsax-strength-table td{
    display: block;
    width: 100%;
  }

  .fsax-strength-icon{
    padding: 0;
  }

  .fsax-strength-icon img{
    width: 64px;
  }

  .fsax-strength-label{
    padding: 0 20px;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .fsax-strength-text{
    padding: 0 20px 20px;
  }
}
