a[data-anchor]:hover {
  cursor: pointer;
}

.overflow-inherit {
  overflow: inherit;
}

.u-spacer {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .u-spacer {
    padding: 30px 0;
  }
}

.mt-60 {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .mt-md-40 {
    margin-top: 40px !important;
  }
}

.u-m-auto {
  margin: auto;
}

.u-small {
  font-size: 10px;
  vertical-align: text-top;
}

.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-fadein {
  display: none;
}

.p-radio {
  padding: 62px 0 60px;
}
@media (max-width: 768px) {
  .p-radio {
    padding: 52px 0 50px;
  }
}

.p-step__nav {
  padding: 60px 0 64px;
}
@media (max-width: 768px) {
  .p-step__nav {
    padding: 50px 0 54px;
  }
}

.p-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-notice ul {
  margin: 0;
  margin-left: 25px;
}

.contractcategory {
  display: none;
}
.contractcategory.is-active {
  display: block;
}

.ttl-line {
  font-weight: bold;
  padding: 1px 0 1px 10px;
  border-left: 3px solid #D2D2D2;
}

.ttl-section--blue::after {
  border-color: #3894FE;
  background-color: #3894FE;
}

.ttl-section--center {
  padding-left: 0;
  text-align: center;
}
.ttl-section--center::after {
  content: none;
}

.begginer-necessities-item--notice {
  position: relative;
  z-index: 0;
}
.begginer-necessities-item--notice ul {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -23px;
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.begginer-necessities-item--notice ul li {
  padding: 0;
  font-size: 11px;
}

.begginer-process-item-num {
  background-color: #444;
}

@media (max-width: 768px) {
  .begginer-process-list-wrapper-static {
    padding: 0;
  }
}
.begginer-process-list-wrapper-static .begginer-process-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .begginer-process-list-wrapper-static .begginer-process-list {
    display: block;
  }
}
.begginer-process-list-wrapper-static .begginer-process-item {
  width: 424px;
}
@media (max-width: 768px) {
  .begginer-process-list-wrapper-static .begginer-process-item {
    width: 100%;
  }
}
.begginer-process-list-wrapper-static .begginer-process-item + .begginer-process-item {
  margin-left: 32px;
}
@media (max-width: 768px) {
  .begginer-process-list-wrapper-static .begginer-process-item + .begginer-process-item {
    margin: 0 auto;
  }
}

.begginer-process-list--slim img {
  width: 222px;
}
@media (max-width: 768px) {
  .begginer-process-list--slim img {
    width: 175px;
  }
}

@media (max-width: 768px) {
  .begginer-tab-list-item > span > span {
    font-size: 10px;
  }
}

.sub-notice {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 !important;
  padding-left: 1em !important;
}
.sub-notice li {
  margin-bottom: 0 !important;
}

.begginer-tab-list-item small {
  font-size: 0.8em !important;
}
@media (max-width: 768px) {
  .begginer-tab-list-item small {
    font-size: 0.5em !important;
  }
}

.ttl-article.begginer-ttl-inline-label {
  padding-left: 10px;
  border-left: 5px solid #FF0033;
}
@media (max-width: 768px) {
  .ttl-article.begginer-ttl-inline-label {
    padding-left: 7px;
    border-width: 3px;
  }
}
.ttl-article.begginer-ttl-inline-label .begginer-label.label-s {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .ttl-article.begginer-ttl-inline-label .begginer-label.label-s {
    margin-left: 5px;
  }
}
.ttl-article.begginer-ttl-label {
  position: relative;
  padding: 2px 0 2px 15px;
}
@media (max-width: 768px) {
  .ttl-article.begginer-ttl-label {
    padding: 0 0 0 10px;
  }
}
.ttl-article.begginer-ttl-label::after {
  content: "";
  display: block;
  background: #F91940;
  width: 5px;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  border: 1px solid #F91940;
  left: 0px;
  top: 0;
}
@media (max-width: 768px) {
  .ttl-article.begginer-ttl-label::after {
    width: 3px;
  }
}