/* ========== hidden ========== */
@media only screen and (min-width: 640px) {
  .c-hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}

/* ========== tab ========== */
.c-ground-01>.c-tabs-01.tabs-step-01:last-of-type {
  margin-bottom: 0;
}
.c-tabs-01.tabs-step-01 {
  margin: 0;
}

.c-tabs-01.tabs-step-01>.tabs {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 20px;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .c-tabs-01.tabs-step-01>.tabs {
    margin-top: 15px;
  }
}

.c-tabs-01.tabs-step-01>.tabs>li {
  margin: 0;
  width: 47.32%;
}
@media screen and (min-width: 640px) {
  .c-tabs-01.tabs-step-01>.tabs>li {
    width: 48.21%;
  }
}

.c-tabs-01.tabs-step-01>.tabs>li.current {
  border: 1px solid #bcbdbd;
  border-bottom: none;
  width: 48.21%;
  -webkit-transform: translateY(5px);
  transform: translateY(1px);
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .c-tabs-01.tabs-step-01>.tabs>li.current {
    width: 48.85%;
  }
}

.c-tabs-01.tabs-step-01>.tabs>li:first-child {
  margin-right: 2px;
}
@media screen and (min-width: 640px) {
  .c-tabs-01.tabs-step-01>.tabs>li:first-child {
    margin-right: 4px;
  }
}

.c-tabs-01.tabs-step-01>.tabs>li a {
  background: #fedecd;
  border: none;
  border-radius: 0;
  color: #eb5505;
  font-size: 11px;
  padding: 8px;
}
@media screen and (min-width: 640px) {
  .c-tabs-01.tabs-step-01>.tabs>li a {
    font-size: 18px;
    padding: 18px 0;
  }
}

.c-tabs-01.tabs-step-01>.tabs>li.current a {
  background: #fff;
  border: none;
  border-top: 3px solid #eb5505;
  border-radius: 0;
  color: #535252;
  font-weight: bold;
  padding: 14px 6px;
}
@media screen and (min-width: 640px) {
  .c-tabs-01.tabs-step-01>.tabs>li.current a {
    border-top: 6px solid #eb5505;
    padding: 28px 0;
  }
}

@media screen and (min-width: 640px) {
  .c-tabs-01.tabs-step-01>.tabs>li:last-child a {
    padding: 10px 0;
  }
  .c-tabs-01.tabs-step-01>.tabs>li.current:last-child a {
    padding: 15px 0;
  }
}
@media screen and (max-width: 320px) {
  .c-tabs-01.tabs-step-01>.tabs>li:last-child a {
    font-size: 10px;
  }
}

.c-tabs-01.tabs-step-01>.content {
  border-bottom: none;
  border-top: 1px solid #bcbdbd;
}

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

.c-tabs-01.tabs-step-01>.content>div {
  padding: 40px 0 20px;
}
