/* ========== tab ========== */
.c-tabs-03.c-tabs-01 {
  margin: 0;
}

.c-ground-01>.c-tabs-03.c-tabs-01:last-of-type {
  margin-bottom: 0;
}

.c-tabs-03.c-tabs-01>.tabs,
.c-tabs-03.c-tabs-01>.content {
  border-bottom: none;
}

.c-tabs-03.c-tabs-01>.content:before,
.c-tabs-03.c-tabs-01>.content:after {
  content: none;
}

.c-tabs-03.c-tabs-01>.content>div {
    padding: 0;
}

.c-tabs-03 .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .c-tabs-03 .tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
  }
}
@media screen and (min-width: 640px) {
  .c-tabs-03 .tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0;
  }
}

.c-tabs-03 .tabs li {
  width: 48.21%;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 640px) {
  .c-tabs-03 .tabs li {
    width: 350px;
  }
}

@media screen and (min-width: 640px) {
  .c-tabs-03 .tabs li:first-child {
    margin-right: 20px;
  }
}

.c-tabs-03 .tabs li.current {
  border-radius: 25px;
}

.c-tabs-03 .tabs li a {
  border: none;
  background: #fedecd;
  border-radius: 25px;
  color: #eb5505;
  font-size: 12px;
  display: block;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 640px){
  .c-tabs-03 .tabs li a {
    font-size: 20px;
  }
}

.c-tabs-03 .tabs li.current a {
  border: none;
  border-radius: 25px;
  background: #eb5505;
}

