body.common .bypurpose dl {
    margin: inherit;
}

body.common .bypurpose ul,
.bypurpose .ulist, .ulist2 {
    margin: inherit;
}

body .bypurpose {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳＰゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

body .bypurpose a:link,
body .bypurpose a:visited {
    color: #005396;
    text-decoration: underline;
}

body .bypurpose a:active,
body .bypurpose a:hover {
    text-decoration: none;
}

body .local-navi-link a:link,
body .local-navi-link a:visited {
    color: #fff;
    text-decoration: none;
}

.smp-only {
    display: none;
}


.saving-image {
    background: url('/category/saving_and_new/saving/enterprise/bypurpose/img/bypurpose_header.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 20.44vw;
}

.saving-image img {
    display: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.local-navi {
    background: rgb(0,83,150);
    background: linear-gradient(90deg, rgba(0,83,150,1) 0%, rgba(0,159,219,1) 100%);
/*    background: url('/category/saving_and_new/saving/enterprise/bypurpose/img/bypurpose_menu_bg.png') no-repeat center center;*/
/*    background-size: cover;*/
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
}

.local-navi-text {
    color: #fff;
    line-height: 2;
    margin: 0;
    padding: 1em 0 2em 0;
    text-align: center;
}

.local-navi-link {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: auto !important;
    padding: 0 0 55px 0;
    max-width: 980px;
    width: 100%;
}

.local-navi-link li {
    border-bottom: solid 1px #fff;
    width: 285px;
    height: 2.5em;
}

.local-navi-link a {
    display: block;
    position: relative;
}

.local-navi-link .nav-title {
    display: block;
    padding-left: 38px;
    position: relative;
}

.local-navi-link .nav-text {
    display: block;
    padding-left: 38px;
    position: absolute;
    top: 45px;
}

.local-navi-form .nav-title::before {
    background: url(/category/saving_and_new/saving/enterprise/bypurpose/img/icon_form_w.svg) no-repeat;
    background-position: center;
    content: '';
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    width: 22px;
    height: 20px;
}

.local-navi-tel .nav-title::before {
    background: url(/category/saving_and_new/saving/enterprise/bypurpose/img/icon_tel_w.svg) no-repeat;
    background-position: center;
    content: '';
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 3px;
    bottom: 0;
    width: 20px;
    height: 20px;
}

.local-navi-tel .nav-title {
    font-size: 1.3em;
}

.local-navi-helpdesk .nav-title::before {
    background: url(/category/saving_and_new/saving/enterprise/bypurpose/img/icon_helpdesk_w.svg) no-repeat;
    background-position: center;
    content: '';
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 2px;
    bottom: 0;
    width: 27px;
    height: 24px;
}

.local-navi-form .nav-title::after,
.local-navi-helpdesk .nav-title::after {
    background: url(/category/saving_and_new/saving/enterprise/bypurpose/img/icon_cursor_right_w.svg) no-repeat;
    background-position: center;
    content: '';
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 20px;
    height: 10px;
}

.local-navi-helpdesk .nav-text::after {
    background: url(/category/saving_and_new/saving/enterprise/bypurpose/img/icon_external_w.svg) no-repeat;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    top: -1px;
    right: -19px;
    bottom: 1px;
    width: 14px;
    height: 14px;
}

.bypurpose section {
    margin: auto;
    max-width: 1100px;
}

.bypurpose section + section {
    margin-top: 90px;
}

.section-title {
    align-items: center;
    display: flex;
    margin-top: 60px;
    margin-bottom: 25px;
}

.section-title-report::before {
    background: url(/category/saving_and_new/saving/enterprise/bypurpose/img/icon_report.svg) no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    width: 93px;
    height: 92px;
}

.section-title-institution::before {
    background: url(/category/saving_and_new/saving/enterprise/bypurpose/img/icon_institution.svg) no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    width: 92px;
    height: 90px;
}

.section-title-laws::before {
    background: url(/category/saving_and_new/saving/enterprise/bypurpose/img/icon_laws.svg) no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    width: 90px;
    height: 90px;
}


.section-title h2 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
    margin: 0 0 0 15px;
    padding: 0;
}

.section-title-report h2 {
    padding-top: 12px;
}

.bypurpose-list {
    list-style: none;
    margin: 25px 0;
    padding: 0;
}

.bypurpose-list > li > dl {
    display: flex;
    margin: 0;
}

.bypurpose-list > li > dl > dt,
.bypurpose-list > li > dl > dd {
    align-items: center;
    border-bottom: solid 1px #000;
    display: inline-flex;
    padding: 25px 10px;
}

.bypurpose-list > li:first-child > dl > dt,
.bypurpose-list > li:first-child > dl > dd {
    border-top: solid 1px #000;
}

.bypurpose-list > li > dl > dd {
    margin-left: 30px;
}


.list-purpose {
    font-size: 1.25em;
    width: 27%;
}

.list-summary {
    font-size: 1.065em;
    width: 29.7%;
}

.list-link {
    width: 37.6%;
}


.list-link > ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    width: 100%;
}

.list-link > ul > li + li {
    margin-top: .75em;
}

.list-link-childlist {
    display: flex;
    margin: 0;
}

.list-link-childlist dt,
.list-link-childlist dd {
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.list-link-childlist dt {
    white-space: nowrap;
    width: 30%;
}

.list-link-childlist dd {
    width: 70%;
}

.list-link-childlist.split dd {
    width: auto;
}

.list-link-childlist dd + dd {
    margin-left: 4em;
}

.link-pdf {
    display: inline-block;
    padding-right: 24px;
    position: relative;
}

.link-pdf::after {
    background: url(/category/saving_and_new/saving/enterprise/bypurpose/img/icon_pdf.svg) no-repeat;
    background-position: center;
    content: '';
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 21px;
}

.link-external {
    display: inline-block;
    padding-right: 22px;
    position: relative;
}

.link-external::after {
    background: url(/category/saving_and_new/saving/enterprise/bypurpose/img/icon_external.svg) no-repeat;
    background-position: center;
    content: '';
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
}

.link-cursor {
    display: inline-block;
    padding-left: 28px;
    position: relative;
}

.link-cursor::before {
    background: url(/category/saving_and_new/saving/enterprise/bypurpose/img/icon_cursor_right.svg) no-repeat;
    background-position: center;
    content: '';
    display: inline-block;
    margin: auto;
    position: absolute;
    top: calc(.5em - 1px);
    left: 0;
    width: 20px;
    height: 10px;
}


@media screen and (min-width: 770px) and (max-width: 1100px) {

    body .bypurpose {
        font-size: .75em;
    }

    .local-navi-link {
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin: auto !important;
        padding: 0 0 55px 0;
        max-width: 768px;
        width: 100%;
    }

    .local-navi-link li {
        width: 225px;
    }

    .bypurpose section {
        margin: auto;
        max-width: 768px;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .section-title-report::before {
        width: 61px;
        height: 60px;
    }

    .section-title-report h2 {
        padding-top: 8px;
    }

    .section-title-institution::before {
        width: 61px;
        height: 60px;
    }

    .section-title-laws::before {
        width: 56px;
        height: 56px;
    }

    .link-cursor::before {
        background-size: contain;
        top: calc(0.5em - 1px);
        width: 13px;
        height: 8px;
    }

    .link-cursor {
        padding-left: 18px;
    }

    .bypurpose-list > li > dl > dd {
        margin-left: 20px;
    }

}

@media screen and (min-width: 481px) and (max-width: 769px) {

    .saving-image {
        background: url('/category/saving_and_new/saving/enterprise/bypurpose/img/bypurpose_header_tablet.png') no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 42.78vw;
    }

    body .bypurpose {
        font-size: .8em;
    }

    .local-navi-text {
        padding: 1.5em 0 3em 0;
    }

    .local-navi-link {
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin: auto !important;
        padding: 0 0 55px 0;
        max-width: 728px;
        width: 100%;
    }

    .local-navi-link li {
        width: 214px;
        height: 2.25em;
    }

    .local-navi-link .nav-title {
        padding-left: 27px;
    }

    .local-navi-tel .nav-title {
        font-size: 1.25em;
    }

    .local-navi-form .nav-title::after,
    .local-navi-helpdesk .nav-title::after {
        background-size: contain;
        right: 10px;
        width: 15px;
        height: 10px;
    }

    .local-navi-form .nav-title::before {
        background-size: contain;
        width: 17px;
        height: 15px;
    }

    .local-navi-tel .nav-title::before {
        background-size: contain;
        width: 15px;
        height: 15px;
    }

    .local-navi-helpdesk .nav-title::before {
        background-size: contain;
        width: 20px;
        height: 18px;
    }

    .local-navi-link .nav-text {
        padding-left: 27px;
        top: 32px;
    }

    .bypurpose section {
        margin: auto;
        max-width: 768px;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .section-title-report::before {
        width: 61px;
        height: 60px;
    }

    .section-title-report h2 {
        padding-top: 8px;
    }

    .section-title-institution::before {
        width: 61px;
        height: 60px;
    }

    .section-title-laws::before {
        width: 56px;
        height: 56px;
    }

    .link-cursor::before {
        background-size: contain;
        top: calc(0.5em - 1px);
        width: 13px;
        height: 8px;
    }

    .link-cursor {
        padding-left: 18px;
    }

    .bypurpose-list > li > dl > dd {
        margin-left: 20px;
    }

    .list-purpose {
        font-size: 1em;
    }

    .list-summary {
        font-size: .875em;
    }

    .list-link {
        font-size: .875em;
    }

}

@media screen and (max-width: 480px) {

    .saving-image {
        background: url('/category/saving_and_new/saving/enterprise/bypurpose/img/bypurpose_header_smp.png') no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 85.21vw;
    }

    .local-navi-text {
        font-size: 1.25em;
        padding: 1em 0.5em 2em 0.5em;
    }

    .local-navi-link {
        flex-direction: column;
        padding: 0 0 25px 0;
        max-width: 100%;
        width: 89vw;
    }

    .local-navi-link li {
        padding: 0.75em 0;
        width: 100%;
        height: auto;
    }

    .local-navi-form {
        border-top: solid 1px #fff;
    }

    .local-navi-link .nav-text {
        display: block;
        padding-left: 38px;
        position: relative;
        top: auto;
    }

    .local-navi-helpdesk .nav-text::after {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: 14px;
        height: 14px;
    }

    .bypurpose section {
        max-width: 89vw;
    }

    .section-title {
        align-items: normal;
    }

    .section-title h2 {
        font-size: 2rem;
        margin: 0 0 0 8px;
        line-height: 1.4;
    }

    .section-title-report::before {
        background-size: contain;
        width: 45px;
        height: 44px;
    }

    .section-title-report h2 {
        padding-top: 0;
        width: 5.5em;
    }

    .section-title-institution::before {
        width: 44px;
        height: 43px;
    }

    .section-title-institution h2 {
        width: 8em;
    }

    .section-title-laws::before {
        width: 45px;
        height: 45px;
    }

    .section-title-laws h2 {
        width: 8em;
    }

    .smp-only {
        display: initial;
    }

    .bypurpose-list {
        width: 1100px;
    }

}
