/************************************************************
tatemono.html
************************************************************/
.only-sp {
  display: none;
}
/*
************************************************************/
.tab_button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab_button_wrap li {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab_button_wrap li a {
  width: 290px;
  display: block;
  position: relative;
}
.tab_button_wrap li a img {
  width: 100%;
}
.tab_button_wrap li a .current {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.tab_button_wrap li a.is-current .current {
  display: block;
  width: 290px;
}
.contet-inner {
  border-top: 6px solid #00ab99;
}
#tab-content02 .contet-inner {
  border-color: #ee7b15;
}
