.step-tag {
	position: relative;
}
.step-tag .step-tag-top {
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 20px;
	font-weight: bold;
	padding: 0.2em 1em;
	-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
	color: #fff;
	border-radius: 0 0 8px 8px;
}

.label-disk-dark {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.3em;
  border-radius: 100px;
  background-color: #333;
}

/* cvエリア */
.section-cv.top_2btn .container .cv-guide .cv-box .btn-white-gray {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-color: #939393;
}
.section-cv.top_2btn .container .cv-guide .cv-box .btn-white-gray svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px){
  .section-cv.top_2btn .container .cv-guide .cv-box [class*="btn-"]{
    padding: 6px 50px 10px;
  }
  .section-cv.top_2btn .container .cv-guide .cv-box {
    flex-direction: column;   
  }
  .section-cv.top_2btn .container .cv-guide .cv-box .icn-starter{
    background: #e93817 url(/common_v10/images/icn-think-white.svg) no-repeat 20px center;
    background-size: 32px 32px;
  }
  .section-cv.top_2btn .container .cv-guide .cv-box .btn-primary::after {
    background: url(/common_v10/images/icn-bullet-white.svg) no-repeat center center/contain;
  }
  .section-cv.top_2btn .container .cv-guide .cv-box [class^="btn-"]::after, [class*=" btn-"]::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    content: "";
    display: inline-block;
    width: 9px;
    height: 16px;
    margin: auto;
  }
  .section-cv.top_2btn .container .cv-guide .cv-box>p{
  width: 100%;
  }
  .section-cv.top_2btn .container .cv-guide .cv-box>p:nth-last-child(even){
    padding-right: 0;
  }
  .section-cv.top_2btn .container .cv-guide .cv-box>p:nth-last-child(odd){
    padding-left: 0;
  }
  .section-cv.top_2btn .container .cv-guide .cv-box [class*="icn-"] .fs-16-sp{
    height: auto;
  }

  @media screen and (max-width: 767px) {
    .scrollable-nav-sp .scrollable-nav-content {
      width: 742px !important;
      text-align: center;
    }
    .anchor-list {
      text-align: center;
    }
  }
}