@charset "UTF-8";
.tab_content{
  display: none;
  background-color: #fffde2;
  padding: 40px 75px;
  min-height: 324px;
}
.tab_content.show{
  display: block;
}
.tabSetion{
  padding: 60px 0 0;
}
.tabCtrl{
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.tabCtrl li{
  flex: 0 0 33%;
}
.tabCtrl li a{
  background-color: #e5e5e5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 28px;
  font-weight: 500;
  padding: 20px 0;
  display: block;
  color: #333333;
  letter-spacing: 0.16rem;
}
.tabCtrl li a.btnAcv{
  background-color: #fffde2;
}
.tab_item{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab_left,.tab_right{
  flex: 0 0 50%;
}
.tab_left{
  text-align: center;
}
#tab01 .tab_left img{
  width: 100%;
}
.tab_right{
  padding-left: 50px;
}
.tab_right h3{
  font-weight: 500;
  font-size: 16px;
}
.tab_right p{
  font-size: 12px;
}
.tab_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab_top p{
  flex: 0 0 20%;
  margin: 0;
  background-color: #de8244;
  padding: 15px 50px;
  font-size: 20px;
  color: #fff;
  position: relative;
}
.tab_top p span{
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  padding-left: 5px;
}
.tab_top p:before{
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 0; 
  height: 0;
  border-width: 30px;
  border-style: solid;
  border-color: transparent transparent transparent #de8244;
}
.tab_bom{
  display: flex;
  justify-content: space-between;
}
.tab_bom p{
  flex: 0 0 20%;
  text-align: center;
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.note{
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8;
}
.tab_list{
  margin-bottom: 35px;
}
.otherBtn{
  text-align: center;
  background-color: #a20073;
  border-radius: 10px;
  max-width: 320px;
  margin: 0 auto;
}
.otherBtn a{
  background: url(/-/media/aeoncard/assets/images/icon/blank-white.svg)no-repeat right 20px center;
  background-size: 30px auto;
  color: #fff;
  display: block;
  padding: 15px 30px;
}
.pcOnly{
  display: block;
}

/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
  
.pcOnly{
  display: none;
}
  .tab_content{
    padding: 20px 30px;
    min-height: 330px;
  }
  .tabSetion{
    padding: 30px 0 0;
  }
  .tabCtrl li{
    flex: 0 0 32.5%;
  }
  .tabCtrl li a{
    font-size: 14px;
    padding: 10px 0;
    letter-spacing: 0.08rem;
  }
  .tab_item{
    display: block;
  }
  .tab_left,.tab_right{
    flex:0;
  }
  .tab_left{
    text-align: center;
  }
  #tab03 .tab_left img{
    max-width: 180px;
  }
  .tab_right{
    padding-left: 0;
  }
  .tab_right h3{
    font-size: 14px;
  }
  .tab_right p{
    font-size: 10px;
  }
  .tab_top{
    display: block;
    flex: 0 0 47%;
  }
  .tab_top p{
    flex: 0 0 20%;
    padding: 6px 20px;
    font-size: 12px;
    margin:0 auto 20px;
    text-align: center;
    max-width: 120px;
    height: 30px;
  }
  .tab_top p span{
    font-size: 14px;
  }
  .tab_top p:before{
    right: 0;
    left: 0;
    bottom: -70px;
    border-top: 10px solid #de8244;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
  }
  .tab_bom{
    display: block;
    flex: 0 0 47%;
  }
  .tab_bom p{
    margin: 0 0 20px 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    min-height: 30px;
    flex: 0;
  }
  .note{
    font-size: 10px;
    line-height: 1.5;
  }
  .tab_list{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 280px;
    margin: 0 auto;
  }
  .otherBtn{
    max-width: 280px;
  }
}