@charset "UTF-8";

/*---------------------------------------------------

汎用

---------------------------------------------------*/
.note {
    font-size: 12px;
}

.sp_only {
    display: none;
}

a:hover {
    opacity: 0.8;
}

a[href^="tel:"] {
    cursor: default;
}

a[href^="tel:"]:hover {
    opacity: 1;
    text-decoration: none;
}

@media only screen and (max-width: 690px) {

    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: block;
    }
}


/*---------------------------------------------------

ヘッダー

---------------------------------------------------*/
/* header {
    padding-top: 35px;
    background: url(../lp_image/img_bg_main.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 92px;
    margin-bottom: -20px;
}
header .top_wrap {
    display: flex;
    justify-content: space-between;
}
header h1 {
    margin-top: 8px;
    margin-left: 0;
}
header .tel_box {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
}
header .tel_box .tel_i {
    line-height: 25px;
    height: 25px;
}
header .tel_box .tel_i::before {
    content: "";
    display: inline-block;
    background: url(../lp_image/common/icon_tel.png);
    height: 25px;
    width: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
header .tel_box .tel_num a {
    font-size: 42px;
    color: #267396;
    line-height: 1.2;
    font-weight: bold;
    
}
header .tel_box .tel_num a:hover {
    text-decoration: none;
}
.catch_wrap .catch_1 {
    margin-bottom: 80px;
}
.catch_wrap .catch_1 img {
    display: inline;
}
.catch_5 .num_1 {
    width: 194px;
    height: 148px;
    line-height: 1.2;
    padding-top: 15px;
    padding-right: 5px;
    text-align: center;
    background: url(../image/icon_catch_05.png) no-repeat;
    display: inline-block;
    margin-right: 30px;
    color: #103a4d;
}
.catch_5 .num_1.num_0{
    background: url(../image/icon_catch_none.png) no-repeat;    
} 
.catch_5 .num_1:nth-of-type(2) {
    background: url(../lp_image/icon_catch_01.png) no-repeat;
}
.catch_5 .num_1 span:nth-of-type(1) {
    font-size: 14px;
}
.catch_5 .num_1 span:nth-of-type(2) {
    font-size: 52px;
}
.catch_5 .num_1 span:nth-of-type(3) {
    font-size: 20px;
}
.catch_5 .num_2 {
    width: 194px;
    height: 148px;
    line-height: 1.2;
    padding-top: 15px;
    padding-right: 5px;
    text-align: center;
    background: url(../image/icon_catch_06.png) no-repeat;
    display: inline-block;
    margin-right: 30px;
    color: #103a4d;
}
.catch_5 .num_2:nth-of-type(2) {
    background: url(../lp_image/icon_catch_01.png) no-repeat;
}
.catch_5 .num_2 span:nth-of-type(1) {
    font-size: 14px;
}
.catch_5 .num_2 span:nth-of-type(2) {
    font-size: 52px;
}
.catch_5 .num_2 span:nth-of-type(3) {
    font-size: 20px;
}
.catch_5 .note {
    font-weight: normal;
    font-size: 11px;
    margin-top: 15px;
}


@media only screen and (max-width: 690px) {
    
    header {
        background: none;
        padding-top: 0;
        margin-bottom: -5px;
        padding-bottom: 0;
    }
    .head_sp {
        position: relative;
    }
    .head_sp .logo {
        position: absolute;
        top: 0px;
        left: 5px;
        z-index: 100;
    }
    
    .catch_wrap_sp {
        background-color: #f6f6f6;
        font-weight: bold;
        padding: 30px 0;
        letter-spacing: -1.3px;
    }
    .catch_wrap_sp .inner {
        max-width: 387px;
        margin-left: auto;
        margin-right: auto;
    }
    .catch_wrap_sp .catch_1_sp {
        font-size: 22px
    }
    .catch_wrap_sp .catch_1_sp span {
        font-size: 12px;
    }
    .catch_wrap_sp .catch_1_sp .fs15 {
        font-size: 15px;
    }
    .catch_wrap_sp .catch_2_sp {
        font-size: 26px;
        line-height: 1.3;
        font-weight: bolder;
    }
    .catch_wrap_sp .catch_2_sp span {
        letter-spacing: -3px;
    }
    
    .tel_area {
        background-color: #8bd4ec;
        padding: 20px 0;
        text-align: center;
        font-size: 16px;
        line-height: 1.4;
    }
    .tel_area p::before {
        content: url(../lp_image/common/icon_tel.png);
        display: inline-block;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    .tel_area a {
        font-size: 42px;
        color: #267396;
        font-weight: bold;
    }

}
 */

/*---------------------------------------------------

フッター

---------------------------------------------------*/
/* footer {
    margin-bottom: 280px;
}
footer .copy_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
footer .policy a {
    text-decoration: underline;
    color: #0028a9;
    font-size: 12px;
    padding-left: 15px;
    background: url(../lp_image/icon_arr_black.jpg) no-repeat left center;
}


@media only screen and (max-width: 690px) {
    
    footer {
        margin-bottom: 170px;
    }
    footer .copy_wrap {
        display: block;
        text-align: center;
    }
    footer .policy {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    footer .policy a {
        font-size: 14px;
    }
    footer .copy_wrap small {
        font-size: 14px;
    }
    
}
 */

/*---------------------------------------------------

container

---------------------------------------------------*/
.cv_area .inner {
    width: auto;
    max-width: 812px;
}

.cv_btns a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
}

.cv_btns .col {
    width: calc(50% - 22px);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .4);
    margin-bottom: 10px;
}

.cv_btns .doc {
    background-color: #0075a9;
    border-radius: 30px;
}

.cv_btns .form {
    background-color: #f19149;
    border-radius: 30px;
    margin-left: 44px;
}

.dl_wrap .inner_848 {
    width: auto;
    max-width: 858px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    border: 3px solid #2e568c;
    border-radius: 12px;
    position: relative;
}

.dl_wrap .inner_848::before {
    content: url(../lp_image/icon_lp_rightnow.png);
    position: absolute;
    top: -20px;
    left: -30px;
    z-index: 5;
}

.dl_wrap .inner_848 .img_left {
    position: absolute;
    width: 33%;
    max-width: 274px;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.shiyan img {
    width: 100%;
}

.dl_wrap .ttl_wrap {
    background-color: #2e568c;
    height: 110px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.dl_wrap .btm_wrap {
    position: relative;
    height: 98px;
}

.dl_wrap .ttl_wrap strong {
    font-size: 30px;
    color: #fbf66c;
}

.dl_wrap .ttl_wrap .in,
.dl_wrap .btm_wrap .in {
    display: block;
    width: auto;
    max-width: 510px;
    position: absolute;
    top: 20px;
    right: 50px;
    z-index: 2;
}

.dl_wrap .ttl_wrap .in {
    text-shadow: 0 0 20px #2e568c;
}

.dl_wrap .btm_wrap .in {
    right: 110px;
}

.dl a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #e52929;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 356px;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    text-decoration: none;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .4);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.logos_lead {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.logos_lead strong {
    font-size: 36px;
}

.inner_w1216 {
    max-width: 1216px;
    margin-left: auto;
    margin-right: auto;
}

.logos_wrap {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.logos_wrap div {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 17px;
}

.logos_wrap div img {
    width: 100%;
}

@media only screen and (max-width: 1120px) {
    .cv_btns {
        max-width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
}


@media only screen and (max-width: 690px) {

    .cv_btns_sp.inner {
        padding: 20px 16px;
    }

    .cv_btns_sp .btn a {
        display: block;
        max-width: 316px;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        background-color: #f19149;
        border-radius: 25px;
        font-size: 25px;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }

    .cv_btns_sp .doc a {
        background-color: #0075a9;
        margin-top: 8px;
        margin-bottom: 20px;
    }

    .dl_area_sp {
        display: flex;
        align-items: center;
        padding: 10px 25px 10px 7px;
        border: 3px solid #2e568c;
        background-color: #fff;
        margin-bottom: 15px;
        position: relative;
    }

    .dl_area_sp img {
        margin-left: 0;
        margin-right: 10px;
    }

    .dl_area_sp a {
        display: block;
        font-size: 18px;
    }

    .dl_area_sp a::before {
        position: absolute;
        content: url(../lp_image/icon_arr_dl.png);
        right: 10px;
        top: calc(50% - 10px);
    }

    .dl_area_sp a img {
        display: inline;
        margin-left: 0;
    }

    .dl_area_sp .txt_box {
        font-size: 15px;
        letter-spacing: -2px;
        line-height: 1.3;
        text-align: center;
    }

    .dl_area_sp.pr15 {
        padding-right: 15px;
    }

    .dl_area_sp .txt_box .in1 {
        font-size: 12px;
    }

    .dl_area_sp .txt_box .in3 {
        font-size: 21px;
    }

    .dl_area_sp .txt_box strong {
        color: #e52929;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: -3px;
    }

    .inner_w1216 {
        padding: 0 5px;
    }

    .logos_lead {
        font-size: 16px;
        margin-top: 20px;
    }

    .logos_lead strong {
        font-size: 20px;
    }

    .logos_wrap {
        margin-top: 35px;
    }

    .logos_wrap div {
        width: calc((100% - 3px) / 3);
        margin-left: 0px;
        margin-right: 1px;
        margin-bottom: -4px;
    }

}

.sec_01 {
    position: relative;
    margin-top: 90px;
}

.sec_01 .inner {
    padding-top: 170px;
    padding-bottom: 50px;
    position: relative;
}

.sec_01 .inner::after {
    content: url(../lp_image/img_bg_01.png);
    position: absolute;
    top: 0;
    right: 50px;
    z-index: -5;
}

.sec_01::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f6f6f6;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: -10;
}

.sec_01 h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    text-indent: 40px;
}

.sec_01 h2 strong {
    font-size: 45px;
}

.sec_01 h2 .notice {
    font-size: 45px;
    color: #1776a0;
}

.sec_nayami_list {
    position: relative;
    padding-bottom: 80px;
}

.sec_nayami_list::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f6f6f6;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: -10;
}

.sec_nayami_list::after {
    content: url(../lp_image/icon_down.png);
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 20%);
    transform: translate(-50%, 20%);
}

.sec_nayami_list li {
    margin-left: 40px;
    font-size: 24px;
    list-style: none;
}

.sec_nayami_list li::before {
    content: url(../lp_image/icon_lp_check.png);
    vertical-align: middle;
    margin-right: 15px;
}


@media only screen and (max-width: 690px) {

    .sec_01 {
        margin-top: 50px;
    }

    .sec_01 .inner {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .sec_01 .inner::after {
        content: url(../lp_image/img_bg_sp_01.png);
        top: -70px;
        right: 0;
    }

    .sec_01 h2 {
        font-size: 18px;
        text-indent: 0;
    }

    .sec_01 h2 strong,
    .sec_01 h2 .notice {
        font-size: 23px;
    }

    .sec_nayami_list {
        padding-bottom: 40px;
    }

    .sec_nayami_list::after {
        bottom: 0;
        -webkit-transform: translate(-50%, 50%) scale(0.6);
        transform: translate(-50%, 70%) scale(0.6);
    }

    .sec_nayami_list li {
        font-size: 12px;
        margin-left: 0;
    }

    .sec_nayami_list li::before {
        content: url(../lp_image/icon_lp_check_sp.png);
        margin-right: 5px;
    }

}


.h2_area {
    position: relative;
    padding-top: 100px;
    margin-bottom: -70px;
}

.h2_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #daebf2;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: -1;
}

.h2_area .inner_848 {
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
}

.h2_area .note {
    text-align: right;
}

.h2ttl {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

body .payroll_contact .dlb_contact_tel .dlb_contact_time {
    line-height: 1.5;
}

.h2ttl .notice {
    font-size: 63px;
    color: #fd3e3e;
}

.h2ttl .under_dot {
    position: relative;
}

.h2ttl .under_dot::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0075a9;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sec_02 {
    position: relative;
    padding-top: 70px;
    padding-bottom: 300px;
    margin-bottom: -300px;
}

.sec_02::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #daebf2;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: -1;
}

.sec_02 .graph_ttls {
    display: flex;
    margin-top: 70px;
}

.sec_02 .graph_ttls .ttl {
    font-size: 20px;
    color: #103a4d;
    text-align: center;
    line-height: 1.4;
    padding-top: 5px;
    width: 234px;
    height: 65px;
    margin: 0 auto 25px;
    background-color: #f1f8fa;
    border-radius: 10px;
}

.sec_02 .graph_imgs {
    display: flex;
    align-items: flex-end;
}

.sec_02 .graph_imgs div:first-of-type {
    margin-right: 35px;
}

.dl_wrap_2 {
    max-width: 1114px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    border-radius: 12px;
}

.dl_wrap_2 .ttl {
    height: 68px;
    line-height: 68px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background-color: #2e568c;
    border-radius: 12px 12px 0 0;
    text-align: center;
}

.dl_wrap_2 .box_btm {
    border-radius: 0 0 12px 12px;
    border: 3px solid #2e568c;
    background-color: #fff;
    padding: 25px 65px;
}

.dl_wrap_2 .col_i {
    margin-right: 40px;
    width: 30%;
    max-width: 318px;
}

.dl_wrap_2 .col_t {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    width: calc(70% - 40px);
    max-width: 756px;
    margin-top: 1%;
}

.dl_wrap_2 .col_t span {
    font-size: 20px;
    color: #e52929;
}

.dl_wrap_2 .dl a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.dl_wrap_3 .col2_it dt {
    font-size: 18px;
    margin-bottom: 15px;
}

.dl_wrap_3 .col2_it dd {
    font-size: 14px;
    font-weight: normal;
}

.dl_wrap_3 .col2_m>.col:first-of-type {
    border-right: 1px dotted #dedede;
}

.dl_wrap_3 .col_i {
    margin-right: 20px;
}

.sec_08 .dl_wrap_3 .col2_m {
    margin-bottom: 0;
}

.sec_08 .dl_wrap_3 .col2_m .col {
    margin-bottom: 0;
}

@media only screen and (max-width: 690px) {

    .h2_area {
        padding: 70px 16px 0;
        margin-bottom: -30px;
    }

    .h2ttl {
        font-size: 22px;
        letter-spacing: -0.6px;
    }

    .h2ttl .notice {
        font-size: 30px;
    }

    .h2ttl .under_dot::before {
        width: 5px;
        height: 5px;
        bottom: -5px;
    }

    .sec_02 {
        padding-top: 30px;
        padding-bottom: 50px;
        margin-bottom: -50px;
    }

    .sec_02 .graph_imgs {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .sec_02 .graph_imgs div {
        width: 100%;
    }

    .sec_02 .graph_imgs .ttl {
        font-size: 20px;
        color: #103a4d;
        text-align: center;
        line-height: 1.4;
        padding: 8px;
        background-color: #fff;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .sec_02 .graph_imgs div:first-of-type {
        margin-right: 0;
    }

    .sec_02 .graph_imgs div:first-of-type img {
        width: 82%;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .sec_02 .graph_imgs div:nth-of-type(2) {
        margin-bottom: 50px;
    }

}


.dl_section {
    position: relative;
    padding-bottom: 100px;
}

.dl_section::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #daebf2;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    z-index: -1;
}

.h2_area.bgc_01 {
    padding-top: 50px;
    /*    margin-bottom: 0;*/
}

.h2_area.bgc_01::before {
    content: none;
}

.sec_03 {
    position: relative;
    padding-top: 90px;
    padding-bottom: 100px;
}

.sec_03::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    z-index: -1;
}

.sec_03::after {
    content: url(../lp_image/icon_down.png);
    display: inline-block;
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sec_03 .ttl_wrap {
    font-size: 28px;
    font-weight: bold;
    color: #0075a9;
    text-align: center;
    background-color: #e8f1f7;
    width: 100%;
    max-width: 664px;
    height: 72px;
    line-height: 72px;
    margin: 55px auto 30px;
    position: relative;
}

.sec_03 .ttl_wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 72px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #e8f1f7 transparent transparent transparent;
}

.sec_03 .txt {
    margin-top: 35px;
    font-size: 16px;
    font-weight: bold;
}


@media only screen and (max-width: 690px) {

    .dl_section {
        padding-bottom: 50px;
    }

    .sec_03 {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .sec_03 .ttl_wrap {
        font-size: 14px;
        height: auto;
        line-height: 1.5;
        padding: 10px 0;
        margin-top: 30px;
    }

    .sec_03 .ttl_wrap::before {
        top: 100%;
        border-width: 15px 15px 0 15px;
    }

    .sec_03::after {
        bottom: 0;
        -webkit-transform: translate(-50%, 70%) scale(0.6);
        transform: translate(-50%, 50%) scale(0.6);
    }

    .h2_area.bgc_01 {
        padding-top: 20px;
    }

}


.h3_area {
    position: relative;
    /*    padding-top: 30px;*/
}

.h3_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eef6f9;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: -1;
}

.h3_area.h3_area_inside {
    padding-top: 0;
    padding-bottom: 60px;
    margin-bottom: -60px;
}

.h3_area.h3_area_inside .h3ttl {
    margin-top: 0;
}

.sec_04 {
    position: relative;
    padding-bottom: 70px;
}

.sec_04::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eef6f9;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: -1;
}

.h3ttl {
    font-size: 36px;
    color: #44a4ce;
    line-height: 1.3;
    position: relative;
    padding-left: 20px;
    margin-top: 70px;
}

.h3ttl::before {
    content: "";
    width: 6px;
    height: 100%;
    background-color: #44a4ce;
    position: absolute;
    top: 0;
    left: 0;
}

.sec_04 .txt {
    font-size: 16px;
    font-weight: bold;
    margin-top: 55px;
}

.sec_04 .col2_it .col_l {
    width: calc(100% - 32px - 60%);
    margin-right: 32px;
}

.sec_04 .col2_it .col_r {
    width: 60%;
}

.sec_04 .col3_m {
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.sec_04 .col3_m .col {
    padding: 40px;
    background-color: #fff;
    border-radius: 30px;
}

.sec_04 .col3_m .ttl {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}

.sec_04 .col3_m .txt {
    line-height: 1.5;
    margin-top: 30px;
}

.sec_04 .col3_m .note {
    font-size: 12px;
}

.sec_05 {
    margin-top: 40px;
    margin-bottom: 50px;
}


@media only screen and (max-width: 690px) {

    .h3_area.h3_area_inside {
        padding-bottom: 50px;
    }

    .sec_04 {
        padding-top: 10px;
        padding-bottom: 60px;
    }

    .h3ttl {
        font-size: 20px;
        margin-top: 40px;
    }

    .sec_04 .col2_it .col_l {
        width: 100%;
        margin-right: 0;
    }

    .sec_04 .col2_it .col_r {
        width: 100%;
    }

    .sec_04 .txt {
        margin-top: 30px;
    }

    .sec_04 .col3_m .col.sp_only {
        border-radius: 0;
        padding: 20px 10px;
        display: flex;
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
    }

    .sec_04 .col3_m .col.sp_only:first-of-type {
        border-top: 1px solid #ddd;
    }

    .sec_04 .col3_m .col.sp_only div:nth-of-type(1) {
        width: 28%;
        margin-right: 15px;
    }

    .sec_04 .col3_m .col.sp_only div:nth-of-type(2) {
        width: calc(72% - 15px);
    }

    .sec_04 .col3_m .col.sp_only .ttl {
        font-size: 18px;
        text-align: left;
        margin-bottom: 10px;
    }

    .sec_04 .col3_m .col.sp_only .txt {
        margin-top: 5px;
        font-weight: normal;
    }

    .sec_05 {
        margin-top: 50px;
        margin-bottom: 30px;
    }


}

.sec_06 {
    position: relative;
    padding-top: 90px;
    padding-bottom: 80px;
    margin-top: 60px;
}

.sec_06::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #5eb1d5;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: -1;
}

.sec_06 .col_l {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
    padding-left: 40px;
}

.sec_06 .col_r .num_1 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 130px;
    height: 106px;
    padding-top: 10px;
    padding-right: 5px;
    background: url(../image/icon_catch_07.png) no-repeat;
}

.sec_06 .col_r .num_1.num0 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 130px;
    height: 106px;
    padding-top: 10px;
    padding-right: 5px;
    background: url(../image/icon_catch_none02.png) no-repeat;
}

/*.sec_06 .col_r .num_1:nth-of-type(2) {
    background: url(../lp_image/icon_catch_02.png) no-repeat;
}*/
.sec_06 .col_r .num_1 span:nth-of-type(1) {
    display: inline-block;
    font-size: 10px;
    line-height: 1.3;
}

.sec_06 .col_r .num_1 span:nth-of-type(2) {
    font-size: 35px;
    line-height: 1;
}

.sec_06 .col_r .num_2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 130px;
    height: 106px;
    padding-top: 10px;
    padding-right: 5px;
    background: url(../image/icon_catch_08.png) no-repeat;
}

.sec_06 .col_r .num_2.num0 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 130px;
    height: 106px;
    padding-top: 10px;
    padding-right: 5px;
    background: url(../image/icon_catch_none02.png) no-repeat;
}

/*.sec_06 .col_r .num_2:nth-of-type(2) {
    background: url(../lp_image/icon_catch_02.png) no-repeat;
}*/
.sec_06 .col_r .num_2 span:nth-of-type(1) {
    display: inline-block;
    font-size: 10px;
    line-height: 1.3;
}

.sec_06 .col_r .num_2 span:nth-of-type(2) {
    font-size: 35px;
    line-height: 1;
}

.sec_06 .note {
    color: #fff;
    text-align: right;
}

.sec_06 .col2_m_sp2 .col {
    margin-bottom: 10px;
}

.sec_06 .col2_ti {
    margin-bottom: 20px;
    align-items: center;
}

.sec_06 .col2_ti .col_r {
    width: calc(100% - 100px - 67%);
    margin-left: 100px;
}

.sec_06 .tel_wrap a {
    font-size: 31px;
    color: #133240;
    font-weight: bold;
    margin-left: 30px;
    margin-right: 30px;
}

.sec_06 .tel_wrap a::before {
    content: url(../lp_image/common/icon_tel_bigger.png);
    margin-right: 5px;
}

.sec_06 .tel_wrap {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.sec_06 .tel_wrap .time {
    font-weight: normal;
}


@media only screen and (max-width: 690px) {

    .sec_06 {
        padding-top: 60px;
        padding-bottom: 50px;
        margin-top: 30px;
    }

    .sec_06 .col2_ti .col_l {
        text-align: center;
        padding-left: 0;
    }

    .sec_06 .col2_ti .col_r {
        width: 100%;
        margin-left: 0;
    }

    .sec_06 .col2_m_sp2 {
        justify-content: center;
    }

    .sec_06 .tel_wrap .time {
        display: none;
    }

    .sec_06 .cv_btns_sp.inner {
        padding-top: 0;
    }

}


.h2_area.bgc_02 {
    padding-top: 150px;
    margin-bottom: 0;
}

.h2_area.bgc_02::before {
    content: none;
}

.h3_area.bgc_white::before {
    content: none;
}

.h3_area.sec_07_part1 {
    margin-top: 0;
}

.h3_area.sec_07_part2 {
    padding-top: 0;
}

.sec_07 .txt_wrap {
    position: relative;
    margin-top: 70px;
}

.sec_07 .txt_wrap p {
    font-size: 30px;
    color: #0075a9;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 90px;
    left: 70px;
}

.sec_07 .txt_wrap .num {
    font-size: 72px;
}

.sec_07 .txt_wrap .note {
    color: #000;
    font-size: 11px;
    display: block;
    margin-top: 10px;
}

.sec_07 .txt {
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
    padding-left: 20px;
}

.sec_07 .col2_m:nth-of-type(2) .col:nth-of-type(2) {
    margin-top: 80px;
}

@media only screen and (max-width: 690px) {

    .h2_area.bgc_02 {
        padding-top: 40px;
    }

    .h3_area.sec_07_part1 {
        margin-top: 0;
    }

    .sec_07 .txt {
        padding-left: 0;
        margin-top: 30px;
    }

    .sec_07 .txt_wrap {
        margin-top: 20px
    }

    .sec_07 .txt_wrap p {
        left: 0;
        top: 40px;
    }

    .sec_07 .txt_wrap .num {
        font-size: 50px;
    }

    .sec_07 .col2_m:nth-of-type(2) .col:nth-of-type(2) {
        margin-top: 20px;
    }

}


.sec_08 {
    position: relative;
    padding-bottom: 50px;
}

.sec_08::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eef6f9;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    z-index: -1;
}

.ttl_area {
    position: relative;
    padding-top: 100px;
    padding-bottom: 10px;
}

.ttl_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eef6f9;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    z-index: -1;
}

.ttl_area .sub_ttl {
    font-size: 26px;
    font-weight: bold;
    text-align: center;

}

.ttl_area .sub_ttl::before {
    content: url(../lp_image/icon_ttl_l.jpg);
    vertical-align: middle;
}

.ttl_area .sub_ttl::after {
    content: url(../lp_image/icon_ttl_r.jpg);
    vertical-align: middle;
}

.ttl_area h2 {
    color: #0075a9;
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
}

.case_ttl_area {
    position: relative;
    padding-bottom: 5px;
}

.case_ttl_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eef6f9;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    z-index: -1;
}

.case_ttl {
    display: flex;
    align-items: center;
}

.case_ttl .label_l {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #0075a9;
    width: 188px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 14px;
}

.case_lead {
    font-size: 30px;
    color: #0075a9;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 25px;
}

.sec_08 .col2_m {
    margin-bottom: 10px;
}

.sec_08 .box_l .txt {
    font-size: 16px;
    font-weight: bold;
}

.sec_08 .box_l .txt_btm {
    font-size: 16px;
    color: #0075a9;
    font-weight: bold;
    padding: 25px 35px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 25px;
}

.sec_08_dl_area {
    position: relative;
    margin-top: -100px;
    padding-bottom: 300px;
    margin-bottom: -250px;
}

.sec_08_dl_area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eef6f9;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    z-index: -1;
}

@media only screen and (max-width: 690px) {

    .sec_08 {
        padding-bottom: 10px;
    }

    .ttl_area .sub_ttl {
        font-size: 18px;
        letter-spacing: -1.5px;
    }

    .ttl_area .sub_ttl::before,
    .ttl_area .sub_ttl::after {
        display: inline-block;
        transform: scale(0.7);
    }

    .ttl_area h2 {
        margin-bottom: 40px;
    }

    .case_ttl {
        flex-wrap: wrap;
    }

    .case_ttl .label_l {
        margin-bottom: 10px;
    }

    .case_lead {
        font-size: 25px;
        line-height: 1.5;
    }

    .sec_08 .col2_m {
        margin-bottom: 30px;
    }

    .sec_08_dl_area {
        margin-top: 0;
    }

}


.sec_09 {
    padding-top: 60px;
    margin-bottom: 100px;
}

.sec_09 .txt {
    max-width: 960px;
    margin: 35px auto;
    font-size: 16px;
    font-weight: bold;
}

.sec_10.sec_10_top {
    margin-bottom: 0;
}

.sec_10.sec_10_top .support_inr {
    padding-bottom: 0;
}

.sec_10.sec_10_top .txt {
    margin-bottom: 0;
}

.sec_10.sec_10_btm .support_inr {
    padding-top: 20px;
}

.sec_10 .txt {
    font-size: 16px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 45px;
    padding-left: 20px;
}

.sec_10.mb0 {
    margin-bottom: 0;
}

.support_inr {
    background-color: #f6f6f6;
    padding: 50px 30px 35px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.label_support {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background-color: #1d4a88;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    top: -20px;
    left: 20px;
}

.support_wrap .col2_it .col_l {
    width: 120px;
    margin-right: 10px;
}

.support_wrap .col2_it .col_r {
    width: calc(100% - 130px);
}

.support_wrap .col2_it .ttl {
    font-size: 18px;
    font-weight: bold;
    color: #1d4a88;
}

.support_wrap .col2_it .txt {
    padding-left: 0;
    margin-top: 10px;
}

.col4_m .col {
    width: calc(25% - 15px);
    margin-left: 20px;
    margin-bottom: 10px;
}

.support_wrap dl {
    background-color: #e1f0f7;
    border: 2px solid #fff;
    padding: 25px;
    color: #0075a9;
    font-weight: bold;
}

.support_wrap dl.outside {
    background-color: #feeee3;
    color: #d8590c;
}

.support_wrap dl dt {
    font-size: 18px;
}

.support_wrap dl dd {
    font-size: 12px;
    margin-top: 5px;
}

.support_wrap dl dd li {
    list-style: none;
}

@media only screen and (max-width: 690px) {

    .sec_09 {
        padding-top: 0;
        margin-bottom: 50px;
    }

    .sec_10 .txt {
        margin-top: 25px;
        margin-bottom: 35px;
        padding-left: 0;
    }

    .support_inr {
        padding: 40px 30px;
    }

    .support_wrap .col2_it .col_l {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .support_wrap .col2_it .col_r {
        width: 100%;
    }

    .support_wrap .col2_it .txt {
        margin-bottom: 20px;
    }

    .col4_m .col {
        width: 100%;
        margin-left: auto;
    }

    .support_wrap dl {
        padding: 10px;
    }

    .support_wrap dl dt {
        position: relative;
    }

    .support_wrap dl dt::after {
        content: "";
        display: inline-block;
        width: 18px;
        height: 2px;
        background-color: #b8b8b8;
        position: absolute;
        right: 0;
        top: calc(50% - 1px);
    }

    .support_wrap dl dt::before {
        content: "";
        display: inline-block;
        height: 18px;
        width: 2px;
        background-color: #b8b8b8;
        position: absolute;
        right: 8px;
        top: calc(50% - 9px);
    }

    dt.closed::before {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        transform: rotate(90deg);
    }

    .support_wrap dl dd {
        display: none;
    }

    .support_wrap .col4_m .col {
        margin-bottom: 4px;
    }

}

.sec_11 {
    margin-top: 60px;
}

.sec_11.sec_11_btm {
    padding-bottom: 60px;
}

.sec_11 h2 {
    margin-bottom: 70px;
}

.sec_11 .col2_it {
    margin-bottom: 60px;
}

.sec_11 .col2_it .col_l {
    width: 245px;
    margin-right: 40px;
    position: relative;
}

.sec_11 .col2_it .col_l::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #eee;
    width: 6px;
    height: 76px;
    right: 0;
    top: 10px;
}

.sec_11.sec_11_btm .col2_it:nth-of-type(2) .col_l::after {
    content: none;
}

.sec_11 .col2_it .col_r {
    width: calc(100% - 285px);
    font-weight: bold;
    font-size: 16px;
}

.sec_11 .col2_it .col_r .ttl {
    font-size: 24px;
}

.sec_12 {
    padding-top: 100px;
    padding-bottom: 290px;
    margin-bottom: -160px;
    position: relative;
}

.sec_12::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eef6f9;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    z-index: -1;
}

.sec_12.sec_12_top {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sec_12.sec_12_btm {
    padding-top: 0;
}

.centrsub_ttl {
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}

.centrsub_ttl::before,
.centrsub_ttl::after {
    content: none;
}

.centrsub_ttl .icon {
    position: relative;
}

.centrsub_ttl .icon::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -30px;
    border-left: 2px solid;
    height: 60px;
    transform: rotate(-43deg);
}

.centrsub_ttl .icon::after {
    content: "";
    position: absolute;
    display: block;
    top: -3px;
    right: -30px;
    border-left: 2px solid;
    height: 60px;
    transform: rotate(45deg);
}

.centrsub_ttl_small {
    width: 100%;
    max-width: 460px;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

@media only screen and (max-width: 690px) {

    .sec_11 {
        margin-top: 40px;
    }

    .sec_11.sec_11_btm {
        padding-bottom: 30px;
    }

    .sec_11 h2 {
        margin-bottom: 40px;
    }

    .sec_11 .col2_it {
        margin-bottom: 30px;
    }

    .sec_11 .col2_it .col_l {
        width: 20%;
        margin-right: 15px;
    }

    .sec_11 .col2_it:nth-of-type(3) .col_l {
        display: none;
    }

    .sec_11 .col2_it:nth-of-type(3) .col_r {
        width: 100%;
    }

    .sec_11 .col2_it:nth-of-type(3) .col_r .ttl {
        margin-bottom: 10px;
    }

    .sec_11 .col2_it .col_r {
        width: calc(80% - 15px);
    }

    .sec_11 .col2_it .col_l::after {
        content: none;
    }

    .sec_11 .col2_it .col_r .ttl {
        font-size: 20px;
    }

    .sec_12 {
        padding-top: 50px;
        padding-bottom: 130px;
        margin-bottom: -90px;
    }

    .sec_12 .ttl_area .sub_ttl::before,
    .sec_12 .ttl_area .sub_ttl::after {
        content: none;
    }

    .sec_12 .ttl_area .sub_ttl .icon {
        position: relative;
    }

    .sec_12 .ttl_area .sub_ttl .icon::before {
        content: url(../lp_image/icon_ttl_l.jpg);
        position: absolute;
        display: block;
        top: 10px;
        left: -40px;
        transform: scale(1.1);
    }

    .sec_12 .ttl_area .sub_ttl .icon::after {
        content: url(../lp_image/icon_ttl_r.jpg);
        position: absolute;
        display: block;
        top: 10px;
        right: -40px;
        transform: scale(1.1);
    }

    .centrsub_ttl {
        font-size: 25px;
    }

    .centrsub_ttl .icon::before {
        top: -1px;
        left: -20px;
        height: 40px;
    }

    .centrsub_ttl .icon::after {
        right: -20px;
        height: 40px;
    }

    .centrsub_ttl_small {
        font-size: 11px;
        margin-top: 5px;
    }
}

.q_wrap {
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 20px 20px 65px;
    text-indent: -40px;
}

.q_wrap .initial {
    font-size: 30px;
    color: #0075a9;
    margin-right: 10px;
}

.a_wrap {
    font-size: 18px;
    line-height: 1.5;
    padding: 25px 20px 30px 65px;
    position: relative;
}

.a_wrap .initial {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #ed6f30;
    position: absolute;
    left: 25px;
    top: 50%;
    -weblit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sec_13 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec_13.sec_13_top {
    padding-bottom: 0;
}

.sec_13.sec_13_btm {
    padding-top: 0;
}

.sec_13 h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
}

.table_wrap {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.table_wrap table {
    width: 100%;
}

table.tab01 th {
    width: 30%;
    background-color: #f5fafc;
    color: #000;
    font-size: 16px;
    padding: 10px;
}

table.tab01 td {
    width: 70%;
    padding: 10px 50px;
}

table.tab01 tr {
    border: 1px solid #c9c9c9;
}

.sec_14 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 150px;
    margin-bottom: 100px;
}

.sec_14::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eef6f9;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: -1;
}

.sec_14.sec_14_top {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.sec_14.sec_14_btm1 {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.sec_14.sec_14_btm2 {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.sec_14.sec_14_btm3 {
    padding-top: 0;
    margin-bottom: 0;
}

.sec_14 h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
}

.dl_docs_wrap h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.dl_docs_wrap h3::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 33px;
    vertical-align: middle;
    margin-right: 15px;
    background-color: #000;
}

.dl_docs_wrap .ttl {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 15px;
}

.dl_docs_wrap .dl_box {
    background-color: #fff;
    padding: 25px;
}

.dl_docs_wrap .dl_box.bl-hover {
    opacity: 0.8;
}

.dl_docs_wrap .dl_box .dl a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 23px;
    border-radius: 25px;
    margin-top: 20px;
}

.dl_docs_wrap .txt {
    line-height: 1.5;
    margin-top: 10px;
}

.dl_docs_wrap .col {
    width: calc(50% - 5px);
    margin-left: 10px;
    margin-bottom: 10px;
}

.dl_docs_wrap .col4_m .col {
    width: calc((100% - 30px) / 4);
    margin-left: 10px;
    margin-bottom: 10px;
}

.dl_docs_wrap .col4_m .col:nth-of-type(4n-3) {
    margin-left: 0;
}

.logo_btm {
    text-align: right;
}

.logo_btm img {
    display: inline;
}

.logo_btm img:first-of-type {
    margin-right: 10px;
}

@media only screen and (max-width: 690px) {

    .q_wrap {
        padding: 10px 10px 10px 50px;
        text-indent: -40px;
        line-height: 1.;
    }

    .a_wrap {
        padding: 20px 10px 25px 50px;
    }

    .a_wrap .initial {
        left: 10px;
        top: 25px;
        -weblit-transform: translateY(0);
        transform: translateY(0);
    }

    .sec_13 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sec_13 h2 {
        margin-bottom: 30px;
    }

    table.tab01 th {
        text-align: left;
    }

    table.tab01 td {
        padding: 10px 20px;
    }

    .sec_14 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .dl_docs_wrap .col {
        width: 100%;
        margin-left: auto;
        margin-bottom: 15px;
    }

    .dl_docs_wrap .col4_m .col {
        width: 100%;
        margin-left: auto;
        margin-bottom: 15px;
    }

    .dl_docs_wrap .dl_box_sp {
        display: flex;
        align-items: center;
    }

    .dl_docs_wrap .dl_box_sp .img_thum {
        width: 15%;
        margin-right: 10px;
    }

    .dl_docs_wrap .dl_box {
        padding: 10px;
        border: 3px solid #2e568c;
        position: relative;
    }

    .dl_docs_wrap .dl_box::before {
        position: absolute;
        content: url(../lp_image/icon_arr_dl.png);
        right: 10px;
        top: calc(50% - 10px);
    }

    .dl_docs_wrap .ttl {
        margin-top: 0;
        padding-right: 15px;
    }

    .logo_btm {
        text-align: center;
        margin-top: 50px;
    }

}

.dl_box_fix {
    position: fixed;
    bottom: 220px;
    right: 0;
    border-radius: 12px;
    box-shadow: 1px 1px 9px rgba(115, 115, 115, 0.7);
    width: 300px;
    display: none;
    z-index: 10;
}

.dl_box_fix .ttl {
    background-color: #2e568c;
    border-radius: 12px 12px 0 0;
    text-align: center;
    border: 3px solid #2e568c;
    padding: 10px 0 5px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -1px;
}

.dl_box_fix .ttl .in1 {
    font-size: 14px;
}

.dl_box_fix .ttl .in2 {
    font-size: 18px;
}

.dl_box_fix .ttl strong {
    font-size: 18px;
    color: #fbf66c;
}

.dl_box_fix .ttl .fs26 {
    font-size: 24px;
}

.dl_box_fix .btm_wrap {
    padding: 10px;
    border: 3px solid #2e568c;
    border-radius: 0 0 12px 12px;
    text-align: center;
    background-color: #fff;
}

.dl_box_fix .btm_wrap img {
    width: 80%;
}

.dl_box_fix .dl a {
    max-width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    box-shadow: none;
    border-radius: 20px;
}

.dl_box_fix .close_i {
    width: 40px;
    height: 40px;
    border: 3px solid #2e568c;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -15px;
    left: -15px;
}

.dl_box_fix .close_i::before {
    content: "";
    display: block;
    width: 26px;
    height: 4px;
    position: absolute;
    background-color: #2e568c;
    transform: rotate(45deg);
    top: calc(50% - 2px);
    left: calc(50% - 13px);
}

.dl_box_fix .close_i::after {
    content: "";
    display: block;
    width: 26px;
    height: 4px;
    position: absolute;
    background-color: #2e568c;
    transform: rotate(-45deg);
    top: calc(50% - 2px);
    left: calc(50% - 13px);
}

.dl_box_fix.closed {
    display: none !important;
}

a.pagetop {
    background-image: url(../lp_image/common/pagetop.png);
}

.cv_wrap_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 0 5px 0;
    border-top: 1px solid #bfbfbf;
    display: none;
    z-index: 10;
}

.cv_wrap_fix .tel_wrap a::before {
    content: url(../lp_image/common/icon_tel.png);
    margin-right: 5px;
}

.cv_wrap_fix .tel_wrap {
    font-size: 14px;
    font-weight: bold;
}

.cv_wrap_fix .tel_wrap a {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

.cv_wrap_fix .tel_wrap .time {
    font-size: 13px;
    font-weight: normal;
}

@media only screen and (max-width: 690px) {
    body .h2ttl {
        font-size: 22px;
        line-height: 1.4;
    }

    body .centrsub_ttl {
        font-size: 25px;
    }

    .logos_lead {
        width: 95%;
        margin: auto;
    }

    body .payroll_box06 .inner p,
    body .payroll_box06 .inner h2 {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    body .tel_area a {
        font-size: 35px;
    }

    body .cv_wrap_fix .tel_wrap p:nth-of-type(2) {
        font-size: 10px;
    }

    body .cv_wrap_fix .tel_wrap p:nth-of-type(2) a {
        font-size: 23px;
    }

    body .cv_wrap_fix .tel_wrap .time {
        font-size: 10px;
    }

    body .cv_wrap_fix .tel_wrap p:nth-of-type(2)::before {
        content: "";
        width: 15px;
        height: 15px;
        background-image: url(../lp_image/common/icon_tel.png);
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        transform: translateY(4px);
        /* width: 13px; */
    }

    .cv_wrap_fix {
        padding: 10px 0 0 0;
        background-color: #eef6f9;
    }

    .cv_wrap_fix .cv_area .inner {
        max-width: 100%;
        padding: 0;
    }

    .cv_wrap_fix .tel_wrap {
        display: flex;
        align-items: center;
    }

    .cv_wrap_fix .fs9 {
        font-size: 9px;
    }

    .cv_wrap_fix .tel_wrap p:nth-of-type(1) {
        width: 26%;
        margin-right: 10px;
        text-align: center;
    }

    .cv_wrap_fix .tel_wrap p:nth-of-type(2) {
        width: calc(74% - 10px);
        font-size: 13px;
        text-align: center;
        line-height: 1.3;
    }

    .cv_wrap_fix .tel_wrap p:nth-of-type(2)::before {
        content: url(../lp_image/common/icon_tel.png);
        display: inline-block;
        transform: translateY(8px);
    }

    .cv_wrap_fix .tel_wrap p:nth-of-type(2) a {
        font-size: 32px;
        font-weight: bold;
        margin: 0;
    }

    .cv_wrap_fix .tel_wrap p:nth-of-type(2) a::before {
        content: none;
    }

    .cv_wrap_fix .tel_wrap .time {
        line-height: 1.3;
    }

    .cv_wrap_fix .cv_btns .form {
        margin-left: 8px;
    }

    .cv_wrap_fix .cv_btns a {
        height: 28px;
        line-height: 28px;
        border-radius: 14px;
        font-size: 13px;
    }

    .cv_wrap_fix .cv_btns .col {
        width: calc(50% - 4px);
        box-shadow: none;
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 480px) {
    .cv_wrap_fix .tel_wrap {
        display: block;
    }

    .cv_wrap_fix .cv_btns {
        margin-bottom: 5px;
    }

    .cv_wrap_fix .tel_wrap .time br {
        display: none;
    }

    .cv_wrap_fix .tel_wrap p:nth-of-type(1) {
        width: 100%;
        margin-right: 0;
    }

    .cv_wrap_fix .tel_wrap p:nth-of-type(2) {
        width: 100%;
    }
}


/*----- 2019/04/22 -----*/


.txt_top {
    margin-bottom: 20px;
}

.txt_top .txt_top01 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.3;
}

.txt_top .small {
    font-size: 60%;
}

.txt_top .txt_top02 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
}

.txt_top .txt_top03 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.3;
}

.txt_under {
    color: #1776a0;
    margin-bottom: 20px;
}

.txt_under .txt_under01,
.txt_under .txt_under02 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
}

.txt_under .txt_under03 {
    font-size: 80px;
    font-weight: bold;
    line-height: 1.3;
}

.txt_under .txt_under03 .small02 {
    font-size: 70%;
}

.txt_under .txt_under03 .small {
    font-size: 50%;
}

@media only screen and (max-width: 979px) {
    .txt_top .txt_top01 {
        font-size: 25px;
    }

    .txt_top .txt_top02 {
        font-size: 20px;
    }

    .txt_top .txt_top03 {
        font-size: 35px;
    }

    .txt_under .txt_under01,
    .txt_under .txt_under02 {
        font-size: 20px;
    }

    .txt_under .txt_under03 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 690px) {
    .txt_top {
        margin-bottom: 10px;
    }

    .txt_top .txt_top01 {
        font-size: 14px;
    }

    .txt_top .txt_top02 {
        font-size: 12px;
    }

    .txt_top .txt_top03 {
        font-size: 17px;
    }

    .sp_mainimg img {
        position: relative;
    }

    .sp_mainimg .sp_txt {
        position: absolute;
        top: 20%;
        left: 5px;
    }

    .sp_txt .top_txt {
        font-weight: bold;
        color: #1776a0;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .sp_txt .top_txt .txt_under01 {
        font-size: 10px;
    }

    .sp_txt .top_txt .txt_under03 {
        font-size: 25px;

    }

    .sp_txt .top_txt .txt_under03 .small02 {
        font-size: 80%;
    }

    .sp_txt .top_txt .txt_under03 .small02 {
        font-size: 50%;
    }

    .sp_txt .top_txt .txt_under04 {
        font-size: 10px;
        color: #000;
    }

    .sp_txt .col2_m {
        width: 80%;
    }

    .sp_txt .col {
        width: 50%;
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        line-height: 1.3;
        padding-left: 5px;
        margin-bottom: 0;
    }

    .sp_txt .num_1 {
        background-image: url(../image/icon_catch_sp.png);
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 30px 0 25px;
    }

    .sp_txt .num_1 .dummy02 {
        font-size: 25px;
        margin-top: -3px;
        position: relative;
    }

    .sp_txt .num_1 .dummy02:before {
        position: absolute;
        content: "※1";
        font-size: 10px;
        right: 20px;
        top: 3px;
    }

    .sp_txt .num_1 .dummy02.num_0:before {
        position: absolute;
        content: "※";
        font-size: 10px;
        right: 32px;
        top: 3px;
    }

    .sp_txt .num_1 .dummy02 .small {
        font-size: 40%;
    }

    .sp_txt .num_2 {
        background-image: url(../image/icon_catch_sp.png);
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 30px 0 25px;
    }

    .sp_txt .num_2 .dummy02 {
        font-size: 25px;
        margin-top: -3px;
        position: relative;
    }

    .sp_txt .num_2 .dummy02:before {
        position: absolute;
        content: "※2";
        font-size: 10px;
        right: 15px;
        top: 3px;
    }

    .sp_txt .num_2 .dummy02.num_0:before {
        position: absolute;
        content: "※";
        font-size: 10px;
        right: 32px;
        top: 3px;
    }

    .sp_txt .num_2 .dummy02 .small {
        font-size: 40%;
    }

    .sp_mainimg .note {
        font-size: 10px;
    }

    .sp_txt .num_2 .dummy02.num_0.numH:before {
        position: absolute;
        content: "※2";
        font-size: 10px;
        right: 15px;
        top: 3px;
    }

    .sp_txt .num_1 .dummy02.num_0.numH:before {
        position: absolute;
        content: "※2";
        font-size: 10px;
        right: 20px;
        top: 3px;
    }



}


/*20190708追記*/

header#ver02 {
    padding-bottom: 100px;
}

#ver02 .txt_top .txt_top01 {
    display: block;
    background-color: #002F44;
    color: #FFF;
    padding: 8px 40px 8px 30px;
    font-size: 20px;
    position: relative;
    z-index: 0;
    width: 21%;
    font-weight: 500;
}

#ver02 .txt_top01::after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 25px;
    height: 58px;
    right: -10px;
    bottom: -11px;
    transform: rotate(30deg);
    z-index: 1;
}

#ver02 .txt_main .txt_main01,
#ver02 .txt_main .txt_main02 {
    font-size: 30px;
}

#ver02 .txt_main01 span {
    font-size: 45px;
    background-color: #0075A9;
    color: #fff;
    margin-right: 6px;
    padding: 2px 7px;
}

#ver02 .txt_main01 span:first-child {
    margin-left: 6px;
}

#ver02 .txt_main02 {
    margin-bottom: 15px;
}

#ver02 .txt_main02 span {
    font-size: 45px;
    font-weight: bold;
    position: relative;
}

#ver02 .txt_main02 span::before {
    content: "";
    position: absolute;
    background-color: #0075A9;
    width: 2px;
    height: 2px;
    border: solid #0075A9;
    border-radius: 100%;
    left: 19px;
    top: -8px;
}

#ver02 .txt_main02 span.bt_none::before {
    display: none;
}

#ver02 .txt_under .txt_under01 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
}

#ver02 .txt_under01 .smalltop {
    color: #103A4D;
    font-size: 15px;
    vertical-align: super;
}

@media only screen and (max-width: 690px) {
    header#ver02 {
        padding-bottom: 0;
    }

    #ver02 .txt_top {
        margin-bottom: 5px;
    }

    #ver02 .txt_under {
        margin-bottom: 3px;
    }

    #ver02 .txt_top .txt_top01 {
        padding: 3px 20px 3px 10px;
        font-size: 10px;
        width: 120px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    #ver02 .txt_top01::after {
        width: 13px;
        height: 35px;
        right: -5px;
        bottom: -5px;
        transform: rotate(18deg);
    }

    #ver02 .txt_main .txt_main01,
    #ver02 .txt_main .txt_main02 {
        font-size: 14px;
        line-height: 1.5;
    }

    #ver02 .txt_main01 {
        margin-bottom: 5px;
    }

    #ver02 .txt_main01 span {
        font-size: 18px;
        margin-right: 3px;
        padding: 1px 3px;
    }

    #ver02 .txt_main01 span:first-child {
        margin-left: 3px;
    }

    #ver02 .txt_main02 {
        margin-bottom: 0;
    }

    #ver02 .txt_main02 span {
        font-size: 18px;
    }

    #ver02 .txt_main02 span::before {
        border: solid 1px #0075A9;
        left: 9px;
        top: -4px;
    }

    #ver02 .txt_under .txt_under01 {
        font-size: 10px;
    }

    #ver02 .txt_under01 .smalltop {
        font-size: 10px;
    }
}

/*IE*/
@media all and (-ms-high-contrast: none) {
    #ver02 .txt_main02 span::before {
        top: -5px;
    }
}

/*mainimage_190822add*/
.mainimage_btnbox {
    max-width: 510px;
}

.mainimage_btn {
    background-color: #f19149;
    border-radius: 30px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .4);
    max-width: 400px;
    margin: 0 auto 20px;
}

.mainimage_btn a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
}

.mainimage_txtbtn {
    text-align: center;
    margin-bottom: 30px;
}

.mainimage_txtbtn a {
    color: #267396;
    font-size: 20px;
    text-decoration: underline;
    text-align: center;
}

.catch_5 {
    max-width: 510px;
    text-align: center;
}

.catch_5 .note {
    text-align: left;
    padding-left: 30px;
}

.youtubeW {
    width: 560px;
    margin: auto;
    height: 350px;
}

/*---------------------------------------------------

ヘッダー

---------------------------------------------------*/
.lpMainImgArea {
    padding-top: 50px;
    background: url(../image/new_mainimage_01_lp.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 100px;
    margin-bottom: 30px;
    position: relative;
}

.lpMainImgArea .top_wrap {
    display: flex;
    justify-content: space-between;
}

.lpMainImgArea h1 {
    margin-top: 8px;
    margin-left: 0;
}

.lpMainImgArea .tel_box {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
}

.lpMainImgArea .tel_box .tel_i {
    line-height: 25px;
    height: 25px;
}

.lpMainImgArea .tel_box .tel_i::before {
    content: "";
    display: inline-block;
    background: url(../lp_image/common/icon_tel.png);
    height: 25px;
    width: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.lpMainImgArea .tel_box .tel_num a {
    font-size: 42px;
    color: #267396;
    line-height: 1.2;
    font-weight: bold;

}

.lpMainImgArea .tel_box .tel_num a:hover {
    text-decoration: none;
}

.catch_wrap .catch_1 {
    margin-bottom: 80px;
}

.catch_wrap .catch_1 img {
    display: inline;
}

.catch_5 .num_1 {
    width: 194px;
    height: 148px;
    line-height: 1.2;
    padding-top: 15px;
    padding-right: 5px;
    text-align: center;
    background: url(../image/icon_catch_05.png) no-repeat;
    display: inline-block;
    margin-right: 30px;
    color: #103a4d;
}

.catch_5 .num_1.num_0 {
    background: url(../image/icon_catch_none.png) no-repeat;
}

/*.catch_5 .num_1:nth-of-type(2) {
    background: url(../lp_image/icon_catch_01.png) no-repeat;
}*/
.catch_5 .num_1 span:nth-of-type(1) {
    font-size: 14px;
}

.catch_5 .num_1 span:nth-of-type(2) {
    font-size: 52px;
}

.catch_5 .num_1 span:nth-of-type(3) {
    font-size: 20px;
}

.catch_5 .num_2 {
    width: 194px;
    height: 148px;
    line-height: 1.2;
    padding-top: 15px;
    padding-right: 5px;
    text-align: center;
    background: url(../image/icon_catch_06.png) no-repeat;
    display: inline-block;
    margin-right: 30px;
    color: #103a4d;
}

/*.catch_5 .num_2:nth-of-type(2) {
    background: url(../lp_image/icon_catch_01.png) no-repeat;
}*/
.catch_5 .num_2 span:nth-of-type(1) {
    font-size: 14px;
}

.catch_5 .num_2 span:nth-of-type(2) {
    font-size: 52px;
}

.catch_5 .num_2 span:nth-of-type(3) {
    font-size: 20px;
}

.catch_5 .note {
    font-weight: normal;
    font-size: 11px;
    margin-top: 15px;
}


@media only screen and (max-width: 690px) {
    .lpMainImgArea {
        background-image: url(../image/new_mainimage_01_lp_sp.jpg);
    }

    /* 
    .lpMainImgArea {
        background: none;
        padding-top: 0;
        margin-bottom: -5px;
        padding-bottom: 0;
    } */

    .head_sp {
        position: relative;
    }

    .head_sp .logo {
        position: absolute;
        top: 0px;
        left: 5px;
        z-index: 100;
    }

    .catch_wrap_sp {
        background-color: #f6f6f6;
        font-weight: bold;
        padding: 30px 0;
        letter-spacing: -1.3px;
    }

    .catch_wrap_sp .inner {
        max-width: 387px;
        margin-left: auto;
        margin-right: auto;
    }

    .catch_wrap_sp .catch_1_sp {
        font-size: 22px
    }

    .catch_wrap_sp .catch_1_sp span {
        font-size: 12px;
    }

    .catch_wrap_sp .catch_1_sp .fs15 {
        font-size: 15px;
    }

    .catch_wrap_sp .catch_2_sp {
        font-size: 26px;
        line-height: 1.3;
        font-weight: bolder;
    }

    .catch_wrap_sp .catch_2_sp span {
        letter-spacing: -3px;
    }

    .tel_area {
        background-color: #8bd4ec;
        padding: 20px 0;
        text-align: center;
        font-size: 16px;
        line-height: 1.4;
    }

    .tel_area p::before {
        content: url(../lp_image/common/icon_tel.png);
        display: inline-block;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    .tel_area a {
        font-size: 42px;
        color: #267396;
        font-weight: bold;
    }

}

.top_new_01_box.topNewsLp {
    max-width: 1127px;
    overflow: hidden;
    position: relative;
    margin: auto auto 50px;
    -webkit-box-shadow: 0px 9px 22px 0px #eee;
    box-shadow: 0px 9px 22px 0px #eee;
    background: #fff;
    width: 100%;
}

.btn_bulebeta {
    margin: 50px auto;
}

@media only screen and (max-width: 832px) {

    .youtubeW {
        width: 70%;
        margin: auto;
    }

    .sec_06 .note {
        color: #fff;
        text-align: center;
    }

    .top_new_01_box.topNewsLp {
        bottom: 20px;
        width: 95%;
    }

    .lpMainImgArea {
        padding-top: 50px;
        padding-bottom: 190px;
    }

    .btn_bulebeta {
        margin: 5px auto;
    }

    .dl_docs_wrap.sec_14_btm3 .col4_m {
        justify-content: space-between;
    }

    .dl_docs_wrap .col4_m .col {
        width: calc((100% - 10px) / 2);
        margin-left: 0;
    }

    .centrsub_ttl {
        font-size: 35px;
    }

    .h2ttl {
        font-size: 35px;
        line-height: 1.4;
    }

    .dl_wrap .inner_848 {
        max-width: 100%;
        width: 85%;
    }

    .dl_wrap .inner_848 .img_left {
        top: 78%;
    }

    .dl_wrap .inner_848 .img_left img {
        width: 50%;

    }

}

@media only screen and (max-width: 890px)and (min-width: 690px) {

    .sec_06 .col_r .num_2.num0 {
        margin-left: 0;
    }

    body #new_rssTOP .rss_title {
        padding: 5px;
        font-size: 14px;
    }

    body .top_new_more a {
        color: #204f7a;
        position: relative;
        background: #F0F0F0;
        font-weight: bold;
        padding: 18px 47px 17px 17px;
    }

    .sec_06 .col_l {

        padding-left: 0;
    }

    .col4_m .col.accordionbox {
        width: calc(25% - 5px);
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .support_wrap dl {
        padding: 15px;
    }

    .support_wrap dl dt {
        font-size: 15px;
    }

}

@media only screen and (max-width: 690px) {
    .youtubeW {
        width: 95%;
        margin: auto;
    }

    .sec_03::before {
        display: none;
    }

    body .payrole_footer_info {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body .dl_docs_wrap .dl_box_sp .img_thum {
        width: 30%;
    }

    body .dl_docs_wrap .dl_box_sp .ttl {
        width: calc(70% - 10px);
    }

    .dl_docs_wrap .col4_m .col {
        width: calc((100% - 10px) / 1);
    }

    .tel_area {
        width: 95%;
        margin: auto;
    }

    .lpMainImgArea {
        padding-top: 30px;
        padding-bottom: 30px;
        height: 400px;
    }

    .top_new_01_box dl {
        margin-bottom: 10px;
    }

    .page_payroll .rss_date {
        margin-top: 8px;
    }

    body .top_new_more a {
        display: block;
        background: none;
        font-size: 12px;
        display: block;
        padding: 5px 30px;
    }

    .lpMainImgArea #new_rssTOP .rss_title {
        padding: 0px 10px;
        line-height: 1.4;
    }

    div.payroll_box06 .txt_c {
        font-size: 13px;
    }

    .btn_bulebeta {
        margin: 20px auto;
    }

    .sp_mainimg .sp_txt {
        padding: 0 16px;
    }

    body .top_new_01_box .top_new_title_top {
        font-size: 14px;
        padding: 10px 0px;
    }

    body .top_new_more {
        top: auto;
        bottom: 0px;
    }

    body .top_new_01_box {
        padding-bottom: 25px;
    }

    body .top_new_more a:before {
        top: 47%;
        background-size: 6px;
        transform: translateY(-50%);
        background-position: center;
        right: 10px;
    }

    body .payrole_footer_nav {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.cv_wrap_fix .tel_wrap {
    text-align: center;
}

.dl_box_fix {
    bottom: 150px;
}

.payrole_footer_info {
    height: auto !important
}

.cv_wrap_fix.is-hide {
    opacity: 0;
    visibility: hidden;
}

.youtube_inner {
    width: 30%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

@media only screen and (max-width: 980px) {
    .youtube_inner {
        width: 94%;
    }
}

/*### ### ###topMainNewsArea### ### ###*/
.paddingAdjustment {
    padding: 6em 0 20px;
}

.topMainNewsWrapper {
    margin-top: 20px;
}

.topMainNewsArea {
    display: flex;
}

.topMainNewsTitleArea {
    width: 10%;
    background-repeat: no-repeat;
    background-image: url(../image/common/bg_top_new01.png);
    padding: 16px 0px;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.topMainNewsTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
}

.topMainNewsCon {
    width: 75%;
    background: #fff;
}

.topMainNewsBtnArea {
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.topMainNewsBtn {
    color: #204f7a;
    position: relative;
    background: #F0F0F0;
    font-weight: bold;
    padding: 21px 47px 21px 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.topMainNewsBtn:before {
    content: '';
    background: url(../image/common/bg_top_new01_more.png)no-repeat right center;
    position: absolute;
    right: 17px;
    top: 50%;
    width: 26px;
    height: 30px;
    transform: translateY(-50%);
}

.topMainNewsCon dl {
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.topMainNewsCon dl+dl {
    border-top: 1px solid #f5f5f5;
}

.topMainNewsCon dl .rss_date {
    width: 15%;
    float: none;
}

.topMainNewsCon dl .rss_title {
    width: 85%;
    padding-top: 0;

}

.topMainNewsCon dl .rss_title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    .topMainNewsTitleArea {
        width: 15%;
    }

    .topMainNewsCon {
        width: 65%;
    }

    .topMainNewsBtnArea {
        width: 20%;
    }

    .topMainNewsBtn {
        padding: 21px 25px 21px 17px;
    }

    .topMainNewsBtn:before {
        right: 5px;
    }

    .topMainNewsCon dl .rss_date {
        width: 25%;
    }

    .topMainNewsCon dl .rss_title {
        width: 75%;
    }

    .topMainNewsCon dl {
        padding: 10px;
    }
}

@media only screen and (max-width: 690px) {
    .topMainNewsArea {
        flex-wrap: wrap;
    }

    .topMainNewsTitleArea {
        width: 100%
    }

    .topMainNewsCon {
        width: 100%
    }

    .topMainNewsBtnArea {
        width: 100%
    }

    .topMainNewsBtn {
        padding: 10px 25px 10px 17px;
    }

    .topMainNewsBtn:before {
        background-size: 8px;
    }

    .topMainNewsTitleArea {
        padding: 10px 0px;
    }

    .topMainNewsCon dl .rss_date {
        padding: 0;
        margin-top: 0;
    }

    .topMainNewsCon dl .rss_title a {
        font-size: 13px;
        line-height: 1;
    }

    .topMainNewsWrapper {
        margin: 20px auto;
    }

    .paddingAdjustment {
        padding: 3em 0 20px;
        height: auto;
        margin-bottom: auto;
    }

    .sp_mainimg .sp_txt {
        position: relative;
    }
}

.mainimage_bttn {
    width: 96%;
    max-width: 510px;
    margin-left: 0;
}

.mainimage_bttn a {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: 1.2;
    text-align: center;
    background-color: #EC8141;
    padding: 20px;
    border-radius: 100px;
}

.mainimage_bttn a::before,
.mainimage_bttn a::after {
    position: absolute;
    display: block;
    content: '';
}

.mainimage_bttn a::before {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 20px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

.mainimage_bttn a::after {
    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #EC8141;
    top: 50%;
    right: 32px;
    transform: translateY(-50%) rotate(45deg);
}

.mainimage_bttn a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 690px) {

    .mainimage_bttn a {
        font-size: 16px;
        padding: 12px 26px 12px 12px;
    }

    .mainimage_bttn a::before {
        width: 20px;
        height: 20px;
        right: 14px;
    }

    .mainimage_bttn a::after {
        width: 6px;
        height: 6px;
        right: 21px;
    }
}

.mainimage_pickup {
    width: 320px;
    border: 4px solid #EC8141;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    bottom: 100px;
    right: calc(50% - 560px);
    animation: pick_ani 3s forwards;
}

@keyframes pick_ani {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    80% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.mainimage_pickup .mainimage_pickup_h2 {
    background-color: #EC8141;
    padding: 10px;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.4;
}

.mainimage_pickup .mainimage_pickup_h2 .small {
    font-size: 80%;
}

.mainimage_pickup .txt_p {
    padding: 20px;
}

.mainimage_pickup .txt_p .small {
    font-size: 80%;
}

.mainimage_pickup .txt_p .large {
    font-size: 110%;
    line-height: 1.6;
}

.mainimage_pickup_list {
    margin-bottom: 10px;
}

.mainimage_pickup .down_btn a {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 2px solid #5284B2;
    border-radius: 30px;
    padding: 10px 10px 10px 50px;
    font-weight: bold;
    color: #5284B2;
    position: relative;
}

.mainimage_pickup .down_btn a:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 20px;
    background-image: url(../other/h_download_icon.svg);
    background-size: 16px 20px;
    background-repeat: no-repeat;
    background-position: center;
    top: calc(50% - 10px);
    left: 15px;
}

.mainimage_pickup .down_btn a:hover {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.mainimage_pickup .mail_btn a {
    display: block;
    width: 100%;
    background-color:#e52929;
    border: 2px solid #e52929;
    border-radius: 30px;
    padding: 10px 10px 10px 50px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.mainimage_pickup .mail_btn a:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 20px;
    background-image: url(../image/content_icon_white.png);
    background-size: 22px 20px;
    background-repeat: no-repeat;
    background-position: center;
    top: calc(50% - 10px);
    left: 15px;
}

.mainimage_pickup .mail_btn a:hover {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 979px) {
    .mainimage_pickup {
        display: none;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 100;
        background-color: #fff;
        border-radius: 0;
        animation: none;
        border-color: #fff;
        box-shadow: 0 -5px 10px -3px rgba(0,0,0,.1);
    }

    .mainimage_pickup .mainimage_pickup_h2 {
        display: none;
    }

    .mainimage_pickup p {
        display: none;
    }

    .mainimage_pickup .txt_p {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 5px;
    }

    .mainimage_pickup .down_btn,
    .mainimage_pickup .mail_btn {
        width: calc(50% - 5px);
        margin: 0 2.5px;
    }

    .mainimage_pickup .down_btn a,
    .mainimage_pickup .mail_btn a {
        text-align: center;
        font-size: 70%;
        padding: 10px 5px 10px 35px;
    }
}

@media only screen and (max-width: 690px) {}