@charset "UTF-8";

/*------デザイン調整------*/
a[id*="step"] + .contents_box01 {
    overflow: initial;
}
a[id*="step"] + .contents_box01 .content_wrapper:before {
    position: absolute;
    content: "";
    height: calc(100% + 30px);
    width: 2px;
    background: var(--i_main_color);
    top: 2px;
    left: 52px;
}
#step22 + .contents_box01 .content_wrapper:before {
    display: none;
}
a[id*="step"] + .contents_box01 .content_wrapper > .heading {
    margin-bottom: 5px;
}
a[id*="step"] + .contents_box01 .wrapper_item {
    padding-left: 85px;
}
a[id*="supplement0"] + .contents_box01 .content_wrapper {
    padding: 0;
    max-width: 1160px !important;
    width: calc(100% - 40px);
}
a[id*="supplement0"] + .contents_box01 .content_wrapper .wrapper_item {
    margin-top: 0;
}
a[id*="supplement_ttl"] + .contents_box01 .content_wrapper {
    max-width: 1160px !important;
    width: calc(100% - 40px);
}