.inner_area {
    max-width: 825px;
    margin: 0 auto;
}
.camp_dl_area {
    padding: 0 30px 0 30px;
    text-align: center;
    background: none;
}

.camp_dl_area p {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.qr_area {
    padding: 32px 10px;
    margin: 21px auto 0;
    background: #F9F8F5;
    border-radius: 8px;
}

.qr_area p {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.qr_flex {
    display: flex;
    justify-content: center;
    margin: 24px 0 16px;
}

.qr_box {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding-left: 50px;
    padding-right: 50px;
}

.qr_box:first-child {
    border-right: 1px solid #E6E6E6;
}


.qr_icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
}

.qr_icon > img {
    width: 135px;
}

.qr_area .notes_list {
    width: 549px;
    margin: 0 auto;
}

.qr_area .notes_list li {
    text-align: left;
}

.modal-body {
    height: auto;
}

.modal-content .qr_area {
    margin: 0 auto;
}

.modal-content .qr_area > p {
    text-align: center;
    font-weight: bold;
}
.cmn_slide_block_b .slick-next:before {
  background: url('/guide/appli/school/images/arw_orange.png') no-repeat;
  background-size: 7px 14px;
}

.cmn_slide_block_b .slick-prev:before {
  background: url('/guide/appli/school/images/arw_orange.png') no-repeat;
  transform: scaleX(-1);
  background-size: 7px 14px;
}
.cmn_slide_block_b .slick-dots li.slick-active button:before {
    color: #EC6C26;
}
.stepBox .text_area .label_step span {
  border: 1px solid #EC6C26;
  color: #EC6C26;
}
.border_box .notes_list {
    margin-top: 16px;
}
.area_sub_ttl {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.stepBox {
    margin-top: 24px;
}
.main-area .icon_pdf a {
    color: #D80C18;
}
#contact {
    margin-bottom: 80px;
}
.checkArea.colBox._vertical .item a {
    padding: 10px 16px;
    text-align: left;
    justify-content: left;
}
.checkArea.colBox._vertical .item a::before {
    display: none;
}
.checkArea.colBox._vertical .item a._pdf .txt{
    /* background-image: url('/common/images/icon/icon_pdf.svg');
    background-position: right 15px center;
    background-repeat: no-repeat; */
    padding: 8px 40px 8px 0;
    background-image: url(/common/images/icon/icon_pdf.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
}
.checkArea.colBox._vertical .item .txt {
    font-size: 1.8rem;
    margin-top: 0;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:767px) {
    .camp_dl_area {
        padding: 0;
    }

    .camp_dl_area p {
        font-size: 4.8vw;
    }
    .camp_dl_area_sp .qr_area{
       padding: 7.44vw 3.49vw;
    }
    .camp_dl_area_sp .qr_area p{
        font-size: 3.72vw;
    }
    .camp_dl_area_sp .scroll_on.type_bottom {
        padding: 0 3.49vw;
    }
    .camp_dl_area_sp .qr_box {
        padding: 0;
    }
    .camp_dl_area_sp .qr_box:first-child {
        border-right: none;
    }
    .camp_dl_area_sp .qr_flex {
        gap: 4.65vw;
        margin: 0 0 3.72vw 0;
    }
    .camp_dl_area_sp .qr_area .notes_list {
        width: 100%;
        padding: 0 5.81vw;
    }
    .dl_btn {
        width: 78.667vw;
        height: 12.8vw;
        margin-top: 8.533vw;
        font-size: 4.267vw;
    }
    #contact {
        margin-bottom: 60px;
    }
    .checkArea.colBox._vertical .item a {
        padding: 15px 16px;
        min-height: auto;
    }
    .checkArea.colBox._vertical .item .txt {
        font-size: 1.6rem;
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .slideArea:nth-of-type(2)::before {
        top: -5.5rem;
    }
}
@media screen and (max-width: 767px) {
    .stepBox .text_area .txt {
        font-size: 14px;
    }
}

.colBox._vertical .item._img_tile_user_01 a::before {
    background-image: url('/guide/appli/school/images/icon_phone.svg');
}
.colBox._vertical .item._img_tile_user_02 a::before {
    background-image: url('/guide/appli/school/images//icon_kouza.svg');
}
.colBox._vertical .item._img_tile_user_03 a::before {
    background-image: url('/guide/appli/school/images/icon_beginner.svg');
    background-size: 80%;
    background-position: center;
}
.colBox._vertical .item .txt {
    font-size: 1.9rem;
}
.stepList.stepListArea {
    position: relative;
    padding-bottom: 32px;
    background-color: #fff;
}

.stepList.stepListArea .stepListInner._vertical .item .txt {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
}

.stepList.stepListArea .stepListInner._vertical .item .txt span {
    font-weight: bold;
    line-height: 1.5;
    padding: 0 8px;
    background-color: #038535;
    color: #fff;
    border-radius: 4px;
}

.stepList.stepListArea .colBox._vertical .item a:before {
    display: none;
}
.stepArea .applyList {
        margin-top: 32px;
}
.stepArea.stepArea01 .catetop-inner {
    padding-top: 0;
}

.stepArea.stepArea01 .stepList > li {
    position: relative;
}

.stepArea.stepArea01 .stepList > li {
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.stepArea.stepArea01 .stepList > li .ttl {
    font-weight: bold;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.stepArea.stepArea01 .stepList > li:nth-child(n+2) {
    margin-top: 94px;
}

.stepArea.stepArea01 .stepList > li .ttl span:first-child {
    font-size: 16px;
    color: #fff;
    background-color: #038535;
    padding: 0 8px;
    border-radius: 4px;
}

.stepArea.stepArea01 .stepList > li .ttl span:last-child {
    font-size: 22px;
}

.stepArea.stepArea01 .stepList > li:nth-child(n+2)::before {
    content: '';
    width: 6.8rem;
    height: 3rem;
    position: absolute;
    left: 50%;
    margin-left: -3.4rem;
    top: -6.2rem;
    background: url('/guide/appli/school/images/icon_arrow01.png') center/contain no-repeat;
}

.stepArea.stepArea01 .stepList > li > .txt {
    margin-top: 32px;
}

.stepArea.stepArea01 .stepList > li .txtList {
    margin-top: 8px;
}

.stepArea.stepArea01 .stepList > li .notes_list {
    margin-top: 32px;
}

.stepArea.stepArea01 .stepList > li .cvAreaList {
    margin-top: 32px;
}

.stepArea.stepArea01 .stepList > li .cate_heading04 {
    margin-top: 32px;
    margin-bottom: 24px;
}

.stepArea.stepArea01 .applyList li {
    display: flex;
    justify-content: space-between;
}

.stepArea.stepArea01 .applyList > li:nth-child(n+2) {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #ccc;
}

.stepArea.stepArea01 .applyList li .left {
    width: calc(618 / 943 * 100%);
}

.stepArea.stepArea01 .applyList li .right {
    width: calc(295 / 943 * 100%);
}

.stepArea.stepArea01 .applyList li .boxBottom {
    width: 100%;
}

.stepArea.stepArea01 .applyList li .right img {
    max-width: 100%;
}

.stepArea.stepArea01 .applyList li .left .title {
    font-weight: bold;
}

.stepArea.stepArea01 .applyList li .left .text {
    font-weight: 500;
}
@media not screen and (max-width: 767px) {

}
@media not screen and (max-width: 767px) {
    .stepList.stepListArea .colBox._vertical .item a {
        padding: 16px 16px 30px;
    }
    .stepArea.stepArea01 .applyList li {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .stepArea.stepArea01 .stepFlex {
        flex-direction: column;
        align-items: center;
    }

    .stepList.stepListArea .colBox._vertical .item a {
        padding: 12px 5px 40px;
    }

    .stepList.stepListArea .colBox._vertical .item a .inner {
        text-align: center;
    }

    .stepList.stepListArea .stepListInner._vertical .item .txt {
        font-size: 14px;
    }

    .stepList.stepListArea .stepListInner._vertical .item .txt span {
        display: inline-block;
        margin-bottom: 4px;
    }

    .stepArea.stepArea01 .stepList > li {
        padding: 32px 20px 30px;
    }

    .stepArea.stepArea01 .stepList > li:nth-child(n+2) {
        margin-top: 80px;
    }

    .stepArea.stepArea01 .stepList > li .ttl span:first-child {
        font-size: 14px;
    }

    .stepArea.stepArea01 .stepList > li .ttl span:last-child {
        font-size: 20px;
    }

    .stepArea.stepArea01 .stepList > li .ttl {
        gap: 0;
        flex-direction: column;
    }

    .stepArea.stepArea01 .stepList > li > .txt,
    .stepArea.stepArea01 .stepList > li .notes_list {
        margin-top: 16px;
    }

    .stepArea.stepArea01 .applyList li {
        display: block;
    }

    .stepArea.stepArea01 .applyList li .left {
        width: 100%;
        margin-bottom: 10px;
    }

    .stepArea.stepArea01 .applyList li .right {
        width: 100%;
    }

    .stepArea.stepArea01 .stepList > li .cate_heading04 {
        margin-bottom: 16px;
    }

    .stepArea.stepArea01 .stepList > li:nth-child(n+2)::before {
        top: -5.5rem;
    }

    .stepArea.stepArea01 .applyList li .text {
        text-indent: -1em;
        padding-left: 1em;
    }
    .stepArea .applyList {
        margin-top: 16px;
    }
}

.border_box {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .border_box {
        margin-top: 9.333vw;
        padding: 9.067vw 5.4vw 17.92vw 5.5vw;
    }
}

.border_box .btn_area {
    margin-top: 32px;
}

.btn_area .normal_btn {
  max-width: 100%;
  width: auto;
}

.modal_appintro_wrap .modal_open {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 50px;
  background: #FFA027;
  border: 1px solid #FFA027;
  color: #000;
  font-weight: bold;
  text-align: center;
  max-width: 295px;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.normal_btn a,
.modal_appintro_wrap .modal_open {
  width: 295px;
  max-width: 100%;
  font-size: 16px;
}

.border_box .notes_list li {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
    .border_box .btn_area {
        margin-top: 8.267vw;
    }
}

.normal_btn._pdf a {
    padding: 8px 40px 8px 24px;
    background-image: url('/common/images/icon/icon_pdf.svg');
    background-position: right 15px center;
    background-repeat: no-repeat;
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .btn_area .normal_btn, .btn_area .normal_btn:nth-child(2n) {
        width: auto;
    }
}
.cate_heading04 {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .cate_heading04 {
        margin-top: 20px;
    }
    .stepArea.stepArea01 .accordion_toggle {
    padding-right: 45px;
    }
    .colBox._vertical .item.arw_btm.sp_btm02 {
        width: 100%;
        margin-right: 0%;
    }
    .colBox._vertical .item.arw_btm.sp_btm02.item:nth-child(n+2) {
        margin-top: 20px !important;
    }
    #adume .accordion_toggle {
        padding: 16px 45px 16px 16px;
    }
}
