.page_head {
    width: 100%;
    height: 200px;
    background-image: url(../img/page_head_bg.svg);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_head h1 {
    font-size: 34px;
    text-align: center;
    letter-spacing: 10px;
    text-indent: 10px;
}

.pan_list {
    max-width: 1250px;
    width: 90%;
    margin: 15px auto 0;
    display: flex;
    gap: 25px;
}

.pan_list :is(a, p) {
    font-size: 16px;
    line-height: 1;
    position: relative;
    padding-top: 1px;
}

.pan_list :is(a, p) + :is(a, p)::before {
    content: ">";
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    margin: auto;
}

.head_area {
    padding: 55px 0 115px;
    background: linear-gradient(180deg, #fff 0%, #fff 75px, #ebecf5 100%);
}

.head_area .anchor_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 90%;
    margin: 0 auto;
}

.head_area .anchor_btn a {
    width: 280px;
    height: 46px;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: center;
    background-size: 100%;
}
.head_area .anchor_btn a.ab01 {
    background-image: url(../img/btn_bg_blue.svg);
}
.head_area .anchor_btn a.ab02 {
    background-image: url(../img/btn_bg_green.svg);
}
.head_area .anchor_btn a.ab03 {
    background-image: url(../img/btn_bg_orange.svg);
}

.head_area .anchor_btn a:is(.ab01, .ab02, .ab03):hover {
    background-image: url(../img/btn_bg_hov.svg);
    opacity: 1;
}

.head_area .anchor_btn a p {
    font-size: 18px;
    letter-spacing: 2px;
    text-indent: 2px;
    color: white;
}

.head_area .anchor_btn a img {
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 8px;
}

.head_area .text01 {
    max-width: 1060px;
    width: 90%;
    margin: 55px auto 0;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    text-indent: 1px;
}

.head_area .btn_wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

.head_area .btn_wrap .btn {
    width: 450px;
    border-radius: 20px;
    position: relative;
    box-shadow: 4px 4px 0 rgba(64, 130, 210, 0.2);
    overflow: hidden;
}
.head_area .btn_wrap .btn.btn01 {
    background-color: #4381d2;
    border: solid 5px #4381d2;
}
.head_area .btn_wrap .btn.btn02 {
    background-color: #ec6d35;
    border: solid 5px #ec6d35;
}

.head_area .btn_wrap .btn .btn_head {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head_area .btn_wrap .btn .btn_head h2 {
    font-size: 18px;
    color: white;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
    padding-bottom: 2px;
}

.head_area .btn_wrap .btn .btn_content {
    padding: 15px 20px 25px;
    background-color: white;
    width: 100%;
    height: calc(100% - 45px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
    gap: 10px;
}

.head_area .btn_wrap .btn .btn_text {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head_area .btn_wrap .btn .btn_text h3 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
}

.head_area .btn_wrap .btn .btn_text h3 span {
    font-size: 24px;
}

.head_area .btn_wrap .btn img {
    width: 150px;
}

.anchor_point {
    padding-top: 200px;
    margin-top: -200px;
}

.standard .ov_area {
    width: 90%;
    max-width: 1060px;
    /* padding: 55px 0 120px; */
    padding: 55px 0 70px;
    margin: 0 auto;
}

.ov_area .logo_mark01 {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.ov_area .area_head {
    margin-top: 35px;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: solid 1.5px #d3d3d4;
}

.ov_area .area_head h2 {
    font-size: 36px;
    text-align: center;
    letter-spacing: 5px;
    text-indent: 5px;
}

.step_flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.step_flow .step {
    width: 140px;
    border: solid 3px #4382d2;
    background-color: #4382d2;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 4px 0 rgba(64, 130, 210, 0.2);
}
.bounty .step_flow .step {
    border: solid 3px #339e4b;
    background-color: #339e4b;
}
.premium .step_flow .step {
    border: solid 3px #ec6d35;
    background-color: #ec6d35;
}

.step_flow .step .step_head {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step_flow .step .step_head p {
    font-size: 18px;
    color: white;
}

.step_flow .step .step_content {
    height: 205px;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 10px;
}

.step_flow .step .step_content p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 2px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.step_flow .next {
    width: 15px;
}

.requirement {
    width: 100%;
    margin-top: 90px;
}

.requirement h3 {
    font-size: 32px;
    letter-spacing: 5px;
    text-indent: 5px;
    text-align: center;
}

.requirement .comment {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
}

.requirement .comment a {
    text-decoration: underline;
    word-break: break-all;
}

.requirement .rqm_content {
    width: 100%;
    max-width: 960px;
    border-radius: 15px;
    border: solid 5px #ec6d35;
    background-color: #fffbdf;
    padding: 20px 40px;
    margin: 20px auto 0;
    box-shadow: 4px 4px 0 rgba(64, 130, 210, 0.2);
}

.requirement.rqm01 .rqm_content {
    border: solid 3px #4382d2;
    border-radius: 10px;
    padding: 0;
    background-color: white;
    overflow: hidden;
}

.requirement .rqm_item {
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 15px 0;
}

.requirement.rqm01 .rqm_item {
    padding: 20px 40px;
}
.requirement.rqm01 .rqm_item:nth-child(odd) {
    background-color: #d9e6f6;
}

.requirement .rqm_item + .rqm_item {
    border-top: dashed 1.5px #acacab;
}
.requirement.rqm01 .rqm_item + .rqm_item {
    border-top: none;
}

.requirement .rqm_item .number {
    display: flex;
    align-items: flex-start;
}

.requirement .rqm_item .number p {
    font-size: 40px;
    color: #ec6d35;
    padding-bottom: 2px;
}

.requirement.rqm01 .rqm_item .number p {
    color: #4382d2;
    padding-bottom: 0;
}

.requirement .rqm_item .item_text {
    display: flex;
    align-items: center;
}

.requirement .rqm_item .item_text p {
    font-size: 20px;
    line-height: 30px;
}

.requirement.rqm01 .rqm_item .item_text p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
}

.requirement.rqm01 .rqm_item .item_text p span {
    color: #ee4d27;
}

.standard_form {
    width: 100%;
    margin: 120px auto 0;
}

.form_area .form_head {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: solid 1.5px #d3d3d4;
}

.form_area .form_head h2 {
    font-size: 32px;
    letter-spacing: 5px;
    text-indent: 5px;
    text-align: center;
}

.form_area .form_head p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
    color: #ee4d27;
    font-size: 14px;
    font-weight: bolder;
}
.form_area .form_head p span {
    display: inline-block;
}

.form_area .form_head .comment_wrap {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    justify-content: center;
}

.form_area .form_head .comment_wrap p {
    text-align: left;
    margin-top: 0;
    line-height: 1.5;
}

.form_area .form_content {
    padding: 30px 30px 0;
}

.form_area .check_head {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.form_area .check_head p {
    font-size: 22px;
    line-height: 30px;
}

.form_area .check_head + .check_head {
    margin-top: 5px;
}

.form_area .check_head + .check_item {
    margin-top: 15px;
}

.form_area .check_item {
    width: 100%;
}

.form_area .check_item + .check_item {
    margin-top: 25px;
}
.form_area .check_item + .check_head {
    margin-top: 30px;
}

.form_area .check_item.confirm {
    margin-top: 50px;
}

.form_area .check_item label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.form_area .check_item label a {
    text-decoration: underline;
}

.form_area .check_item.confirm label {
    align-items: center;
    justify-content: center;
}

.form_area .check_item.confirm .limit_text {
    text-align: center;
    margin-top: 10px;
}

.form_area .check_item label input[type="checkbox"] {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border: solid 1px #2f2f2d;
    background-color: white;
    position: relative;
}

.form_area .check_item label input[type="checkbox"]:checked::before {
    content: "";
    width: 25px;
    height: 20px;
    background-image: url(../img/check_mark.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
}

.form_area .check_item label p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
}

.form_area .check_item label p .comment {
    color: #ee4d27;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}

.table_wrap {
    width: 100%;
    margin-top: 20px;
}

.table_wrap p {
    font-size: 16px;
    line-height: 24px;
}

.table_wrap .employment_table {
    width: 100%;
    border: solid 1px #2f2f2d;
}

.table_wrap .employment_table .table_head {
    display: flex;
}

.table_wrap .employment_table .table_head .head_item {
    width: 50%;
    background-color: rgba(64, 130, 210, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}

.table_wrap .employment_table .table_head .head_item + .head_item {
    border-left: solid 1px #2f2f2d;
}

.table_wrap .employment_table .table_head .head_item p {
    text-align: center;
}

.table_wrap .employment_table .table_head .head_item p span {
    display: inline-block;
}

.table_wrap .employment_table .table_item {
    width: 100%;
    display: flex;
    border-top: solid 1px #2f2f2d;
}

.table_wrap .employment_table .table_item .item_head {
    width: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px #2f2f2d;
    background-color: rgba(64, 130, 210, 0.2);
}

.table_wrap .employment_table .table_item .item_content {
    padding: 5px 10px;
}
.table_wrap .employment_table .table_item .item_content.ic01 {
    width: calc(50% - 35px);
}
.table_wrap .employment_table .table_item .item_content.ic02 {
    width: 50%;
    border-left: solid 1px #2f2f2d;
}

.table_wrap .employment_table .table_item .item_content .text_flex {
    display: flex;
    align-items: flex-start;
    gap: 3px;
}

.table2_wrap {
    width: 100%;
    margin-top: 40px;
    border-radius: 15px;
    border: solid 5px #ec6d35;
    box-shadow: 4px 4px 0 rgba(64, 130, 210, 0.2);
    background-color: #fffbdf;
    padding: 10px 30px 20px 30px;
}

.table2_wrap p {
    font-size: 16px;
    line-height: 24px;
}

.table2_wrap .employment_table {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.table2_wrap .employment_table .table_head {
    display: flex;
}

.table2_wrap .employment_table .table_head .head_item {
    width: 100%;
    padding: 5px 0px;
}

.table2_wrap .employment_table .table_head .head_item + .head_item {
    border-left: solid 1px #2f2f2d;
}

.table2_wrap .employment_table .table_head .head_item p {
    text-align: left;
}

.table2_wrap .employment_table .table_head .ltext p {
    font-size: 20px;
}

.table2_wrap .employment_table .table_head .mtext p {
    margin-top: 5px;
    color: #ec6d35;
}

.table2_wrap .employment_table .table_head .head_item p span {
    display: inline-block;
}

.table2_wrap .employment_table .table_item {
    width: 100%;
    display: flex;
    background-color: #fff;
    border-top: solid 1px #2f2f2d;
    border-left: solid 1px #2f2f2d;
    border-right: solid 1px #2f2f2d;
}

.table2_wrap .employment_table .bb {
    border-bottom: solid 1px #2f2f2d;
}

.table2_wrap .employment_table .table_item .item_head {
    width: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px #2f2f2d;
}

.table2_wrap .employment_table .table_item .item_content {
    padding: 5px 10px;
}
.table2_wrap .employment_table .table_item .item_content.ic01 {
    width: calc(50% - 35px);
}
.table2_wrap .employment_table .table_item .item_content.ic02 {
    width: 50%;
    border-left: solid 1px #2f2f2d;
}

.table2_wrap .employment_table .table_item .item_content .text_flex {
    display: flex;
    align-items: flex-start;
    gap: 3px;
}

.table2_wrap .employment_table .footer {
    margin-top: 25px;
    padding-bottom: 10px;
    text-align: left;
}

.table2_wrap .employment_table .footer p {
    color: #ec6d35;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
}

.contact_area {
    width: 100%;
    margin-top: 55px;
    padding-top: 50px;
    border-top: solid 1.5px #d3d3d4;
}

.alert_area {
    width: 100%;
    /* margin-top: 15px; */
    padding-top: 50px;
}

.alert_area .text01 {
    color: #ee4d27;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.contact_area .text01 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.contact_area .text02 {
    font-size: 26px;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
    margin-top: 30px;
}

.contact_area .tel {
    font-size: 38px;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
    margin-top: 20px;
}

.contact_area .tel a {
    font-size: 48px;
}

.contact_area .contact_btn {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 15px;
}

.contact_area .contact_btn a {
    width: 220px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url(../img/btn_bg_blue.svg);
    background-position: center;
    background-size: 100%;
}
.contact_area .contact_btn a:hover {
    opacity: 1;
    background-image: url(../img/btn_bg_hov.svg);
}

.contact_area .contact_btn a p {
    font-size: 16px;
    text-align: center;
    color: white;
    letter-spacing: 1px;
    text-indent: 1px;
}

.contact_area .contact_btn a img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.contact_area .contact_btn a img.arrow {
    width: 8px;
}
.contact_area .contact_btn a img.dl_pdf {
    width: 16px;
}

.submit_btn {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url(../img/btn_bg_black.svg);
    background-position: center;
    background-size: 100%;
    transition: all 0.3s;
}

.submit_btn:hover {
    background-image: url(../img/btn_bg_hov.svg);
}

.submit_btn p {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
    color: white;
}

.submit_btn p span {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    text-indent: 1px;
    font-weight: 300;
}

.submit_btn img {
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
}

.bounty .ov_area {
    padding: 110px 0;
    background: linear-gradient(
        180deg,
        #fff 0%,
        #fff calc(100% - 600px),
        #ebecf5 100%
    );
}

.bounty .ov_area .ov_wrap {
    max-width: 1060px;
    width: 90%;
    margin: 0 auto;
}

.bounty_detail {
    margin-top: 70px;
}

.bounty_detail .text01 {
    font-size: 26px;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
}

.bounty_detail .text02 {
    font-size: 36px;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
    margin-top: 20px;
}

.bounty_detail .text03 {
    padding-left: 55px;
    padding-right: 55px;
    font-size: 18px;
    letter-spacing: 2px;
    text-indent: 2px;
    margin-top: 20px;
}

.bounty_detail .text03_1 {
    font-size: 22px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    letter-spacing: 1px;
    text-indent: 1px;
    max-width: 960px;
    margin: 20px auto 0;
}

.bounty_detail .text03_2 {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    max-width: 960px;
    margin: 15px auto 0;
}

.bounty_detail .text02 .red {
    color: #ee4d27;
}

/* .bounty_detail .text02 .number {
    font-size: 40px;
} */

.ict_menu {
    margin-top: 90px;
    width: 100%;
}

.ict_menu h3 {
    font-size: 32px;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
}

.ict_menu h3 .mini {
    font-size: 24px;
}

.ict_menu h3 .ib_span {
    display: inline-block;
}

.ict_menu .pattern_wrap {
    max-width: 860px;
    margin: 20px auto 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #4382d2;
    border: solid 3px #4382d2;
    display: flex;
    box-shadow: 4px 4px 0 rgba(64, 130, 210, 0.2);
}

.ict_menu .pattern_wrap .ptn_head {
    width: 40px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.ict_menu .pattern_wrap .ptn_head span {
    font-size: 16px;
    line-height: 1;
    color: white;
}

.ict_menu .pattern_wrap .ptn_head span.rod {
    transform: rotate(90deg);
}

.ict_menu .pattern_wrap .ptn_head span.number {
    font-size: 24px;
}

.ict_menu .pattern_wrap .ptn_content {
    width: calc(100% - 40px);
    background-color: #d9e6f6;
    padding: 20px;
}

.ict_menu .pattern_wrap .flex_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 655px;
    width: 100%;
    margin: 0 auto;
}

.ict_menu .pattern_wrap .flex_wrap .fw_item {
    min-width: 280px;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.ict_menu .pattern_wrap .flex_wrap .fw_item.item01 {
    background-color: #9c4998;
}
.ict_menu .pattern_wrap .flex_wrap .fw_item.item02 {
    background-color: #ed6d1f;
}

.ict_menu .pattern_wrap .fw_item .text01 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
}

.ict_menu .pattern_wrap .fw_item .text_flex {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-top: 5px;
}

.ict_menu .pattern_wrap .fw_item .text_flex .text02 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
}

.ict_menu .pattern_wrap .fw_item .text_flex .text02 span {
    font-size: 32px;
    color: #fff67f;
}

.ict_menu .pattern_wrap .fw_item .text_flex .text03 {
    font-size: 24px;
    display: flex;
    align-items: flex-end;
    line-height: 32px;
    letter-spacing: 2px;
}

.ict_menu .pattern_wrap .fw_item .text_flex .text03 span {
    font-size: 60px;
    line-height: 1;
}

.ict_menu .pattern_wrap .flex_wrap .fw_item2 {
    min-width: 280px;
    display: flex;
    justify-content: center;
}

.ict_menu .pattern_wrap .fw_item2 .menu_flex {
    display: flex;
    gap: 8px;
}

.ict_menu .pattern_wrap .fw_item2 .menu_flex .menu {
    min-width: 115px;
    padding: 5px 10px 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 6.5px;
}
.ict_menu .pattern_wrap .fw_item2 .menu_flex .menu01 {
    background-color: #9c4998;
}
.ict_menu .pattern_wrap .fw_item2 .menu_flex .menu02 {
    background-color: #ed6d1f;
}
.ict_menu .pattern_wrap .fw_item2 .menu_flex .menu03 {
    background-color: #00a273;
    min-width: 96px;
}

.ict_menu .pattern_wrap .fw_item2 .menu_flex .menu .text01 {
    font-size: 14px;
    line-height: 16px;
    color: white;
    text-align: center;
    letter-spacing: 1px;
    text-indent: 1px;
}

.ict_menu .pattern_wrap .fw_item2 .menu_flex .menu .text02 {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #fff67f;
}

.ict_menu .pattern_wrap .fw_item2 .text_flex {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-top: 5px;
}

.ict_menu .pattern_wrap .fw_item2 .text_flex .text01 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
}

.ict_menu .pattern_wrap .fw_item2 .text_flex .text01 span {
    font-size: 32px;
    color: #ee4d27;
}

.ict_menu .pattern_wrap .fw_item2 .text_flex .text02 {
    font-size: 24px;
    display: flex;
    align-items: flex-end;
    line-height: 32px;
    letter-spacing: 2px;
    color: #ee4d27;
}

.ict_menu .pattern_wrap .fw_item2 .text_flex .text02 span {
    font-size: 60px;
    line-height: 1;
}

.ict_menu .pattern_wrap .fw_item2 .text_flex .text02.cw {
    position: relative;
}

.ict_menu .pattern_wrap .fw_item2 .text_flex .text02.cw::before {
    content: "※";
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    color: #2f2f2d;
}

.ict_menu .pattern_wrap .plus {
    font-size: 76px;
}

.ict_menu .com_detail {
    max-width: 960px;
    margin: 15px auto 0;
    display: flex;
    justify-content: center;
}

.ict_menu .com_detail p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.ict_menu .com_detail p.anno {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
}

.bounty_form {
    width: 100%;
    margin: 0 auto;
}

.bounty_form .menu_wrap {
    padding: 100px 0;
}
.bounty_form .menu_wrap.mw01 {
    background-color: #e1c8e0;
}
.bounty_form .menu_wrap.mw02 {
    background-color: #fad3bc;
}
.bounty_form .menu_wrap.mw03 {
    background-color: #b2e3d5;
}

.bounty_form .menu_wrap .menu_area {
    max-width: 860px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    border: solid 4px;
    box-shadow: 4px 4px 0 rgba(64, 130, 210, 0.2);
}
.bounty_form .menu_wrap.mw01 .menu_area {
    background-color: #9c4998;
    border-color: #9c4998;
}
.bounty_form .menu_wrap.mw02 .menu_area {
    background-color: #ed6d1f;
    border-color: #ed6d1f;
}
.bounty_form .menu_wrap.mw03 .menu_area {
    background-color: #00a273;
    border-color: #00a273;
}

.bounty_form .menu_wrap .menu_area .area_head {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.bounty_form .menu_wrap.mw01 .menu_area .area_head {
    background-color: #9c4998;
}
.bounty_form .menu_wrap.mw02 .menu_area .area_head {
    background-color: #ed6d1f;
}
.bounty_form .menu_wrap.mw03 .menu_area .area_head {
    background-color: #00a273;
}

.bounty_form .menu_wrap .menu_area .area_head h2 {
    font-size: 26px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    text-align: center;
    color: white;
    line-height: 1.35;
}

.bounty_form .menu_wrap .menu_area .area_head p {
    font-size: 16px;
    line-height: 1.5;
    color: white;
    letter-spacing: 1px;
    text-indent: 1px;
}

.bounty_form .content_item .item_head {
    padding: 15px 40px;
    display: flex;
    background-color: white;
}

.bounty_form .content_item .item_head .alp {
    font-size: 40px;
    width: 40px;
    display: flex;
    align-items: flex-start;
}
.bounty_form .mw01 .content_item .item_head .alp {
    color: #9c4998;
}
.bounty_form .mw02 .content_item .item_head .alp {
    color: #ed6d1f;
}
.bounty_form .mw03 .content_item .item_head .alp {
    color: #00a273;
}

.bounty_form .content_item .item_head .head_text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    width: calc(100% - 40px);
}

.bounty_form .content_item .item_head h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
}

.bounty_form .content_item .item_head .tag {
    display: inline-flex;
    padding: 0 12px;
    height: 24px;
    background-color: #ee4d27;
    align-items: center;
    font-size: 14px;
    color: white;
    letter-spacing: 2px;
    text-indent: 2px;
}

.bounty_form .content_item .item_content {
    padding: 15px 40px 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.bounty_form .mw01 .content_item .item_content {
    background-color: #f5edf5;
}
.bounty_form .mw02 .content_item .item_content {
    background-color: #fdf0e9;
}
.bounty_form .mw03 .content_item .item_content {
    background-color: #e5f6f1;
}

.bounty_form .content_item .item_content .illust {
    width: 120px;
}

.bounty_form .content_item .item_content .text_wrap {
    width: calc(100% - 135px);
}

.bounty_form .content_item .item_content .text_wrap .acv {
    font-size: 18px;
    line-height: 1.44;
    color: #339e4b;
    letter-spacing: 2px;
}

.bounty_form .content_item .item_content .text_wrap .acv_text p {
    font-size: 16px;
    line-height: 1.625;
    text-align: justify;
    letter-spacing: 1px;
}

.bounty_form .content_item .item_content .text_wrap .acv_text .text_flex {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.bounty_form .bottom_item {
    padding: 30px 30px 40px;
    background-color: white;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.bounty_form .bottom_item .text01 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 3px;
    text-indent: 3px;
}

.bounty_form .mw01 .bottom_item .text01 span {
    color: #9c4998;
}
.bounty_form .mw02 .bottom_item .text01 span {
    color: #ed6d1f;
}
.bounty_form .mw03 .bottom_item .text01 span.c_text {
    color: #00a273;
}

.bounty_form .bottom_item .text02 {
    font-size: 28px;
    letter-spacing: 3px;
    text-indent: 3px;
    color: #ee4d27;
    line-height: 28px;
}

.bounty_form .bottom_item .text02 span {
    font-size: 40px;
}

.bounty_form .mw03 .bottom_item .text01,
.bounty_form .mw03 .bottom_item .text02 {
    letter-spacing: 1px;
    text-indent: 1px;
}

.promotion {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background-color: #339e4b;
    border: solid 4px #339e4b;
    border-radius: 20px;
    overflow: hidden;
}

.promotion + .promotion {
    margin-top: 80px;
}

.promotion .prm_head {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotion .prm_head h2 {
    font-size: 28px;
    color: white;
    letter-spacing: 2px;
    text-indent: 2px;
}

.prm_item .item_head {
    width: 100%;
    padding: 15px 35px;
    background-color: white;
}

.prm_item .item_head .head_flex {
    display: flex;
    gap: 15px;
}

.prm_item .item_head .text_head {
    display: flex;
    align-items: flex-start;
}

.prm_item .item_head .text_head p {
    font-size: 40px;
    color: #ef6950;
    padding-bottom: 2px;
}

.prm_item .item_head .text_content {
    display: flex;
    align-items: center;
}

.prm_item .item_head .text_content h3 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
}

.prm_item .item_head .text_flex {
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}

.prm_item .item_head .text_flex p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
}

.prm_item .item_content {
    width: 100%;
    padding: 15px 35px;
    background-color: #ebf5ed;
}

.prm_item .item_content .achievement {
    font-size: 20px;
    line-height: 28px;
    color: #339e4b;
    letter-spacing: 2px;
}

.prm_item .item_content .text01 {
    font-size: 18px;
    line-height: 28px;
}

.prm_item .item_content .text_flex {
    display: flex;
    align-items: flex-start;
}

.bounty_form .form_wrap {
    margin-top: 120px;
}

.bounty_form .form_wrap + .form_wrap {
    margin-top: 80px;
}

.bounty_form .item_wrap + .item_wrap {
    margin-top: 45px;
}

.form_area .wrap_head {
    display: flex;
    align-items: flex-start;
}

.form_area .wrap_head p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
}

.form_area .check_item label .text_flex {
    display: flex;
    align-items: flex-start;
}

.premium .ov_area {
    padding: 50px 0 70px;
    background: linear-gradient(
        180deg,
        #fff 0%,
        #fff calc(100% - 600px),
        #ebecf5 100%
    );
}

.premium .ov_area .ov_wrap {
    max-width: 1060px;
    width: 90%;
    margin: 0 auto;
}

.premium .step_flow .step .step_content {
    height: 220px;
}

.premium_text {
    margin-top: 65px;
}

.premium_text .text01 {
    font-size: 32px;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
}

.premium_text .text02 {
    margin-top: 10px;
    font-size: 42px;
    letter-spacing: 5px;
    text-indent: 5px;
    color: #ee4d27;
    text-align: center;
}

.premium_text .text02 .number {
    font-size: 55px;
    letter-spacing: 1px;
    text-indent: 1px;
}

.premium_text .text02_2 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
    text-indent: 1px;
}

.premium_text .text02_2 .ib_span {
    display: inline-block;
}

.premium_text .text03 {
    max-width: 860px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin: 20px auto 0;
    letter-spacing: 1px;
    text-indent: 1px;
}

.premium_form {
    max-width: 1060px;
    width: 90%;
    padding: 85px 0 105px;
    margin: 0 auto;
}

.premium_table {
    max-width: 860px;
    width: 100%;
    margin: 20px auto 0;
    border: solid 3px #2f2f2d;
    background-color: #2f2f2d;
    border-radius: 10px;
    overflow: hidden;
}

.premium_table .table_head {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2f2f2d;
}

.premium_table .table_head h4 {
    font-size: 20px;
    color: white;
}

.premium_table .table_item {
    display: flex;
}

.premium_table .table_item:nth-of-type(odd) {
    background-color: #f7eed4;
}
.premium_table .table_item:nth-of-type(even) {
    background-color: white;
}

.premium_table .table_item + .table_item {
    border-top: solid 2px #2f2f2d;
}

.premium_table .table_item .number_wrap {
    width: 90px;
    display: flex;
    padding: 15px 0;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-right: solid 2px #2f2f2d;
    background-color: #94641a;
}

.premium_table .table_item .number_wrap.pt01 {
    justify-content: center;
}

.premium_table .table_item .number_wrap.hissu {
    background-color: #e83820;
}

.premium_table .table_item .number_wrap p {
    font-size: 40px;
    line-height: 1;
    color: white;
}

.premium_table .table_item .number_wrap .or {
    font-size: 14px;
    text-align: center;
    margin-top: 2px;
    color: white;
}

.premium_table .table_item .content_wrap {
    width: calc(100% - 90px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.premium_table .table_item .item_content {
    display: flex;
    width: 100%;
    padding: 15px;
}

.premium_table .table_item .item_content + .item_content {
    border-top: solid 1.5px #2f2f2d;
}

.premium_table .table_item .item_content .content_text {
    width: 100%;
    display: flex;
    align-items: center;
}

.premium_table .table_item .item_content .content_text .sp_number {
    display: none;
}

.premium_table .table_item .item_content .content_text .text_flex {
    display: flex;
    /* align-items: flex-start; */
    align-items: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.premium_table .table_item .item_content .content_text .text01 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
}

.premium_table .table_item .item_content .content_text .text01.gold {
    color: #94641a;
}

.premium_table .table_item .item_content .content_text .text02 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
}

.premium_table .table_item .item_content .content_text p .num {
    font-size: 32px;
}

.premium_table .table_item .item_content .content_text .text02 .mini {
    font-size: 16px;
}

.premium_table .table_item.ti12 .item_content,
.premium_table .table_item.ti12 .item_content .content_text,
.premium_table .table_item.ti12 .item_content .content_text .text_flex {
    display: block;
}

.premium_table .table_item.ti12 .item_content .content_text .text02 {
    padding: 5px 0 10px;
    width: 100%;
}

.premium_table .table_item.ti12 .item_content .content_text .text02 + .text02 {
    border-top: dashed 1.5px #94641a;
    padding: 10px 0;
}

.premium_table .table_item .item_content .content_val {
    width: 265px;
    padding: 12px 10px;
    border-left: dashed 1.5px #94641a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium_table .table_item .item_content .content_val .text_wrap {
    max-width: 195px;
    width: 100%;
}

.premium_table .table_item .item_content .content_val .text_wrap p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
}

/* .premium_table .table_item .item_content .content_val .text_wrap p.lg {
    letter-spacing: 0;
} */

.premium_table .table_item .item_content .content_val .text_wrap p .mini {
    font-size: 14px;
}

.premium_table .table_item .item_content .content_val .text_wrap p .num {
    font-size: 32px;
}

.dl_area {
    width: 100%;
    padding: 100px 0 120px;
    background: linear-gradient(180deg, #fff 0%, #ebecf5 100%);
}

.standard .dl_area {
    /* padding: 75px 0 0; */
    padding: 50px 0 0;
    background: none;
    width: 90%;
    margin: 0 auto;
}

.dl_list {
    max-width: 1060px;
    width: 90%;
    margin: 0 auto;
}

.standard .dl_list {
    width: 100%;
}

.dl_list + .dl_list {
    margin-top: 115px;
}

.dl_list .list_head {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: solid 1.5px #d3d3d4;
}

.dl_list .list_head h2 {
    font-size: 32px;
    letter-spacing: 3px;
    text-indent: 3px;
    text-align: center;
}

.dl_list .head_comment {
    margin: 15px auto 0;
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
}

.dl_list .head_comment p {
    font-size: 16px;
    line-height: 1.35;
}

.dl_list .list_content {
    padding: 20px 20px 0;
}

.dl_list .list_content .top_text {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 1px;
    text-indent: 1px;
}

.dl_list .list_content .btn_wrap {
    max-width: 850px;
    width: 100%;
    display: flex;
    gap: 30px 25px;
    flex-wrap: wrap;
    margin: 30px auto 0;
}
.dl_list .list_content.lc2 .btn_wrap {
    margin-top: 0;
}

.dl_list .list_content .btn_wrap a {
    width: calc(calc(100% - 25px) / 2);
    min-height: 60px;
    height: auto;
    padding: 5px 25px;
    border-radius: 30px;
    background-image: url(../img/btn_bg_blue.svg);
    background-position: center;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dl_list .list_content .btn_wrap a:hover {
    opacity: 1;
    background-image: url(../img/btn_bg_hov.svg);
}

.dl_list .list_content .btn_wrap a p {
    font-size: 18px;
    line-height: 23px;
    color: white;
    letter-spacing: 1px;
    text-indent: 1px;
    text-align: center;
}

.dl_list .list_content .btn_wrap a .dl_pdf {
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.dl_list .list_content .btn_wrap a .arrow {
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.dl_list .list_content .btn_wrap a.lb02 {
    width: 100%;
}

.mb-100 {
    margin-bottom: 50px;
}
.page_head h1 span {
    display: inline-block;
}

#flash-message {
    position: fixed;
    top: 400px;
    left: calc(50% - 200px);
    width: 400px;
    padding: 10px;
    background-color: #f44336;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    z-index: 9999;
    animation: fadeOut 10s forwards;
}
#flash-message:hover {
    cursor: pointer;
}
/* 230914 */
.Req_Doc {
    padding: 30px 0 10px;
}
.Req_Doc > p {
    margin-bottom: 15px;
}
.Req_Doc div {
    display: flex;
    gap: 5px;
    margin: 0 0 5px 5px;
}
.Req_Doc div > p > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 200;
}

.wrap_head p .wrap_sub {
    font-size: 15px;
    margin-left: 15px;
}

.wrap_head p .wrap_sub a {
    text-decoration: underline;
}

.wrap_head p .long {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
}

.form_wrap .form_content .item_wrap .item_content {
    margin-top: 10px;
    margin-bottom: 20px;
}

.form_wrap .form_content .item_wrap .item_content .text_wrap {
    width: calc(100% - 135px);
}

.form_wrap .form_content .item_wrap .item_content .text_wrap .acv {
    font-size: 18px;
    line-height: 1.44;
    color: #339e4b;
    letter-spacing: 2px;
}

.form_wrap .form_content .item_wrap .item_content .text_wrap .acv_text p {
    font-size: 16px;
    line-height: 1.625;
    text-align: justify;
    letter-spacing: 1px;
}

.form_wrap
    .form_content
    .item_wrap
    .item_content
    .text_wrap
    .acv_text
    .text_flex {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

@media screen and (max-width: 1000px) {
    .Req_Doc div > p > span {
        font-size: 12px;
    }
}
/* .230914 */

@media screen and (max-width: 1000px) {
    .page_head {
        height: 150px;
    }

    .page_head h1 {
        font-size: 28px;
        letter-spacing: 5px;
        text-indent: 5px;
    }

    .pan_list :is(a, p) {
        font-size: 14px;
    }

    .pan_list :is(a, p) + :is(a, p)::before {
        font-size: 14px;
        left: -14px;
    }

    .ib_span {
        display: inline-block;
    }

    .head_area {
        padding: 20px 0 55px;
    }

    .head_area .anchor_btn {
        flex-wrap: wrap;
        gap: 20px;
    }

    .head_area .anchor_btn a {
        width: 270px;
    }

    .head_area .anchor_btn a p {
        font-size: 16px;
    }

    .head_area .anchor_btn a img {
        width: 7px;
    }

    .head_area .text01 {
        font-size: 18px;
        line-height: 30px;
        text-align: left;
        margin: 30px auto 0;
    }

    .head_area .text01 br {
        display: none;
    }

    .head_area .btn_wrap {
        width: 90%;
        flex-wrap: wrap;
        justify-content: center;
        margin: 40px auto 0;
    }

    .head_area .btn_wrap .btn {
        max-width: 350px;
        width: 100%;
    }

    .head_area .btn_wrap .btn .btn_head h2 {
        font-size: 16px;
    }

    .head_area .btn_wrap .btn .btn_content {
        padding: 5px 15px 20px;
        gap: 15px;
    }

    .head_area .btn_wrap .btn .btn_text {
        height: 68px;
    }

    .head_area .btn_wrap .btn .btn_text h3 {
        font-size: 30px;
        line-height: 34px;
    }

    .standard .ov_area {
        padding: 35px 0 70px;
    }

    .ov_area .logo_mark01 {
        width: 120px;
    }

    .ov_area .area_head h2 {
        font-size: 28px;
        letter-spacing: 2px;
        text-indent: 2px;
    }

    .step_flow {
        flex-wrap: wrap;
        max-width: 500px;
        margin: 30px auto 0;
    }

    .step_flow .step {
        width: 100%;
    }

    .step_flow .step .step_head p {
        font-size: 16px;
    }

    .step_flow .step .step_content {
        height: auto;
    }

    .step_flow .step .step_content p {
        font-size: 16px;
        line-height: 24px;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }

    .step_flow .step .step_content p br {
        display: none;
    }

    .step_flow .next {
        transform: rotate(90deg);
    }

    .requirement {
        margin-top: 50px;
    }

    .requirement h3 {
        font-size: 26px;
        letter-spacing: 3px;
        text-indent: 3px;
    }

    .requirement .comment {
        text-align: center;
    }
    .requirement .comment.c02 {
        text-align: left;
    }

    .requirement .rqm_content {
        padding: 10px 20px;
    }

    .requirement .rqm_item {
        padding: 10px 0;
    }

    .requirement .rqm_item .number p {
        font-size: 34px;
    }

    .requirement .rqm_item .item_text p {
        font-size: 18px;
        line-height: 28px;
    }

    .requirement.rqm01 .rqm_item {
        padding: 15px 20px;
    }

    .form_area .form_head h2 {
        font-size: 26px;
        letter-spacing: 3px;
        text-indent: 3px;
    }

    .form_area .form_content {
        padding: 20px 0 0;
    }

    .form_area .check_item label input[type="checkbox"] {
        width: 20px;
        min-width: 20px;
        height: 20px;
        margin-top: 2px;
    }

    .form_area .check_item label input[type="checkbox"]:checked::before {
        width: 20px;
        height: 15px;
    }

    .form_area .check_item label p {
        font-size: 16px;
        line-height: 24px;
    }

    .form_area .check_item label p br {
        display: none;
    }

    .form_area .check_item label p .comment {
        display: block;
    }

    .form_area .check_item label p .comment br.sp {
        display: block;
    }

    .form_area .check_head p {
        font-size: 18px;
        line-height: 26px;
    }

    .table_wrap p {
        font-size: 14px;
        line-height: 22px;
    }

    .table_wrap .employment_table .table_item .item_head {
        width: 25px;
        min-width: 25px;
    }

    .table_wrap .employment_table .table_item .item_content.ic01 {
        width: calc(50% - 25px);
    }

    .contact_area {
        padding-top: 35px;
    }

    .alert_area {
        padding-top: 35px;
    }

    .alert_area .text01 {
        font-size: 18px;
        line-height: 26px;
        text-align: left;
    }

    .contact_area .text01 {
        font-size: 18px;
        line-height: 26px;
        text-align: left;
    }

    .contact_area .text02 {
        font-size: 22px;
    }

    .contact_area .tel {
        font-size: 28px;
    }

    .contact_area .tel a {
        font-size: 36px;
    }

    .contact_area .contact_btn {
        flex-wrap: wrap;
    }

    .submit_btn {
        height: 100px;
    }

    .submit_btn p {
        font-size: 20px;
    }

    .bounty .ov_area {
        padding: 55px 0;
    }

    .bounty_detail .text01 {
        font-size: 20px;
    }

    .bounty_detail .text02 {
        font-size: 28px;
        margin-top: 10px;
    }

    .bounty_detail .text03 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        margin-top: 10px;
    }

    .bounty_detail .text03_1 {
        font-size: 18px;
        margin: 10px auto 0;
    }

    .bounty_detail .text03_2 {
        font-size: 16px;
    }

    .promotion .prm_head h2 {
        font-size: 22px;
    }

    .prm_item .item_head {
        padding: 10px 20px;
    }

    .prm_item .item_head .text_content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .prm_item .item_head .text_content h3 br {
        display: none;
    }

    .prm_item .item_head .text_head p {
        font-size: 34px;
    }

    .prm_item .item_content {
        padding: 10px 20px;
    }

    .prm_item .item_content .achievement {
        font-size: 18px;
    }

    .prm_item .item_content .text01 {
        font-size: 16px;
        line-height: 26px;
    }

    .prm_item .item_head .text_flex p {
        font-size: 16px;
        line-height: 24px;
    }

    .form_area .wrap_head p {
        font-size: 18px;
        line-height: 26px;
    }

    .submit_btn p span {
        font-size: 16px;
    }

    .premium .step_flow .step .step_content {
        height: auto;
    }

    .promotion + .promotion {
        margin-top: 40px;
    }

    .bounty_form .form_wrap {
        margin-top: 60px;
    }

    .bounty_form .form_wrap + .form_wrap {
        margin-top: 40px;
    }

    .premium_text .text01 {
        font-size: 24px;
    }

    .premium_text .text02 {
        font-size: 32px;
    }

    .premium_text .text02 .number {
        font-size: 42px;
    }

    .premium_text .text03 {
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        margin-top: 20px;
    }

    .bounty .ov_area .area_head {
        margin-top: 0;
    }

    .dl_area {
        padding: 55px 0 60px;
    }

    .dl_list .list_head h2 {
        font-size: 24px;
        letter-spacing: 2px;
        text-indent: 2px;
    }

    .dl_list .list_content .top_text {
        font-size: 18px;
        line-height: 28px;
        text-align: left;
    }

    .dl_list .list_content .top_text br {
        display: none;
    }

    .dl_list .list_content .btn_wrap {
        max-width: 500px;
    }

    .dl_list .list_content .btn_wrap a {
        width: 100%;
    }

    .dl_list .list_content .btn_wrap a p {
        font-size: 14px;
        line-height: 21px;
    }

    .dl_list .list_content .btn_wrap a .dl_pdf {
        width: 16px;
        right: 15px;
    }

    .dl_list .list_content .btn_wrap a .arrow {
        width: 7px;
        right: 15px;
    }

    .dl_list .list_content .btn_wrap a.lb02 {
        padding: 5px 25px;
    }

    .dl_list .list_content .btn_wrap a.lb02 p {
        line-height: 19px;
        text-align: center;
    }

    .dl_list .list_content .btn_wrap a.lb02 p span {
        display: inline-block;
    }

    .standard_form {
        margin: 60px auto 0;
    }

    .standard .dl_area {
        padding-top: 25px;
    }

    .standard .dl_list .list_content {
        padding: 0;
    }

    .ict_menu {
        margin-top: 45px;
    }

    .ict_menu h3 {
        font-size: 22px;
        line-height: 1.35;
        letter-spacing: 1px;
        text-indent: 1px;
    }

    .ict_menu h3 .mini {
        font-size: 20px;
    }

    .ict_menu .pattern_wrap {
        flex-wrap: wrap;
        max-width: 600px;
    }

    .ict_menu .pattern_wrap .ptn_head {
        width: 100%;
        height: 40px;
        flex-flow: row;
    }

    .ict_menu .pattern_wrap .ptn_head span.rod {
        transform: rotate(0deg);
    }

    .ict_menu .pattern_wrap .ptn_content {
        width: 100%;
        padding: 20px 10px;
    }

    .ict_menu .pattern_wrap .flex_wrap {
        flex-wrap: wrap;
        flex-flow: column;
        justify-content: center;
        gap: 10px;
    }

    .ict_menu .pattern_wrap .flex_wrap .fw_item {
        width: 100%;
        max-width: 380px;
    }

    .ict_menu .pattern_wrap .plus {
        height: 42px;
        line-height: 42px;
    }

    .bounty_form .menu_wrap {
        padding: 55px 0;
    }

    .bounty_form .menu_wrap .menu_area .area_head {
        height: auto;
        padding: 10px;
    }

    .bounty_form .menu_wrap .menu_area .area_head h2 {
        font-size: 22px;
    }

    .bounty_form .menu_wrap .menu_area .area_head h2 span {
        display: inline-block;
    }

    .bounty_form .content_item .item_head {
        padding: 12px 20px;
    }

    .bounty_form .content_item .item_head .head_text {
        gap: 5px 20px;
    }

    .bounty_form .content_item .item_head h3 {
        width: 100%;
    }

    .bounty_form .content_item .item_head h3 span {
        display: inline-block;
    }

    .bounty_form .content_item .item_content {
        padding: 20px;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .bounty_form .content_item .item_content .text_wrap {
        width: 100%;
    }

    .bounty_form .menu_wrap .menu_area .area_head {
        gap: 0;
    }

    .bounty_form .menu_wrap .menu_area .area_head p {
        text-align: center;
    }

    .bounty_form .menu_wrap .menu_area .area_head p span {
        display: inline-block;
    }

    .bounty_form .bottom_item .text01 {
        text-align: center;
    }

    .bounty_form .bottom_item .text01 .ib_span {
        display: inline-block;
    }

    .premium_table .table_item .item_content .content_text {
        width: 100%;
    }

    .premium_table .table_item .item_content .content_val {
        width: 210px;
    }

    .dl_list .list_content {
        padding: 20px 0 0;
    }

    .dl_list .head_comment {
        width: 100%;
    }

    .dl_list .list_head h2 span {
        display: inline-block;
    }

    .form_wrap .form_content .item_wrap .item_content .text_wrap {
        width: 100%;
    }

    .form_wrap .form_content .item_wrap .item_content .text_wrap .acv_text p {
        font-size: 14px;
    }

    .form_wrap .form_content .item_wrap .item_content .text_wrap .acv {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .head_area .btn_wrap .btn .btn_text h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .head_area .btn_wrap .btn .btn_text h3 span {
        font-size: 18px;
    }

    .head_area .btn_wrap .btn .btn_text {
        height: 56px;
    }

    .ov_area .area_head h2 {
        font-size: 24px;
        letter-spacing: 1px;
        text-indent: 1px;
    }

    .requirement h3 {
        font-size: 22px;
        letter-spacing: 1px;
        text-indent: 1px;
    }

    .requirement h3 span {
        display: inline-block;
    }

    .requirement .rqm_item .number p {
        font-size: 30px;
    }

    .form_area .form_head h2 {
        font-size: 22px;
        line-height: 27px;
    }

    .contact_area .text02 {
        font-size: 20px;
        letter-spacing: 1px;
        text-indent: 1px;
    }

    .contact_area .tel {
        font-size: 24px;
        letter-spacing: 1px;
        text-indent: 1px;
    }

    .contact_area .tel a {
        font-size: 32px;
    }

    .submit_btn p {
        font-size: 18px;
    }

    .bounty_detail .text01 {
        font-size: 18px;
        line-height: 24px;
    }

    .bounty_detail .text02 {
        font-size: 24px;
        line-height: 34px;
    }

    .promotion .prm_head {
        height: 60px;
    }

    .submit_btn p span {
        font-size: 14px;
    }

    .premium_text .text01 {
        font-size: 22px;
    }

    .premium_text .text02 {
        font-size: 28px;
        letter-spacing: 2px;
        text-indent: 2px;
    }

    .form_area .check_item.confirm label {
        align-items: flex-start;
    }

    .table_wrap .employment_table .table_item .item_content {
        padding: 5px;
    }

    .wrap_head p .wrap_sub {
        display: block;
        margin-top: 10px;
        font-size: 15px;
        margin-left: 0;
    }

    .table2_wrap {
        width: 100%;
        margin-top: 40px;
        padding: 5px 10px 10px 10px;
    }

    .premium_table .table_item .number_wrap {
        width: 60px;
    }

    .premium_table .table_item .number_wrap .or {
        font-size: 12px;
    }

    .premium_table .table_item .number_wrap p {
        font-size: 30px;
    }

    .premium_table .table_item .content_wrap {
        width: calc(100% - 60px);
        flex-wrap: wrap;
    }

    .premium_table .table_item .item_content {
        width: 100%;
        flex-wrap: wrap;
    }

    .premium_table .table_item .item_content .content_val {
        width: 100%;
        border-left: none;
        border-top: dashed 1.5px #94641a;
        padding-left: 65px;
        justify-content: flex-start;
    }

    .premium_table .table_item .item_content .content_text {
        width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

    .premium_table .table_item .item_content .content_text p .num {
        font-size: 28px;
    }

    .premium_table .table_item .item_content .content_text .sp_number {
        display: flex;
        width: 60px;
        flex-flow: column;
        align-items: center;
        justify-content: flex-start;
    }

    .premium_table .table_item .item_content .content_text .sp_number .number {
        font-size: 32px;
        color: #94641a;
    }

    .premium_table .table_item .item_content .content_text .sp_number .or {
        font-size: 12px;
        text-align: center;
    }

    .premium_table .table_item .item_content .content_text .text_flex {
        gap: 0;
        width: 100%;
    }

    .premium_table .table_item .item_content .content_text .text01 {
        width: 100%;
    }

    .premium_table .table_item .item_content .content_text .text02 .ib_span {
        display: inline-block;
    }

    .dl_list .list_head h2 {
        font-size: 20px;
        letter-spacing: 1px;
        text-indent: 1px;
    }

    .requirement.rqm01 .rqm_item .item_text p {
        font-size: 16px;
    }

    .ict_menu .com_detail p.anno {
        font-size: 15px;
        line-height: 0.5;
        letter-spacing: 0.5px;
    }
}

.requirement .comment .rqm_main_text {
    font-size: 20px;
}

@media screen and (max-width: 450px) {
    .ov_area .area_head h2 {
        font-size: 22px;
    }

    .submit_btn p {
        font-size: 16px;
    }
}
