.fuku_blc .pc_blc {
  display: block;
}

.fuku_blc .sp_blc {
  display: none;
}

@media screen and (max-width: 430px) {
  .fuku_blc .pc_blc {
    display: none;
  }

  .fuku_blc .sp_blc {
    display: block;
  }
}

.fuku_blc .tab-container {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
}

@media screen and (max-width: 430px) {
  .fuku_blc .tab-container {
    margin: 30px auto 0;
  }
}

.fuku_blc .tab-container .tab-buttons {
  display: flex;
  width: 90%;
  margin: 0 auto 30px;
  justify-content: space-between;
}

.fuku_blc .tab-container .tab-buttons .tab-button {
  border: none;
  padding: 0;
  width: 48%;
}

.fuku_blc .tab-container .tab-buttons .tab-button img {
  cursor: pointer;
}

.fuku_blc .tab-container .tab-content-area {
  padding: 0 0 30px;
}

.fuku_blc .tab-container .tab-content-area .lnk_online {
  margin-bottom: 30px;
}

@media screen and (max-width: 430px) {
  .fuku_blc .tab-container .tab-content-area .lnk_online {
    width: 90%;
    margin: 0 auto 20px;
  }
}

.fuku_blc .tab-container .tab-content-area .tab-content {
  display: none;
}

.fuku_blc .tab-container .tab-content-area .tab-content .con_img_box {
  margin-bottom: 20px;
}

.fuku_blc .tab-container .tab-content-area .tab-content.active {
  display: block;
}