﻿@charset "UTF-8";

html {
    font-size: 16px;
    height: 100%
}

body {
    background-color: #fff;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    line-height: 1.7;
    color: #333;
    min-width: 1082px;
    min-height: 100%;
    position: relative;
    margin: 0;
    padding-top: 125px
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

a {
    transition: opacity .3s;
    color: inherit;
    text-decoration: none;
    display: block
}

    a:visited {
        color: inherit
    }

    a:hover {
        color: inherit;
        text-decoration: none
    }

sup {
    font-size: .6875rem;
    vertical-align: top
}

button {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    line-height: 1.7;
    color: #333
}

.onlyPc {
    display: inline
}

.onlySp {
    display: none
}

.util-mt40 {
    margin-top: 40px !important
}

.util-mt50 {
    margin-top: 50px !important
}

.util-mt30 {
    margin-top: 30px !important
}

.util-mt35 {
    margin-top: 35px !important
}

.util-mt80 {
    margin-top: 80px !important
}

.util-mt100 {
    margin-top: 100px !important
}

.util-pb125 {
    padding-bottom: 125px !important
}

.js-overlay {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: transparent
}

@media only screen and (max-width:767px) {
    body {
        font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
        min-width: 100%;
        padding-top: 0
    }

    button {
        font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif
    }

    .onlyPc {
        display: none
    }

    .onlySp {
        display: inline
    }

    .util-sp-mt35 {
        margin-top: 35px !important
    }

    .util-sp-mt70 {
        margin-top: 70px !important
    }

    .util-sp-pb90 {
        padding-bottom: 90px !important
    }
}

.l-Copyright {
    background-color: #0058a1;
    width: 100%;
    padding: 25px 0
}

.l-Copyright_Container {
    width: 1082px;
    margin: 0 auto
}

.l-Copyright_Text {
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    color: #fff
}

@media only screen and (max-width:767px) {
    .l-Copyright_Container {
        width: auto
    }
}

.l-Footer {
    background-color: #fff;
    border-top: 4px solid #0058a1;
    width: 100%;
    padding: 50px 0 70px
}

.l-Footer_Container {
    width: 1082px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex
}

.l-Footer_List {
    max-width: 25%;
    padding-right: 5%
}

.l-Footer_ListItem {
    font-size: .875rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 9px
}

    .l-Footer_ListItem:first-child {
        margin-top: 0
    }

    .l-Footer_ListItem a {
        display: inline-block
    }

        .l-Footer_ListItem a[target="_blank"] {
            padding-right: 30px;
            background-image: url(../img/common/icon-blank--black.svg);
            background-repeat: no-repeat;
            background-position: center right
        }

.l-Footer_ListItemChildren {
    font-weight: 400
}

.l-Footer_ListItemChildrenItem {
    padding-left: 14px;
    position: relative
}

    .l-Footer_ListItemChildrenItem:before {
        content: "・";
        position: absolute;
        left: 0
    }

    .l-Footer_ListItemChildrenItem.-pdf a {
        padding-right: 20px;
        background-image: url(../img/common/icon-pdf.svg);
        background-repeat: no-repeat;
        background-position: center right
    }

@media only screen and (max-width:767px) {
    .l-Footer {
        display: none
    }

    .l-Footer_Container {
        width: auto
    }
}

.l-Foundation {
    width: 100%
}

    .l-Foundation > :first-child {
        margin-top: 0
    }

.l-Header {
    background-color: #fff;
    width: 100%;
    min-width: 1082px;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .16);
    position: fixed;
    top: 0;
    z-index: 100
}

.l-Header_Top {
    background-color: #0058a1;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.l-Header_TopList {
    width: 1082px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.l-Header_TopListItem {
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    margin-right: 30px
}

    .l-Header_TopListItem:last-child {
        margin-right: 0
    }

    .l-Header_TopListItem a {
        display: inline-block
    }

        .l-Header_TopListItem a[target="_blank"] {
            padding-right: 20px;
            background-image: url(../img/common/icon-blank--white.svg);
            background-repeat: no-repeat;
            background-position: top 3px right;
            background-size: 14px 14px
        }

        .l-Header_TopListItem a:hover {
            text-decoration: underline
        }

.l-Header_Container {
    width: 1082px;
    height: 85px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.l-Header_Logo {
    -ms-flex-item-align: center;
    align-self: center
}

.l-Header_Nav {
    display: -ms-flexbox;
    display: flex
}

.l-Header_NavItem {
    margin-right: 30px
}

    .l-Header_NavItem:last-child {
        margin-right: 0
    }

    .l-Header_NavItem:hover .l-Header_NavItemLabel:after {
        width: 100%
    }

    .l-Header_NavItem.-currentPage .l-Header_NavItemLabel {
        color: #0058a1
    }

    .l-Header_NavItem.-active .l-Header_NavItemLabel.-hasChildren {
        color: #0058a1
    }

        .l-Header_NavItem.-active .l-Header_NavItemLabel.-hasChildren:before {
            transform: rotate(180deg)
        }

        .l-Header_NavItem.-active .l-Header_NavItemLabel.-hasChildren:after {
            width: 100%
        }

.l-Header_NavItemLabel {
    font-size: .875rem;
    font-weight: 700;
    padding-bottom: 22px;
    display: block;
    position: relative;
    transition: all .3s
}

    .l-Header_NavItemLabel[type=button] {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0 0 22px 0;
        margin: 0
    }

    .l-Header_NavItemLabel.-hasChildren {
        padding-right: 20px;
        cursor: pointer
    }

        .l-Header_NavItemLabel.-hasChildren:before {
            background-image: url(../img/l-Header_NavItemLabel--arrowTop.svg);
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            top: 7px;
            right: 0;
            content: "";
            width: 11px;
            height: 6px;
            transition: all .3s
        }

    .l-Header_NavItemLabel:after {
        background-color: #0058a1;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        content: "";
        width: 0;
        height: 5px;
        transition: all .3s
    }

.l-Header_Menu {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    width: 100%;
    padding: 30px 0
}

    .l-Header_Menu[aria-hidden=true] {
        display: none
    }

.l-Header_MenuContainer {
    width: 1082px;
    margin: 0 auto
}

.l-Header_MenuItem {
    display: -ms-flexbox;
    display: flex
}

    .l-Header_MenuItem[aria-hidden=true] {
        display: none
    }

.l-Header_MenuItemLabel {
    box-sizing: border-box;
    border-right: 2px solid #0058a1;
    font-size: .875rem;
    color: #0058a1;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    min-width: 25%;
    margin-right: 30px;
    padding-right: 30px
}

.l-Header_MenuItemLabelButton {
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 100%;
    height: 60px
}

    .l-Header_MenuItemLabelButton a {
        box-sizing: border-box;
        background-color: #e7f1f8;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        transition: all .3s
    }

        .l-Header_MenuItemLabelButton a:hover {
            background-color: #0058a1;
            color: #fff
        }

.l-Header_MenuItemContainer {
    margin-top: -10px;
    -ms-flex-item-align: center;
    align-self: center
}

.l-Header_MenuItemList {
    display: inline-block
}

.l-Header_MenuItemListLink {
    font-size: .875rem;
    color: #0058a1;
    margin: 10px 35px 0 0;
    display: inline-block
}

    .l-Header_MenuItemListLink.-question {
        margin-right: 80px
    }

    .l-Header_MenuItemListLink.-password {
        margin-right: 119px
    }

    .l-Header_MenuItemListLink.-pdf a {
        position: relative;
        padding-right: 40px
    }

        .l-Header_MenuItemListLink.-pdf a:before {
            background-image: url(../img/common/icon-pdf.svg) !important;
            background-repeat: no-repeat !important;
            background-size: contain !important;
            content: "" !important;
            width: 14px !important;
            height: 16px !important;
            position: absolute !important;
            top: 50% !important;
            right: 20px !important;
            transform: translateY(-50%) !important
        }

    .l-Header_MenuItemListLink a {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 15px;
        position: relative
    }

        .l-Header_MenuItemListLink a:hover {
            text-decoration: underline
        }

        .l-Header_MenuItemListLink a:after {
            background-image: url(../img/common/icon-arrow-right--blue.svg);
            background-repeat: no-repeat;
            background-size: 6px 12px;
            width: 6px;
            height: 12px;
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%)
        }

        .l-Header_MenuItemListLink a[target="_blank"] {
            position: relative;
            padding-right: 40px
        }

            .l-Header_MenuItemListLink a[target="_blank"]:before {
                background-image: url(../img/common/icon-blank--blue.svg);
                background-repeat: no-repeat;
                background-size: contain;
                width: 13px;
                height: 13px;
                content: "";
                position: absolute;
                top: 4px;
                right: 20px
            }

.l-Header_MenuCloser {
    text-align: center;
    margin-top: 15px
}

    .l-Header_MenuCloser [type=button] {
        background-image: url(../img/l-Header_MenuCloser.svg);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: left 7px center;
        font-size: .875rem;
        border: none;
        cursor: pointer;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 15px 15px 15px 30px;
        margin: 0
    }

@media only screen and (max-width:767px) {
    .l-Header {
        min-width: auto;
        height: 60px;
        position: initial
    }

    .l-Header_Top {
        display: none
    }

    .l-Header_Container {
        width: 100%;
        height: 100%;
        padding-top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .l-Header_Logo {
        padding-bottom: 0
    }

    .l-Header_Nav {
        display: none
    }

    .l-Header_Menu {
        display: none
    }
}

.l-Navigation {
    display: none
}

@media only screen and (max-width:767px) {
    .l-Navigation {
        display: block
    }

    .l-Navigation_Container {
        box-sizing: border-box;
        background-color: #0058a1;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 101;
        transition: transform cubic-bezier(.215, .61, .355, 1) .4s
    }

        .l-Navigation_Container[aria-hidden=false] {
            transform: translateX(0)
        }

        .l-Navigation_Container[aria-hidden=true] {
            transform: translateX(-100%)
        }

    .l-Navigation_ContainerInner {
        box-sizing: border-box;
        padding: 10px 75px;
        height: calc(100% - 75px);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }

    .l-Navigation_MenuItem {
        border-top: 1px solid #fff;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        margin-top: 10px;
        padding-top: 10px
    }

        .l-Navigation_MenuItem:first-child {
            border-top: none;
            margin-top: 0;
            padding-top: 0
        }

        .l-Navigation_MenuItem:last-child {
            border-bottom: 1px solid #fff;
            padding-bottom: 10px
        }

        .l-Navigation_MenuItem a {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-repeat: no-repeat;
            background-size: 5px;
            background-position: right center;
            padding-right: 10px
        }

    .l-Navigation_Links {
        margin-top: 20px
    }

    .l-Navigation_LinksItem {
        font-size: .6875rem;
        color: #fff;
        margin-top: 15px
    }

        .l-Navigation_LinksItem:first-child {
            margin-top: 0
        }

        .l-Navigation_LinksItem a {
            display: inline
        }

            .l-Navigation_LinksItem a[target="_blank"] {
                padding-right: 15px;
                background-image: url(../img/common/icon-blank--white.svg);
                background-repeat: no-repeat;
                background-position: center right;
                background-size: 11px 11px
            }

    .l-Navigation_Closer {
        background-color: #fff;
        width: 100%;
        height: 75px
    }

        .l-Navigation_Closer [type=button] {
            background-color: transparent;
            background-image: url(../img/l-Navigation_Closer.svg);
            background-repeat: no-repeat;
            background-position: center top 18px;
            font-size: .6875rem;
            font-weight: 700;
            color: #0058a1;
            border: none;
            cursor: pointer;
            outline: 0;
            padding: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 100%;
            height: 100%;
            position: relative
        }

            .l-Navigation_Closer [type=button] span {
                position: absolute;
                left: 50%;
                bottom: 18px;
                transform: translateX(-50%)
            }

    .l-Navigation_Opener {
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
        background-image: url(../img/l-Navigation_Opener.svg);
        background-repeat: no-repeat;
        background-position: center top 10px;
        background-color: #0058a1;
        width: 60px;
        height: 60px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100
    }

        .l-Navigation_Opener [type=button] {
            background-color: transparent;
            line-height: 1;
            border: none;
            cursor: pointer;
            outline: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 100%;
            height: 100%;
            position: relative
        }

            .l-Navigation_Opener [type=button] span {
                font-size: .6875rem;
                font-weight: 700;
                color: #fff;
                width: 100%;
                position: absolute;
                left: 0;
                bottom: 10px
            }
}

.l-Services {
    background-color: #0058a1;
    width: 100%;
    padding: 40px 0 10px
}

.l-Services_Container {
    box-sizing: border-box;
    width: 1082px;
    margin: 0 auto
}

.l-Services_Title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.22
}

.l-Services_List {
    margin-top: 30px
}

.l-Services_ListItem {
    margin-top: 10px
}

    .l-Services_ListItem:first-child {
        margin-top: 0
    }

.l-Services_ListItemContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.l-Services_ListItemTitle {
    box-sizing: border-box;
    font-size: .8125rem;
    font-weight: 700;
    color: #fff;
    width: 130px;
    min-width: 130px;
    padding-right: 10px
}

.l-Services_ListItemContents {
    width: calc(100% - 130px);
    min-width: calc(100% - 130px)
}

.l-Services_ListItemContentsList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.l-Services_ListItemContentsListItem {
    font-size: .8125rem;
    color: #fff;
    margin: 0 0 10px 20px;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:767px) {
    .l-Services {
        padding: 30px 0 0
    }

    .l-Services_Container {
        width: auto;
        padding: 0 20px
    }

    .l-Services_Title {
        font-size: 1rem
    }

    .l-Services_List {
        margin-top: 20px
    }

    .l-Services_ListItem {
        margin-top: 20px
    }

    .l-Services_ListItemContainer {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .l-Services_ListItemTitle {
        font-size: .875rem;
        line-height: 2.142;
        width: 100%;
        min-width: 100%
    }

    .l-Services_ListItemContents {
        width: 100%;
        min-width: 100%
    }

    .l-Services_ListItemContentsList {
        display: inline-block
    }

    .l-Services_ListItemContentsListItem {
        font-size: .75rem;
        line-height: 2.5;
        margin: 0;
        display: inline
    }

        .l-Services_ListItemContentsListItem a {
            display: inline
        }

        .l-Services_ListItemContentsListItem:after {
            content: "|"
        }

        .l-Services_ListItemContentsListItem:last-child:after {
            content: none
        }
}

.l-ServicesPc {
    border-top: 3px solid #a7a7a7;
    width: 100%
}

.l-ServicesPc_Container {
    width: 1082px;
    margin: 0 auto;
    padding: 15px 0
}

    .l-ServicesPc_Container ul li {
        font-size: 12px
    }

    .l-ServicesPc_Container #servicesite :after {
        clear: both;
        display: block;
        content: ""
    }

    .l-ServicesPc_Container #servicesite h3 {
        font-size: 12px;
        font-weight: 700;
        clear: both;
        margin-bottom: 0;
        background-color: #fff;
        background-repeat: repeat-x;
        background-position: 0 100%
    }

    .l-ServicesPc_Container #servicesite .content {
        padding: 0;
        margin: 20px 0 0 0
    }

        .l-ServicesPc_Container #servicesite .content ul {
            margin-top: 3px
        }

            .l-ServicesPc_Container #servicesite .content ul li {
                float: left;
                margin-top: 4px;
                padding-top: 4px;
                padding-right: 8px;
                padding-bottom: 0;
                margin-right: 7px;
                background: url(../img/shared/footer-links.gif) no-repeat 100% 50%;
                display: -ms-inline-flexbox;
                display: inline-flex
            }

    .l-ServicesPc_Container blockquote,
    .l-ServicesPc_Container body,
    .l-ServicesPc_Container dd,
    .l-ServicesPc_Container div,
    .l-ServicesPc_Container dl,
    .l-ServicesPc_Container dt,
    .l-ServicesPc_Container fieldset,
    .l-ServicesPc_Container form,
    .l-ServicesPc_Container h1,
    .l-ServicesPc_Container h2,
    .l-ServicesPc_Container h3,
    .l-ServicesPc_Container h4,
    .l-ServicesPc_Container h5,
    .l-ServicesPc_Container h6,
    .l-ServicesPc_Container input,
    .l-ServicesPc_Container li,
    .l-ServicesPc_Container ol,
    .l-ServicesPc_Container p,
    .l-ServicesPc_Container pre,
    .l-ServicesPc_Container td,
    .l-ServicesPc_Container textarea,
    .l-ServicesPc_Container th,
    .l-ServicesPc_Container ul {
        margin: 0;
        padding: 0
    }

    .l-ServicesPc_Container dl,
    .l-ServicesPc_Container ul {
        line-height: 1
    }

    .l-ServicesPc_Container li {
        list-style: none
    }

    .l-ServicesPc_Container a:link {
        color: #039
    }

    .l-ServicesPc_Container a:visited {
        color: #558ccf;
        text-decoration: underline
    }

    .l-ServicesPc_Container a:hover {
        color: #558ccf;
        text-decoration: underline
    }

    .l-ServicesPc_Container a:active {
        color: #f03
    }

    .l-ServicesPc_Container .clear {
        clear: both
    }

    .l-ServicesPc_Container .right {
        text-align: right
    }

    .l-ServicesPc_Container .left {
        text-align: left
    }

    .l-ServicesPc_Container .center {
        text-align: center
    }

@media only screen and (max-width:767px) {
    .l-ServicesPc {
        display: none
    }
}

.l-ServicesSp {
    width: 100%;
    display: none
}

.l-ServicesSp_Container {
    width: 1082px;
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    .l-ServicesSp {
        display: block
    }

    .l-ServicesSp_Container {
        width: auto
    }

        .l-ServicesSp_Container .title,
        .l-ServicesSp_Container .toggle {
            margin: 0 auto
        }

        .l-ServicesSp_Container .title {
            background: #039;
            border: none;
            cursor: pointer;
            outline: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding: 5px;
            color: #fff;
            font-size: 16px;
            width: 100%
        }

        .l-ServicesSp_Container .toggle {
            display: none;
            padding: 5px;
            list-style: none;
            background: #eee
        }

            .l-ServicesSp_Container .toggle li {
                padding: 5px;
                text-decoration: none;
                padding-bottom: 1px;
                font-size: 12px;
                display: -ms-flexbox;
                display: flex
            }

                .l-ServicesSp_Container .toggle li a {
                    color: #039;
                    text-decoration: underline
                }
}

.l-ToTopPositionButton {
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .16);
    background-color: #fff;
    box-sizing: border-box;
    border: 3px solid #0058a1;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 100
}

    .l-ToTopPositionButton a {
        width: 75px;
        height: 75px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

@media only screen and (max-width:767px) {
    .l-ToTopPositionButton a {
        width: 50px;
        height: 50px
    }
}

.f-AboutLinks {
    width: 100%;
    margin-top: 145px;
    padding-bottom: 120px
}

    .f-AboutLinks.-indexPage {
        margin-top: 80px
    }

.f-AboutLinks_Container {
    width: 1082px;
    margin: 0 auto
}

.f-AboutLinks_List {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -50px
}

    .f-AboutLinks_List.-column2 {
        padding: 0 188px
    }

        .f-AboutLinks_List.-column2 .f-AboutLinks_ListItem:nth-child(even) {
            margin-right: 0
        }

    .f-AboutLinks_List.-column3 {
        padding: 0
    }

        .f-AboutLinks_List.-column3 .f-AboutLinks_ListItem:nth-child(3n) {
            margin-right: 0
        }

.f-AboutLinks_ListItem {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center;
    width: 330px;
    min-width: 330px;
    height: 280px;
    margin: 50px 45px 0 0
}

    .f-AboutLinks_ListItem a {
        box-sizing: border-box;
        border: 2px solid #0058a1;
        border-radius: 10px;
        box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .16);
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center top 60px;
        padding: 194px 20px 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        transition: all .3s;
        position: relative
    }

        .f-AboutLinks_ListItem a:after {
            background-image: url(../img/common/icon-arrow-right--blue.svg);
            background-repeat: no-repeat;
            background-size: contain;
            width: 10px;
            height: 20px;
            content: "";
            position: absolute;
            top: 50%;
            right: 30px;
            transform: translateY(-50%)
        }

        .f-AboutLinks_ListItem a:hover {
            background-color: #0058a1;
            color: #fff
        }

            .f-AboutLinks_ListItem a:hover:after {
                background-image: url(../img/common/icon-arrow-right--white.svg)
            }

    .f-AboutLinks_ListItem.-company a {
        background-image: url(../img/f-AboutLinks_ListItem--company--blue.svg)
    }

        .f-AboutLinks_ListItem.-company a:hover {
            background-image: url(../img/f-AboutLinks_ListItem--company--white.svg)
        }

    .f-AboutLinks_ListItem.-philosophy a {
        background-image: url(../img/f-AboutLinks_ListItem--philosophy--blue.svg)
    }

        .f-AboutLinks_ListItem.-philosophy a:hover {
            background-image: url(../img/f-AboutLinks_ListItem--philosophy--white.svg)
        }

    .f-AboutLinks_ListItem.-message a {
        background-image: url(../img/f-AboutLinks_ListItem--message--blue.svg)
    }

        .f-AboutLinks_ListItem.-message a:hover {
            background-image: url(../img/f-AboutLinks_ListItem--message--white.svg)
        }

    .f-AboutLinks_ListItem.-finance a {
        background-image: url(../img/f-AboutLinks_ListItem--finance--blue.svg)
    }

        .f-AboutLinks_ListItem.-finance a:hover {
            background-image: url(../img/f-AboutLinks_ListItem--finance--white.svg)
        }

@media only screen and (max-width:767px) {
    .f-AboutLinks {
        margin-top: 80px;
        padding-bottom: 90px
    }

        .f-AboutLinks.-indexPage {
            margin-top: 50px
        }

    .f-AboutLinks_Container {
        width: auto;
        padding: 0 20px
    }

    .f-AboutLinks_List {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }

        .f-AboutLinks_List.-column2 {
            padding: 0
        }

    .f-AboutLinks_ListItem {
        width: 100%;
        min-width: 100%;
        margin: 40px 0 0
    }

        .f-AboutLinks_ListItem:first-child {
            margin-top: 0
        }
}

.f-AboutMessage {
    width: 100%;
    margin-top: 65px
}

.f-AboutMessage_Container {
    width: 1082px;
    margin: 0 auto
}

.f-AboutMessage_Image {
    text-align: center
}

    .f-AboutMessage_Image img {
        max-width: 100%;
        height: auto
    }

        .f-AboutMessage_Image img[data-device=sp] {
            display: none
        }

.f-AboutMessage_Content {
    margin-top: 75px
}

    .f-AboutMessage_Content > :first-child {
        margin-top: 0
    }

.f-AboutMessage_ContentText {
    font-size: 1rem;
    line-height: 1.6875;
    margin-top: 20px
}

.f-AboutMessage_Author {
    font-size: 1rem;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 75px
}

    .f-AboutMessage_Author img {
        width: 263px;
        height: auto;
        display: block;
        margin-left: 5px
    }

@media only screen and (max-width:767px) {
    .f-AboutMessage {
        margin-top: 50px
    }

    .f-AboutMessage_Container {
        width: auto;
        padding: 0 20px
    }

    .f-AboutMessage_Image img {
        width: 100%
    }

        .f-AboutMessage_Image img[data-device=pc] {
            display: none
        }

        .f-AboutMessage_Image img[data-device=sp] {
            display: block
        }

    .f-AboutMessage_Content {
        margin-top: 35px
    }

    .f-AboutMessage_Author {
        margin-top: 60px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        align-items: flex-end
    }

        .f-AboutMessage_Author img {
            margin: 5px 0 0 0
        }
}

.f-AboutPhilosophyConstitution {
    width: 100%;
    margin-top: 30px
}

.f-AboutPhilosophyConstitution_Elements {
    width: 1082px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-AboutPhilosophyConstitution_ElementsItem {
    box-sizing: border-box;
    border: 5px solid #0058a1;
    border-radius: 50%;
    font-size: .625rem;
    font-weight: 700;
    line-height: 1;
    color: #0058a1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 180px;
    min-width: 180px;
    height: 180px
}

    .f-AboutPhilosophyConstitution_ElementsItem span {
        font-family: Oswald, sans-serif;
        font-size: 1.625rem;
        font-weight: 400;
        padding-bottom: 10px;
        display: block
    }

    .f-AboutPhilosophyConstitution_ElementsItem:nth-child(2n) {
        margin: 0 -20px
    }

.f-AboutPhilosophyConstitution_Container {
    margin-top: 80px
}

.f-AboutPhilosophyConstitution_Content {
    background-color: #fff;
    padding: 50px 0 80px;
    position: relative
}

    .f-AboutPhilosophyConstitution_Content:before {
        background-color: #0058a1;
        content: "";
        width: 80px;
        height: 10px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    .f-AboutPhilosophyConstitution_Content:nth-child(odd) {
        background-color: #e7f1f8
    }

        .f-AboutPhilosophyConstitution_Content:nth-child(odd) .f-AboutPhilosophyConstitution_ContentSummary {
            background-color: #fff
        }

.f-AboutPhilosophyConstitution_ContentContainer {
    width: 1082px;
    margin: 0 auto
}

.f-AboutPhilosophyConstitution_ContentTitle {
    font-family: Oswald, sans-serif;
    font-size: 3.375rem;
    text-align: center;
    line-height: 1;
    color: #0058a1
}

.f-AboutPhilosophyConstitution_ContentSummary {
    box-sizing: border-box;
    background-color: #e7f1f8;
    margin-top: 50px;
    padding: 30px 48px 60px
}

.f-AboutPhilosophyConstitution_ContentSummaryTitle {
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1
}

.f-AboutPhilosophyConstitution_ContentSummaryDescription {
    font-size: .875rem;
    line-height: 1.714;
    margin-top: 25px
}

.f-AboutPhilosophyConstitution_ContentList {
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px
}

.f-AboutPhilosophyConstitution_ContentListItem {
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    width: calc(33.333% - 30px);
    margin-right: 45px;
    padding: 45px
}

    .f-AboutPhilosophyConstitution_ContentListItem:nth-child(3n) {
        margin-right: 0
    }

.f-AboutPhilosophyConstitution_ContentListItemTitle {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #0058a1
}

    .f-AboutPhilosophyConstitution_ContentListItemTitle span {
        font-size: 1.375rem;
        padding-top: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .f-AboutPhilosophyConstitution_ContentListItemTitle span:before {
            background-color: #0058a1;
            content: "";
            width: 25px;
            height: 1px;
            display: block;
            margin-right: 15px
        }

        .f-AboutPhilosophyConstitution_ContentListItemTitle span:after {
            background-color: #0058a1;
            content: "";
            width: 25px;
            height: 1px;
            display: block;
            margin-left: 15px
        }

.f-AboutPhilosophyConstitution_ContentListItemDescription {
    font-size: .875rem;
    line-height: 1.714;
    margin-top: 30px
}

@media only screen and (max-width:767px) {
    .f-AboutPhilosophyConstitution_Elements {
        width: auto;
        padding: 0 20px
    }

    .f-AboutPhilosophyConstitution_ElementsItem {
        border: 3px solid #0058a1;
        font-size: .75rem;
        width: 120px;
        min-width: 120px;
        height: 120px
    }

        .f-AboutPhilosophyConstitution_ElementsItem span {
            font-size: 1.5rem;
            padding-bottom: 7px
        }

        .f-AboutPhilosophyConstitution_ElementsItem:nth-child(2n) {
            margin: 0 -15px
        }

    .f-AboutPhilosophyConstitution_Container {
        margin-top: 45px
    }

    .f-AboutPhilosophyConstitution_Content {
        padding: 40px 0 60px
    }

    .f-AboutPhilosophyConstitution_ContentContainer {
        width: auto;
        padding: 0 20px
    }

    .f-AboutPhilosophyConstitution_ContentTitle {
        font-size: 2.5rem
    }

    .f-AboutPhilosophyConstitution_ContentSummary {
        margin-top: 40px;
        padding: 30px 30px 35px
    }

    .f-AboutPhilosophyConstitution_ContentList {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 40px
    }

    .f-AboutPhilosophyConstitution_ContentListItem {
        width: 100%;
        min-width: 100%;
        margin: 25px 0 0;
        padding: 30px
    }

        .f-AboutPhilosophyConstitution_ContentListItem:first-child {
            margin-top: 0
        }

    .f-AboutPhilosophyConstitution_ContentListItemTitle {
        font-size: 1.625rem
    }

        .f-AboutPhilosophyConstitution_ContentListItemTitle span {
            font-size: 1.375rem
        }
}

.f-AllianceCasestudyArticle {
    width: 100%
}

    .f-AllianceCasestudyArticle.-blue .f-AllianceCasestudyArticle_Title {
        background-color: #e7f1f8
    }

    .f-AllianceCasestudyArticle.-blue .f-AllianceCasestudyArticle_InfoTag {
        border: 1px solid #0058a1;
        color: #0058a1
    }

    .f-AllianceCasestudyArticle.-blue .f-AllianceCasestudyArticle_SectionTitle {
        color: #0058a1
    }

    .f-AllianceCasestudyArticle.-blue .f-AllianceCasestudyArticle_SectionBody:before {
        background-color: #0058a1
    }

    .f-AllianceCasestudyArticle.-orange .f-AllianceCasestudyArticle_Title {
        background-color: #ffeac1
    }

    .f-AllianceCasestudyArticle.-orange .f-AllianceCasestudyArticle_InfoTag {
        border: 1px solid #e57b23;
        color: #e57b23
    }

    .f-AllianceCasestudyArticle.-orange .f-AllianceCasestudyArticle_SectionTitle {
        color: #e57b23
    }

    .f-AllianceCasestudyArticle.-orange .f-AllianceCasestudyArticle_SectionBody:before {
        background-color: #e57b23
    }

.f-AllianceCasestudyArticle_Title {
    background-color: #e8e8e8;
    width: 100%;
    padding: 30px 0
}

.f-AllianceCasestudyArticle_TitleText {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    width: 1082px;
    margin: 0 auto
}

.f-AllianceCasestudyArticle_Container {
    box-sizing: border-box;
    width: 1082px;
    margin: 0 auto;
    padding: 80px 140px 0
}

.f-AllianceCasestudyArticle_Info {
    box-sizing: border-box;
    border-top: 1px dashed #868686;
    border-bottom: 1px dashed #868686;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    margin-top: 80px
}

.f-AllianceCasestudyArticle_InfoTag {
    border: 1px solid #e8e8e8;
    font-size: 1rem;
    font-weight: 700;
    width: 146px;
    min-width: 146px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-AllianceCasestudyArticle_InfoList {
    box-sizing: border-box;
    width: calc(100% - 146px);
    min-width: calc(100% - 146px);
    padding-left: 35px
}

.f-AllianceCasestudyArticle_InfoListItem {
    margin-top: 20px
}

    .f-AllianceCasestudyArticle_InfoListItem:first-child {
        margin-top: 0
    }

.f-AllianceCasestudyArticle_InfoListItemContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.f-AllianceCasestudyArticle_InfoListItemContentTitle {
    box-sizing: border-box;
    border: 1px solid #707070;
    font-size: .875rem;
    line-height: 1;
    text-align: center;
    display: inline;
    padding: 7px;
    width: 71px;
    min-width: 71px
}

.f-AllianceCasestudyArticle_InfoListItemContentSummary {
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7;
    width: calc(100% - 71px);
    min-width: calc(100% - 71px);
    padding-left: 20px
}

    .f-AllianceCasestudyArticle_InfoListItemContentSummary a[target="_blank"]:after {
        background-image: url(../img/common/icon-blank--black.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        width: 13px;
        height: 13px;
        content: "";
        display: inline-block;
        margin-left: 5px
    }

.f-AllianceCasestudyArticle_Section {
    margin-top: 70px
}

.f-AllianceCasestudyArticle_SectionTitle {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center
}

.f-AllianceCasestudyArticle_SectionBody {
    margin-top: 50px;
    padding-top: 50px;
    position: relative
}

    .f-AllianceCasestudyArticle_SectionBody:before {
        background-color: #e8e8e8;
        content: "";
        width: 77px;
        height: 2px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

.f-AllianceCasestudyArticle_SectionBody {
    font-size: .875rem;
    line-height: 1.714
}

    .f-AllianceCasestudyArticle_SectionBody > :first-child {
        margin-top: 0
    }

    .f-AllianceCasestudyArticle_SectionBody h4 {
        font-size: 1.375rem;
        font-weight: 700;
        text-align: center;
        margin-top: 65px
    }

    .f-AllianceCasestudyArticle_SectionBody p {
        margin-top: 10px
    }

    .f-AllianceCasestudyArticle_SectionBody small {
        font-size: .75rem
    }

.f-AllianceCasestudyArticle_Link {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 320px;
    height: 60px;
    margin: 75px auto 0
}

    .f-AllianceCasestudyArticle_Link a {
        background-image: url(../img/common/icon-arrow-left--blue.svg);
        background-repeat: no-repeat;
        background-position: left 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-AllianceCasestudyArticle_Link a:hover {
            background-image: url(../img/common/icon-arrow-left--white.svg);
            background-color: #0058a1;
            color: #fff
        }

            .f-AllianceCasestudyArticle_Link a:hover[target="_blank"]:after {
                background-image: url(../img/common/icon-blank--white.svg)
            }

@media only screen and (max-width:767px) {
    .f-AllianceCasestudyArticle_Title {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .f-AllianceCasestudyArticle_TitleText {
        font-size: 1.5rem;
        width: auto;
        padding: 0 20px
    }

    .f-AllianceCasestudyArticle_Container {
        width: auto;
        padding: 20px 20px 0
    }

    .f-AllianceCasestudyArticle_Image {
        margin: 0 -20px
    }

    .f-AllianceCasestudyArticle_Info {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
        padding-top: 25px
    }

    .f-AllianceCasestudyArticle_InfoTag {
        box-sizing: border-box;
        width: 100%;
        min-width: 100%;
        padding: 15px 10px
    }

    .f-AllianceCasestudyArticle_InfoList {
        width: 100%;
        min-width: 100%;
        padding-left: 0;
        margin-top: 26px
    }

    .f-AllianceCasestudyArticle_InfoListItemContentTitle {
        font-size: .75rem;
        width: 50px;
        min-width: 50px;
        padding: 8px 0
    }

    .f-AllianceCasestudyArticle_InfoListItemContentSummary {
        font-size: .875rem;
        width: calc(100% - 50px);
        min-width: calc(100% - 50px);
        padding-left: 15px
    }

    .f-AllianceCasestudyArticle_SectionTitle {
        font-size: 1.5rem
    }

    .f-AllianceCasestudyArticle_SectionBody {
        font-size: .875rem
    }

        .f-AllianceCasestudyArticle_SectionBody h4 {
            margin-top: 38px
        }

        .f-AllianceCasestudyArticle_SectionBody small {
            font-size: .75rem
        }

    .f-AllianceCasestudyArticle_Link {
        margin-top: 65px
    }
}

.f-AllianceCasestudyContact {
    background-color: rgba(232, 232, 232, .5);
    width: 100%;
    padding: 65px 0 100px;
    margin-top: 147px
}

.f-AllianceCasestudyContact_Container {
    width: 1082px;
    margin: 0 auto
}

.f-AllianceCasestudyContact_Title {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1
}

.f-AllianceCasestudyContact_List {
    box-sizing: border-box;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 34px 53px;
    margin-top: 45px
}

.f-AllianceCasestudyContact_ListItem {
    width: calc(50% - 35px);
    min-width: calc(50% - 35px);
    margin-right: 70px;
    position: relative
}

    .f-AllianceCasestudyContact_ListItem:nth-child(even) {
        margin-right: 0
    }

        .f-AllianceCasestudyContact_ListItem:nth-child(even):after {
            content: none
        }

    .f-AllianceCasestudyContact_ListItem:first-child:before {
        content: none
    }

    .f-AllianceCasestudyContact_ListItem:before {
        background-color: #0058a1;
        width: 1px;
        height: 100%;
        position: absolute;
        left: -35px;
        top: 0;
        content: ""
    }

.f-AllianceCasestudyContact_ListItemTitle {
    box-sizing: border-box;
    border: 1px solid #0058a1;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    padding: 18px 10px
}

.f-AllianceCasestudyContact_ListItemSubtitle {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    margin-top: 20px
}

.f-AllianceCasestudyContact_ListItemCall {
    font-family: Oswald, sans-serif;
    font-size: 3.125rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px
}

    .f-AllianceCasestudyContact_ListItemCall:before {
        background-image: url(../img/f-DcIdecoContacts_Table-phone.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        content: "";
        width: 37px;
        height: 37px;
        display: block;
        margin-right: 17px
    }

    .f-AllianceCasestudyContact_ListItemCall a {
        display: none
    }

.f-AllianceCasestudyContact_ListItemDate {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    margin-top: 10px
}

.f-AllianceCasestudyContact_ListItemLink {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 340px;
    height: 77px;
    margin: 35px auto 0
}

    .f-AllianceCasestudyContact_ListItemLink a {
        background-image: url(../img/common/icon-arrow-right--white.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #0058a1;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 30px;
        transition: opacity .3s
    }

        .f-AllianceCasestudyContact_ListItemLink a:hover {
            opacity: .5
        }

@media only screen and (max-width:767px) {
    .f-AllianceCasestudyContact {
        padding: 30px 0 60px;
        margin-top: 80px
    }

    .f-AllianceCasestudyContact_Container {
        width: auto;
        padding: 0 20px
    }

    .f-AllianceCasestudyContact_Title {
        font-size: 1.5rem
    }

    .f-AllianceCasestudyContact_List {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 20px
    }

    .f-AllianceCasestudyContact_ListItem {
        width: 100%;
        min-width: 100%;
        margin: 40px 0 0 0;
        padding-top: 40px
    }

        .f-AllianceCasestudyContact_ListItem:first-child {
            margin-top: 0;
            padding-top: 0
        }

        .f-AllianceCasestudyContact_ListItem:before {
            width: 100%;
            height: 1px;
            top: 0;
            left: 0
        }

    .f-AllianceCasestudyContact_ListItemTitle {
        font-size: 1.375rem
    }

    .f-AllianceCasestudyContact_ListItemCall {
        font-size: 2.1875rem
    }

        .f-AllianceCasestudyContact_ListItemCall span {
            display: none
        }

        .f-AllianceCasestudyContact_ListItemCall a {
            display: inline
        }

    .f-AllianceCasestudyContact_ListItemLink {
        width: 100%
    }
}

.f-AllianceCasestudyLinks {
    width: 100%;
    margin-top: 87px
}

.f-AllianceCasestudyLinks_Container {
    width: 1082px;
    margin: 0 auto
}

.f-AllianceCasestudyLinks_List {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -45px
}

.f-AllianceCasestudyLinks_ListItem {
    box-sizing: border-box;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .16);
    width: calc(33.333% - 30px);
    height: 425px;
    margin: 38px 45px 0 0
}

    .f-AllianceCasestudyLinks_ListItem:nth-child(3n) {
        margin-right: 0
    }

    .f-AllianceCasestudyLinks_ListItem a {
        box-sizing: border-box;
        border: 2px solid #fff;
        padding: 37px 40px 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        transition: border .3s
    }

        .f-AllianceCasestudyLinks_ListItem a:hover {
            border: 2px solid #0058a1
        }

.f-AllianceCasestudyLinks_ListItemImage {
    text-align: center;
    margin: 0 auto
}

.f-AllianceCasestudyLinks_ListItemTag {
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    display: inline;
    padding: 6px 8px;
    margin-top: 17px;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

    .f-AllianceCasestudyLinks_ListItemTag.-orange {
        border: 1px solid #e57b23;
        color: #e57b23
    }

    .f-AllianceCasestudyLinks_ListItemTag.-blue {
        border: 1px solid #0058a1;
        color: #0058a1
    }

.f-AllianceCasestudyLinks_ListItemName {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 10px
}

.f-AllianceCasestudyLinks_ListItemType {
    box-sizing: border-box;
    border-top: 1px dotted #e8e8e8;
    padding-top: 18px;
    margin-top: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.f-AllianceCasestudyLinks_ListItemTypeLabel {
    box-sizing: border-box;
    background-color: #f2f2f2;
    font-size: .75rem;
    line-height: 1;
    display: inline-block;
    padding: 16px 10px;
    width: 44px;
    min-width: 44px
}

.f-AllianceCasestudyLinks_ListItemTypeSummary {
    box-sizing: border-box;
    font-size: .875rem;
    line-height: 1.714;
    padding-left: 13px;
    width: calc(100% - 44px);
    min-width: calc(100% - 44px)
}

@media only screen and (max-width:767px) {
    .f-AllianceCasestudyLinks {
        margin-top: 15px
    }

    .f-AllianceCasestudyLinks_Container {
        width: auto;
        padding: 0 20px
    }

    .f-AllianceCasestudyLinks_List {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }

    .f-AllianceCasestudyLinks_ListItem {
        width: 100%;
        min-width: 100%;
        margin: 40px 0 0 0
    }

        .f-AllianceCasestudyLinks_ListItem a:hover {
            border: 2px solid #fff
        }
}

.f-AllianceFinancialImages {
    width: 100%;
    margin-top: 80px
}

.f-AllianceFinancialImages_Container {
    width: 1082px;
    margin: 0 auto
}

.f-AllianceFinancialImages_Section {
    background-color: rgba(232, 232, 232, .5);
    box-sizing: border-box;
    padding: 80px 140px
}

    .f-AllianceFinancialImages_Section.-feature {
        background-color: #f3f8fb
    }

        .f-AllianceFinancialImages_Section.-feature .f-AllianceFinancialImages_SectionTitle {
            border: 3px solid #0058a1;
            color: #0058a1
        }

.f-AllianceFinancialImages_SectionTitle {
    background-color: #fff;
    box-sizing: border-box;
    border: 3px solid #333;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.24;
    padding: 24px 10px
}

    .f-AllianceFinancialImages_SectionTitle small {
        font-size: 1.25rem
    }

.f-AllianceFinancialImages_SectionContainer {
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

.f-AllianceFinancialImages_SectionContent {
    width: calc(50% - 50px);
    min-width: calc(50% - 50px);
    margin-right: 100px
}

    .f-AllianceFinancialImages_SectionContent:nth-child(even) {
        margin-right: 0
    }

    .f-AllianceFinancialImages_SectionContent:nth-child(odd) {
        position: relative
    }

        .f-AllianceFinancialImages_SectionContent:nth-child(odd):after {
            background-image: url(../img/f-AllianceFinancialImages_SectionContent-arrow.svg);
            background-repeat: no-repeat;
            width: 58px;
            height: 76px;
            content: "";
            position: absolute;
            top: 50%;
            right: -77px;
            transform: translateY(-50%)
        }

.f-AllianceFinancialImages_SectionContentTitle {
    font-size: 1rem;
    font-weight: 700;
    text-align: center
}

.f-AllianceFinancialImages_SectionContentImage {
    margin-top: 10px
}

    .f-AllianceFinancialImages_SectionContentImage img {
        max-width: 100%;
        margin: 0 auto;
        height: auto
    }

        .f-AllianceFinancialImages_SectionContentImage img[data-device=pc] {
            display: block
        }

        .f-AllianceFinancialImages_SectionContentImage img[data-device=sp] {
            display: none
        }

.f-AllianceFinancialImages_SectionMessage {
    font-size: .875rem;
    line-height: 1.714;
    margin-top: 60px
}

    .f-AllianceFinancialImages_SectionMessage small {
        font-size: .75rem
    }

@media only screen and (max-width:767px) {
    .f-AllianceFinancialImages_Container {
        width: auto
    }

    .f-AllianceFinancialImages_Section {
        padding: 60px 20px 55px
    }

    .f-AllianceFinancialImages_SectionTitle {
        line-height: 1.7;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .f-AllianceFinancialImages_SectionContainer {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-AllianceFinancialImages_SectionContent {
        width: 100%;
        min-width: 100%;
        margin: 110px 0 0 0
    }

        .f-AllianceFinancialImages_SectionContent:first-child {
            margin-top: 0
        }

        .f-AllianceFinancialImages_SectionContent:nth-child(odd):after {
            background-image: url(../img/f-AllianceFinancialImages_SectionContent-arrow.svg);
            background-repeat: no-repeat;
            width: 58px;
            height: 76px;
            content: "";
            position: absolute;
            top: auto;
            right: auto;
            bottom: -90px;
            left: 50%;
            transform: translateX(-50%) rotate(90deg)
        }

    .f-AllianceFinancialImages_SectionContentImage {
        margin-top: 10px
    }

        .f-AllianceFinancialImages_SectionContentImage img {
            width: 100%
        }

            .f-AllianceFinancialImages_SectionContentImage img[data-device=pc] {
                display: none
            }

            .f-AllianceFinancialImages_SectionContentImage img[data-device=sp] {
                display: block
            }

    .f-AllianceFinancialImages_SectionMessage {
        margin-top: 35px
    }
}

.f-AllianceFinancialModels {
    width: 100%;
    margin-top: 40px
}

.f-AllianceFinancialModels_Container {
    width: 1082px;
    margin: 0 auto
}

.f-AllianceFinancialModels_Table {
    border: 1px solid #0058a1;
    width: 100%
}

    .f-AllianceFinancialModels_Table tr {
        box-sizing: border-box;
        border-bottom: 1px solid #0058a1
    }

        .f-AllianceFinancialModels_Table tr:last-child {
            border-bottom: none
        }

    .f-AllianceFinancialModels_Table th {
        box-sizing: border-box;
        border-right: 1px solid #0058a1;
        background-color: rgba(232, 232, 232, .5);
        font-size: .875rem;
        font-weight: 700;
        text-align: center;
        padding: 17px 5px
    }

        .f-AllianceFinancialModels_Table th:nth-child(odd) {
            background-color: #0058a1;
            color: #fff
        }

        .f-AllianceFinancialModels_Table th:first-child {
            background-color: #fff
        }

        .f-AllianceFinancialModels_Table th:last-child {
            border-right: none
        }

    .f-AllianceFinancialModels_Table td {
        box-sizing: border-box;
        border-right: 1px solid #0058a1;
        font-size: .875rem;
        text-align: center;
        padding: 18px 10px
    }

        .f-AllianceFinancialModels_Table td:first-child {
            font-weight: 700;
            color: #0058a1
        }

        .f-AllianceFinancialModels_Table td:last-child {
            border-right: none
        }

        .f-AllianceFinancialModels_Table td:nth-child(odd) {
            background-color: #e7f1f8
        }

        .f-AllianceFinancialModels_Table td .underline {
            background: linear-gradient(rgba(231, 241, 248, 0) 20%, #fff500 80%);
            display: inline;
            padding-bottom: 5px
        }

            .f-AllianceFinancialModels_Table td .underline img {
                display: inline
            }

        .f-AllianceFinancialModels_Table td .underlineText {
            font-size: 1rem;
            font-weight: 700;
            display: inline
        }

@media only screen and (max-width:767px) {
    .f-AllianceFinancialModels_Container {
        width: auto;
        padding: 0 20px
    }

    .f-AllianceFinancialModels_Table tr {
        display: -ms-flexbox;
        display: flex
    }

    .f-AllianceFinancialModels_Table th {
        width: calc(50% - 37px);
        min-width: calc(50% - 37px)
    }

        .f-AllianceFinancialModels_Table th:first-child {
            width: 74px;
            min-width: 74px
        }

    .f-AllianceFinancialModels_Table td {
        font-size: .75rem;
        width: calc(50% - 37px);
        min-width: calc(50% - 37px)
    }

        .f-AllianceFinancialModels_Table td:first-child {
            text-align: left;
            width: 74px;
            min-width: 74px
        }

        .f-AllianceFinancialModels_Table td .underline {
            margin-top: 10px
        }

            .f-AllianceFinancialModels_Table td .underline img {
                width: 15px
            }

        .f-AllianceFinancialModels_Table td .underlineText {
            font-size: .75rem;
            line-height: 2
        }
}

.f-AllianceLinks {
    width: 100%;
    margin-top: 80px
}

.f-AllianceLinks_Container {
    width: 1082px;
    margin: 0 auto
}

.f-AllianceLinks_List {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.f-AllianceLinks_ListItem {
    margin-right: 80px;
    width: calc(50% - 40px);
    min-width: calc(50% - 40px);
    min-height: 280px
}

    .f-AllianceLinks_ListItem:nth-child(even) {
        margin-right: 0
    }

    .f-AllianceLinks_ListItem a {
        box-sizing: border-box;
        border: 2px solid #0058a1;
        border-radius: 10px;
        box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .16);
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center top 30px;
        padding: 105px 68px 25px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        transition: all .3s;
        position: relative
    }

        .f-AllianceLinks_ListItem a:after {
            background-image: url(../img/common/icon-arrow-right--blue.svg);
            background-repeat: no-repeat;
            background-size: contain;
            width: 10px;
            height: 20px;
            content: "";
            position: absolute;
            top: 50%;
            right: 30px;
            transform: translateY(-50%)
        }

        .f-AllianceLinks_ListItem a:hover {
            background-color: #0058a1
        }

            .f-AllianceLinks_ListItem a:hover:after {
                background-image: url(../img/common/icon-arrow-right--white.svg)
            }

            .f-AllianceLinks_ListItem a:hover .f-AllianceLinks_ListItemTitle {
                color: #fff
            }

            .f-AllianceLinks_ListItem a:hover .f-AllianceLinks_ListItemDescription {
                color: #fff
            }

                .f-AllianceLinks_ListItem a:hover .f-AllianceLinks_ListItemDescription:before {
                    background-color: #fff
                }

    .f-AllianceLinks_ListItem.-partner a {
        background-image: url(../img/f-AllianceLinks_ListItem--partner--blue.svg)
    }

        .f-AllianceLinks_ListItem.-partner a:hover {
            background-image: url(../img/f-AllianceLinks_ListItem--partner--white.svg)
        }

    .f-AllianceLinks_ListItem.-financial a {
        background-image: url(../img/f-AllianceLinks_ListItem--financial--blue.svg)
    }

        .f-AllianceLinks_ListItem.-financial a:hover {
            background-image: url(../img/f-AllianceLinks_ListItem--financial--white.svg)
        }

.f-AllianceLinks_ListItemTitle {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center
}

.f-AllianceLinks_ListItemDescription {
    font-size: .875rem;
    line-height: 1.714;
    margin-top: 20px
}

@media only screen and (max-width:767px) {
    .f-AllianceLinks {
        margin-top: 60px
    }

    .f-AllianceLinks_Container {
        width: auto;
        padding-right: 20px;
        padding-left: 20px
    }

    .f-AllianceLinks_List {
        width: 100%
    }

    .f-AllianceLinks_ListItem {
        width: 100%;
        min-width: 100%;
        margin: 40px 0 0
    }

        .f-AllianceLinks_ListItem:first-child {
            margin-top: 0
        }

        .f-AllianceLinks_ListItem a {
            padding-right: 50px;
            padding-left: 50px
        }

    .f-AllianceLinks_Other {
        width: 100%;
        margin-top: 40px
    }

        .f-AllianceLinks_Other a {
            padding: 25px 60px
        }
}

.f-AlliancePartnerContact {
    background-color: rgba(232, 232, 232, .5);
    width: 100%;
    margin-top: 80px
}

.f-AlliancePartnerContact_Container {
    width: 1082px;
    margin: 0 auto;
    padding: 70px 0 100px
}

.f-AlliancePartnerContact_Title {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1
}

.f-AlliancePartnerContact_Content {
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 45px;
    padding: 40px 10px 57px
}

.f-AlliancePartnerContact_ContentTitle {
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .f-AlliancePartnerContact_ContentTitle:before {
        background-image: url(../img/f-AlliancePartnerContact_ContentTitle.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        content: "";
        width: 33px;
        height: 35px;
        display: block;
        margin-right: 5px
    }

.f-AlliancePartnerContact_ContentSubtitle {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    margin-top: 5px
}

.f-AlliancePartnerContact_ContentCall {
    font-family: Oswald, sans-serif;
    font-size: 3.125rem;
    text-align: center;
    line-height: 1;
    color: #0058a1;
    margin-top: 5px
}

    .f-AlliancePartnerContact_ContentCall a {
        display: none
    }

.f-AlliancePartnerContact_ContentDate {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    line-height: 1.25;
    margin-top: 15px
}

    .f-AlliancePartnerContact_ContentDate small {
        font-size: .75rem
    }

.f-AlliancePartnerContact_ContentLink {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 340px;
    height: 77px;
    margin: 35px auto 0
}

    .f-AlliancePartnerContact_ContentLink a {
        background-image: url(../img/common/icon-arrow-right--white.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #0058a1;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        transition: opacity .3s
    }

        .f-AlliancePartnerContact_ContentLink a:hover {
            opacity: .5
        }

@media only screen and (max-width:767px) {
    .f-AlliancePartnerContact_Container {
        width: auto;
        padding: 55px 20px 60px
    }

    .f-AlliancePartnerContact_Title {
        font-size: 1.5rem
    }

    .f-AlliancePartnerContact_ContentCall {
        font-size: 2.5rem
    }

        .f-AlliancePartnerContact_ContentCall span {
            display: none
        }

        .f-AlliancePartnerContact_ContentCall a {
            display: inline
        }

    .f-AlliancePartnerContact_ContentLink {
        width: calc(100% - 20px)
    }
}

.f-AlliancePartnerEntry {
    background-color: #f2f2f2;
    width: 100%;
    margin-top: 70px;
    padding: 40px 0 60px
}

.f-AlliancePartnerEntry_Container {
    width: 1082px;
    margin: 0 auto
}

.f-AlliancePartnerEntry_Title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center
}

.f-AlliancePartnerEntry_Link {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 340px;
    height: 77px;
    margin: 20px auto 0
}

    .f-AlliancePartnerEntry_Link a {
        background-image: url(../img/common/icon-arrow-right--white.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #0058a1;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        transition: opacity .3s
    }

        .f-AlliancePartnerEntry_Link a:hover {
            opacity: .5
        }

@media only screen and (max-width:767px) {
    .f-AlliancePartnerEntry {
        padding: 60px 0 84px
    }

    .f-AlliancePartnerEntry_Container {
        width: auto;
        margin: 20px 0;
        padding: 0 20px
    }

    .f-AlliancePartnerEntry_Title {
        font-size: 1.5rem
    }

    .f-AlliancePartnerEntry_Link {
        margin-top: 40px;
        width: calc(100% - 40px)
    }
}

.f-AlliancePartnerFlow {
    width: 100%;
    margin-top: 75px
}

.f-AlliancePartnerFlow_Title {
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center
}

.f-AlliancePartnerFlow_List {
    counter-reset: step-counter;
    margin-top: 30px
}

.f-AlliancePartnerFlow_ListItem {
    background-color: #fff
}

    .f-AlliancePartnerFlow_ListItem:nth-child(odd) {
        background-color: #f2f2f2
    }

        .f-AlliancePartnerFlow_ListItem:nth-child(odd) .f-AlliancePartnerFlow_ListItemContent:after {
            border-top: 20px solid #f2f2f2
        }

    .f-AlliancePartnerFlow_ListItem:last-child .f-AlliancePartnerFlow_ListItemContent:after {
        content: none
    }

.f-AlliancePartnerFlow_ListItemContent {
    box-sizing: border-box;
    width: 1082px;
    margin: 0 auto;
    padding: 30px 0 30px 240px;
    position: relative
}

    .f-AlliancePartnerFlow_ListItemContent:before {
        font-family: Oswald, sans-serif;
        font-size: 1.875rem;
        color: #0058a1;
        line-height: 1;
        content: "STEP "counter(step-counter);
        counter-increment: step-counter;
        position: absolute;
        top: 50%;
        left: 75px;
        transform: translateY(-50%)
    }

    .f-AlliancePartnerFlow_ListItemContent:after {
        border: 20px solid transparent;
        border-top: 20px solid #fff;
        content: "";
        position: absolute;
        top: 100%;
        left: 114px;
        margin-left: -20px
    }

.f-AlliancePartnerFlow_ListItemContentTitle {
    font-size: 1.25rem;
    font-weight: 700
}

.f-AlliancePartnerFlow_ListItemContentSummary {
    font-size: .875rem;
    line-height: 1.714;
    margin-top: 10px
}

    .f-AlliancePartnerFlow_ListItemContentSummary small {
        font-size: .75rem
    }

    .f-AlliancePartnerFlow_ListItemContentSummary a {
        text-decoration: underline;
        display: inline
    }

@media only screen and (max-width:767px) {
    .f-AlliancePartnerFlow_ListItem:first-child .f-AlliancePartnerFlow_ListItemContent {
        padding-top: 100px
    }

        .f-AlliancePartnerFlow_ListItem:first-child .f-AlliancePartnerFlow_ListItemContent:before {
            top: 40px
        }

    .f-AlliancePartnerFlow_ListItemContent {
        width: auto;
        padding: 117px 20px 70px
    }

        .f-AlliancePartnerFlow_ListItemContent:before {
            top: 47px;
            left: 50%;
            transform: translateX(-50%)
        }

        .f-AlliancePartnerFlow_ListItemContent:after {
            left: 50%
        }

    .f-AlliancePartnerFlow_ListItemContentTitle {
        text-align: center
    }
}

.f-AlliancePartnerFormConfirm {
    width: 100%;
    margin-top: 70px;
    padding-bottom: 120px
}

.f-AlliancePartnerFormConfirm_Container {
    width: 1082px;
    margin: 0 auto
}

.f-AlliancePartnerFormConfirm_FormList {
    border: 1px solid #707070
}

.f-AlliancePartnerFormConfirm_FormListItem {
    box-sizing: border-box;
    border-top: 1px solid #707070;
    display: -ms-flexbox;
    display: flex
}

    .f-AlliancePartnerFormConfirm_FormListItem:first-child {
        border-top: none
    }

.f-AlliancePartnerFormConfirm_FormListItemTitle {
    box-sizing: border-box;
    border-right: 1px solid #707070;
    background-color: #e7f1f8;
    font-size: .875rem;
    font-weight: 700;
    width: 292px;
    min-width: 292px;
    padding: 20px
}

.f-AlliancePartnerFormConfirm_FormListItemContainer {
    box-sizing: border-box;
    width: calc(100% - 292px);
    min-width: calc(100% - 292px);
    padding: 20px
}

    .f-AlliancePartnerFormConfirm_FormListItemContainer > :first-child {
        margin-top: 0 !important
    }

.f-AlliancePartnerFormConfirm_FormListItemValue {
    font-size: .875rem
}

.f-AlliancePartnerFormConfirm_FormListItemContent > :first-child {
    margin-top: 0
}

.f-AlliancePartnerFormConfirm_FormListItemContentKey {
    font-size: .75rem;
    font-weight: 700;
    margin-top: 10px
}

.f-AlliancePartnerFormConfirm_FormListItemContentValue {
    font-size: .875rem
}

.f-AlliancePartnerFormConfirm_FormButtons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 85px
}

.f-AlliancePartnerFormConfirm_FormButtonsItem {
    width: 320px;
    height: 60px;
    margin-right: 60px
}

    .f-AlliancePartnerFormConfirm_FormButtonsItem:last-child {
        margin-right: 0
    }

    .f-AlliancePartnerFormConfirm_FormButtonsItem [type=submit] {
        box-sizing: border-box;
        background-color: #fff;
        cursor: pointer;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-repeat: no-repeat;
        background-size: 7px;
        border-radius: 30px;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        color: #0058a1;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

    .f-AlliancePartnerFormConfirm_FormButtonsItem [name=back] {
        border: 2px solid #868686;
        background-image: url(../img/common/icon-arrow-left--gray.svg);
        background-position: left 30px center;
        color: #868686
    }

        .f-AlliancePartnerFormConfirm_FormButtonsItem [name=back]:hover {
            border: 2px solid #0058a1;
            background-image: url(../img/common/icon-arrow-left--white.svg);
            background-color: #0058a1;
            color: #fff
        }

    .f-AlliancePartnerFormConfirm_FormButtonsItem [name=complete] {
        border: 2px solid #e7242e;
        background-image: url(../img/common/icon-arrow-right--red.svg);
        background-position: right 30px center;
        color: #e7242e
    }

        .f-AlliancePartnerFormConfirm_FormButtonsItem [name=complete]:hover {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-color: #e7242e;
            color: #fff
        }

@media only screen and (max-width:767px) {
    .f-AlliancePartnerFormConfirm {
        margin-top: 30px;
        padding-bottom: 100px
    }

    .f-AlliancePartnerFormConfirm_Container {
        width: auto;
        padding: 0 20px
    }

    .f-AlliancePartnerFormConfirm_FormListItem {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-AlliancePartnerFormConfirm_FormListItemTitle {
        border-right: none;
        border-bottom: 1px solid #707070;
        width: 100%;
        min-width: 100%
    }

    .f-AlliancePartnerFormConfirm_FormListItemContainer {
        width: 100%;
        min-width: 100%
    }

    .f-AlliancePartnerFormConfirm_FormButtons {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 60px
    }

    .f-AlliancePartnerFormConfirm_FormButtonsItem {
        width: calc(100% - 20px);
        margin-top: 40px;
        margin-right: 0
    }

        .f-AlliancePartnerFormConfirm_FormButtonsItem:first-child {
            margin-top: 0
        }
}

.f-AlliancePartnerFormInput {
    width: 100%;
    margin-top: 70px;
    padding-bottom: 120px
}

.f-AlliancePartnerFormInput_Container {
    width: 1082px;
    margin: 0 auto
}

.f-AlliancePartnerFormInput_FormList {
    border: 1px solid #707070
}

.f-AlliancePartnerFormInput_FormListItem {
    box-sizing: border-box;
    border-top: 1px solid #707070;
    display: -ms-flexbox;
    display: flex
}

    .f-AlliancePartnerFormInput_FormListItem:first-child {
        border-top: none
    }

    .f-AlliancePartnerFormInput_FormListItem.-any .f-AlliancePartnerFormInput_FormListItemTitle:before {
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid #707070;
        font-size: .75rem;
        font-weight: 700;
        line-height: 1;
        content: "任意";
        padding: 5px 10px;
        margin-right: 10px
    }

    .f-AlliancePartnerFormInput_FormListItem.-required .f-AlliancePartnerFormInput_FormListItemTitle:before {
        box-sizing: border-box;
        background-color: #c33f1f;
        font-size: .75rem;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        content: "必須";
        padding: 5px 10px;
        margin-right: 10px
    }

.f-AlliancePartnerFormInput_FormListItemTitle {
    box-sizing: border-box;
    border-right: 1px solid #707070;
    background-color: #e7f1f8;
    font-size: .875rem;
    font-weight: 700;
    width: 292px;
    min-width: 292px;
    padding: 20px
}

.f-AlliancePartnerFormInput_FormListItemContainer {
    box-sizing: border-box;
    width: calc(100% - 292px);
    min-width: calc(100% - 292px);
    padding: 20px
}

    .f-AlliancePartnerFormInput_FormListItemContainer > :first-child {
        margin-top: 0 !important
    }

.f-AlliancePartnerFormInput_FormListItemInput {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

    .f-AlliancePartnerFormInput_FormListItemInput > :last-child {
        margin-bottom: 0 !important
    }

    .f-AlliancePartnerFormInput_FormListItemInput.-column {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px
    }

        .f-AlliancePartnerFormInput_FormListItemInput.-column label {
            margin-top: 20px
        }

            .f-AlliancePartnerFormInput_FormListItemInput.-column label:first-child {
                margin-top: 0
            }

    .f-AlliancePartnerFormInput_FormListItemInput [type=button] {
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        cursor: pointer;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        color: #0058a1;
        width: 115px;
        height: 46px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 19px;
        left: 160px;
        transition: all .3s
    }

        .f-AlliancePartnerFormInput_FormListItemInput [type=button]:hover {
            background-color: #0058a1;
            color: #fff
        }

    .f-AlliancePartnerFormInput_FormListItemInput select {
        background-color: #fff;
        background-image: url(../img/f-AlliancePartnerFormInput_FormListItemInput--select.svg);
        background-repeat: no-repeat;
        background-position: center right 15px;
        background-size: 11px 6px;
        box-sizing: border-box;
        border: 1px solid #707070;
        border-radius: 0;
        padding: 0 15px;
        width: 300px;
        height: 47px;
        cursor: pointer;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .f-AlliancePartnerFormInput_FormListItemInput select::-ms-expand {
            display: none
        }

        .f-AlliancePartnerFormInput_FormListItemInput select:focus {
            box-shadow: 0 0 3px 0 #0058a1;
            border: 1px solid #0058a1;
            z-index: 1
        }

    .f-AlliancePartnerFormInput_FormListItemInput [type=radio] {
        display: none
    }

        .f-AlliancePartnerFormInput_FormListItemInput [type=radio]:checked + label:after {
            background-color: #707070;
            border-radius: 50%;
            display: block;
            width: 7px;
            height: 7px;
            content: "";
            position: absolute;
            top: 9px;
            left: 5px
        }

        .f-AlliancePartnerFormInput_FormListItemInput [type=radio] + label {
            padding-left: 25px;
            display: inline-block;
            position: relative;
            cursor: pointer;
            margin-bottom: 5px
        }

            .f-AlliancePartnerFormInput_FormListItemInput [type=radio] + label:before {
                border: 1px solid #707070;
                border-radius: 50%;
                display: block;
                width: 15px;
                height: 15px;
                content: "";
                position: absolute;
                top: 4px;
                left: 0
            }

    .f-AlliancePartnerFormInput_FormListItemInput [type=text],
    .f-AlliancePartnerFormInput_FormListItemInput textarea {
        box-sizing: border-box;
        border: 1px solid #707070;
        border-radius: 0;
        padding: 10px 15px;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .f-AlliancePartnerFormInput_FormListItemInput [type=text]:focus,
        .f-AlliancePartnerFormInput_FormListItemInput textarea:focus {
            box-shadow: 0 0 3px 0 #0058a1;
            border: 1px solid #0058a1;
            z-index: 1
        }

        .f-AlliancePartnerFormInput_FormListItemInput [type=text]:-ms-input-placeholder,
        .f-AlliancePartnerFormInput_FormListItemInput textarea:-ms-input-placeholder {
            font-size: .875rem;
            color: #868686
        }

        .f-AlliancePartnerFormInput_FormListItemInput [type=text]::placeholder,
        .f-AlliancePartnerFormInput_FormListItemInput textarea::placeholder {
            font-size: .875rem;
            color: #868686
        }

    .f-AlliancePartnerFormInput_FormListItemInput [data-validated=error] {
        border: 1px solid #c33f1f
    }

    .f-AlliancePartnerFormInput_FormListItemInput [name=company],
    .f-AlliancePartnerFormInput_FormListItemInput [name=department],
    .f-AlliancePartnerFormInput_FormListItemInput [name=other_body] {
        width: 748px
    }

    .f-AlliancePartnerFormInput_FormListItemInput [name=email],
    .f-AlliancePartnerFormInput_FormListItemInput [name=name],
    .f-AlliancePartnerFormInput_FormListItemInput [name=name_kana],
    .f-AlliancePartnerFormInput_FormListItemInput [name=tel] {
        width: 300px
    }

    .f-AlliancePartnerFormInput_FormListItemInput label span {
        font-size: .75rem;
        font-weight: 700;
        line-height: 1;
        display: block;
        margin-bottom: 7px
    }

.f-AlliancePartnerFormInput_FormListItemHint {
    font-size: .75rem;
    line-height: 1.666;
    margin-top: 5px
}

.f-AlliancePartnerFormInput_FormListItemError {
    font-size: .75rem;
    line-height: 1.666;
    color: #c33f1f;
    margin-top: 5px
}

.f-AlliancePartnerFormInput_FormListItemMessage {
    box-sizing: border-box;
    background-color: #fff4f4;
    font-size: .75rem;
    line-height: 1.666;
    padding: 5px 15px;
    margin-top: 20px
}

.f-AlliancePartnerFormInput_FormAgree {
    box-sizing: border-box;
    background-color: #e7f1f8;
    padding: 20px;
    margin-top: 60px
}

    .f-AlliancePartnerFormInput_FormAgree [type=checkbox] {
        display: none
    }

        .f-AlliancePartnerFormInput_FormAgree [type=checkbox]:checked + label:before {
            background-color: #0058a1
        }

        .f-AlliancePartnerFormInput_FormAgree [type=checkbox]:checked + label:after {
            opacity: 1
        }

    .f-AlliancePartnerFormInput_FormAgree label {
        display: block;
        position: relative;
        padding-left: 30px;
        cursor: pointer
    }

        .f-AlliancePartnerFormInput_FormAgree label:before {
            box-sizing: border-box;
            border: 1px solid #868686;
            background-color: #fff;
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 1px;
            left: 0;
            content: ''
        }

        .f-AlliancePartnerFormInput_FormAgree label:after {
            box-sizing: border-box;
            border-right: 3px solid #fff;
            border-bottom: 3px solid #fff;
            content: '';
            display: block;
            width: 10px;
            height: 16px;
            position: absolute;
            top: 1px;
            left: 5px;
            transform: rotate(45deg);
            opacity: 0
        }

        .f-AlliancePartnerFormInput_FormAgree label a {
            display: inline;
            text-decoration: underline
        }

.f-AlliancePartnerFormInput_FormAgreeMain {
    font-size: .875rem;
    display: -ms-flexbox;
    display: flex
}

    .f-AlliancePartnerFormInput_FormAgreeMain [type=checkbox] {
        margin-top: 5px
    }

    .f-AlliancePartnerFormInput_FormAgreeMain span {
        display: block;
        margin-left: 10px
    }

    .f-AlliancePartnerFormInput_FormAgreeMain a {
        display: inline;
        text-decoration: underline
    }

.f-AlliancePartnerFormInput_FormAgreeDescription {
    box-sizing: border-box;
    background-color: #fff;
    font-size: .875rem;
    padding: 20px 30px;
    margin-top: 20px;
    height: 230px;
    overflow-y: scroll
}

    .f-AlliancePartnerFormInput_FormAgreeDescription h2 {
        font-size: 1.25rem;
        font-weight: 700
    }

    .f-AlliancePartnerFormInput_FormAgreeDescription h3 {
        font-size: 1rem;
        font-weight: 700;
        margin-top: 20px
    }

    .f-AlliancePartnerFormInput_FormAgreeDescription small {
        font-size: .75rem
    }

    .f-AlliancePartnerFormInput_FormAgreeDescription a {
        display: inline;
        text-decoration: underline
    }

    .f-AlliancePartnerFormInput_FormAgreeDescription ol {
        counter-reset: number-both-counter;
        margin: 5px 0
    }

        .f-AlliancePartnerFormInput_FormAgreeDescription ol li {
            padding-left: 30px;
            position: relative
        }

            .f-AlliancePartnerFormInput_FormAgreeDescription ol li:before {
                border: none;
                content: "("counter(number-both-counter) ")";
                counter-increment: number-both-counter;
                width: auto;
                height: auto;
                position: absolute;
                left: 10px;
                top: 0
            }

    .f-AlliancePartnerFormInput_FormAgreeDescription .bold {
        font-weight: 700;
        margin-top: 10px
    }

.f-AlliancePartnerFormInput_FormButton {
    width: 320px;
    height: 60px;
    margin: 80px auto 0
}

    .f-AlliancePartnerFormInput_FormButton [type=submit] {
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        cursor: pointer;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        border-radius: 30px;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        color: #0058a1;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-AlliancePartnerFormInput_FormButton [type=submit]:hover {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-color: #0058a1;
            color: #fff
        }

        .f-AlliancePartnerFormInput_FormButton [type=submit]:disabled {
            border: none;
            background-color: #f2f2f2;
            background-image: url(../img/common/icon-arrow-right--gray.svg);
            color: #868686
        }

@media only screen and (max-width:767px) {
    .f-AlliancePartnerFormInput {
        margin-top: 30px;
        padding-bottom: 100px
    }

    .f-AlliancePartnerFormInput_Container {
        width: auto;
        padding: 0 20px
    }

    .f-AlliancePartnerFormInput_FormListItem {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-AlliancePartnerFormInput_FormListItemTitle {
        border-right: none;
        border-bottom: 1px solid #707070;
        width: 100%;
        min-width: 100%
    }

    .f-AlliancePartnerFormInput_FormListItemContainer {
        width: 100%;
        min-width: 100%
    }

    .f-AlliancePartnerFormInput_FormListItemInput {
        width: 100%
    }

        .f-AlliancePartnerFormInput_FormListItemInput select {
            width: 100%
        }

        .f-AlliancePartnerFormInput_FormListItemInput [type=button] {
            left: 178px
        }

        .f-AlliancePartnerFormInput_FormListItemInput [name=body],
        .f-AlliancePartnerFormInput_FormListItemInput [name=company],
        .f-AlliancePartnerFormInput_FormListItemInput [name=department],
        .f-AlliancePartnerFormInput_FormListItemInput [name=email],
        .f-AlliancePartnerFormInput_FormListItemInput [name=name],
        .f-AlliancePartnerFormInput_FormListItemInput [name=name_kana],
        .f-AlliancePartnerFormInput_FormListItemInput [name=other_body],
        .f-AlliancePartnerFormInput_FormListItemInput [name=tel] {
            width: 100%
        }

    .f-AlliancePartnerFormInput_FormAgree {
        margin-top: 40px
    }

    .f-AlliancePartnerFormInput_FormAgreeDescription {
        height: 164px;
        padding: 10px 20px
    }

    .f-AlliancePartnerFormInput_FormButton {
        width: calc(100% - 20px);
        margin-top: 50px
    }
}

.f-AlliancePartnerFormSupport {
    width: 100%;
    margin-top: 55px
}

.f-AlliancePartnerFormSupport_Container {
    width: 1082px;
    margin: 0 auto
}

.f-AlliancePartnerFormSupport_Content {
    width: 544px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex
}

.f-AlliancePartnerFormSupport_ContentTitle {
    box-sizing: border-box;
    background-color: #0058a1;
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.363;
    width: 200px;
    min-width: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 20px 20px
}

    .f-AlliancePartnerFormSupport_ContentTitle:before {
        background-image: url(../img/f-AlliancePartnerFormSupport_ContentTitle.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 33px;
        height: 35px;
        content: "";
        display: block;
        margin-bottom: 10px
    }

.f-AlliancePartnerFormSupport_ContentDetail {
    box-sizing: border-box;
    border: 1px solid #0058a1;
    width: calc(100% - 200px);
    min-width: calc(100% - 200px);
    padding: 20px 20px 20px 40px
}

.f-AlliancePartnerFormSupport_ContentDetailLabel {
    font-size: 1rem;
    font-weight: 700;
    color: #0058a1
}

.f-AlliancePartnerFormSupport_ContentDetailCall {
    font-family: Oswald, sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    color: #0058a1;
    margin-top: 5px
}

    .f-AlliancePartnerFormSupport_ContentDetailCall a {
        display: none
    }

.f-AlliancePartnerFormSupport_ContentDetailDate {
    font-size: .875rem;
    font-weight: 700;
    color: #0058a1;
    margin-top: 5px
}

@media only screen and (max-width:767px) {
    .f-AlliancePartnerFormSupport_Container {
        width: auto;
        padding: 0 20px
    }

    .f-AlliancePartnerFormSupport_Content {
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-AlliancePartnerFormSupport_ContentTitle {
        font-size: .9375rem;
        width: 100%;
        min-width: 100%;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 9px
    }

        .f-AlliancePartnerFormSupport_ContentTitle:before {
            width: 24px;
            height: 25px;
            margin-bottom: 0;
            margin-right: 15px
        }

    .f-AlliancePartnerFormSupport_ContentDetail {
        width: 100%;
        min-width: 100%;
        padding: 15px 10px 20px
    }

    .f-AlliancePartnerFormSupport_ContentDetailLabel {
        text-align: center
    }

    .f-AlliancePartnerFormSupport_ContentDetailCall {
        font-size: 2.1875rem;
        text-align: center
    }

        .f-AlliancePartnerFormSupport_ContentDetailCall span {
            display: none
        }

        .f-AlliancePartnerFormSupport_ContentDetailCall a {
            display: block
        }

    .f-AlliancePartnerFormSupport_ContentDetailDate {
        text-align: center;
        margin-top: 10px
    }
}

.f-AlliancePartnerLink {
    width: 100%;
    margin-top: 80px;
    padding-bottom: 115px
}

.f-AlliancePartnerLink_Container {
    width: 1082px;
    margin: 0 auto
}

.f-AlliancePartnerLink_Image {
    background-image: url(../img/f-AlliancePartnerLink_Image-pc.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
    display: block
}

    .f-AlliancePartnerLink_Image:hover .f-AlliancePartnerLink_ImageButton span {
        background-image: url(../img/common/icon-arrow-right--white.svg);
        background-color: #0058a1;
        color: #fff
    }

        .f-AlliancePartnerLink_Image:hover .f-AlliancePartnerLink_ImageButton span:after {
            background-image: url(../img/common/icon-blank--white.svg)
        }

.f-AlliancePartnerLink_ImageContainer {
    background-color: rgba(51, 51, 51, .5);
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-AlliancePartnerLink_ImageTitle {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.f-AlliancePartnerLink_ImageDescription {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 15px
}

.f-AlliancePartnerLink_ImageButton {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 320px;
    height: 60px;
    margin: 30px auto 0
}

    .f-AlliancePartnerLink_ImageButton span {
        background-image: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-AlliancePartnerLink_ImageButton span:after {
            background-image: url(../img/common/icon-blank--blue.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 13px 13px;
            width: 13px;
            height: 13px;
            content: "";
            margin-left: 10px;
            margin-top: -3px
        }

.f-AlliancePartnerLink_Message {
    font-size: 1rem;
    text-align: center;
    line-height: 1.714;
    margin-top: 30px
}

    .f-AlliancePartnerLink_Message small {
        font-size: .75rem
    }

@media only screen and (max-width:767px) {
    .f-AlliancePartnerLink {
        padding-bottom: 65px
    }

    .f-AlliancePartnerLink_Container {
        width: auto
    }

    .f-AlliancePartnerLink_Image {
        background-image: url(../img/f-AlliancePartnerLink_Image-sp.png)
    }

    .f-AlliancePartnerLink_ImageTitle {
        font-size: 1.25rem
    }

    .f-AlliancePartnerLink_ImageDescription {
        font-size: .875rem
    }

    .f-AlliancePartnerLink_ImageButton {
        width: calc(100% - 40px)
    }

    .f-AlliancePartnerLink_Message {
        text-align: left;
        padding: 0 20px
    }
}

.f-AlliancePartnerSystem {
    width: 100%;
    padding-bottom: 80px
}

.f-AlliancePartnerSystem_Container {
    width: 1082px;
    margin: 0 auto
}

.f-AlliancePartnerSystem_List {
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

.f-AlliancePartnerSystem_ListItem {
    box-sizing: border-box;
    border: 1px solid #0058a1;
    background-repeat: no-repeat;
    background-position: center top 50px;
    width: calc(33.333% - 30px);
    margin-right: 60px
}

    .f-AlliancePartnerSystem_ListItem:nth-child(3n) {
        margin-right: 0
    }

    .f-AlliancePartnerSystem_ListItem.-first {
        background-image: url(../img/f-AlliancePartnerSystem_ListItem--first.svg)
    }

    .f-AlliancePartnerSystem_ListItem.-second {
        background-image: url(../img/f-AlliancePartnerSystem_ListItem--second.svg)
    }

    .f-AlliancePartnerSystem_ListItem.-third {
        background-image: url(../img/f-AlliancePartnerSystem_ListItem--third.svg)
    }

.f-AlliancePartnerSystem_ListItemContent {
    margin: 0 28px;
    padding: 140px 0 40px
}

.f-AlliancePartnerSystem_ListItemContentTitle {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center;
    min-height: 68px
}

.f-AlliancePartnerSystem_ListItemContentSummary {
    box-sizing: border-box;
    border-top: 1px solid #0058a1;
    font-size: .875rem;
    color: #0058a1;
    line-height: 1.714;
    padding-top: 33px;
    margin-top: 24px
}

@media only screen and (max-width:767px) {
    .f-AlliancePartnerSystem_Container {
        width: auto;
        padding: 0 20px
    }

    .f-AlliancePartnerSystem_List {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-AlliancePartnerSystem_ListItem {
        width: 100%;
        min-width: 100%;
        margin: 40px 0 0 0
    }

        .f-AlliancePartnerSystem_ListItem:first-child {
            margin-top: 0
        }
}

.f-AlliancePartnerTable {
    width: 100%;
    margin-top: 75px
}

.f-AlliancePartnerTable_Container {
    width: 1082px;
    margin: 0 auto
}

.f-AlliancePartnerTable_Label {
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center
}

.f-AlliancePartnerTable_List {
    box-sizing: border-box;
    border: 1px solid #0058a1;
    margin-top: 35px
}

.f-AlliancePartnerTable_ListItem {
    box-sizing: border-box;
    border-top: 1px solid #0058a1
}

    .f-AlliancePartnerTable_ListItem:first-child {
        border-top: none
    }

        .f-AlliancePartnerTable_ListItem:first-child .f-AlliancePartnerTable_ListItemContentTitle {
            border-top: none
        }

.f-AlliancePartnerTable_ListItemContent {
    display: -ms-flexbox;
    display: flex
}

.f-AlliancePartnerTable_ListItemContentTitle {
    box-sizing: border-box;
    border-top: 1px solid #fff;
    background-color: #0058a1;
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    width: 232px;
    min-width: 232px;
    padding: 20px 25px
}

.f-AlliancePartnerTable_ListItemContentSummary {
    box-sizing: border-box;
    font-size: .875rem;
    line-height: 1.714;
    width: calc(100% - 232px);
    min-width: calc(100% - 232px);
    padding: 20px 25px
}

    .f-AlliancePartnerTable_ListItemContentSummary ol {
        counter-reset: circle-counter
    }

        .f-AlliancePartnerTable_ListItemContentSummary ol li {
            position: relative;
            padding-left: 16px
        }

            .f-AlliancePartnerTable_ListItemContentSummary ol li:first-child {
                margin-top: 0
            }

            .f-AlliancePartnerTable_ListItemContentSummary ol li.one:before {
                font-size: .875rem;
                content: "①";
                display: block;
                position: absolute;
                top: 0;
                left: 0
            }

            .f-AlliancePartnerTable_ListItemContentSummary ol li.two:before {
                font-size: .875rem;
                content: "②";
                display: block;
                position: absolute;
                top: 0;
                left: 0
            }

            .f-AlliancePartnerTable_ListItemContentSummary ol li.three:before {
                font-size: .875rem;
                content: "③";
                display: block;
                position: absolute;
                top: 0;
                left: 0
            }

            .f-AlliancePartnerTable_ListItemContentSummary ol li ol {
                counter-reset: alphabet-counter
            }

                .f-AlliancePartnerTable_ListItemContentSummary ol li ol li {
                    padding-left: 36px
                }

                    .f-AlliancePartnerTable_ListItemContentSummary ol li ol li:before {
                        border: none;
                        content: "　"counter(alphabet-counter, upper-alpha) "：";
                        counter-increment: alphabet-counter;
                        width: auto;
                        height: auto;
                        position: absolute;
                        top: 0;
                        left: 0
                    }

@media only screen and (max-width:767px) {
    .f-AlliancePartnerTable_Container {
        width: auto;
        padding: 0 20px
    }

    .f-AlliancePartnerTable_ListItem {
        border-top: none
    }

    .f-AlliancePartnerTable_ListItemContent {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-AlliancePartnerTable_ListItemContentTitle {
        font-size: 1rem;
        text-align: center;
        width: 100%;
        min-width: 100%
    }

    .f-AlliancePartnerTable_ListItemContentSummary {
        font-size: 1rem;
        width: 100%;
        min-width: 100%;
        padding: 15px
    }

        .f-AlliancePartnerTable_ListItemContentSummary ol li {
            padding-left: 18px
        }

            .f-AlliancePartnerTable_ListItemContentSummary ol li:before {
                font-size: 1rem !important
            }

            .f-AlliancePartnerTable_ListItemContentSummary ol li ol li {
                padding-left: 25px;
                width: auto;
                height: auto
            }

                .f-AlliancePartnerTable_ListItemContentSummary ol li ol li:before {
                    content: counter(alphabet-counter, upper-alpha) "："
                }
}

.f-AlliancePartnerTypes {
    width: 100%;
    margin-top: 40px
}

.f-AlliancePartnerTypes_Container {
    width: 1082px;
    margin: 0 auto
}

.f-AlliancePartnerTypes_List {
    display: -ms-flexbox;
    display: flex
}

.f-AlliancePartnerTypes_ListItem {
    background-repeat: no-repeat;
    background-position: center top 40px;
    box-sizing: border-box;
    border: 1px solid #0058a1;
    width: calc(50% - 40px);
    min-width: calc(50% - 40px);
    margin-right: 80px
}

    .f-AlliancePartnerTypes_ListItem:nth-child(2n) {
        margin-right: 0
    }

    .f-AlliancePartnerTypes_ListItem.-ideco {
        background-image: url(../img/f-AlliancePartnerTypes_ListItem--ideco.svg)
    }

    .f-AlliancePartnerTypes_ListItem.-dc {
        background-image: url(../img/f-AlliancePartnerTypes_ListItem--dc.svg)
    }

.f-AlliancePartnerTypes_ListItemContent {
    margin: 0 40px;
    padding: 125px 0 30px
}

.f-AlliancePartnerTypes_ListItemContentTitle {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1
}

.f-AlliancePartnerTypes_ListItemContentSummary {
    border-top: 1px solid #0058a1;
    font-size: .875rem;
    color: #0058a1;
    line-height: 1.714;
    margin-top: 15px;
    padding-top: 28px
}

@media only screen and (max-width:767px) {
    .f-AlliancePartnerTypes_Container {
        width: auto;
        padding: 0 20px
    }

    .f-AlliancePartnerTypes_List {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-AlliancePartnerTypes_ListItem {
        width: 100%;
        min-width: 100%;
        margin: 40px 0 0 0
    }

        .f-AlliancePartnerTypes_ListItem:first-child {
            margin-top: 0
        }
}

.f-Banners {
    background-color: #e8e8e8;
    width: 100%;
    padding: 43px 0;
    margin-top: 50px
}

.f-Banners_Container {
    width: 1082px;
    margin: 0 auto
}

.f-Banners_List {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px
}

    .f-Banners_List.-size235 .f-Banners_ListItem {
        margin-right: 47px
    }

        .f-Banners_List.-size235 .f-Banners_ListItem:nth-child(4n) {
            margin-right: 0
        }

    .f-Banners_List.-size320 .f-Banners_ListItem {
        margin-right: 60px
    }

        .f-Banners_List.-size320 .f-Banners_ListItem:nth-child(3n) {
            margin-right: 0
        }

.f-Banners_ListItem {
    margin: 20px 0 0 0
}

.f-Banners_ListItemContainer {
    background-color: #fff;
    min-width: 235px;
    width: 235px;
    height: 55px;
    overflow: hidden;
    position: relative;
    display: block
}

    .f-Banners_ListItemContainer img {
        width: auto;
        max-height: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

@media only screen and (max-width:767px) {
    .f-Banners_Container {
        width: auto
    }

    .f-Banners_List {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: -25px
    }

    .f-Banners_ListItem {
        margin: 25px auto 0 !important
    }

    .f-Banners_ListItemContainer {
        margin: 0 auto
    }
}

.f-BaseArticle {
    width: 100%;
    margin-top: 74px;
    padding-bottom: 120px
}

    .f-BaseArticle.-w800 {
        padding-bottom: 0
    }

        .f-BaseArticle.-w800 .f-BaseArticle_Container {
            width: 800px
        }

.f-BaseArticle_Container {
    width: 1082px;
    margin: 0 auto
}

    .f-BaseArticle_Container > :first-child {
        margin-top: 0
    }

.f-BaseArticle_Date {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0058a1
}

.f-BaseArticle_Title {
    box-sizing: border-box;
    border-left: 10px solid #0058a1;
    background-color: #e7f1f8;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.7;
    padding: 25px 50px;
    margin-top: 30px
}

.f-BaseArticle_Body {
    font-size: .875rem;
    line-height: 1.714
}

    .f-BaseArticle_Body p {
        margin-top: 35px
    }

    .f-BaseArticle_Body a {
        display: inline;
        text-decoration: underline
    }

        .f-BaseArticle_Body a[data-type=pdf]:after {
            background: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            content: "";
            width: 14px;
            height: 16px;
            display: inline-block;
            margin-left: 5px;
            position: relative;
            top: 3px
        }

    .f-BaseArticle_Body h3 {
        box-sizing: border-box;
        background-color: #f2f2f2;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.95;
        padding: 15px 35px;
        margin-top: 40px
    }

    .f-BaseArticle_Body h4 {
        font-size: 1.375rem;
        font-weight: 700;
        margin-top: 30px
    }

        .f-BaseArticle_Body h4 + p {
            margin-top: 10px
        }

    .f-BaseArticle_Body small {
        font-size: .75rem;
        line-height: 1.666;
        display: block
    }

    .f-BaseArticle_Body ol {
        list-style-type: decimal;
        list-style-position: outside;
        padding-left: 35px;
        margin-top: 35px
    }

    .f-BaseArticle_Body table {
        box-sizing: border-box;
        border: 1px solid #0058a1;
        width: 100%;
        margin-top: 20px
    }

        .f-BaseArticle_Body table tr {
            box-sizing: border-box;
            border-bottom: 1px solid #0058a1;
            background-color: #e7f1f8
        }

            .f-BaseArticle_Body table tr:nth-child(even) {
                background-color: #fff
            }

                .f-BaseArticle_Body table tr:nth-child(even) td {
                    color: #333
                }

            .f-BaseArticle_Body table tr:first-child,
            .f-BaseArticle_Body table tr:last-child {
                border-bottom: none
            }

        .f-BaseArticle_Body table th {
            box-sizing: border-box;
            background-color: #0058a1;
            border-right: 1px solid #fff;
            font-size: 1rem;
            font-weight: 700;
            text-align: center;
            color: #fff;
            padding: 18px 5px
        }

            .f-BaseArticle_Body table th:last-child {
                border-right: none
            }

        .f-BaseArticle_Body table td {
            box-sizing: border-box;
            border-right: 1px solid #0058a1;
            font-size: 1rem;
            font-weight: 700;
            text-align: center;
            color: #0058a1;
            padding: 11px 5px
        }

            .f-BaseArticle_Body table td span {
                font-size: 1.5625rem
            }

            .f-BaseArticle_Body table td:last-child {
                border-right: none
            }

    .f-BaseArticle_Body .right {
        text-align: right
    }

    .f-BaseArticle_Body .bold {
        font-weight: 700
    }

    .f-BaseArticle_Body .image {
        margin-top: 40px
    }

        .f-BaseArticle_Body .image img {
            display: block;
            margin: 0 auto
        }

            .f-BaseArticle_Body .image img[data-device=sp] {
                display: none
            }

    .f-BaseArticle_Body .floatLeft {
        float: left;
        padding-right: 40px
    }

        .f-BaseArticle_Body .floatLeft:after {
            content: "";
            display: block;
            clear: both
        }

        .f-BaseArticle_Body .floatLeft + p:after {
            content: "";
            display: block;
            clear: both
        }

    .f-BaseArticle_Body .colorPrimary {
        color: #0058a1
    }

    .f-BaseArticle_Body .colorRed {
        color: #e7242e
    }

    .f-BaseArticle_Body .flex {
        display: -ms-flexbox;
        display: flex
    }

    .f-BaseArticle_Body .flexLeft {
        width: 97px;
        min-width: 97px
    }

    .f-BaseArticle_Body .flexRight {
        width: calc(100% - 97px);
        min-width: calc(100% - 97px)
    }

    .f-BaseArticle_Body .tableList {
        box-sizing: border-box;
        border: 1px solid #0058a1;
        margin-top: 25px
    }

    .f-BaseArticle_Body .tableListItem:first-child .tableListItemContentTitle {
        border-top: none
    }

    .f-BaseArticle_Body .tableListItem:first-child .tableListItemContentDetail {
        border-top: none
    }

    .f-BaseArticle_Body .tableListItem.-double .tableListItemContentTitle {
        padding: 0
    }

        .f-BaseArticle_Body .tableListItem.-double .tableListItemContentTitle span {
            background-color: #0058a1;
            box-sizing: border-box;
            border-top: 1px solid #fff;
            padding: 20px 30px;
            display: block
        }

            .f-BaseArticle_Body .tableListItem.-double .tableListItemContentTitle span:first-child {
                border-top: none
            }

    .f-BaseArticle_Body .tableListItem.-double .tableListItemContentDetail {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }

    .f-BaseArticle_Body .tableListItemContent {
        display: -ms-flexbox;
        display: flex
    }

    .f-BaseArticle_Body .tableListItemContentTitle {
        box-sizing: border-box;
        border-top: 1px solid #fff;
        background-color: #0058a1;
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        width: 150px;
        min-width: 150px;
        padding: 20px 30px
    }

    .f-BaseArticle_Body .tableListItemContentDetail {
        box-sizing: border-box;
        border-top: 1px solid #0058a1;
        font-size: 1rem;
        width: calc(100% - 150px);
        min-width: calc(100% - 150px);
        padding: 20px 25px
    }

    .f-BaseArticle_Body .ourShopName dl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .f-BaseArticle_Body .ourShopName dt {
        width: 60px;
        min-width: 60px
    }

    .f-BaseArticle_Body .ourShopName dd {
        box-sizing: border-box;
        width: calc(100% - 60px);
        min-width: calc(100% - 60px);
        padding-left: 15px
    }

.f-BaseArticle_Link {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 320px;
    height: 60px;
    margin: 70px auto 0
}

    .f-BaseArticle_Link a {
        background-image: url(../img/common/icon-arrow-left--blue.svg);
        background-repeat: no-repeat;
        background-position: left 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-BaseArticle_Link a:hover {
            background-image: url(../img/common/icon-arrow-left--white.svg);
            background-color: #0058a1;
            color: #fff
        }

            .f-BaseArticle_Link a:hover[target="_blank"]:after {
                background-image: url(../img/common/icon-blank--white.svg)
            }

@media only screen and (max-width:767px) {
    .f-BaseArticle {
        margin-top: 50px;
        padding-bottom: 80px
    }

        .f-BaseArticle.-w800 {
            padding-bottom: 0
        }

    .f-BaseArticle_Container {
        width: auto !important;
        padding: 0 20px
    }

    .f-BaseArticle_Title {
        line-height: 1.5;
        padding-left: 23px;
        padding-right: 23px
    }

    .f-BaseArticle_Body h3 {
        padding-left: 20px;
        padding-right: 20px
    }

    .f-BaseArticle_Body table {
        overflow: auto;
        white-space: nowrap;
        max-width: 335px
    }

        .f-BaseArticle_Body table tbody {
            display: -ms-flexbox;
            display: flex
        }

        .f-BaseArticle_Body table tr {
            border-bottom: none;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .f-BaseArticle_Body table tr:last-child td {
                border-right: none
            }

        .f-BaseArticle_Body table th {
            border-bottom: 1px solid #fff;
            border-right: none;
            font-size: .875rem;
            width: 95px;
            min-width: 95px;
            height: 25%;
            min-height: 25%;
            padding-top: 5px;
            padding-bottom: 5px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .f-BaseArticle_Body table th:last-child {
                border-bottom: none
            }

        .f-BaseArticle_Body table td {
            border-bottom: 1px solid #0058a1;
            font-size: .875rem;
            width: 119px;
            min-width: 119px;
            height: 25%;
            min-height: 25%
        }

            .f-BaseArticle_Body table td:last-child {
                border-right: 1px solid #0058a1;
                border-bottom: none
            }

            .f-BaseArticle_Body table td span {
                font-size: 1.125rem
            }

    .f-BaseArticle_Body .image img {
        width: 100%
    }

        .f-BaseArticle_Body .image img[data-device=pc] {
            display: none
        }

        .f-BaseArticle_Body .image img[data-device=sp] {
            display: block
        }

    .f-BaseArticle_Body .image.-w150 {
        width: 150px;
        margin-left: auto;
        margin-right: auto
    }

    .f-BaseArticle_Body .spCenter {
        text-align: center
    }

    .f-BaseArticle_Body .floatLeft {
        float: none;
        padding-right: 0
    }

    .f-BaseArticle_Body .tableLayout {
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 10px
    }

    .f-BaseArticle_Body .tableListItem.-double .tableListItemContentTitle {
        display: -ms-flexbox;
        display: flex
    }

        .f-BaseArticle_Body .tableListItem.-double .tableListItemContentTitle span {
            border-top: none;
            width: 50%;
            min-width: 50%
        }

            .f-BaseArticle_Body .tableListItem.-double .tableListItemContentTitle span:first-child {
                border-right: 1px solid #fff
            }

    .f-BaseArticle_Body .tableListItemContent {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-BaseArticle_Body .tableListItemContentTitle {
        text-align: center;
        width: 100%;
        min-width: 100%
    }

    .f-BaseArticle_Body .tableListItemContentDetail {
        width: 100%;
        min-width: 100%;
        padding: 10px 15px
    }

    .f-BaseArticle_Link {
        width: calc(100% - 20px)
    }
}

.f-BaseButton {
    width: 100%;
    margin-top: 55px
}

.f-BaseButton_Container {
    width: 1082px;
    margin: 0 auto
}

.f-BaseButton_Content {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 320px;
    height: 60px;
    margin: 50px auto 0
}

    .f-BaseButton_Content a {
        background-image: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-BaseButton_Content a[target="_blank"]:after {
            background-image: url(../img/common/icon-blank--blue.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 13px 13px;
            width: 13px;
            height: 13px;
            content: "";
            margin-left: 10px;
            margin-top: -3px
        }

        .f-BaseButton_Content a:hover {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-color: #0058a1;
            color: #fff
        }

            .f-BaseButton_Content a:hover[target="_blank"]:after {
                background-image: url(../img/common/icon-blank--white.svg)
            }

        .f-BaseButton_Content a[data-type=pdf]:after {
            background: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: contain;
            content: "";
            width: 20px;
            height: 23px;
            display: inline-block;
            margin-left: 10px
        }

        .f-BaseButton_Content a[data-type=pdf]:hover:after {
            background: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: contain;
            content: "";
            width: 20px;
            height: 23px;
            display: inline-block;
            margin-left: 10px
        }

@media only screen and (max-width:767px) {
    .f-BaseButton_Container {
        width: auto;
        padding-left: 30px;
        padding-right: 30px
    }

    .f-BaseButton_Content {
        width: 100%
    }
}

.f-BaseCaseStudy {
    width: 100%;
    padding: 70px 0 80px
}

    .f-BaseCaseStudy.-blue {
        background-color: #f5f8fb
    }

        .f-BaseCaseStudy.-blue .f-BaseCaseStudy_Title {
            color: #0058a1
        }

        .f-BaseCaseStudy.-blue .f-BaseCaseStudy_Content:before {
            background-color: #0058a1
        }

        .f-BaseCaseStudy.-blue .f-BaseCaseStudy_ContentSummaryTitle {
            color: #0058a1
        }

    .f-BaseCaseStudy.-orange {
        background-color: #ffeac1
    }

        .f-BaseCaseStudy.-orange .f-BaseCaseStudy_Title {
            color: #e57b23
        }

        .f-BaseCaseStudy.-orange .f-BaseCaseStudy_Content:before {
            background-color: #e57b23
        }

        .f-BaseCaseStudy.-orange .f-BaseCaseStudy_ContentSummaryTitle {
            color: #e57b23
        }

.f-BaseCaseStudy_Container {
    width: 1082px;
    margin: 0 auto
}

.f-BaseCaseStudy_Title {
    font-size: 1.875rem;
    font-weight: 700
}

.f-BaseCaseStudy_Content {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 30px;
    padding-top: 30px
}

    .f-BaseCaseStudy_Content:before {
        background-color: #e8e8e8;
        width: 104px;
        height: 2px;
        content: "";
        position: absolute;
        left: 0;
        top: 0
    }

.f-BaseCaseStudy_ContentSummary {
    box-sizing: border-box;
    width: calc(100% - 570px);
    min-width: calc(100% - 570px);
    padding-right: 78px
}

.f-BaseCaseStudy_ContentSummaryTitle {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.7
}

.f-BaseCaseStudy_ContentSummaryDescription {
    margin-top: 15px
}

.f-BaseCaseStudy_ContentSummaryDescriptionText {
    font-size: .875rem;
    line-height: 1.7
}

.f-BaseCaseStudy_ContentSummaryDescriptionLink {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 320px;
    height: 60px;
    margin: 35px auto 0;
    margin-left: 0;
    margin-right: 0
}

    .f-BaseCaseStudy_ContentSummaryDescriptionLink a {
        background-image: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-BaseCaseStudy_ContentSummaryDescriptionLink a[target="_blank"]:after {
            background-image: url(../img/common/icon-blank--blue.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 13px 13px;
            width: 13px;
            height: 13px;
            content: "";
            margin-left: 10px;
            margin-top: -3px
        }

        .f-BaseCaseStudy_ContentSummaryDescriptionLink a:hover {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-color: #0058a1;
            color: #fff
        }

            .f-BaseCaseStudy_ContentSummaryDescriptionLink a:hover[target="_blank"]:after {
                background-image: url(../img/common/icon-blank--white.svg)
            }

.f-BaseCaseStudy_ContentImage {
    width: 570px;
    min-width: 570px
}

@media only screen and (max-width:767px) {
    .f-BaseCaseStudy_Container {
        width: auto;
        padding: 0 20px
    }

    .f-BaseCaseStudy_Title {
        font-size: 1.625rem;
        text-align: center
    }

    .f-BaseCaseStudy_Content {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
        padding-top: 45px
    }

        .f-BaseCaseStudy_Content:before {
            width: 158px;
            height: 5px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%)
        }

    .f-BaseCaseStudy_ContentSummary {
        width: 100%;
        min-width: 100%;
        padding-right: 0;
        margin-top: 35px;
        -ms-flex-order: 2;
        order: 2
    }

    .f-BaseCaseStudy_ContentSummaryTitle {
        font-size: 1.25rem;
        text-align: center
    }

    .f-BaseCaseStudy_ContentSummaryDescription {
        margin-top: 30px
    }

    .f-BaseCaseStudy_ContentSummaryDescriptionLink {
        width: calc(100% - 20px);
        margin: 55px auto 0
    }

    .f-BaseCaseStudy_ContentImage {
        width: 100%;
        min-width: 100%;
        -ms-flex-order: 1;
        order: 1
    }

        .f-BaseCaseStudy_ContentImage img {
            width: 100%
        }
}

.f-BaseDescription {
    width: 100%;
    margin-top: 35px
}

.f-BaseDescription_Container {
    width: 1082px;
    margin: 0 auto
}

.f-BaseDescription_Contents {
    font-size: .875rem;
    text-align: left;
    line-height: 1.714
}

    .f-BaseDescription_Contents > :first-child {
        margin-top: 0
    }

    .f-BaseDescription_Contents p {
        margin-top: 20px
    }

    .f-BaseDescription_Contents ul li {
        padding-left: 14px;
        position: relative
    }

        .f-BaseDescription_Contents ul li:before {
            content: "・";
            position: absolute;
            left: 0
        }

    .f-BaseDescription_Contents ol {
        list-style-type: decimal;
        list-style-position: outside;
        padding-left: 15px
    }

        .f-BaseDescription_Contents ol.needAsterisk {
            padding-left: 28px
        }

            .f-BaseDescription_Contents ol.needAsterisk li {
                position: relative
            }

                .f-BaseDescription_Contents ol.needAsterisk li:before {
                    position: absolute;
                    content: "※";
                    width: 12px;
                    top: 0;
                    left: -28px
                }

    .f-BaseDescription_Contents small {
        font-size: .75rem
    }

    .f-BaseDescription_Contents a {
        text-decoration: underline;
        display: inline
    }

        .f-BaseDescription_Contents a[target="_blank"] {
            padding-right: 15px;
            margin-right: 5px;
            background-image: url(../img/common/icon-blank--black.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 12px 12px
        }

    .f-BaseDescription_Contents hr {
        height: 1px;
        background-color: #707070;
        margin: 75px 0;
        border: none
    }

    .f-BaseDescription_Contents .center {
        text-align: center
    }

    .f-BaseDescription_Contents .centerTrue {
        text-align: center
    }

    .f-BaseDescription_Contents .subtitle {
        font-size: 1.375rem;
        font-weight: 700;
        margin-top: 40px;
        text-align: center
    }

    .f-BaseDescription_Contents .mt-75 {
        margin-top: 75px
    }

    .f-BaseDescription_Contents .plr-350 {
        padding-left: 350px;
        padding-right: 350px
    }

.f-BaseDescription_ContentsColumn2 {
    margin-top: 35px;
    display: -ms-flexbox;
    display: flex
}

.f-BaseDescription_ContentsColumn2Left {
    box-sizing: border-box;
    padding-right: 15px;
    width: 50%;
    min-width: 50%
}

    .f-BaseDescription_ContentsColumn2Left > :first-child {
        margin-top: 0
    }

.f-BaseDescription_ContentsColumn2Right {
    width: 50%;
    min-width: 50%
}

    .f-BaseDescription_ContentsColumn2Right a[target="_blank"] {
        background-image: none;
        padding: 0;
        margin: 0;
        transition: opacity .3s
    }

        .f-BaseDescription_ContentsColumn2Right a[target="_blank"]:hover {
            opacity: .5
        }

@media only screen and (max-width:767px) {
    .f-BaseDescription_Container {
        width: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .f-BaseDescription_Contents .center {
        text-align: left
    }

    .f-BaseDescription_Contents hr {
        margin: 35px 0
    }

    .f-BaseDescription_Contents .plr-350 {
        padding-left: 0;
        padding-right: 0
    }

    .f-BaseDescription_ContentsColumn2 {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-BaseDescription_ContentsColumn2Left {
        width: 100%;
        min-width: 100%
    }

    .f-BaseDescription_ContentsColumn2Right {
        text-align: center;
        width: 100%;
        min-width: 100%;
        margin-top: 40px
    }
}

.f-BaseFormProgress {
    width: 100%;
    margin-top: 65px
}

.f-BaseFormProgress_Container {
    width: 1082px;
    margin: 0 auto
}

.f-BaseFormProgress_List {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.f-BaseFormProgress_ListItem {
    background-color: #f2f2f2;
    font-size: .9375rem;
    font-weight: 700;
    color: #868686;
    text-align: center;
    width: calc(33.333% - 46px);
    min-width: calc(33.333% - 46px);
    margin-right: 69px;
    height: 65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

    .f-BaseFormProgress_ListItem:before {
        border-style: solid;
        border-width: 0 65px 65px 0;
        border-color: transparent #f2f2f2 transparent transparent;
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: -65px
    }

    .f-BaseFormProgress_ListItem:after {
        border-style: solid;
        border-width: 65px 0 0 65px;
        border-color: transparent transparent transparent #f2f2f2;
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: 0;
        right: -65px
    }

    .f-BaseFormProgress_ListItem:first-child:before {
        content: none
    }

    .f-BaseFormProgress_ListItem:nth-child(3n) {
        margin-right: 0
    }

        .f-BaseFormProgress_ListItem:nth-child(3n):after {
            content: none
        }

    .f-BaseFormProgress_ListItem.-current {
        background-color: #0058a1;
        color: #fff
    }

        .f-BaseFormProgress_ListItem.-current:before {
            border-color: transparent #0058a1 transparent transparent
        }

        .f-BaseFormProgress_ListItem.-current:after {
            border-color: transparent transparent transparent #0058a1
        }

@media only screen and (max-width:767px) {
    .f-BaseFormProgress {
        margin-top: 60px
    }

    .f-BaseFormProgress_Container {
        width: auto;
        padding: 0 20px
    }

    .f-BaseFormProgress_ListItem {
        width: calc(33.333% - 26px);
        min-width: calc(33.333% - 26px);
        margin-right: 39px
    }

        .f-BaseFormProgress_ListItem:before {
            border-width: 0 35px 65px 0;
            left: -35px
        }

        .f-BaseFormProgress_ListItem:after {
            border-width: 65px 0 0 35px;
            right: -35px
        }
}

.f-BaseHeading2 {
    width: 100%;
    margin-top: 75px
}

    .f-BaseHeading2.-hasTags .f-BaseHeading2_Container {
        position: relative
    }

    .f-BaseHeading2.-hasDescription .f-BaseHeading2_Container {
        padding-top: 40px;
        padding-bottom: 40px
    }

.f-BaseHeading2_Container {
    box-sizing: border-box;
    background-color: #e7f1f8;
    width: 1082px;
    margin: 0 auto;
    padding: 17px 10px
}

.f-BaseHeading2_Text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center
}

.f-BaseHeading2_Tags {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    display: -ms-inline-flexbox;
    display: inline-flex
}

.f-BaseHeading2_TagsItem {
    box-sizing: border-box;
    background-color: #e8e8e8;
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    color: #fff;
    display: inline-block;
    padding: 8px 14px;
    margin-right: 10px
}

    .f-BaseHeading2_TagsItem:last-child {
        margin-right: 0
    }

    .f-BaseHeading2_TagsItem.-orange {
        background-color: #cc5c00
    }

    .f-BaseHeading2_TagsItem.-blue {
        background-color: #0058a1
    }

.f-BaseHeading2_Description {
    font-size: .875rem;
    line-height: 1.714;
    text-align: center;
    margin-top: 30px
}

@media only screen and (max-width:767px) {
    .f-BaseHeading2_Container {
        width: auto
    }

    .f-BaseHeading2_Tags {
        position: static;
        top: auto;
        right: auto;
        transform: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px
    }

    .f-BaseHeading2_Description {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px
    }
}

.f-BaseHeadPage {
    width: 100%;
    padding-top: 80px
}

    .f-BaseHeadPage.-isBgImg {
        background-repeat: no-repeat;
        background-position: center top;
        padding-top: 120px;
        margin-top: 84px
    }

    .f-BaseHeadPage.-serviceRecipient {
        background-image: url(../img/f-BaseHeadPage--serviceRecipient.svg)
    }

    .f-BaseHeadPage.-serviceRetirement {
        background-image: url(../img/f-BaseHeadPage--serviceRetirement.svg)
    }

    .f-BaseHeadPage.-serviceInvestment {
        background-image: url(../img/f-BaseHeadPage--serviceInvestment.svg)
    }

    .f-BaseHeadPage.-dcIdeco {
        background-image: url(../img/f-BaseHeadPage--dcIdeco.svg)
    }

    .f-BaseHeadPage.-dcCorporate {
        background-image: url(../img/f-BaseHeadPage--dcCorporate.svg)
    }

    .f-BaseHeadPage.-allianceFinancial {
        background-image: url(../img/f-BaseHeadPage--allianceFinancial.svg)
    }

    .f-BaseHeadPage.-alliancePartner {
        background-image: url(../img/f-BaseHeadPage--alliancePartner.svg)
    }

    .f-BaseHeadPage.-aboutCompany {
        background-image: url(../img/f-BaseHeadPage--aboutCompany.svg)
    }

    .f-BaseHeadPage.-aboutPhilosophy {
        background-image: url(../img/f-BaseHeadPage--aboutPhilosophy.svg)
    }

    .f-BaseHeadPage.-aboutMessage {
        background-image: url(../img/f-BaseHeadPage--aboutMessage.svg)
    }

    .f-BaseHeadPage.-aboutFinance {
        background-image: url(../img/f-BaseHeadPage--aboutFinance.svg)
    }

    .f-BaseHeadPage.-contact {
        background-image: url(../img/f-BaseHeadPage--contact.svg)
    }

.f-BaseHeadPage_Container {
    width: 1082px;
    margin: 0 auto
}

    .f-BaseHeadPage_Container > :last-child {
        margin-bottom: 0
    }

.f-BaseHeadPage_Heading {
    font-size: 2.25rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center;
    padding: 0 0 50px;
    margin-bottom: 50px;
    position: relative
}

    .f-BaseHeadPage_Heading:after {
        background-color: #0058a1;
        width: 77px;
        height: 2px;
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%)
    }

.f-BaseHeadPage_Label {
    font-size: 1.875rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center
}

.f-BaseHeadPage_Description {
    font-size: .875rem;
    line-height: 1.714;
    text-align: center;
    margin-top: 20px
}

    .f-BaseHeadPage_Description small {
        font-size: .75rem
    }

@media only screen and (max-width:767px) {
    .f-BaseHeadPage {
        padding-top: 0
    }

        .f-BaseHeadPage.-isBgImg {
            margin-top: 50px
        }

            .f-BaseHeadPage.-isBgImg .f-BaseHeadPage_Container {
                padding-top: 0
            }

    .f-BaseHeadPage_Container {
        width: auto;
        padding: 40px 20px 0
    }

    .f-BaseHeadPage_Heading {
        font-size: 1.875rem
    }

    .f-BaseHeadPage_Label {
        font-size: 1.625rem
    }

    .f-BaseHeadPage_Description {
        text-align: left;
        margin-top: 35px
    }

        .f-BaseHeadPage_Description.-center {
            text-align: center
        }
}

.f-BaseImage {
    width: 100%;
    margin-top: 30px
}

.f-BaseImage_Container {
    width: 1082px;
    margin: 0 auto
}

.f-BaseImage_Content {
    text-align: center
}

    .f-BaseImage_Content img {
        max-width: 100%;
        height: auto;
        margin: 0 auto
    }

        .f-BaseImage_Content img[data-device=pc] {
            display: block
        }

        .f-BaseImage_Content img[data-device=sp] {
            display: none
        }

@media only screen and (max-width:767px) {
    .f-BaseImage_Container {
        width: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .f-BaseImage_Content img {
        width: 100%
    }

        .f-BaseImage_Content img[data-device=pc] {
            display: none
        }

        .f-BaseImage_Content img[data-device=sp] {
            display: block
        }
}

.f-BaseNoticeList {
    width: 100%;
    margin-top: 70px;
    padding-bottom: 120px
}

.f-BaseNoticeList_Container {
    width: 1082px;
    margin: 0 auto
}

.f-BaseNoticeList_ListItem {
    background-color: #e7f1f8;
    margin-top: 20px
}

    .f-BaseNoticeList_ListItem:first-child {
        margin-top: 0
    }

    .f-BaseNoticeList_ListItem.-pdf .f-BaseNoticeList_ListItemTitle:after {
        background: url(../img/common/icon-pdf.svg);
        background-repeat: no-repeat;
        background-position: center right;
        content: "";
        width: 14px;
        height: 16px;
        display: inline-block;
        margin-left: 10px;
        position: relative;
        top: 3px
    }

    .f-BaseNoticeList_ListItem a {
        box-sizing: border-box;
        padding: 15px 50px
    }

        .f-BaseNoticeList_ListItem a[target="_blank"] .f-BaseNoticeList_ListItemTitle:after {
            background-image: url(../img/common/icon-blank--black.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: contain;
            content: "";
            width: 13px;
            height: 13px;
            display: inline-block;
            margin-left: 10px;
            position: relative
        }

        .f-BaseNoticeList_ListItem a:hover .f-BaseNoticeList_ListItemTitle {
            padding-left: 30px
        }

.f-BaseNoticeList_ListItemDate {
    font-size: .875rem;
    font-weight: 700;
    color: #0058a1
}

.f-BaseNoticeList_ListItemTitle {
    font-size: .875rem;
    line-height: 1.714;
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
    transition: all .3s
}

    .f-BaseNoticeList_ListItemTitle:before {
        background: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        width: 6px;
        height: 12px;
        content: "";
        position: absolute;
        top: 4px;
        left: 0
    }

@media only screen and (max-width:767px) {
    .f-BaseNoticeList {
        margin-top: 50px;
        padding-bottom: 80px
    }

    .f-BaseNoticeList_Container {
        width: auto;
        padding: 0 20px
    }

    .f-BaseNoticeList_ListItem a {
        padding: 10px 15px
    }

        .f-BaseNoticeList_ListItem a:focus .f-BaseNoticeList_ListItemTitle,
        .f-BaseNoticeList_ListItem a:hover .f-BaseNoticeList_ListItemTitle {
            padding-left: 20px
        }

    .f-BaseNoticeList_ListItemTitle {
        margin-top: 5px
    }
}

.f-BaseTable {
    width: 100%;
    margin-top: 65px
}

.f-BaseTable_Container {
    width: 1082px;
    margin: 0 auto
}

.f-BaseTable_List {
    box-sizing: border-box;
    border: 1px solid #0058a1;
    margin-top: 35px
}

.f-BaseTable_ListItem {
    box-sizing: border-box;
    border-top: 1px solid #0058a1
}

    .f-BaseTable_ListItem:first-child {
        border-top: none
    }

        .f-BaseTable_ListItem:first-child .f-BaseTable_ListItemContentTitle {
            border-top: none
        }

.f-BaseTable_ListItemContent {
    display: -ms-flexbox;
    display: flex
}

.f-BaseTable_ListItemContentTitle {
    box-sizing: border-box;
    border-top: 1px solid #fff;
    background-color: #0058a1;
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    width: 246px;
    min-width: 246px;
    padding: 14px 20px
}

.f-BaseTable_ListItemContentDetail {
    box-sizing: border-box;
    font-size: .875rem;
    line-height: 1.714;
    width: calc(100% - 246px);
    min-width: calc(100% - 246px);
    padding: 14px 20px
}

    .f-BaseTable_ListItemContentDetail > :first-child {
        margin-top: 0
    }

    .f-BaseTable_ListItemContentDetail p {
        margin-top: 20px
    }

    .f-BaseTable_ListItemContentDetail .call a {
        display: none
    }

    .f-BaseTable_ListItemContentDetail .googleMap {
        box-sizing: border-box;
        padding-right: 250px;
        position: relative
    }

        .f-BaseTable_ListItemContentDetail .googleMap > :first-child {
            margin-top: 0
        }

    .f-BaseTable_ListItemContentDetail .googleMapLink {
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        color: #0058a1;
        width: 224px;
        height: 62px;
        margin: 0;
        position: absolute;
        top: 6px;
        right: 0
    }

        .f-BaseTable_ListItemContentDetail .googleMapLink a {
            background-image: url(../img/common/icon-arrow-right--blue.svg);
            background-repeat: no-repeat;
            background-position: right 30px center;
            background-size: 7px;
            box-sizing: border-box;
            background-color: #e7f1f8;
            border-radius: 10px;
            width: 100%;
            height: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 0 50px;
            position: relative;
            transition: all .3s
        }

            .f-BaseTable_ListItemContentDetail .googleMapLink a:hover {
                background-image: url(../img/common/icon-arrow-right--white.svg);
                background-color: #0058a1;
                color: #fff
            }

@media only screen and (max-width:767px) {
    .f-BaseTable {
        margin-top: 50px
    }

    .f-BaseTable_Container {
        width: auto;
        padding: 0 20px
    }

    .f-BaseTable_ListItem {
        border-top: none
    }

    .f-BaseTable_ListItemContent {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-BaseTable_ListItemContentTitle {
        font-size: 1rem;
        text-align: center;
        width: 100%;
        min-width: 100%
    }

    .f-BaseTable_ListItemContentDetail {
        width: 100%;
        min-width: 100%;
        padding-top: 16px;
        padding-bottom: 16px
    }

        .f-BaseTable_ListItemContentDetail p {
            margin-top: 25px
        }

        .f-BaseTable_ListItemContentDetail .call span {
            display: none
        }

        .f-BaseTable_ListItemContentDetail .call a {
            display: inline
        }

        .f-BaseTable_ListItemContentDetail .googleMap {
            position: static;
            padding-right: 0
        }

        .f-BaseTable_ListItemContentDetail .googleMapLink {
            position: static;
            margin: 15px auto 0
        }
}

.f-Breadcrumb {
    border-bottom: 1px solid rgba(134, 134, 134, .5);
    width: 100%
}

.f-Breadcrumb_Container {
    width: 1082px;
    margin: 0 auto;
    padding: 25px 0
}

.f-Breadcrumb_List {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.f-Breadcrumb_ListItem {
    font-size: .875rem;
    line-height: 1;
    margin-right: 5px;
    padding-right: 15px;
    position: relative
}

    .f-Breadcrumb_ListItem:last-child {
        margin-right: 0
    }

    .f-Breadcrumb_ListItem a {
        color: #868686;
        text-decoration: underline
    }

    .f-Breadcrumb_ListItem:after {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        content: ">"
    }

    .f-Breadcrumb_ListItem:last-child:after {
        content: none
    }

@media only screen and (max-width:767px) {
    .f-Breadcrumb {
        border-bottom: none
    }

    .f-Breadcrumb_Container {
        box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .16);
        width: auto;
        padding: 0 10px
    }

    .f-Breadcrumb_List {
        overflow-x: auto;
        overflow-y: hidden;
        overflow: auto;
        white-space: nowrap;
        padding: 15px 0
    }

    .f-Breadcrumb_ListItem {
        font-size: .75rem
    }
}

.f-Carousel {
    width: 100%;
    padding-bottom: 130px
}

.f-Carousel_Container {
    width: 1082px;
    margin: 0 auto
}

.f-Carousel_List {
    max-width: 100%;
    margin-bottom: 0 !important;
    visibility: hidden
}

    .f-Carousel_List.-isReady {
        visibility: visible
    }

    .f-Carousel_List .slick-list {
        padding: 120px 0 0;
        margin: 0 -45px
    }

    .f-Carousel_List .slick-dots {
        bottom: 0;
        text-align: center
    }

        .f-Carousel_List .slick-dots li {
            display: inline-block;
            width: 15px !important;
            height: 15px !important
        }

            .f-Carousel_List .slick-dots li button[type=button] {
                width: 15px !important;
                height: 15px !important;
                position: relative
            }

                .f-Carousel_List .slick-dots li button[type=button]:before {
                    box-sizing: border-box;
                    border: 1px solid #0058a1;
                    border-radius: 50%;
                    content: "";
                    width: 15px;
                    height: 15px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    opacity: 1
                }

            .f-Carousel_List .slick-dots li.slick-active button[type=button]:before {
                background-color: #0058a1;
                opacity: 1
            }

    .f-Carousel_List .slick-arrow {
        background-color: #0058a1;
        border: none;
        border-radius: 10px;
        box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .16);
        cursor: pointer;
        outline: 0;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 65px;
        height: 65px;
        position: absolute;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%)
    }

        .f-Carousel_List .slick-arrow.-prev {
            left: -110px
        }

            .f-Carousel_List .slick-arrow.-prev img {
                transform: rotate(180deg)
            }

        .f-Carousel_List .slick-arrow.-next {
            right: -110px
        }

.f-Carousel_ListItem {
    outline: 0 !important
}

    .f-Carousel_ListItem.slick-current + .f-Carousel_ListItem {
        position: relative;
        bottom: 70px
    }

        .f-Carousel_ListItem.slick-current + .f-Carousel_ListItem .f-Carousel_ListItemContainer {
            padding: 0
        }

            .f-Carousel_ListItem.slick-current + .f-Carousel_ListItem .f-Carousel_ListItemContainer a {
                height: 520px;
                padding: 40px 40px 50px 40px
            }

        .f-Carousel_ListItem.slick-current + .f-Carousel_ListItem .f-Carousel_ListItemThumbnail img {
            width: 307px
        }

        .f-Carousel_ListItem.slick-current + .f-Carousel_ListItem .f-Carousel_ListItemContentTitle {
            font-size: 1.5rem
        }

        .f-Carousel_ListItem.slick-current + .f-Carousel_ListItem .f-Carousel_ListItemContentDescription {
            font-size: 1.125rem
        }

        .f-Carousel_ListItem.slick-current + .f-Carousel_ListItem .f-Carousel_ListItemMore {
            font-size: .875rem
        }

.f-Carousel_ListItemContainer {
    padding: 0 45px
}

    .f-Carousel_ListItemContainer a {
        border: 2px solid #fff;
        box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .16);
        box-sizing: border-box;
        padding: 30px;
        height: 380px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        transition: border .3s
    }

        .f-Carousel_ListItemContainer a > :first-child {
            margin-top: 0
        }

        .f-Carousel_ListItemContainer a:hover {
            border: 2px solid #0058a1
        }

        .f-Carousel_ListItemContainer a:focus {
            outline: 0 !important
        }

.f-Carousel_ListItemThumbnail {
    padding-bottom: 25px;
    border-bottom: 1px solid #707070
}

    .f-Carousel_ListItemThumbnail img {
        width: 237px
    }

        .f-Carousel_ListItemThumbnail img[data-device=sp] {
            display: none
        }

.f-Carousel_ListItemContent {
    margin-top: 15px
}

.f-Carousel_ListItemContentTitle {
    font-size: 1rem;
    font-weight: 700
}

.f-Carousel_ListItemContentDescription {
    font-size: .875rem;
    margin-top: 10px
}

.f-Carousel_ListItemMore {
    font-size: .75rem;
    text-align: right;
    margin-top: auto
}

.f-Carousel_Link {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 320px;
    height: 60px;
    margin: 50px auto 0
}

    .f-Carousel_Link a {
        background-image: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-Carousel_Link a[target="_blank"]:after {
            background-image: url(../img/common/icon-blank--blue.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 13px 13px;
            width: 13px;
            height: 13px;
            content: "";
            margin-left: 10px;
            margin-top: -3px
        }

        .f-Carousel_Link a:hover {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-color: #0058a1;
            color: #fff
        }

            .f-Carousel_Link a:hover[target="_blank"]:after {
                background-image: url(../img/common/icon-blank--white.svg)
            }

@media only screen and (max-width:1082px) {
    .f-Carousel_Container {
        overflow: hidden
    }

    .f-Carousel_List .slick-arrow.-prev {
        left: 0
    }

    .f-Carousel_List .slick-arrow.-next {
        right: 0
    }
}

@media only screen and (max-width:767px) {
    .f-Carousel {
        padding-bottom: 50px
    }

    .f-Carousel_Container {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden
    }

    .f-Carousel_List .slick-list {
        margin: 0 -20px;
        padding: 25px 0 50px
    }

    .f-Carousel_List .slick-arrow {
        width: 49px;
        height: 49px
    }

        .f-Carousel_List .slick-arrow img {
            width: 12px;
            height: 24px
        }

        .f-Carousel_List .slick-arrow.-prev {
            left: -23px
        }

        .f-Carousel_List .slick-arrow.-next {
            right: -23px
        }

    .f-Carousel_ListItem {
        opacity: 1
    }

        .f-Carousel_ListItem.slick-current + .f-Carousel_ListItem {
            position: static
        }

            .f-Carousel_ListItem.slick-current + .f-Carousel_ListItem .f-Carousel_ListItemContainer {
                padding: 0 20px
            }

                .f-Carousel_ListItem.slick-current + .f-Carousel_ListItem .f-Carousel_ListItemContainer a {
                    padding: 40px 40px 45px 40px
                }

            .f-Carousel_ListItem.slick-current + .f-Carousel_ListItem .f-Carousel_ListItemContentTitle {
                font-size: 1.5rem
            }

            .f-Carousel_ListItem.slick-current + .f-Carousel_ListItem .f-Carousel_ListItemContentDescription {
                font-size: 1.125rem
            }

            .f-Carousel_ListItem.slick-current + .f-Carousel_ListItem .f-Carousel_ListItemMore {
                font-size: .875rem
            }

    .f-Carousel_ListItemContainer {
        padding: 0 20px
    }

        .f-Carousel_ListItemContainer a {
            border: 1px solid #868686 !important;
            height: 520px;
            padding: 40px 40px 45px 40px
        }

            .f-Carousel_ListItemContainer a:hover {
                border: 1px solid #868686 !important
            }

    .f-Carousel_ListItemThumbnail img {
        max-width: 253px;
        width: 100%;
        height: auto;
        margin: 0 auto
    }

        .f-Carousel_ListItemThumbnail img[data-device=pc] {
            display: none
        }

        .f-Carousel_ListItemThumbnail img[data-device=sp] {
            display: block
        }

    .f-Carousel_ListItemContentTitle {
        font-size: 1.5rem;
        line-height: 1.5
    }

    .f-Carousel_ListItemContentDescription {
        font-size: 1.125rem
    }

    .f-Carousel_ListItemMore {
        font-size: .875rem
    }

    .f-Carousel_Link {
        width: calc(100% - 20px)
    }
}

.f-Contact {
    background-color: rgba(232, 232, 232, .5);
    width: 100%;
    margin-top: 75px;
    padding: 45px 0 80px
}

.f-Contact_Container {
    width: 1082px;
    margin: 0 auto
}

.f-Contact_Title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center
}

.f-Contact_List {
    box-sizing: border-box;
    border: 1px solid #0058a1;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    margin-top: 45px
}

.f-Contact_ListItem {
    width: 50%;
    min-width: 50%;
    position: relative
}

    .f-Contact_ListItem:after {
        background-color: #0058a1;
        width: 1px;
        height: 100px;
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    .f-Contact_ListItem:last-child:after {
        content: none
    }

    .f-Contact_ListItem.-call .f-Contact_ListItemTitle:before {
        background-image: url(../img/f-Contact_ListItemTitle--call.svg);
        width: 33px;
        height: 35px;
        margin-right: 10px
    }

    .f-Contact_ListItem.-email .f-Contact_ListItemTitle:before {
        background-image: url(../img/f-Contact_ListItemTitle--email.svg);
        width: 40px;
        height: 28px;
        margin-right: 10px
    }

.f-Contact_ListItemTitle {
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .f-Contact_ListItemTitle:before {
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        content: "";
        display: block
    }

.f-Contact_ListItemCall {
    font-family: Oswald, sans-serif;
    font-size: 3.125rem;
    text-align: center;
    line-height: 1;
    color: #0058a1;
    margin-top: 10px
}

    .f-Contact_ListItemCall a {
        display: none
    }

.f-Contact_ListItemDate {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    margin-top: 10px
}

.f-Contact_ListItemEmail {
    font-family: Oswald, sans-serif;
    font-size: 2.1875rem;
    text-align: center;
    line-height: 1;
    color: #0058a1;
    margin-top: 15px
}

@media only screen and (max-width:767px) {
    .f-Contact {
        padding-top: 30px
    }

    .f-Contact_Container {
        width: auto;
        padding: 0 20px
    }

    .f-Contact_Title {
        font-size: 1.5rem
    }

    .f-Contact_List {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px
    }

    .f-Contact_ListItem {
        width: 100%;
        min-width: 100%;
        margin-top: 35px;
        padding-top: 35px
    }

        .f-Contact_ListItem:after {
            width: calc(100% - 22px);
            height: 1px;
            top: auto;
            right: auto;
            bottom: -35px;
            left: 50%;
            transform: translateX(-50%)
        }

        .f-Contact_ListItem:first-child {
            margin-top: 0;
            padding-top: 0
        }

    .f-Contact_ListItemCall {
        font-size: 2.1875rem
    }

        .f-Contact_ListItemCall span {
            display: none
        }

        .f-Contact_ListItemCall a {
            display: inline
        }

    .f-Contact_ListItemEmail {
        font-size: 1.5rem
    }
}

.f-ContactLinks {
    width: 100%;
    margin-top: 60px
}

.f-ContactLinks_Container {
    width: 1082px;
    margin: 0 auto
}

.f-ContactLinks_Title {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1
}

.f-ContactLinks_List {
    box-sizing: border-box;
    border: 1px solid #0058a1;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px
}

.f-ContactLinks_ListItem {
    width: 50%;
    min-width: 50%
}

    .f-ContactLinks_ListItem:nth-child(even) .f-ContactLinks_ListItemContentTitle {
        border-right: none
    }

    .f-ContactLinks_ListItem:nth-child(even) .f-ContactLinks_ListItemContentDetail {
        border-right: none
    }

.f-ContactLinks_ListItemContent {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.f-ContactLinks_ListItemContentTitle {
    box-sizing: border-box;
    border-right: 1px solid #fff;
    background-color: #0058a1;
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 15px 10px
}

.f-ContactLinks_ListItemContentDetail {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    height: 100%;
    padding: 25px 35px 40px
}

.f-ContactLinks_ListItemContentDetailText {
    font-size: .875rem;
    line-height: 1.714
}

.f-ContactLinks_ListItemContentDetailLink {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 320px;
    height: 60px;
    margin: 40px auto 0
}

    .f-ContactLinks_ListItemContentDetailLink a {
        background-image: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-ContactLinks_ListItemContentDetailLink a[target="_blank"]:after {
            background-image: url(../img/common/icon-blank--blue.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 13px 13px;
            width: 13px;
            height: 13px;
            content: "";
            margin-left: 10px;
            margin-top: -3px
        }

        .f-ContactLinks_ListItemContentDetailLink a:hover {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-color: #0058a1;
            color: #fff
        }

            .f-ContactLinks_ListItemContentDetailLink a:hover[target="_blank"]:after {
                background-image: url(../img/common/icon-blank--white.svg)
            }

.f-ContactLinks_ListItemContentDetailNote {
    background-color: #fff4f4;
    background-image: url(../img/f-ContactLinks_ListItemContentDetailNote.svg);
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 20px 20px;
    font-size: .875rem;
    font-weight: 700;
    color: #c33f1f;
    line-height: 1.714;
    padding: 20px 20px 20px 55px;
    margin-top: 45px
}

@media only screen and (max-width:767px) {
    .f-ContactLinks_Container {
        width: auto;
        padding: 0 20px
    }

    .f-ContactLinks_Title {
        font-size: 1.625rem
    }

    .f-ContactLinks_List {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-ContactLinks_ListItem {
        width: 100%;
        min-width: 100%
    }

    .f-ContactLinks_ListItemContentTitle {
        border-right: none;
        font-size: 1rem;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .f-ContactLinks_ListItemContentDetail {
        border-right: none;
        padding: 20px 20px 30px
    }

    .f-ContactLinks_ListItemContentDetailLink {
        width: 100%;
        margin-top: 30px
    }

    .f-ContactLinks_ListItemContentDetailNote {
        background-position: left 20px top 30px;
        margin-top: 35px
    }
}

.f-ContactList {
    width: 100%;
    padding-bottom: 57px
}

.f-ContactList_List {
    margin-top: 80px
}

.f-ContactList_ListItem {
    padding: 50px 0
}

    .f-ContactList_ListItem:nth-child(odd) {
        background-color: #e7f1f8
    }

        .f-ContactList_ListItem:nth-child(odd) .f-ContactList_ListItemTarget {
            background-color: #fff
        }

    .f-ContactList_ListItem.-free .f-ContactList_ListItemContentCall:before {
        background-image: url(../img/f-ContactList_ListItemContentCall--free.svg);
        width: 73px;
        height: 42px;
        margin-right: 10px
    }

    .f-ContactList_ListItem.-navi .f-ContactList_ListItemContentCall:before {
        background-image: url(../img/f-ContactList_ListItemContentCall--navi.svg);
        width: 73px;
        height: 44px;
        margin-right: 10px
    }

    .f-ContactList_ListItem.-phone .f-ContactList_ListItemContentCall:before {
        background-image: url(../img/f-ContactList_ListItemContentCall--phone.svg);
        width: 37px;
        height: 37px;
        margin-right: 10px
    }

.f-ContactList_ListItemContainer {
    width: 1082px;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

.f-ContactList_ListItemTarget {
    background-color: #e7f1f8;
    box-sizing: border-box;
    border: 1px solid #0058a1;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center;
    width: 280px;
    min-width: 280px;
    height: 240px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .f-ContactList_ListItemTarget span {
        font-size: 1.25rem
    }

.f-ContactList_ListItemContent {
    box-sizing: border-box;
    width: calc(100% - 280px);
    min-width: calc(100% - 280px);
    padding-left: 55px
}

.f-ContactList_ListItemContentName {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0058a1
}

.f-ContactList_ListItemContentCall {
    font-family: Oswald, sans-serif;
    font-size: 3.125rem;
    color: #0058a1;
    line-height: 1;
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .f-ContactList_ListItemContentCall:before {
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        content: "";
        display: block
    }

    .f-ContactList_ListItemContentCall span {
        line-height: 1
    }

    .f-ContactList_ListItemContentCall a {
        line-height: 1;
        display: none
    }

.f-ContactList_ListItemContentDate {
    font-size: 1rem;
    font-weight: 700;
    color: #0058a1;
    line-height: 1.625;
    margin-top: 20px
}

.f-ContactList_ListItemContentNotes {
    margin-top: 35px
}

.f-ContactList_ListItemContentNotesItem {
    font-size: .75rem;
    font-weight: 700;
    color: #0058a1;
    line-height: 1.666;
    padding-left: 13px;
    position: relative
}

    .f-ContactList_ListItemContentNotesItem:before {
        content: "※";
        position: absolute;
        left: 0
    }

@media only screen and (max-width:767px) {
    .f-ContactList_ListItem.-free .f-ContactList_ListItemContentCall:before {
        width: 48px;
        height: 28px
    }

    .f-ContactList_ListItem.-navi .f-ContactList_ListItemContentCall:before {
        width: 48px;
        height: 28px
    }

    .f-ContactList_ListItem.-phone .f-ContactList_ListItemContentCall:before {
        width: 33px;
        height: 33px
    }

    .f-ContactList_ListItemContainer {
        width: auto;
        padding: 0 20px;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-ContactList_ListItemTarget {
        width: 100%;
        min-width: 100%;
        height: auto;
        padding: 16px 10px
    }

    .f-ContactList_ListItemContent {
        width: 100%;
        min-width: 100%;
        padding-left: 0;
        margin-top: 25px
    }

    .f-ContactList_ListItemContentName {
        text-align: center
    }

    .f-ContactList_ListItemContentCall {
        font-size: 2.1875rem;
        -ms-flex-pack: center;
        justify-content: center
    }

        .f-ContactList_ListItemContentCall span {
            display: none
        }

        .f-ContactList_ListItemContentCall a {
            display: block
        }

    .f-ContactList_ListItemContentDate {
        text-align: center
    }

    .f-ContactList_ListItemContentNotes {
        margin-top: 15px
    }
}

.f-DcCorporateContacts {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 105px
}

.f-DcCorporateContacts_Container {
    width: 1082px;
    margin: 0 auto
}

.f-DcCorporateContacts_List {
    display: -ms-flexbox;
    display: flex
}

.f-DcCorporateContacts_ListItem {
    box-sizing: border-box;
    border: 1px solid #0058a1;
    width: calc(50% - 40px);
    min-width: calc(50% - 40px);
    margin-right: 80px
}

    .f-DcCorporateContacts_ListItem:nth-child(even) {
        margin-right: 0
    }

.f-DcCorporateContacts_ListItemTitle {
    background-color: #0058a1;
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 1.681;
    padding: 25px 10px
}

.f-DcCorporateContacts_ListItemDetail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px 30px
}

.f-DcCorporateContacts_ListItemDetailTitle {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center
}

.f-DcCorporateContacts_ListItemDetailCall {
    margin-top: 5px
}

.f-DcCorporateContacts_ListItemDetailCallNumber {
    font-family: Oswald, sans-serif;
    font-size: 3.125rem;
    color: #0058a1;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .f-DcCorporateContacts_ListItemDetailCallNumber:before {
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        content: "";
        display: block
    }

    .f-DcCorporateContacts_ListItemDetailCallNumber.-navi:before {
        background-image: url(../img/f-DcCorporateContacts_ListItemDetailCallNumber--navi.svg);
        width: 75px;
        height: 44px;
        margin-right: 5px
    }

    .f-DcCorporateContacts_ListItemDetailCallNumber.-phone:before {
        background-image: url(../img/f-DcCorporateContacts_ListItemDetailCallNumber--phone.svg);
        width: 37px;
        height: 37px;
        margin-right: 15px
    }

    .f-DcCorporateContacts_ListItemDetailCallNumber a {
        display: none
    }

.f-DcCorporateContacts_ListItemDetailCallDate {
    font-size: 1rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center;
    margin-top: 10px
}

@media only screen and (max-width:767px) {
    .f-DcCorporateContacts {
        padding-bottom: 85px
    }

    .f-DcCorporateContacts_Container {
        width: auto;
        padding-right: 20px;
        padding-left: 20px
    }

    .f-DcCorporateContacts_List {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-DcCorporateContacts_ListItem {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-top: 40px
    }

        .f-DcCorporateContacts_ListItem:first-child {
            margin-top: 0
        }

    .f-DcCorporateContacts_ListItemTitle {
        font-size: 1rem;
        padding-top: 14px;
        padding-bottom: 14px
    }

    .f-DcCorporateContacts_ListItemDetailCall {
        margin-top: 15px
    }

    .f-DcCorporateContacts_ListItemDetailCallNumber {
        font-size: 2.5rem
    }

        .f-DcCorporateContacts_ListItemDetailCallNumber.-navi:before {
            width: 55px;
            height: 33px
        }

        .f-DcCorporateContacts_ListItemDetailCallNumber.-phone:before {
            width: 34px;
            height: 34px
        }

        .f-DcCorporateContacts_ListItemDetailCallNumber span {
            display: none
        }

        .f-DcCorporateContacts_ListItemDetailCallNumber a {
            display: inline
        }

    .f-DcCorporateContacts_ListItemDetailCallDate {
        margin-top: 15px
    }
}

.f-DcCorporatePlans {
    width: 100%;
    margin-top: 40px
}

.f-DcCorporatePlans_Container {
    width: 1082px;
    margin: 0 auto
}

.f-DcCorporatePlans_List {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.f-DcCorporatePlans_ListItem {
    width: calc(50% - 40px);
    min-width: calc(50% - 40px);
    margin-right: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .f-DcCorporatePlans_ListItem:nth-child(even) {
        margin-right: 0
    }

.f-DcCorporatePlans_ListItemTitle {
    box-sizing: border-box;
    border: 1px solid #0058a1;
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 100%;
    padding: 9px
}

.f-DcCorporatePlans_ListItemDetail {
    font-size: .875rem;
    line-height: 1.714;
    margin-top: 40px;
    padding-bottom: 55px
}

    .f-DcCorporatePlans_ListItemDetail small {
        font-size: .75rem
    }

.f-DcCorporatePlans_ListItemLink {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 320px;
    height: 60px;
    margin: auto auto 0
}

    .f-DcCorporatePlans_ListItemLink a {
        background-image: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-DcCorporatePlans_ListItemLink a[target="_blank"]:after {
            background-image: url(../img/common/icon-blank--blue.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 13px 13px;
            width: 13px;
            height: 13px;
            content: "";
            margin-left: 10px;
            margin-top: -3px
        }

        .f-DcCorporatePlans_ListItemLink a:hover {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-color: #0058a1;
            color: #fff
        }

            .f-DcCorporatePlans_ListItemLink a:hover[target="_blank"]:after {
                background-image: url(../img/common/icon-blank--white.svg)
            }

        .f-DcCorporatePlans_ListItemLink a[data-type=pdf]:after {
            background: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 20px 23px;
            content: "";
            width: 20px;
            height: 23px;
            display: inline-block;
            margin-left: 10px;
            margin-top: -3px
        }

        .f-DcCorporatePlans_ListItemLink a[data-type=pdf]:hover:after {
            background: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 20px 23px;
            content: "";
            width: 20px;
            height: 23px;
            display: inline-block;
            margin-left: 10px;
            margin-top: -3px
        }

@media only screen and (max-width:767px) {
    .f-DcCorporatePlans_Container {
        width: auto;
        padding-right: 20px;
        padding-left: 20px
    }

    .f-DcCorporatePlans_List {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-DcCorporatePlans_ListItem {
        width: 100%;
        min-width: 100%;
        margin-top: 80px
    }

        .f-DcCorporatePlans_ListItem:first-child {
            margin-top: 0
        }

    .f-DcCorporatePlans_ListItemLink {
        width: calc(100% - 20px)
    }
}

.f-DcIdecoContacts {
    width: 100%;
    margin-top: 50px;
    padding: 30px 0 110px
}

.f-DcIdecoContacts_Container {
    width: 1082px;
    margin: 0 auto
}

.f-DcIdecoContacts_Title {
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center
}

.f-DcIdecoContacts_Description {
    font-size: .875rem;
    text-align: center;
    margin-top: 15px
}

.f-DcIdecoContacts_List {
    border: 1px solid #0058a1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 1080px
}

.f-DcIdecoContacts_ListItem {
    width: 360px;
    min-width: 360px
}

    .f-DcIdecoContacts_ListItem:nth-child(3n) .f-DcIdecoContacts_ListItemDetail,
    .f-DcIdecoContacts_ListItem:nth-child(3n) .f-DcIdecoContacts_ListItemHead,
    .f-DcIdecoContacts_ListItem:nth-child(3n) .f-DcIdecoContacts_ListItemUses {
        border-right: none
    }

    .f-DcIdecoContacts_ListItem:nth-child(odd) .f-DcIdecoContacts_ListItemDetail,
    .f-DcIdecoContacts_ListItem:nth-child(odd) .f-DcIdecoContacts_ListItemUses {
        background-color: #f3f3f3
    }

.f-DcIdecoContacts_ListItemHead {
    box-sizing: border-box;
    border-right: 1px solid #fff;
    background-color: #0058a1;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 1.6875;
    padding: 5px 19px;
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-DcIdecoContacts_ListItemUses {
    border-right: 1px solid #0058a1;
    border-bottom: 1px solid #0058a1;
    font-size: 1rem;
    line-height: 1.6875;
    padding: 15px 28px;
    height: 235px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

    .f-DcIdecoContacts_ListItemUses ul li {
        padding-left: 16px;
        position: relative
    }

        .f-DcIdecoContacts_ListItemUses ul li:before {
            content: "・";
            position: absolute;
            left: 0
        }

.f-DcIdecoContacts_ListItemDetail {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    font-size: 1rem;
    line-height: 1.6875;
    padding: 15px 28px;
    height: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .f-DcIdecoContacts_ListItemDetail small {
        font-size: .75rem;
        color: #0058a1;
        text-align: center
    }

.f-DcIdecoContacts_ListItemDetailCall {
    font-family: Oswald, sans-serif;
    font-size: 2.5rem;
    color: #0058a1;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .f-DcIdecoContacts_ListItemDetailCall:before {
        background-image: url(../img/f-DcIdecoContacts_Table-phone.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        content: "";
        width: 37px;
        height: 37px;
        display: block;
        margin-right: 5px
    }

    .f-DcIdecoContacts_ListItemDetailCall a {
        display: none
    }

.f-DcIdecoContacts_ListItemDetailFree {
    font-family: Oswald, sans-serif;
    font-size: 2.5rem;
    color: #0058a1;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .f-DcIdecoContacts_ListItemDetailFree:before {
        background-image: url(../img/f-DcIdecoContacts_Table-freeDial.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        content: "";
        width: 57px;
        height: 34px;
        display: block;
        margin-right: 5px
    }

    .f-DcIdecoContacts_ListItemDetailFree a {
        display: none
    }

.f-DcIdecoContacts_ListItemDetailDate {
    font-weight: 700;
    color: #0058a1;
    text-align: center;
    line-height: 1.666;
    margin-top: 10px
}

.f-DcIdecoContacts_ListItemMessage {
    display: none
}

.f-DcIdecoContacts_Message {
    font-size: .875rem;
    margin-top: 30px
}

@media only screen and (max-width:767px) {
    .f-DcIdecoContacts_Container {
        width: auto;
        padding-right: 20px;
        padding-left: 20px
    }

    .f-DcIdecoContacts_List {
        border: none;
        width: 100%
    }

    .f-DcIdecoContacts_ListItem {
        box-sizing: border-box;
        border: 1px solid #0058a1;
        width: 100%;
        min-width: 100%;
        margin-top: 36px
    }

        .f-DcIdecoContacts_ListItem.-hasMessage {
            position: relative;
            margin-bottom: 56px
        }

            .f-DcIdecoContacts_ListItem.-hasMessage .f-DcIdecoContacts_ListItemMessage {
                font-size: .875rem;
                display: block;
                position: absolute;
                bottom: -60px
            }

        .f-DcIdecoContacts_ListItem:nth-child(odd) .f-DcIdecoContacts_ListItemDetail,
        .f-DcIdecoContacts_ListItem:nth-child(odd) .f-DcIdecoContacts_ListItemUses {
            background-color: inherit
        }

        .f-DcIdecoContacts_ListItem:first-child {
            margin-top: 0
        }

    .f-DcIdecoContacts_ListItemHead {
        border: none;
        height: auto;
        padding: 13px
    }

    .f-DcIdecoContacts_ListItemUses {
        background-color: #fff;
        border: none;
        font-size: .875rem;
        height: auto
    }

        .f-DcIdecoContacts_ListItemUses ul li {
            padding-left: 14px
        }

    .f-DcIdecoContacts_ListItemDetail {
        border: none;
        height: auto;
        background-color: #e8e8e8 !important
    }

        .f-DcIdecoContacts_ListItemDetail small {
            text-align: left;
            -ms-flex-item-align: baseline;
            align-self: baseline
        }

    .f-DcIdecoContacts_ListItemDetailCall {
        font-size: 2.1875rem
    }

        .f-DcIdecoContacts_ListItemDetailCall:before {
            width: 33px;
            height: 33px
        }

        .f-DcIdecoContacts_ListItemDetailCall span {
            display: none
        }

        .f-DcIdecoContacts_ListItemDetailCall a {
            display: inline
        }

    .f-DcIdecoContacts_ListItemDetailFree {
        font-size: 2.1875rem
    }

        .f-DcIdecoContacts_ListItemDetailFree:before {
            width: 55px;
            height: 32px
        }

        .f-DcIdecoContacts_ListItemDetailFree span {
            display: none
        }

        .f-DcIdecoContacts_ListItemDetailFree a {
            display: inline
        }

    .f-DcIdecoContacts_ListItemDetailDate {
        font-size: .875rem
    }

    .f-DcIdecoContacts_Message {
        display: none
    }
}

.f-DcIdecoLinks {
    background-color: #e8e8e8;
    width: 100%;
    padding: 60px 0 80px;
    margin-top: 60px
}

.f-DcIdecoLinks_Container {
    width: 1082px;
    margin: 0 auto
}

.f-DcIdecoLinks_Title {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1
}

.f-DcIdecoLinks_Description {
    font-size: .875rem;
    text-align: center;
    color: #0058a1;
    margin-top: 20px
}

.f-DcIdecoLinks_List {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

.f-DcIdecoLinks_ListItem {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 340px;
    height: 77px;
    margin-right: 40px
}

    .f-DcIdecoLinks_ListItem:nth-child(even) {
        margin-right: 0
    }

    .f-DcIdecoLinks_ListItem a {
        background-image: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-DcIdecoLinks_ListItem a:after {
            background: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: contain;
            content: "";
            width: 20px;
            height: 23px;
            display: inline-block;
            margin-left: 10px
        }

        .f-DcIdecoLinks_ListItem a:hover {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-color: #0058a1;
            color: #fff
        }

            .f-DcIdecoLinks_ListItem a:hover[target="_blank"]:after {
                background-image: url(../img/common/icon-blank--white.svg)
            }

@media only screen and (max-width:767px) {
    .f-DcIdecoLinks {
        padding: 30px 0 40px
    }

    .f-DcIdecoLinks_Container {
        width: auto;
        padding-right: 20px;
        padding-left: 20px
    }

    .f-DcIdecoLinks_Title {
        font-size: 1.5rem
    }

    .f-DcIdecoLinks_Description {
        text-align: left
    }

    .f-DcIdecoLinks_List {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-DcIdecoLinks_ListItem {
        width: 100%;
        margin-top: 30px;
        margin-right: 0
    }

        .f-DcIdecoLinks_ListItem:first-child {
            margin-top: 0
        }
}

.f-DcIdecoPlans {
    width: 100%;
    margin-top: 40px
}

.f-DcIdecoPlans_Container {
    width: 1082px;
    margin: 0 auto;
    padding-bottom: 15px
}

.f-DcIdecoPlans_Table {
    border: 1px solid #0058a1;
    width: 100%
}

    .f-DcIdecoPlans_Table tr {
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #0058a1
    }

        .f-DcIdecoPlans_Table tr:nth-child(even) td {
            background-color: #f3f3f3
        }

        .f-DcIdecoPlans_Table tr:first-child,
        .f-DcIdecoPlans_Table tr:last-child {
            border-bottom: none
        }

    .f-DcIdecoPlans_Table th {
        box-sizing: border-box;
        border-right: 1px solid #fff;
        background-color: #0058a1;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        color: #fff;
        line-height: 1.6875;
        padding: 23px 19px;
        display: block;
        width: 50%;
        min-width: 50%
    }

        .f-DcIdecoPlans_Table th:last-child {
            border-right: none
        }

    .f-DcIdecoPlans_Table td {
        box-sizing: border-box;
        border-right: 1px solid #0058a1;
        font-size: 1rem;
        text-align: center;
        line-height: 1.6875;
        padding: 23px 19px;
        width: 50%;
        min-width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .f-DcIdecoPlans_Table td:last-child {
            border-right: none
        }

    .f-DcIdecoPlans_Table a {
        text-decoration: underline
    }

        .f-DcIdecoPlans_Table a[target="_blank"]:after {
            background-image: url(../img/common/icon-blank--black.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: contain;
            width: 13px;
            height: 13px;
            content: "";
            display: inline-block;
            margin-left: 10px
        }

.f-DcIdecoPlans_Contact {
    margin-top: 70px
}

.f-DcIdecoPlans_ContactTitle {
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center
}

.f-DcIdecoPlans_ContactDescription {
    font-size: .875rem;
    text-align: center;
    margin-top: 15px
}

@media only screen and (max-width:767px) {
    .f-DcIdecoPlans {
        margin-top: 25px
    }

    .f-DcIdecoPlans_Container {
        width: auto;
        padding-right: 20px;
        padding-left: 20px
    }

    .f-DcIdecoPlans th {
        font-size: .875rem
    }

    .f-DcIdecoPlans td {
        font-size: .875rem;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .f-DcIdecoPlans_ContactDescription {
        text-align: left
    }
}

.f-DcLinks {
    width: 100%;
    margin-top: 80px
}

.f-DcLinks_Container {
    width: 1082px;
    margin: 0 auto;
    padding-bottom: 110px
}

.f-DcLinks_List {
    width: 700px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.f-DcLinks_ListItem {
    margin-right: 45px;
    width: calc(50% - 23px);
    min-width: calc(50% - 23px);
    min-height: 280px
}

    .f-DcLinks_ListItem:nth-child(even) {
        margin-right: 0
    }

    .f-DcLinks_ListItem a {
        box-sizing: border-box;
        border: 2px solid #0058a1;
        border-radius: 10px;
        box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .16);
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center top 44px;
        padding: 120px 20px 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        transition: all .3s;
        position: relative
    }

        .f-DcLinks_ListItem a:after {
            background-image: url(../img/common/icon-arrow-right--blue.svg);
            background-repeat: no-repeat;
            background-size: contain;
            width: 10px;
            height: 20px;
            content: "";
            position: absolute;
            top: 50%;
            right: 30px;
            transform: translateY(-50%)
        }

        .f-DcLinks_ListItem a:hover {
            background-color: #0058a1
        }

            .f-DcLinks_ListItem a:hover:after {
                background-image: url(../img/common/icon-arrow-right--white.svg)
            }

            .f-DcLinks_ListItem a:hover .f-DcLinks_ListItemTitle {
                color: #fff
            }

            .f-DcLinks_ListItem a:hover .f-DcLinks_ListItemValue {
                color: #fff
            }

                .f-DcLinks_ListItem a:hover .f-DcLinks_ListItemValue:before {
                    background-color: #fff
                }

    .f-DcLinks_ListItem.-ideco a {
        background-image: url(../img/f-DcLinks_ListItem--ideco--blue.svg)
    }

        .f-DcLinks_ListItem.-ideco a:hover {
            background-image: url(../img/f-DcLinks_ListItem--ideco--white.svg)
        }

    .f-DcLinks_ListItem.-corporate a {
        background-image: url(../img/f-DcLinks_ListItem--corporate--blue.svg)
    }

        .f-DcLinks_ListItem.-corporate a:hover {
            background-image: url(../img/f-DcLinks_ListItem--corporate--white.svg)
        }

.f-DcLinks_ListItemTitle {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center
}

.f-DcLinks_ListItemValue {
    font-size: 1rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center;
    padding-top: 25px;
    margin-top: 20px;
    position: relative
}

    .f-DcLinks_ListItemValue:before {
        background-color: #0058a1;
        content: "";
        width: 140px;
        height: 2px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

.f-DcLinks_Other {
    width: 700px;
    margin: 65px auto 0
}

    .f-DcLinks_Other a {
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
        background-color: #e7f1f8;
        background-repeat: no-repeat;
        background-position: center top 44px;
        font-size: 1.25rem;
        font-weight: 700;
        text-align: center;
        color: #0058a1;
        line-height: 1.5;
        padding: 40px 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        transition: all .3s;
        position: relative
    }

        .f-DcLinks_Other a:after {
            background-image: url(../img/common/icon-arrow-right--blue.svg);
            background-repeat: no-repeat;
            background-size: contain;
            width: 10px;
            height: 20px;
            content: "";
            position: absolute;
            top: 50%;
            right: 30px;
            transform: translateY(-50%)
        }

        .f-DcLinks_Other a:hover {
            background-color: #0058a1;
            color: #fff
        }

            .f-DcLinks_Other a:hover:after {
                background-image: url(../img/common/icon-arrow-right--white.svg)
            }

@media only screen and (max-width:767px) {
    .f-DcLinks_Container {
        width: auto;
        padding: 0 20px 62px
    }

    .f-DcLinks_List {
        width: 100%
    }

    .f-DcLinks_ListItem {
        width: 100%;
        min-width: 100%;
        margin: 40px 0 0
    }

        .f-DcLinks_ListItem:first-child {
            margin-top: 0
        }

    .f-DcLinks_Other {
        width: 100%;
        margin-top: 40px
    }

        .f-DcLinks_Other a {
            padding: 25px 60px
        }
}

.f-DisclaimerContent {
    width: 100%;
    padding-bottom: 80px;
    margin-top: 70px
}

.f-DisclaimerContent_Container {
    box-sizing: border-box;
    width: 1082px;
    margin: 0 auto;
    padding: 0 140px
}

.f-DisclaimerContent_List {
    margin-top: 30px
}

.f-DisclaimerContent_ListItem {
    font-size: .875rem;
    line-height: 1.714;
    margin-top: 14px;
    padding-left: 14px;
    position: relative
}

    .f-DisclaimerContent_ListItem:before {
        content: "・";
        position: absolute;
        left: 0
    }

    .f-DisclaimerContent_ListItem:first-child {
        margin-top: 0
    }

@media only screen and (max-width:767px) {
    .f-DisclaimerContent {
        margin-top: 45px
    }

    .f-DisclaimerContent_Container {
        width: auto;
        padding: 0 20px
    }
}

.f-Help {
    background-color: #e8e8e8;
    width: 100%;
    padding: 70px 0 80px;
    margin-top: 80px
}

.f-Help_Title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center;
    width: 1082px;
    margin: 0 auto
}

.f-Help_Container {
    background-color: #fff;
    width: 1082px;
    margin: 50px auto 0;
    display: -ms-flexbox;
    display: flex
}

.f-Help_Question {
    box-sizing: border-box;
    width: 50%;
    min-width: 50%;
    padding: 30px 50px
}

.f-Help_QuestionTitle {
    font-size: 1.375rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .f-Help_QuestionTitle:before {
        background-image: url(../img/f-Help_QuestionTitle.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        content: "";
        width: 35px;
        height: 42px;
        display: block;
        margin-right: 15px
    }

.f-Help_QuestionDescription {
    font-size: .875rem;
    color: #0058a1;
    text-align: center;
    margin-top: 25px
}

.f-Help_QuestionLink {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 320px;
    height: 60px;
    margin: 35px auto 0
}

    .f-Help_QuestionLink a {
        background-image: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-Help_QuestionLink a[target="_blank"]:after {
            background-image: url(../img/common/icon-blank--blue.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 13px 13px;
            width: 13px;
            height: 13px;
            content: "";
            margin-left: 10px;
            margin-top: -3px
        }

        .f-Help_QuestionLink a:hover {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-color: #0058a1;
            color: #fff
        }

            .f-Help_QuestionLink a:hover[target="_blank"]:after {
                background-image: url(../img/common/icon-blank--white.svg)
            }

.f-Help_Contact {
    box-sizing: border-box;
    width: 50%;
    min-width: 50%;
    padding: 30px 50px;
    position: relative
}

    .f-Help_Contact:after {
        background-color: #0058a1;
        width: 1px;
        height: calc(100% - 70px);
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

.f-Help_ContactTitle {
    font-size: 1.375rem;
    font-weight: 700;
    color: #0058a1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .f-Help_ContactTitle:before {
        background-image: url(../img/f-Help_ContactTitle.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        content: "";
        width: 33px;
        height: 45px;
        display: block;
        margin-right: 15px
    }

.f-Help_ContactContentsTitle {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center;
    margin-top: 5px
}

.f-Help_ContactContentsDescription {
    margin-top: 5px
}

.f-Help_ContactContentsDescriptionCall {
    font-family: Oswald, sans-serif;
    font-size: 3.125rem;
    color: #0058a1;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .f-Help_ContactContentsDescriptionCall:before {
        background-image: url(../img/f-Help_ContactContentsDescriptionCall.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        content: "";
        width: 73px;
        height: 42px;
        display: block;
        margin-right: 3px
    }

    .f-Help_ContactContentsDescriptionCall a {
        display: none
    }

.f-Help_ContactContentsDescriptionDate {
    font-size: 1rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center;
    line-height: 1.625;
    margin-top: 10px
}

.f-Help_ContactContentsList {
    margin-top: 20px
}

.f-Help_ContactContentsListItem {
    font-size: .75rem;
    font-weight: 700;
    color: #0058a1;
    line-height: 1.666
}

@media only screen and (max-width:767px) {
    .f-Help {
        padding-top: 32px;
        padding-bottom: 60px
    }

    .f-Help_Title {
        font-size: 1.5rem;
        line-height: 1.7;
        width: auto
    }

    .f-Help_Container {
        width: auto;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 32px 20px 0
    }

        .f-Help_Container:after {
            content: none
        }

    .f-Help_Question {
        width: 100%;
        min-width: 100%;
        padding: 30px 18px 45px
    }

    .f-Help_QuestionLink {
        width: 100%
    }

    .f-Help_Contact {
        width: 100%;
        min-width: 100%;
        padding: 40px 18px
    }

        .f-Help_Contact:after {
            background-color: #0058a1;
            width: calc(100% - 36px);
            height: 1px;
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%)
        }

    .f-Help_ContactContentsDescriptionCall {
        font-size: 2.1875rem
    }

        .f-Help_ContactContentsDescriptionCall:before {
            width: 55px;
            mso-even-header-id: 32px
        }

        .f-Help_ContactContentsDescriptionCall a {
            display: inline
        }

        .f-Help_ContactContentsDescriptionCall span {
            display: none
        }
}

.f-Login {
    background-color: #2d73ad;
    width: 100%;
    padding: 60px 0;
    margin-top: 100px
}

.f-Login_Container {
    box-sizing: border-box;
    background-color: #fff;
    width: 1082px;
    margin: 0 auto;
    padding: 20px 28px 35px
}

.f-Login_Title {
    font-size: 1.625rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center
}

.f-Login_Links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.f-Login_LinksItem {
    width: 500px;
    height: 80px;
    margin-right: 25px
}

    .f-Login_LinksItem:last-child {
        margin-right: 0
    }

    .f-Login_LinksItem a {
        box-sizing: border-box;
        background-color: #e8e8e8;
        border-radius: 5px;
        font-size: 1.25rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.375;
        color: #fff;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }

        .f-Login_LinksItem a:before {
            background-repeat: no-repeat;
            background-size: contain;
            content: none;
            position: absolute;
            top: 50%;
            transform: translateY(-50%)
        }

        .f-Login_LinksItem a:after {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-repeat: no-repeat;
            background-size: contain;
            width: 10px;
            height: 20px;
            content: "";
            position: absolute;
            top: 50%;
            right: 30px;
            transform: translateY(-50%);
            transition: right .2s
        }

        .f-Login_LinksItem a:hover {
            opacity: .5
        }

            .f-Login_LinksItem a:hover:after {
                right: 10px
            }

    .f-Login_LinksItem.-user {
        background-image: url(../img/f-Login_LinksItem--company.svg)
    }

        .f-Login_LinksItem.-user a {
            background: linear-gradient(to right, #e57b23, #a83925)
        }

            .f-Login_LinksItem.-user a:before {
                background-image: url(../img/f-Login_LinksItem--user.svg);
                content: "";
                width: 21px;
                height: 57px;
                left: 88px
            }

    .f-Login_LinksItem.-company a {
        background: linear-gradient(to right, #0058a1, #00284a)
    }

        .f-Login_LinksItem.-company a:before {
            background-image: url(../img/f-TopVisual_ContentsServiceLink--company.svg);
            content: "";
            width: 43px;
            height: 57px;
            left: 77px
        }

@media only screen and (max-width:767px) {
    .f-Login {
        margin-top: 50px;
        padding-top: 20px;
        padding-bottom: 25px
    }

    .f-Login_Container {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        padding: 7px 18px 20px
    }

    .f-Login_Title {
        font-size: 1.25rem
    }

    .f-Login_Links {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 7px
    }

    .f-Login_LinksItem {
        width: 100%;
        height: 65px;
        margin-right: 0;
        margin-top: 20px
    }

        .f-Login_LinksItem a {
            font-size: 1rem
        }

        .f-Login_LinksItem:first-child {
            margin-top: 0
        }

        .f-Login_LinksItem.-user a:before {
            width: 13px;
            height: 37px;
            left: 26px
        }

        .f-Login_LinksItem.-company a:before {
            width: 28px;
            height: 37px;
            left: 19px
        }
}

.f-News {
    width: 100%;
    margin-top: 100px
}

.f-News_Container {
    width: 1082px;
    margin: 0 auto
}

.f-News_Tabs {
    display: -ms-flexbox;
    display: flex
}

.f-News_TabsButton {
    box-sizing: border-box;
    border-top: 1px solid #0058a1;
    border-right: 1px solid #0058a1;
    border-bottom: none;
    border-left: 1px solid #0058a1;
    width: 50%;
    min-width: 50%;
    text-align: center
}

    .f-News_TabsButton [type=button] {
        border: none;
        background-color: transparent;
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1;
        color: #0058a1;
        cursor: pointer;
        outline: 0;
        padding: 30px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%
    }

    .f-News_TabsButton.-disable {
        margin-top: 10px;
        border-top: 1px solid #868686;
        border-bottom: 1px solid #0058a1
    }

        .f-News_TabsButton.-disable [aria-pressed=false] {
            font-size: 1.25rem;
            font-weight: 400;
            color: #868686
        }

        .f-News_TabsButton.-disable:first-child {
            border-right: none;
            border-left: 1px solid #868686
        }

        .f-News_TabsButton.-disable:last-child {
            border-right: 1px solid #868686;
            border-left: none
        }

.f-News_Content[aria-hidden=true] {
    display: none
}

.f-News_ContentTitle {
    display: none
}

.f-News_ContentList {
    margin-top: 55px
}

.f-News_ContentListItem {
    background-color: #e7f1f8;
    margin-top: 20px
}

    .f-News_ContentListItem:first-child {
        margin-top: 0
    }

    .f-News_ContentListItem.-pdf .f-News_ContentListItemTitle:after {
        background: url(../img/common/icon-pdf.svg);
        background-repeat: no-repeat;
        background-position: center right;
        content: "";
        width: 14px;
        height: 16px;
        display: inline-block;
        margin-left: 10px;
        position: relative;
        top: 3px
    }

    .f-News_ContentListItem a {
        padding: 15px 50px
    }

        .f-News_ContentListItem a:hover .f-News_ContentListItemTitle {
            padding-left: 30px
        }

.f-News_ContentListItemDate {
    font-size: .875rem;
    font-weight: 700;
    color: #0058a1
}

.f-News_ContentListItemTitle {
    font-size: .875rem;
    line-height: 1.714;
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
    transition: all .3s
}

    .f-News_ContentListItemTitle:before {
        background: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        width: 6px;
        height: 12px;
        content: "";
        position: absolute;
        top: 4px;
        left: 0
    }

.f-News_ContentLink {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 320px;
    height: 60px;
    margin: 50px auto 0
}

    .f-News_ContentLink a {
        background-image: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-News_ContentLink a[target="_blank"]:after {
            background-image: url(../img/common/icon-blank--blue.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 13px 13px;
            width: 13px;
            height: 13px;
            content: "";
            margin-left: 10px;
            margin-top: -3px
        }

        .f-News_ContentLink a:hover {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-color: #0058a1;
            color: #fff
        }

            .f-News_ContentLink a:hover[target="_blank"]:after {
                background-image: url(../img/common/icon-blank--white.svg)
            }

@media only screen and (max-width:767px) {
    .f-News {
        margin-top: 40px
    }

    .f-News_Container {
        width: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .f-News_Tabs {
        display: none
    }

        .f-News_Tabs + .f-News_Content {
            border-top: none;
            padding-top: 0;
            margin-top: 0
        }

    .f-News_Content {
        border-top: 1px solid #0058a1;
        padding-top: 50px;
        margin-top: 60px
    }

        .f-News_Content[aria-hidden=true] {
            display: block
        }

        .f-News_Content:first-child {
            padding-top: 0;
            margin-top: 0
        }

    .f-News_ContentTitle {
        font-size: 1.625rem;
        font-weight: 700;
        text-align: center;
        color: #0058a1;
        display: block
    }

    .f-News_ContentList {
        margin-top: 20px
    }

    .f-News_ContentListItem a {
        padding: 10px 15px
    }

        .f-News_ContentListItem a:focus .f-News_ContentListItemTitle,
        .f-News_ContentListItem a:hover .f-News_ContentListItemTitle {
            padding-left: 20px
        }

    .f-News_ContentListItemTitle {
        margin-top: 5px
    }

    .f-News_ContentLink {
        width: 100%;
        margin-top: 30px
    }
}

.f-NotFound {
    background-color: #f2f2f2;
    width: 100%;
    padding: 100px 0 130px
}

.f-NotFound_Container {
    width: 1082px;
    margin: 0 auto
}

.f-NotFound_Title {
    text-align: center
}

.f-NotFound_Message {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    margin-top: 70px
}

.f-NotFound_Description {
    font-size: 1rem;
    text-align: center;
    line-height: 1.714
}

.f-NotFound_Link {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 320px;
    height: 60px;
    margin: 80px auto 0
}

    .f-NotFound_Link a {
        background-image: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-NotFound_Link a[target="_blank"]:after {
            background-image: url(../img/common/icon-blank--blue.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 13px 13px;
            width: 13px;
            height: 13px;
            content: "";
            margin-left: 10px;
            margin-top: -3px
        }

        .f-NotFound_Link a:hover {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-color: #0058a1;
            color: #fff
        }

            .f-NotFound_Link a:hover[target="_blank"]:after {
                background-image: url(../img/common/icon-blank--white.svg)
            }

@media only screen and (max-width:767px) {
    .f-NotFound {
        padding: 60px 0
    }

    .f-NotFound_Container {
        width: auto;
        padding: 0 20px
    }

    .f-NotFound_Message {
        font-size: 1.625rem;
        margin-top: 45px
    }

    .f-NotFound_Description {
        font-size: .875rem;
        text-align: left;
        margin-top: 20px
    }

    .f-NotFound_Link {
        width: calc(100% - 20px)
    }
}

.f-Panels {
    width: 100%;
    padding-bottom: 35px
}

    .f-Panels.-bgBlue {
        background-color: #e7f1f8;
        padding-bottom: 80px
    }

        .f-Panels.-bgBlue .f-Panels_ListItem a {
            border: none
        }

.f-Panels_Container {
    width: 1082px;
    margin: 0 auto
}

.f-Panels_Title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center;
    padding: 55px 0
}

.f-Panels_List {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -40px
}

.f-Panels_ListItem {
    margin: 40px 0 0 0;
    width: 100%;
    min-width: 100%
}

    .f-Panels_ListItem a {
        box-sizing: border-box;
        border: 2px solid #0058a1;
        border-radius: 10px;
        box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .16);
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: left 200px center;
        padding: 35px 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        transition: all .3s
    }

        .f-Panels_ListItem a:hover {
            background-color: #0058a1
        }

            .f-Panels_ListItem a:hover .f-Panels_ListItemDescription,
            .f-Panels_ListItem a:hover .f-Panels_ListItemMore,
            .f-Panels_ListItem a:hover .f-Panels_ListItemTitle {
                color: #fff
            }

            .f-Panels_ListItem a:hover .f-Panels_ListItemBlank span {
                background-image: url(../img/common/icon-blank--white.svg);
                color: #fff
            }

    .f-Panels_ListItem.-column2 {
        margin-right: 40px;
        width: calc(50% - 20px);
        min-width: calc(50% - 20px)
    }

        .f-Panels_ListItem.-column2 a {
            background-position: top 34px center;
            padding: 110px 80px 65px
        }

        .f-Panels_ListItem.-column2:nth-child(2n) {
            margin-right: 0
        }

    .f-Panels_ListItem.-money a {
        background-image: url(../img/f-Panels_ListItem--money--blue.svg)
    }

        .f-Panels_ListItem.-money a:hover {
            background-image: url(../img/f-Panels_ListItem--money--white.svg)
        }

    .f-Panels_ListItem.-retirement a {
        background-image: url(../img/f-Panels_ListItem--retirement--blue.svg)
    }

        .f-Panels_ListItem.-retirement a:hover {
            background-image: url(../img/f-Panels_ListItem--retirement--white.svg)
        }

    .f-Panels_ListItem.-partner a {
        background-image: url(../img/f-Panels_ListItem--partner--blue.svg)
    }

        .f-Panels_ListItem.-partner a:hover {
            background-image: url(../img/f-Panels_ListItem--partner--white.svg)
        }

    .f-Panels_ListItem.-finance a {
        background-image: url(../img/f-Panels_ListItem--finance--blue.svg)
    }

        .f-Panels_ListItem.-finance a:hover {
            background-image: url(../img/f-Panels_ListItem--finance--white.svg)
        }

    .f-Panels_ListItem.-person a {
        background-image: url(../img/f-Panels_ListItem--person--blue.svg)
    }

        .f-Panels_ListItem.-person a:hover {
            background-image: url(../img/f-Panels_ListItem--person--white.svg)
        }

    .f-Panels_ListItem.-business a {
        background-image: url(../img/f-Panels_ListItem--business--blue.svg)
    }

        .f-Panels_ListItem.-business a:hover {
            background-image: url(../img/f-Panels_ListItem--business--white.svg)
        }

    .f-Panels_ListItem.-question a {
        background-image: url(../img/f-Panels_ListItem--question--blue.svg)
    }

        .f-Panels_ListItem.-question a:hover {
            background-image: url(../img/f-Panels_ListItem--question--white.svg)
        }

.f-Panels_ListItemTitle {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1
}

.f-Panels_ListItemDescription {
    font-size: .875rem;
    text-align: center;
    margin: 20px 0
}

    .f-Panels_ListItemDescription.-left {
        text-align: left
    }

.f-Panels_ListItemMore {
    font-size: .875rem;
    text-align: center;
    margin-top: auto;
    padding-top: 10px
}

    .f-Panels_ListItemMore span {
        display: inline-block
    }

        .f-Panels_ListItemMore span:after {
            content: ">";
            padding-left: 5px
        }

.f-Panels_ListItemButton {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 320px;
    height: 60px;
    margin: auto auto 0
}

    .f-Panels_ListItemButton span {
        background-image: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

.f-Panels_ListItemBlank {
    font-size: .875rem;
    text-align: right
}

    .f-Panels_ListItemBlank span {
        background-image: url(../img/common/icon-blank--black.svg);
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 30px;
        display: inline-block
    }

.f-Panels_Link {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 320px;
    height: 60px;
    margin: 50px auto 0
}

    .f-Panels_Link a {
        background-image: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-Panels_Link a[target="_blank"]:after {
            background-image: url(../img/common/icon-blank--blue.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 13px 13px;
            width: 13px;
            height: 13px;
            content: "";
            margin-left: 10px;
            margin-top: -3px
        }

        .f-Panels_Link a:hover {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-color: #0058a1;
            color: #fff
        }

            .f-Panels_Link a:hover[target="_blank"]:after {
                background-image: url(../img/common/icon-blank--white.svg)
            }

@media only screen and (max-width:767px) {
    .f-Panels {
        padding-bottom: 15px
    }

        .f-Panels.-bgBlue {
            padding-bottom: 50px
        }

    .f-Panels_Container {
        width: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .f-Panels_Title {
        font-size: 1.625rem;
        padding-top: 35px;
        padding-bottom: 35px
    }

    .f-Panels_ListItem {
        width: 100%;
        margin-top: 30px;
        margin-right: 0
    }

        .f-Panels_ListItem a {
            background-position: top 34px center;
            padding: 110px 18px 40px
        }

        .f-Panels_ListItem.-column2 {
            width: 100%;
            margin-right: 0
        }

            .f-Panels_ListItem.-column2 a {
                padding: 110px 18px 40px
            }

        .f-Panels_ListItem.-question a {
            background-size: 53px
        }

    .f-Panels_ListItemTitle {
        font-size: 1.125rem
    }

    .f-Panels_ListItemDescription {
        margin-bottom: 25px
    }

    .f-Panels_ListItemButton {
        width: 100%
    }

    .f-Panels_ListItemBlank {
        text-align: center;
        padding-top: 10px
    }

    .f-Panels_Link {
        width: 100%
    }
}

.f-PrivacyContent {
    width: 100%;
    margin-top: 80px;
    padding-bottom: 120px
}

.f-PrivacyContent_Container {
    width: 1082px;
    margin: 0 auto
}

.f-PrivacyContent_Section {
    box-sizing: border-box;
    border-top: 1px solid #707070;
    margin: 60px 140px 0;
    padding-top: 60px
}

    .f-PrivacyContent_Section:first-child {
        border-top: none;
        margin-top: 0;
        padding-top: 0
    }

.f-PrivacyContent_SectionTitle {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center
}

.f-PrivacyContent_SectionBody {
    font-size: .875rem;
    line-height: 1.928;
    margin-top: 35px;
    list-style-position: outside
}

    .f-PrivacyContent_SectionBody > :first-child {
        margin-top: 0 !important
    }

    .f-PrivacyContent_SectionBody h3 {
        font-size: 1rem;
        font-weight: 700;
        margin-top: 30px
    }

    .f-PrivacyContent_SectionBody small {
        font-size: .75rem;
        line-height: 1.666;
        display: block
    }

    .f-PrivacyContent_SectionBody a {
        word-break: break-all
    }

        .f-PrivacyContent_SectionBody a[target="_blank"] {
            text-decoration: underline
        }

            .f-PrivacyContent_SectionBody a[target="_blank"]:after {
                background-image: url(../img/common/icon-blank--black.svg);
                background-repeat: no-repeat;
                background-position: center right;
                background-size: contain;
                width: 13px;
                height: 13px;
                content: "";
                display: inline-block;
                margin-left: 5px
            }

    .f-PrivacyContent_SectionBody .bold {
        font-weight: 700
    }

    .f-PrivacyContent_SectionBody .rightTrue {
        text-align: right
    }

    .f-PrivacyContent_SectionBody .privacyMark {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 35px 0 60px
    }

        .f-PrivacyContent_SectionBody .privacyMark img {
            margin-right: 6px
        }

        .f-PrivacyContent_SectionBody .privacyMark a {
            text-decoration: none
        }

            .f-PrivacyContent_SectionBody .privacyMark a:after {
                content: none
            }

    .f-PrivacyContent_SectionBody .listKatakana {
        counter-reset: katakana-counter;
        margin: 5px 0
    }

        .f-PrivacyContent_SectionBody .listKatakana li {
            padding-left: 42px;
            position: relative
        }

            .f-PrivacyContent_SectionBody .listKatakana li:before {
                border: none;
                content: counter(katakana-counter, katakana) ".";
                counter-increment: katakana-counter;
                width: auto;
                height: auto;
                position: absolute;
                left: 20px;
                top: 0
            }

    .f-PrivacyContent_SectionBody .listNumberBoth {
        counter-reset: number-both-counter;
        margin: 5px 0
    }

        .f-PrivacyContent_SectionBody .listNumberBoth li {
            padding-left: 30px;
            position: relative
        }

            .f-PrivacyContent_SectionBody .listNumberBoth li:before {
                border: none;
                content: "("counter(number-both-counter) ")";
                counter-increment: number-both-counter;
                width: auto;
                height: auto;
                position: absolute;
                left: 10px;
                top: 0
            }

            .f-PrivacyContent_SectionBody .listNumberBoth li > .listKatakana {
                counter-reset: katakana-counter;
                margin: 5px 0
            }

                .f-PrivacyContent_SectionBody .listNumberBoth li > .listKatakana li {
                    padding-left: 25px;
                    position: relative
                }

                    .f-PrivacyContent_SectionBody .listNumberBoth li > .listKatakana li:before {
                        border: none;
                        content: counter(katakana-counter, katakana) ".";
                        counter-increment: katakana-counter;
                        width: auto;
                        height: auto;
                        position: absolute;
                        left: 3px;
                        top: 0
                    }

    .f-PrivacyContent_SectionBody .listReset {
        counter-reset: none !important;
        padding-left: 0 !important
    }

        .f-PrivacyContent_SectionBody .listReset li {
            padding-left: 14px !important
        }

            .f-PrivacyContent_SectionBody .listReset li:before {
                content: "・" !important;
                left: 0 !important;
                counter-increment: none !important
            }

    .f-PrivacyContent_SectionBody .mt-5 {
        margin-top: 5px
    }

    .f-PrivacyContent_SectionBody .mt-15 {
        margin-top: 15px
    }

    .f-PrivacyContent_SectionBody .mt-30 {
        margin-top: 30px
    }

    .f-PrivacyContent_SectionBody .mb-5 {
        margin-bottom: 5px
    }

.f-PrivacyContent_Seal {
    text-align: center;
    margin-top: 80px
}

@media only screen and (max-width:767px) {
    .f-PrivacyContent_Container {
        width: auto;
        padding: 0 20px
    }

    .f-PrivacyContent_Section {
        margin-right: 0;
        margin-left: 0
    }

    .f-PrivacyContent_SectionTitle {
        font-size: 1.5rem
    }

    .f-PrivacyContent_SectionBody .privacyMark {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px
    }

        .f-PrivacyContent_SectionBody .privacyMark a {
            margin-bottom: 10px
        }
}

.f-PrivacyLinks {
    width: 100%;
    margin-top: 80px
}

.f-PrivacyLinks_Container {
    width: 1082px;
    margin: 0 auto
}

.f-PrivacyLinks_List {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

.f-PrivacyLinks_ListItem {
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .16);
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid #0058a1;
    width: calc(33.333% - 40px);
    height: 60px;
    margin-right: 60px
}

    .f-PrivacyLinks_ListItem:nth-child(3n) {
        margin-right: 0
    }

    .f-PrivacyLinks_ListItem a {
        font-size: 1rem;
        font-weight: 700;
        color: #0058a1;
        text-align: center;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        transition: all .3s
    }

        .f-PrivacyLinks_ListItem a:after {
            background-image: url(../img/common/icon-arrow-bottom--blue.svg);
            background-repeat: no-repeat;
            background-size: contain;
            width: 20px;
            height: 10px;
            content: "";
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%)
        }

        .f-PrivacyLinks_ListItem a:hover {
            background-color: #0058a1;
            color: #fff
        }

            .f-PrivacyLinks_ListItem a:hover:after {
                background-image: url(../img/common/icon-arrow-bottom--white.svg)
            }

@media only screen and (max-width:767px) {
    .f-PrivacyLinks {
        margin-top: 70px
    }

    .f-PrivacyLinks_Container {
        width: auto;
        padding: 0 20px
    }

    .f-PrivacyLinks_List {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px
    }

    .f-PrivacyLinks_ListItem {
        width: calc(100% - 16px);
        min-width: calc(100% - 16px);
        height: 55px;
        margin: 20px auto 0
    }

        .f-PrivacyLinks_ListItem:first-child {
            margin-top: 0
        }

        .f-PrivacyLinks_ListItem:nth-child(3n) {
            margin-right: auto
        }
}

.f-PrivacyMark {
    width: 100%;
    margin-top: 80px
}

.f-PrivacyMark_Container {
    width: 1082px;
    margin: 0 auto
}

.f-PrivacyMark_Logo {
    text-align: center
}

.f-PrivacyMark_Text {
    font-size: .875rem;
    line-height: 1;
    text-align: center;
    margin-top: 20px
}

@media only screen and (max-width:767px) {
    .f-PrivacyMark {
        margin-top: 100px
    }

    .f-PrivacyMark_Container {
        width: auto
    }
}

.f-ProductionList1 {
    width: 100%;
    margin-top: 40px
}

.f-ProductionList1_Container {
    width: 1082px;
    margin: 0 auto
}

.f-ProductionList1_Header {
    background-color: #0058a1;
    display: -ms-flexbox;
    display: flex
}

.f-ProductionList1_HeaderItem {
    box-sizing: border-box;
    border-left: 1px solid #fff;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.714;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .f-ProductionList1_HeaderItem:first-child {
        border-left: none
    }

    .f-ProductionList1_HeaderItem:nth-child(1) {
        width: 150px;
        min-width: 150px
    }

    .f-ProductionList1_HeaderItem:nth-child(2) {
        width: 250px;
        min-width: 250px
    }

    .f-ProductionList1_HeaderItem:nth-child(3) {
        width: 240px;
        min-width: 240px
    }

    .f-ProductionList1_HeaderItem:nth-child(4) {
        width: 132px;
        min-width: 132px
    }

    .f-ProductionList1_HeaderItem:nth-child(5) {
        width: 95px;
        min-width: 95px
    }

    .f-ProductionList1_HeaderItem:nth-child(6) {
        width: 120px;
        min-width: 120px
    }

    .f-ProductionList1_HeaderItem:nth-child(7) {
        width: 95px;
        min-width: 95px
    }

.f-ProductionList1_ContentsItem {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    border-bottom: 1px solid #0058a1;
    border-left: 1px solid #0058a1;
    display: -ms-flexbox;
    display: flex
}

    .f-ProductionList1_ContentsItem:nth-child(even) {
        background-color: #f2f2f2
    }

.f-ProductionList1_ContentsItemType {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 150px;
    min-width: 150px
}

.f-ProductionList1_ContentsItemTypeTitle {
    display: none
}

.f-ProductionList1_ContentsItemTypeDetail {
    box-sizing: border-box;
    height: 100%;
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-ProductionList1_ContentsItemTypeDetailText {
    background-color: #868686;
    font-size: .625rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    width: 110px;
    min-width: 110px;
    height: 27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

    .f-ProductionList1_ContentsItemTypeDetailText:first-child {
        margin-top: 0
    }

    .f-ProductionList1_ContentsItemTypeDetailText.-deposit {
        background-color: #cc5c00
    }

    .f-ProductionList1_ContentsItemTypeDetailText.-pension {
        background-color: #0058a1
    }

.f-ProductionList1_ContentsItemName {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 250px;
    min-width: 250px
}

.f-ProductionList1_ContentsItemNameTitle {
    display: none
}

.f-ProductionList1_ContentsItemNameDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.f-ProductionList1_ContentsItemOrgan {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 240px;
    min-width: 240px
}

.f-ProductionList1_ContentsItemOrganTitle {
    display: none
}

.f-ProductionList1_ContentsItemOrganDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.f-ProductionList1_ContentsItemSummary {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 132px;
    min-width: 132px
}

.f-ProductionList1_ContentsItemSummaryTitle {
    display: none
}

.f-ProductionList1_ContentsItemSummaryDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px
}

    .f-ProductionList1_ContentsItemSummaryDetail a {
        text-decoration: underline;
        display: inline-block
    }

        .f-ProductionList1_ContentsItemSummaryDetail a:after {
            background-image: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            content: "";
            width: 14px;
            height: 16px;
            display: inline-block;
            margin-left: 2px;
            vertical-align: bottom;
            padding-bottom: 3px
        }

.f-ProductionList1_ContentsItemMidway {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 95px;
    min-width: 95px
}

.f-ProductionList1_ContentsItemMidwayTitle {
    display: none
}

.f-ProductionList1_ContentsItemMidwayDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-ProductionList1_ContentsItemPerformance {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 120px;
    min-width: 120px
}

.f-ProductionList1_ContentsItemPerformanceTitle {
    display: none
}

.f-ProductionList1_ContentsItemPerformanceDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px
}

    .f-ProductionList1_ContentsItemPerformanceDetail a {
        text-decoration: underline;
        display: inline-block
    }

        .f-ProductionList1_ContentsItemPerformanceDetail a:after {
            background-image: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            content: "";
            width: 14px;
            height: 16px;
            display: inline-block;
            margin-left: 2px;
            vertical-align: bottom;
            padding-bottom: 3px
        }

.f-ProductionList1_ContentsItemDeduction {
    width: 95px;
    min-width: 95px
}

.f-ProductionList1_ContentsItemDeductionTitle {
    display: none
}

.f-ProductionList1_ContentsItemDeductionDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:767px) {
    .f-ProductionList1_Container {
        width: auto;
        padding: 0 20px
    }

    .f-ProductionList1_Header {
        display: none
    }

    .f-ProductionList1_ContentsItem {
        box-sizing: border-box;
        border-top: 1px solid #0058a1;
        display: block;
        margin-top: 25px
    }

    .f-ProductionList1_ContentsItemType {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList1_ContentsItemTypeTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList1_ContentsItemTypeDetail {
        border-bottom: 1px solid #0058a1;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .f-ProductionList1_ContentsItemTypeDetailText {
        margin: 0 0 0 10px;
        width: 100px;
        min-width: auto;
        max-width: calc(50% - 5px)
    }

        .f-ProductionList1_ContentsItemTypeDetailText:nth-child(odd) {
            margin-left: 0
        }

    .f-ProductionList1_ContentsItemName {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList1_ContentsItemNameTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 18px 10px
    }

    .f-ProductionList1_ContentsItemNameDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px
    }

    .f-ProductionList1_ContentsItemOrgan {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList1_ContentsItemOrganTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList1_ContentsItemOrganDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px
    }

    .f-ProductionList1_ContentsItemSummary {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList1_ContentsItemSummaryTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList1_ContentsItemSummaryDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .f-ProductionList1_ContentsItemSummaryDetail a:after {
            margin-left: 7px;
            padding-bottom: 7px
        }

    .f-ProductionList1_ContentsItemMidway {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList1_ContentsItemMidwayTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList1_ContentsItemMidwayDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .f-ProductionList1_ContentsItemPerformance {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList1_ContentsItemPerformanceTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList1_ContentsItemPerformanceDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .f-ProductionList1_ContentsItemPerformanceDetail a:after {
            margin-left: 7px;
            padding-bottom: 7px
        }

    .f-ProductionList1_ContentsItemDeduction {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList1_ContentsItemDeductionTitle {
        box-sizing: border-box;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList1_ContentsItemDeductionDetail {
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.f-ProductionList2 {
    width: 100%;
    margin-top: 40px
}

.f-ProductionList2_Container {
    width: 1082px;
    margin: 0 auto
}

.f-ProductionList2_Header {
    background-color: #0058a1;
    display: -ms-flexbox;
    display: flex
}

.f-ProductionList2_HeaderItem {
    box-sizing: border-box;
    border-left: 1px solid #fff;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.714;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .f-ProductionList2_HeaderItem:first-child {
        border-left: none
    }

    .f-ProductionList2_HeaderItem:nth-child(1) {
        width: 150px;
        min-width: 150px
    }

    .f-ProductionList2_HeaderItem:nth-child(2) {
        width: 250px;
        min-width: 250px
    }

    .f-ProductionList2_HeaderItem:nth-child(3) {
        width: 220px;
        min-width: 220px
    }

    .f-ProductionList2_HeaderItem:nth-child(4) {
        width: 120px;
        min-width: 120px
    }

    .f-ProductionList2_HeaderItem:nth-child(5) {
        width: 170px;
        min-width: 170px
    }

    .f-ProductionList2_HeaderItem:nth-child(6) {
        width: 75px;
        min-width: 75px
    }

    .f-ProductionList2_HeaderItem:nth-child(7) {
        width: 97px;
        min-width: 97px
    }

.f-ProductionList2_ContentsItem {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    border-bottom: 1px solid #0058a1;
    border-left: 1px solid #0058a1;
    display: -ms-flexbox;
    display: flex
}

    .f-ProductionList2_ContentsItem:nth-child(even) {
        background-color: #f2f2f2
    }

.f-ProductionList2_ContentsItemType {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 150px;
    min-width: 150px
}

.f-ProductionList2_ContentsItemTypeTitle {
    display: none
}

.f-ProductionList2_ContentsItemTypeDetail {
    box-sizing: border-box;
    height: 100%;
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-ProductionList2_ContentsItemTypeDetailText {
    background-color: #868686;
    font-size: .625rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    width: 110px;
    min-width: 110px;
    height: 27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

    .f-ProductionList2_ContentsItemTypeDetailText:first-child {
        margin-top: 0
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-balance {
        background-color: #ffcd43;
        color: #333
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-passive {
        background-color: #267e27
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-active {
        background-color: #d6519e
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-domesticStocks {
        background-color: #f9c
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-assetComplex {
        background-color: red
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-targetYear {
        background-color: #e04520
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-foreignStocks {
        background-color: #7cbdeb
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-foreignBonds {
        background-color: #ed852c
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-domesticBonds {
        background-color: #92d050
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-emergingMarketEquities {
        background-color: #714a1c
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-domesticAndForeignBonds {
        background-color: #00b050
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-overseasStocks {
        background-color: #7030a0
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-domesticReit {
        color: #333;
        background-color: #e1cdfd
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-overseasBonds {
        background-color: #215967
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-foreignReit {
        background-color: #9d2ebe
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-insideAndOutsideReit {
        color: #333;
        background-color: #daf07e
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-overseasRealEstate {
        background-color: #00f
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-domesticAndForeignStocks {
        background-color: #f0f
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-domesticRealEstate {
        background-color: #00a4de
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-emergingMarketBonds {
        background-color: #513eb9
    }

    .f-ProductionList2_ContentsItemTypeDetailText.-domesticAndForeignRealEstate {
        background-color: #74bed2
    }

.f-ProductionList2_ContentsItemName {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 250px;
    min-width: 250px
}

.f-ProductionList2_ContentsItemNameTitle {
    display: none
}

.f-ProductionList2_ContentsItemNameDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.f-ProductionList2_ContentsItemOrgan {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 220px;
    min-width: 220px
}

.f-ProductionList2_ContentsItemOrganTitle {
    display: none
}

.f-ProductionList2_ContentsItemOrganDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.f-ProductionList2_ContentsItemSummary {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 120px;
    min-width: 120px
}

.f-ProductionList2_ContentsItemSummaryTitle {
    display: none
}

.f-ProductionList2_ContentsItemSummaryDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px
}

    .f-ProductionList2_ContentsItemSummaryDetail a {
        text-decoration: underline;
        display: inline-block
    }

        .f-ProductionList2_ContentsItemSummaryDetail a:after {
            background-image: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            content: "";
            width: 14px;
            height: 16px;
            display: inline-block;
            margin-left: 2px;
            vertical-align: bottom;
            padding-bottom: 3px
        }

.f-ProductionList2_ContentsItemPerformance {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 170px;
    min-width: 170px
}

.f-ProductionList2_ContentsItemPerformanceTitle {
    display: none
}

.f-ProductionList2_ContentsItemPerformanceDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px
}

    .f-ProductionList2_ContentsItemPerformanceDetail a {
        text-decoration: underline;
        display: inline-block
    }

        .f-ProductionList2_ContentsItemPerformanceDetail a:after {
            background-image: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            content: "";
            width: 14px;
            height: 16px;
            display: inline-block;
            margin-left: 2px;
            vertical-align: bottom;
            padding-bottom: 3px
        }

.f-ProductionList2_ContentsItemReward {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 75px;
    min-width: 75px
}

.f-ProductionList2_ContentsItemRewardTitle {
    display: none
}

.f-ProductionList2_ContentsItemRewardDetail {
    box-sizing: border-box;
    font-size: .75rem;
    text-align: center;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-ProductionList2_ContentsItemAmount {
    width: 97px;
    min-width: 97px
}

.f-ProductionList2_ContentsItemAmountTitle {
    display: none
}

.f-ProductionList2_ContentsItemAmountDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:767px) {
    .f-ProductionList2_Container {
        width: auto;
        padding: 0 20px
    }

    .f-ProductionList2_Header {
        display: none
    }

    .f-ProductionList2_ContentsItem {
        box-sizing: border-box;
        border-top: 1px solid #0058a1;
        display: block;
        margin-top: 25px
    }

    .f-ProductionList2_ContentsItemType {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList2_ContentsItemTypeTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList2_ContentsItemTypeDetail {
        border-bottom: 1px solid #0058a1;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .f-ProductionList2_ContentsItemTypeDetailText {
        margin: 0 0 0 10px;
        width: 100px;
        min-width: auto;
        max-width: calc(50% - 5px)
    }

        .f-ProductionList2_ContentsItemTypeDetailText:nth-child(odd) {
            margin-left: 0
        }

    .f-ProductionList2_ContentsItemName {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList2_ContentsItemNameTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 18px 10px
    }

    .f-ProductionList2_ContentsItemNameDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px
    }

    .f-ProductionList2_ContentsItemOrgan {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList2_ContentsItemOrganTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 18px 10px
    }

    .f-ProductionList2_ContentsItemOrganDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px
    }

    .f-ProductionList2_ContentsItemSummary {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList2_ContentsItemSummaryTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList2_ContentsItemSummaryDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .f-ProductionList2_ContentsItemSummaryDetail a:after {
            margin-left: 7px;
            padding-bottom: 7px
        }

    .f-ProductionList2_ContentsItemPerformance {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList2_ContentsItemPerformanceTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList2_ContentsItemPerformanceDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .f-ProductionList2_ContentsItemPerformanceDetail a:after {
            margin-left: 7px;
            padding-bottom: 7px
        }

    .f-ProductionList2_ContentsItemReward {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList2_ContentsItemRewardTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList2_ContentsItemRewardDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .f-ProductionList2_ContentsItemAmount {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList2_ContentsItemAmountTitle {
        box-sizing: border-box;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList2_ContentsItemAmountDetail {
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.f-ProductionList3 {
    width: 100%;
    margin-top: 40px
}

.f-ProductionList3_Container {
    width: 1082px;
    margin: 0 auto
}

.f-ProductionList3_Header {
    background-color: #0058a1;
    display: -ms-flexbox;
    display: flex
}

.f-ProductionList3_HeaderItem {
    box-sizing: border-box;
    border-left: 1px solid #fff;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.714;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .f-ProductionList3_HeaderItem:first-child {
        border-left: none
    }

    .f-ProductionList3_HeaderItem:nth-child(1) {
        width: 150px;
        min-width: 150px
    }

    .f-ProductionList3_HeaderItem:nth-child(2) {
        width: 210px;
        min-width: 210px
    }

    .f-ProductionList3_HeaderItem:nth-child(3) {
        width: 173px;
        min-width: 173px
    }

    .f-ProductionList3_HeaderItem:nth-child(4) {
        width: 120px;
        min-width: 120px
    }

    .f-ProductionList3_HeaderItem:nth-child(5) {
        width: 95px;
        min-width: 95px
    }

    .f-ProductionList3_HeaderItem:nth-child(6) {
        width: 110px;
        min-width: 110px
    }

    .f-ProductionList3_HeaderItem:nth-child(7) {
        width: 95px;
        min-width: 95px
    }

    .f-ProductionList3_HeaderItem:nth-child(8) {
        width: 129px;
        min-width: 129px
    }

.f-ProductionList3_ContentsItem {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    border-bottom: 1px solid #0058a1;
    border-left: 1px solid #0058a1;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

    .f-ProductionList3_ContentsItem:nth-child(even) {
        background-color: #f2f2f2
    }

.f-ProductionList3_ContentsItemType {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 150px;
    min-width: 150px
}

.f-ProductionList3_ContentsItemTypeTitle {
    display: none
}

.f-ProductionList3_ContentsItemTypeDetail {
    box-sizing: border-box;
    height: 100%;
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-ProductionList3_ContentsItemTypeDetailText {
    background-color: #868686;
    font-size: .625rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    width: 110px;
    min-width: 110px;
    height: 27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

    .f-ProductionList3_ContentsItemTypeDetailText:first-child {
        margin-top: 0
    }

    .f-ProductionList3_ContentsItemTypeDetailText.-deposit {
        background-color: #cc5c00
    }

    .f-ProductionList3_ContentsItemTypeDetailText.-pension {
        background-color: #0058a1
    }

.f-ProductionList3_ContentsItemName {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 210px;
    min-width: 210px
}

.f-ProductionList3_ContentsItemNameTitle {
    display: none
}

.f-ProductionList3_ContentsItemNameDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.f-ProductionList3_ContentsItemOrgan {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 173px;
    min-width: 173px
}

.f-ProductionList3_ContentsItemOrganTitle {
    display: none
}

.f-ProductionList3_ContentsItemOrganDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.f-ProductionList3_ContentsItemSummary {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 120px;
    min-width: 120px
}

.f-ProductionList3_ContentsItemSummaryTitle {
    display: none
}

.f-ProductionList3_ContentsItemSummaryDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px
}

    .f-ProductionList3_ContentsItemSummaryDetail a {
        text-decoration: underline;
        display: inline-block
    }

        .f-ProductionList3_ContentsItemSummaryDetail a:after {
            background-image: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            content: "";
            width: 14px;
            height: 16px;
            display: inline-block;
            margin-left: 2px;
            vertical-align: bottom;
            padding-bottom: 3px
        }

.f-ProductionList3_ContentsItemMidway {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 95px;
    min-width: 95px
}

.f-ProductionList3_ContentsItemMidwayTitle {
    display: none
}

.f-ProductionList3_ContentsItemMidwayDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-ProductionList3_ContentsItemPerformance {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 110px;
    min-width: 110px
}

.f-ProductionList3_ContentsItemPerformanceTitle {
    display: none
}

.f-ProductionList3_ContentsItemPerformanceDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px
}

    .f-ProductionList3_ContentsItemPerformanceDetail a {
        text-decoration: underline;
        display: inline-block
    }

        .f-ProductionList3_ContentsItemPerformanceDetail a:after {
            background-image: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            content: "";
            width: 14px;
            height: 16px;
            display: inline-block;
            margin-left: 2px;
            vertical-align: bottom;
            padding-bottom: 3px
        }

.f-ProductionList3_ContentsItemDeduction {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 95px;
    min-width: 95px
}

.f-ProductionList3_ContentsItemDeductionTitle {
    display: none
}

.f-ProductionList3_ContentsItemDeductionDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-ProductionList3_ContentsItemReason {
    width: 129px;
    min-width: 129px
}

.f-ProductionList3_ContentsItemReasonTitle {
    display: none
}

.f-ProductionList3_ContentsItemReasonDetail {
    box-sizing: border-box;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px
}

.f-ProductionList3_ContentsItemReasonDetailButton {
    font-size: .6875rem;
    background-color: #0058a1;
    color: #fff;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    outline: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 78px;
    height: 28px
}

.f-ProductionList3_ContentsItemReasonDetailModal {
    box-sizing: border-box;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    border: 1px solid #707070;
    background-color: #fff;
    width: 800px;
    padding: 20px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    z-index: 1001;
    transition: all .3s;
    transform: translateX(-50%)
}

    .f-ProductionList3_ContentsItemReasonDetailModal [type=button] {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: 0;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 10px
    }

    .f-ProductionList3_ContentsItemReasonDetailModal[aria-hidden=true] {
        display: none
    }

    .f-ProductionList3_ContentsItemReasonDetailModal[aria-hidden=false] {
        animation: show .3s linear 0s
    }

@keyframes show {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.f-ProductionList3_ContentsItemReasonDetailModalTitle {
    box-sizing: border-box;
    font-size: .875rem;
    font-weight: 700;
    padding-right: 20px
}

.f-ProductionList3_ContentsItemReasonDetailModalSummary {
    font-size: .75rem;
    line-height: 1.666;
    margin-top: 5px
}

@media only screen and (max-width:767px) {
    .f-ProductionList3_Container {
        width: auto;
        padding: 0 20px
    }

    .f-ProductionList3_Header {
        display: none
    }

    .f-ProductionList3_ContentsItem {
        box-sizing: border-box;
        border-top: 1px solid #0058a1;
        display: block;
        margin-top: 25px
    }

    .f-ProductionList3_ContentsItemType {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList3_ContentsItemTypeTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList3_ContentsItemTypeDetail {
        border-bottom: 1px solid #0058a1;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .f-ProductionList3_ContentsItemTypeDetailText {
        margin: 0 0 0 10px;
        width: 100px;
        min-width: auto;
        max-width: calc(50% - 5px)
    }

        .f-ProductionList3_ContentsItemTypeDetailText:nth-child(odd) {
            margin-left: 0
        }

    .f-ProductionList3_ContentsItemName {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList3_ContentsItemNameTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 18px 10px
    }

    .f-ProductionList3_ContentsItemNameDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px
    }

    .f-ProductionList3_ContentsItemOrgan {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList3_ContentsItemOrganTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList3_ContentsItemOrganDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px
    }

    .f-ProductionList3_ContentsItemSummary {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList3_ContentsItemSummaryTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList3_ContentsItemSummaryDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .f-ProductionList3_ContentsItemSummaryDetail a:after {
            margin-left: 7px;
            padding-bottom: 7px
        }

    .f-ProductionList3_ContentsItemMidway {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList3_ContentsItemMidwayTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList3_ContentsItemMidwayDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .f-ProductionList3_ContentsItemPerformance {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList3_ContentsItemPerformanceTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList3_ContentsItemPerformanceDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .f-ProductionList3_ContentsItemPerformanceDetail a:after {
            margin-left: 7px;
            padding-bottom: 7px
        }

    .f-ProductionList3_ContentsItemDeduction {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList3_ContentsItemDeductionTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList3_ContentsItemDeductionDetail {
        font-size: .875rem;
        border-bottom: 1px solid #0058a1;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .f-ProductionList3_ContentsItemReason {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList3_ContentsItemReasonTitle {
        box-sizing: border-box;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 23px 10px
    }

    .f-ProductionList3_ContentsItemReasonDetail {
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .f-ProductionList3_ContentsItemReasonDetailButton {
        border-radius: 25px;
        font-size: .8125rem;
        width: 100px;
        height: 50px
    }

    .f-ProductionList3_ContentsItemReasonDetailModal {
        width: 335px;
        bottom: 90px
    }
}

.f-ProductionList4 {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 120px
}

.f-ProductionList4_Container {
    width: 1082px;
    margin: 0 auto
}

.f-ProductionList4_Header {
    background-color: #0058a1;
    display: -ms-flexbox;
    display: flex
}

.f-ProductionList4_HeaderItem {
    box-sizing: border-box;
    border-left: 1px solid #fff;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.714;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .f-ProductionList4_HeaderItem:first-child {
        border-left: none
    }

    .f-ProductionList4_HeaderItem:nth-child(1) {
        width: 150px;
        min-width: 150px
    }

    .f-ProductionList4_HeaderItem:nth-child(2) {
        width: 210px;
        min-width: 210px
    }

    .f-ProductionList4_HeaderItem:nth-child(3) {
        width: 173px;
        min-width: 173px
    }

    .f-ProductionList4_HeaderItem:nth-child(4) {
        width: 120px;
        min-width: 120px
    }

    .f-ProductionList4_HeaderItem:nth-child(5) {
        width: 105px;
        min-width: 105px
    }

    .f-ProductionList4_HeaderItem:nth-child(6) {
        width: 97px;
        min-width: 77px
    }

    .f-ProductionList4_HeaderItem:nth-child(7) {
        width: 97px;
        min-width: 97px
    }

    .f-ProductionList4_HeaderItem:nth-child(8) {
        width: 129px;
        min-width: 129px
    }

.f-ProductionList4_ContentsItem {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    border-bottom: 1px solid #0058a1;
    border-left: 1px solid #0058a1;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

    .f-ProductionList4_ContentsItem:nth-child(even) {
        background-color: #f2f2f2
    }

.f-ProductionList4_ContentsItemType {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 150px;
    min-width: 150px
}

.f-ProductionList4_ContentsItemTypeTitle {
    display: none
}

.f-ProductionList4_ContentsItemTypeDetail {
    box-sizing: border-box;
    height: 100%;
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-ProductionList4_ContentsItemTypeDetailText {
    background-color: #868686;
    font-size: .625rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    width: 110px;
    min-width: 110px;
    height: 27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

    .f-ProductionList4_ContentsItemTypeDetailText:first-child {
        margin-top: 0
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-balance {
        background-color: #ffcd43;
        color: #333
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-passive {
        background-color: #267e27
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-active {
        background-color: #d6519e
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-domesticStocks {
        background-color: #f9c
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-assetComplex {
        background-color: red
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-targetYear {
        background-color: #e04520
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-foreignStocks {
        background-color: #7cbdeb
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-foreignBonds {
        background-color: #ed852c
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-domesticBonds {
        background-color: #92d050
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-emergingMarketEquities {
        background-color: #714a1c
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-domesticAndForeignBonds {
        background-color: #00b050
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-overseasStocks {
        background-color: #7030a0
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-domesticReit {
        color: #333;
        background-color: #e1cdfd
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-overseasBonds {
        background-color: #215967
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-foreignReit {
        background-color: #9d2ebe
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-insideAndOutsideReit {
        color: #333;
        background-color: #daf07e
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-overseasRealEstate {
        background-color: #00f
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-domesticAndForeignStocks {
        background-color: #f0f
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-domesticRealEstate {
        background-color: #00a4de
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-emergingMarketBonds {
        background-color: #513eb9
    }

    .f-ProductionList4_ContentsItemTypeDetailText.-domesticAndForeignRealEstate {
        background-color: #74bed2
    }

.f-ProductionList4_ContentsItemName {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 210px;
    min-width: 210px
}

.f-ProductionList4_ContentsItemNameTitle {
    display: none
}

.f-ProductionList4_ContentsItemNameDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.f-ProductionList4_ContentsItemOrgan {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 173px;
    min-width: 173px
}

.f-ProductionList4_ContentsItemOrganTitle {
    display: none
}

.f-ProductionList4_ContentsItemOrganDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    padding: 15px 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.f-ProductionList4_ContentsItemSummary {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 120px;
    min-width: 120px
}

.f-ProductionList4_ContentsItemSummaryTitle {
    display: none
}

.f-ProductionList4_ContentsItemSummaryDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px
}

    .f-ProductionList4_ContentsItemSummaryDetail a {
        text-decoration: underline;
        display: inline-block
    }

        .f-ProductionList4_ContentsItemSummaryDetail a:after {
            background-image: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            content: "";
            width: 14px;
            height: 16px;
            display: inline-block;
            margin-left: 2px;
            vertical-align: bottom;
            padding-bottom: 3px
        }

.f-ProductionList4_ContentsItemPerformance {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 105px;
    min-width: 105px
}

.f-ProductionList4_ContentsItemPerformanceTitle {
    display: none
}

.f-ProductionList4_ContentsItemPerformanceDetail {
    box-sizing: border-box;
    font-size: .75rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 18px
}

    .f-ProductionList4_ContentsItemPerformanceDetail a {
        text-decoration: underline;
        display: inline-block
    }

        .f-ProductionList4_ContentsItemPerformanceDetail a:after {
            background-image: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            content: "";
            width: 14px;
            height: 16px;
            display: inline-block;
            margin-left: 2px;
            vertical-align: bottom;
            padding-bottom: 3px
        }

.f-ProductionList4_ContentsItemReward {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 97px;
    min-width: 97px
}

.f-ProductionList4_ContentsItemRewardTitle {
    display: none
}

.f-ProductionList4_ContentsItemRewardDetail {
    box-sizing: border-box;
    font-size: .75rem;
    text-align: center;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-ProductionList4_ContentsItemAmount {
    box-sizing: border-box;
    border-right: 1px solid #0058a1;
    width: 97px;
    min-width: 97px
}

.f-ProductionList4_ContentsItemAmountTitle {
    display: none
}

.f-ProductionList4_ContentsItemAmountDetail {
    font-size: .75rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-ProductionList4_ContentsItemReason {
    width: 129px;
    min-width: 129px
}

.f-ProductionList4_ContentsItemReasonTitle {
    display: none
}

.f-ProductionList4_ContentsItemReasonDetail {
    box-sizing: border-box;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px
}

.f-ProductionList4_ContentsItemReasonDetailButton {
    font-size: .6875rem;
    background-color: #0058a1;
    color: #fff;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    outline: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 78px;
    height: 28px
}

.f-ProductionList4_ContentsItemReasonDetailModal {
    box-sizing: border-box;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    border: 1px solid #707070;
    background-color: #fff;
    width: 800px;
    padding: 20px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    z-index: 1001;
    transition: all .3s;
    transform: translateX(-50%)
}

    .f-ProductionList4_ContentsItemReasonDetailModal [type=button] {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: 0;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 10px
    }

    .f-ProductionList4_ContentsItemReasonDetailModal[aria-hidden=true] {
        display: none
    }

    .f-ProductionList4_ContentsItemReasonDetailModal[aria-hidden=false] {
        animation: show .3s linear 0s
    }

@keyframes show {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.f-ProductionList4_ContentsItemReasonDetailModalTitle {
    box-sizing: border-box;
    font-size: .875rem;
    font-weight: 700;
    padding-right: 20px
}

.f-ProductionList4_ContentsItemReasonDetailModalSummary {
    font-size: .75rem;
    line-height: 1.666;
    margin-top: 5px
}

@media only screen and (max-width:767px) {
    .f-ProductionList4 {
        padding-bottom: 80px
    }

    .f-ProductionList4_Container {
        width: auto;
        padding: 0 20px
    }

    .f-ProductionList4_Header {
        display: none
    }

    .f-ProductionList4_ContentsItem {
        box-sizing: border-box;
        border-top: 1px solid #0058a1;
        display: block;
        margin-top: 25px
    }

    .f-ProductionList4_ContentsItemType {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList4_ContentsItemTypeTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList4_ContentsItemTypeDetail {
        border-bottom: 1px solid #0058a1;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .f-ProductionList4_ContentsItemTypeDetailText {
        margin: 0 0 0 10px;
        width: 100px;
        min-width: auto;
        max-width: calc(50% - 5px)
    }

        .f-ProductionList4_ContentsItemTypeDetailText:nth-child(odd) {
            margin-left: 0
        }

    .f-ProductionList4_ContentsItemName {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList4_ContentsItemNameTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 18px 10px
    }

    .f-ProductionList4_ContentsItemNameDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px
    }

    .f-ProductionList4_ContentsItemOrgan {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList4_ContentsItemOrganTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 18px 10px
    }

    .f-ProductionList4_ContentsItemOrganDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px
    }

    .f-ProductionList4_ContentsItemSummary {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList4_ContentsItemSummaryTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList4_ContentsItemSummaryDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .f-ProductionList4_ContentsItemSummaryDetail a:after {
            margin-left: 7px;
            padding-bottom: 7px
        }

    .f-ProductionList4_ContentsItemPerformance {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList4_ContentsItemPerformanceTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList4_ContentsItemPerformanceDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .f-ProductionList4_ContentsItemPerformanceDetail a:after {
            margin-left: 7px;
            padding-bottom: 7px
        }

    .f-ProductionList4_ContentsItemReward {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList4_ContentsItemRewardTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList4_ContentsItemRewardDetail {
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .f-ProductionList4_ContentsItemAmount {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList4_ContentsItemAmountTitle {
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 6px 10px
    }

    .f-ProductionList4_ContentsItemAmountDetail {
        box-sizing: border-box;
        border-bottom: 1px solid #0058a1;
        font-size: .875rem;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .f-ProductionList4_ContentsItemReason {
        border-right: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 100%
    }

    .f-ProductionList4_ContentsItemReasonTitle {
        box-sizing: border-box;
        background-color: #0058a1;
        font-size: .875rem;
        font-weight: 700;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        min-width: 100px;
        padding: 23px 10px
    }

    .f-ProductionList4_ContentsItemReasonDetail {
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: auto;
        padding: 10px 11px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .f-ProductionList4_ContentsItemReasonDetailButton {
        border-radius: 25px;
        font-size: .8125rem;
        width: 100px;
        height: 50px
    }

    .f-ProductionList4_ContentsItemReasonDetailModal {
        width: 335px;
        bottom: 90px
    }
}

.f-ProductionlistHeading {
    width: 100%
}

.f-ProductionlistHeading_Container {
    width: 1082px;
    margin: 0 auto
}

.f-ProductionlistHeading_Text {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1
}

@media only screen and (max-width:767px) {
    .f-ProductionlistHeading_Container {
        width: auto;
        padding: 0 20px
    }

    .f-ProductionlistHeading_Text {
        font-size: 1.625rem
    }
}

.f-RecruitApply {
    background-color: rgba(232, 232, 232, .5);
    width: 100%;
    padding: 80px 0 100px;
    margin-top: 80px
}

.f-RecruitApply_Container {
    width: 1082px;
    margin: 0 auto
}

.f-RecruitApply_Title {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1
}

.f-RecruitApply_Description {
    font-size: .875rem;
    text-align: center;
    margin-top: 30px
}

.f-RecruitApply_List {
    width: 560px;
    margin: 30px auto 0
}

.f-RecruitApply_ListItem {
    font-size: .875rem;
    line-height: 1.714;
    padding-left: 14px;
    position: relative
}

    .f-RecruitApply_ListItem:before {
        content: "・";
        position: absolute;
        left: 0
    }

    .f-RecruitApply_ListItem a {
        display: inline;
        margin-right: 5px;
        text-decoration: underline
    }

        .f-RecruitApply_ListItem a[data-type=pdf]:after {
            background: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: contain;
            content: "";
            width: 14px;
            height: 16px;
            display: inline-block;
            margin-left: 3px
        }

    .f-RecruitApply_ListItem span {
        font-size: .75rem;
        display: block
    }

.f-RecruitApply_Contact {
    box-sizing: border-box;
    border: 1px solid #0058a1;
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex
}

.f-RecruitApply_ContactTitle {
    background-color: #0058a1;
    width: 246px;
    min-width: 246px;
    box-sizing: border-box;
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    padding: 14px 20px
}

.f-RecruitApply_ContactDetail {
    background-color: #fff;
    box-sizing: border-box;
    font-size: .875rem;
    line-height: 1.714;
    width: calc(100% - 246px);
    min-width: calc(100% - 246px);
    padding: 14px 20px
}

@media only screen and (max-width:767px) {
    .f-RecruitApply {
        margin-top: 66px;
        padding-top: 40px
    }

    .f-RecruitApply_Container {
        width: auto;
        padding: 0 20px
    }

    .f-RecruitApply_Title {
        font-size: 1.5rem
    }

    .f-RecruitApply_Description {
        text-align: left
    }

    .f-RecruitApply_List {
        width: 100%;
        padding-left: 20px
    }

    .f-RecruitApply_Contact {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-RecruitApply_ContactTitle {
        font-size: 1rem;
        text-align: center;
        width: 100%;
        min-width: 100%
    }

    .f-RecruitApply_ContactDetail {
        width: 100%;
        min-width: 100%;
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.f-ServiceFooter {
    background-color: #e8e8e8;
    width: 100%;
    padding: 60px 0 75px;
    margin-top: 150px
}

.f-ServiceFooter_Container {
    width: 1082px;
    margin: 0 auto
}

.f-ServiceFooter_Heading {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
    color: #0058a1
}

.f-ServiceFooter_Description {
    font-size: .875rem;
    text-align: center;
    line-height: 1.714;
    color: #0058a1;
    margin-top: 25px
}

    .f-ServiceFooter_Description small {
        font-size: .75rem
    }

.f-ServiceFooter_Link {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #0058a1;
    width: 320px;
    height: 60px;
    margin: 50px auto 0
}

    .f-ServiceFooter_Link a {
        background-image: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        border-radius: 30px;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-ServiceFooter_Link a[target="_blank"]:after {
            background-image: url(../img/common/icon-blank--blue.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 13px 13px;
            width: 13px;
            height: 13px;
            content: "";
            margin-left: 10px;
            margin-top: -3px
        }

        .f-ServiceFooter_Link a:hover {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-color: #0058a1;
            color: #fff
        }

            .f-ServiceFooter_Link a:hover[target="_blank"]:after {
                background-image: url(../img/common/icon-blank--white.svg)
            }

@media only screen and (max-width:767px) {
    .f-ServiceFooter {
        margin-top: 40px
    }

    .f-ServiceFooter_Container {
        width: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .f-ServiceFooter_Heading {
        font-size: 1.625rem
    }

    .f-ServiceFooter_Description {
        text-align: left
    }

    .f-ServiceFooter_Link {
        width: calc(100% - 20px)
    }
}

.f-SolicitationContent {
    width: 100%;
    padding-bottom: 80px;
    margin-top: 70px
}

.f-SolicitationContent_Container {
    box-sizing: border-box;
    width: 1082px;
    margin: 0 auto;
    padding: 0 140px
}

.f-SolicitationContent_Title {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center
}

.f-SolicitationContent_Description {
    font-size: 1rem;
    line-height: 1.875;
    margin-top: 50px
}

.f-SolicitationContent_List {
    margin-top: 30px
}

.f-SolicitationContent_ListItem {
    font-size: .875rem;
    line-height: 1.714;
    margin-top: 14px;
    padding-left: 14px;
    position: relative
}

    .f-SolicitationContent_ListItem:before {
        content: "・";
        position: absolute;
        left: 0
    }

    .f-SolicitationContent_ListItem:first-child {
        margin-top: 0
    }

.f-SolicitationContent_Name {
    font-size: .875rem;
    line-height: 1.714;
    text-align: right;
    margin-top: 80px
}

@media only screen and (max-width:767px) {
    .f-SolicitationContent {
        margin-top: 45px
    }

    .f-SolicitationContent_Container {
        width: auto;
        padding: 0 20px
    }

    .f-SolicitationContent_Title {
        font-size: 1.375rem
    }

    .f-SolicitationContent_Description {
        margin-top: 30px
    }

    .f-SolicitationContent_Name {
        margin-top: 30px
    }
}

.f-SubscriberInvestmentLinks {
    width: 100%;
    margin-top: 60px
}

.f-SubscriberInvestmentLinks_Container {
    width: 1082px;
    margin: 0 auto
}

.f-SubscriberInvestmentLinks_List {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -37px
}

.f-SubscriberInvestmentLinks_ListItem {
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .16);
    border-radius: 10px;
    margin: 37px 45px 0 0;
    width: calc(33.333% - 30px);
    min-width: calc(33.333% - 30px)
}

    .f-SubscriberInvestmentLinks_ListItem:nth-child(3n) {
        margin-right: 0
    }

    .f-SubscriberInvestmentLinks_ListItem a {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 25px 30px;
        transition: opacity .3s
    }

        .f-SubscriberInvestmentLinks_ListItem a:hover {
            opacity: .5
        }

.f-SubscriberInvestmentLinks_ListItemImg {
    text-align: center
}

.f-SubscriberInvestmentLinks_ListItemLabel {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.7;
    margin-top: 15px
}

@media only screen and (max-width:767px) {
    .f-SubscriberInvestmentLinks_Container {
        width: auto;
        padding: 0 20px
    }

    .f-SubscriberInvestmentLinks_List {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-SubscriberInvestmentLinks_ListItem {
        width: 100%;
        min-width: 100%;
        margin-right: 0
    }
}

.f-SubscriberInvestmentRelations {
    width: 100%;
    margin-top: 120px
}

.f-SubscriberInvestmentRelations_Container {
    width: 1082px;
    margin: 0 auto
}

.f-SubscriberInvestmentRelations_Title {
    box-sizing: border-box;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1;
    padding: 25px 0
}

.f-SubscriberInvestmentRelations_List {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px
}

.f-SubscriberInvestmentRelations_ListItem {
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .16);
    margin: 30px 30px 0 0;
    width: calc(50% - 15px);
    min-width: calc(50% - 15px)
}

    .f-SubscriberInvestmentRelations_ListItem:nth-child(even) {
        margin-right: 0
    }

    .f-SubscriberInvestmentRelations_ListItem a {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 20px;
        display: -ms-flexbox;
        display: flex;
        transition: opacity .3s
    }

        .f-SubscriberInvestmentRelations_ListItem a:hover {
            opacity: .5
        }

.f-SubscriberInvestmentRelations_ListItemImg {
    text-align: center;
    width: 165px;
    min-width: 165px
}

.f-SubscriberInvestmentRelations_ListItemLabel {
    box-sizing: border-box;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.7;
    padding: 20px 0 0 20px;
    width: calc(100% - 165px);
    min-width: calc(100% - 165px)
}

@media only screen and (max-width:767px) {
    .f-SubscriberInvestmentRelations {
        margin-top: 50px
    }

    .f-SubscriberInvestmentRelations_Container {
        width: auto;
        padding: 0 20px
    }

    .f-SubscriberInvestmentRelations_List {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px
    }

    .f-SubscriberInvestmentRelations_ListItem {
        width: 100%;
        min-width: 100%;
        margin-top: 20px;
        margin-right: 0
    }

        .f-SubscriberInvestmentRelations_ListItem:first-child {
            margin-top: 0
        }

        .f-SubscriberInvestmentRelations_ListItem a {
            padding: 25px 20px
        }

    .f-SubscriberInvestmentRelations_ListItemImg {
        width: 104px;
        min-width: 104px
    }

    .f-SubscriberInvestmentRelations_ListItemLabel {
        font-size: 1rem;
        width: calc(100% - 104px);
        min-width: calc(100% - 104px);
        padding-top: 0
    }
}

.f-SubscriberLinks {
    width: 100%;
    margin-top: 80px
}

.f-SubscriberLinks_Container {
    width: 1082px;
    margin: 0 auto;
    padding-bottom: 50px
}

.f-SubscriberLinks_List {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -50px
}

.f-SubscriberLinks_ListItem {
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .16);
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid #0058a1;
    width: calc(33.333% - 34px);
    min-width: calc(33.333% - 34px);
    margin: 50px 45px 0 0
}

    .f-SubscriberLinks_ListItem.-pdf span {
        background: 0 0 !important
    }

        .f-SubscriberLinks_ListItem.-pdf span:after {
            background: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: contain;
            content: "";
            width: 23px;
            height: 26px;
            display: inline-block;
            margin-left: 10px;
            position: relative;
            top: 3px
        }

    .f-SubscriberLinks_ListItem:nth-child(3n) {
        margin-right: 0
    }

    .f-SubscriberLinks_ListItem a {
        background-repeat: no-repeat;
        background-position: center top 40px;
        box-sizing: border-box;
        width: 100%;
        min-height: 280px;
        font-size: 1.25rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.7;
        color: #0058a1;
        padding-top: 170px;
        position: relative;
        transition: all .3s
    }

        .f-SubscriberLinks_ListItem a[target="_blank"] span {
            padding-right: 32px;
            background-image: url(../img/common/icon-blank--blue.svg);
            background-repeat: no-repeat;
            background-position: top 3px right;
            background-size: 24px 24px
        }

        .f-SubscriberLinks_ListItem a:after {
            background-image: url(../img/f-SubscriberLinks_ListItem-arrow--blue.svg);
            background-repeat: no-repeat;
            background-size: contain;
            width: 10px;
            height: 20px;
            content: "";
            position: absolute;
            top: 50%;
            right: 24px;
            transform: translateY(-50%)
        }

        .f-SubscriberLinks_ListItem a:hover {
            background-image: url(../img/f-SubscriberLinks_ListItem-arrow--white.svg);
            background-color: #0058a1;
            color: #fff
        }

            .f-SubscriberLinks_ListItem a:hover:after {
                background-image: url(../img/f-SubscriberLinks_ListItem-arrow--white.svg)
            }

            .f-SubscriberLinks_ListItem a:hover[target="_blank"] span {
                background-image: url(../img/common/icon-blank--white.svg)
            }

    .f-SubscriberLinks_ListItem span {
        display: inline-block
    }

    .f-SubscriberLinks_ListItem.-recipient a {
        background-image: url(../img/f-SubscriberLinks_ListItem--recipient--blue.svg)
    }

        .f-SubscriberLinks_ListItem.-recipient a:hover {
            background-image: url(../img/f-SubscriberLinks_ListItem--recipient--white.svg)
        }

    .f-SubscriberLinks_ListItem.-retirement a {
        background-image: url(../img/f-SubscriberLinks_ListItem--retirement--blue.svg)
    }

        .f-SubscriberLinks_ListItem.-retirement a:hover {
            background-image: url(../img/f-SubscriberLinks_ListItem--retirement--white.svg)
        }

    .f-SubscriberLinks_ListItem.-loss a {
        background-image: url(../img/f-SubscriberLinks_ListItem--loss--blue.svg)
    }

        .f-SubscriberLinks_ListItem.-loss a:hover {
            background-image: url(../img/f-SubscriberLinks_ListItem--loss--white.svg)
        }

    .f-SubscriberLinks_ListItem.-customer a {
        background-image: url(../img/f-SubscriberLinks_ListItem--customer--blue.svg)
    }

        .f-SubscriberLinks_ListItem.-customer a:hover {
            background-image: url(../img/f-SubscriberLinks_ListItem--customer--white.svg)
        }

    .f-SubscriberLinks_ListItem.-password a {
        background-image: url(../img/f-SubscriberLinks_ListItem--password--blue.svg)
    }

        .f-SubscriberLinks_ListItem.-password a:hover {
            background-image: url(../img/f-SubscriberLinks_ListItem--password--white.svg)
        }

    .f-SubscriberLinks_ListItem.-investment a {
        background-image: url(../img/f-SubscriberLinks_ListItem--investment--blue.svg)
    }

        .f-SubscriberLinks_ListItem.-investment a:hover {
            background-image: url(../img/f-SubscriberLinks_ListItem--investment--white.svg)
        }

@media only screen and (max-width:767px) {
    .f-SubscriberLinks {
        margin-top: 60px
    }

    .f-SubscriberLinks_Container {
        width: auto;
        padding: 0 20px 30px
    }

    .f-SubscriberLinks_List {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: -40px
    }

    .f-SubscriberLinks_ListItem {
        width: 100%;
        min-width: 100%;
        margin-top: 40px
    }
}

.f-SubscriberPasswordFormConfirm {
    width: 100%;
    margin-top: 70px;
    padding-bottom: 120px
}

.f-SubscriberPasswordFormConfirm_Container {
    width: 1082px;
    margin: 0 auto
}

.f-SubscriberPasswordFormConfirm_FormList {
    border: 1px solid #707070
}

.f-SubscriberPasswordFormConfirm_FormListItem {
    box-sizing: border-box;
    border-top: 1px solid #707070;
    display: -ms-flexbox;
    display: flex
}

    .f-SubscriberPasswordFormConfirm_FormListItem:first-child {
        border-top: none
    }

.f-SubscriberPasswordFormConfirm_FormListItemTitle {
    box-sizing: border-box;
    border-right: 1px solid #707070;
    background-color: #e7f1f8;
    font-size: .875rem;
    font-weight: 700;
    width: 292px;
    min-width: 292px;
    padding: 20px
}

.f-SubscriberPasswordFormConfirm_FormListItemContainer {
    box-sizing: border-box;
    width: calc(100% - 292px);
    min-width: calc(100% - 292px);
    padding: 20px
}

    .f-SubscriberPasswordFormConfirm_FormListItemContainer > :first-child {
        margin-top: 0 !important
    }

.f-SubscriberPasswordFormConfirm_FormListItemValue {
    font-size: .875rem
}

.f-SubscriberPasswordFormConfirm_FormListItemContent > :first-child {
    margin-top: 0
}

.f-SubscriberPasswordFormConfirm_FormListItemContentKey {
    font-size: .75rem;
    font-weight: 700;
    margin-top: 10px
}

.f-SubscriberPasswordFormConfirm_FormListItemContentValue {
    font-size: .875rem
}

.f-SubscriberPasswordFormConfirm_FormButtons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 85px
}

.f-SubscriberPasswordFormConfirm_FormButtonsItem {
    width: 320px;
    height: 60px;
    margin-right: 60px
}

    .f-SubscriberPasswordFormConfirm_FormButtonsItem:last-child {
        margin-right: 0
    }

    .f-SubscriberPasswordFormConfirm_FormButtonsItem [type=submit] {
        box-sizing: border-box;
        background-color: #fff;
        cursor: pointer;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-repeat: no-repeat;
        background-size: 7px;
        border-radius: 30px;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        color: #0058a1;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

    .f-SubscriberPasswordFormConfirm_FormButtonsItem [name=back] {
        border: 2px solid #868686;
        background-image: url(../img/common/icon-arrow-left--gray.svg);
        background-position: left 30px center;
        color: #868686
    }

        .f-SubscriberPasswordFormConfirm_FormButtonsItem [name=back]:hover {
            border: 2px solid #0058a1;
            background-image: url(../img/common/icon-arrow-left--white.svg);
            background-color: #0058a1;
            color: #fff
        }

    .f-SubscriberPasswordFormConfirm_FormButtonsItem [name=complete] {
        border: 2px solid #e7242e;
        background-image: url(../img/common/icon-arrow-right--red.svg);
        background-position: right 30px center;
        color: #e7242e
    }

        .f-SubscriberPasswordFormConfirm_FormButtonsItem [name=complete]:hover {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-color: #e7242e;
            color: #fff
        }

@media only screen and (max-width:767px) {
    .f-SubscriberPasswordFormConfirm {
        margin-top: 30px;
        padding-bottom: 100px
    }

    .f-SubscriberPasswordFormConfirm_Container {
        width: auto;
        padding: 0 20px
    }

    .f-SubscriberPasswordFormConfirm_FormListItem {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-SubscriberPasswordFormConfirm_FormListItemTitle {
        border-right: none;
        border-bottom: 1px solid #707070;
        width: 100%;
        min-width: 100%
    }

    .f-SubscriberPasswordFormConfirm_FormListItemContainer {
        width: 100%;
        min-width: 100%
    }

    .f-SubscriberPasswordFormConfirm_FormButtons {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 60px
    }

    .f-SubscriberPasswordFormConfirm_FormButtonsItem {
        width: calc(100% - 20px);
        margin-top: 40px;
        margin-right: 0
    }

        .f-SubscriberPasswordFormConfirm_FormButtonsItem:first-child {
            margin-top: 0
        }
}

.f-SubscriberPasswordFormInput {
    width: 100%;
    margin-top: 70px;
    padding-bottom: 120px
}

.f-SubscriberPasswordFormInput_Container {
    width: 1082px;
    margin: 0 auto
}

.f-SubscriberPasswordFormInput_FormList {
    border: 1px solid #707070
}

.f-SubscriberPasswordFormInput_FormListItem {
    box-sizing: border-box;
    border-top: 1px solid #707070;
    display: -ms-flexbox;
    display: flex
}

    .f-SubscriberPasswordFormInput_FormListItem:first-child {
        border-top: none
    }

    .f-SubscriberPasswordFormInput_FormListItem.-required .f-SubscriberPasswordFormInput_FormListItemTitle:before {
        box-sizing: border-box;
        background-color: #c33f1f;
        font-size: .75rem;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        content: "必須";
        padding: 5px 10px;
        margin-right: 10px
    }

.f-SubscriberPasswordFormInput_FormListItemTitle {
    box-sizing: border-box;
    border-right: 1px solid #707070;
    background-color: #e7f1f8;
    font-size: .875rem;
    font-weight: 700;
    width: 292px;
    min-width: 292px;
    padding: 20px
}

.f-SubscriberPasswordFormInput_FormListItemContainer {
    box-sizing: border-box;
    width: calc(100% - 292px);
    min-width: calc(100% - 292px);
    padding: 20px
}

    .f-SubscriberPasswordFormInput_FormListItemContainer > :first-child {
        margin-top: 0 !important
    }

.f-SubscriberPasswordFormInput_FormListItemInput {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

    .f-SubscriberPasswordFormInput_FormListItemInput.-column {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px
    }

        .f-SubscriberPasswordFormInput_FormListItemInput.-column .f-SubscriberPasswordFormInput_FormListItemInputLabel {
            margin-top: 20px
        }

            .f-SubscriberPasswordFormInput_FormListItemInput.-column .f-SubscriberPasswordFormInput_FormListItemInputLabel:first-child {
                margin-top: 0
            }

    .f-SubscriberPasswordFormInput_FormListItemInput [type=button] {
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        cursor: pointer;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        color: #0058a1;
        width: 115px;
        height: 46px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 19px;
        left: 250px;
        transition: all .3s
    }

        .f-SubscriberPasswordFormInput_FormListItemInput [type=button]:hover {
            background-color: #0058a1;
            color: #fff
        }

    .f-SubscriberPasswordFormInput_FormListItemInput [type=text] {
        box-sizing: border-box;
        border: 1px solid #707070;
        border-radius: 0;
        padding: 10px 15px;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .f-SubscriberPasswordFormInput_FormListItemInput [type=text]:-ms-input-placeholder {
            font-size: .875rem;
            color: #868686
        }

        .f-SubscriberPasswordFormInput_FormListItemInput [type=text]::placeholder {
            font-size: .875rem;
            color: #868686
        }

        .f-SubscriberPasswordFormInput_FormListItemInput [type=text]:focus {
            box-shadow: 0 0 3px 0 #0058a1;
            border: 1px solid #0058a1;
            z-index: 1
        }

    .f-SubscriberPasswordFormInput_FormListItemInput [data-validated=error] {
        border: 1px solid #c33f1f
    }

    .f-SubscriberPasswordFormInput_FormListItemInput [name=cd],
    .f-SubscriberPasswordFormInput_FormListItemInput [name=email],
    .f-SubscriberPasswordFormInput_FormListItemInput [name=name],
    .f-SubscriberPasswordFormInput_FormListItemInput [name=name_kana] {
        width: 300px
    }

    .f-SubscriberPasswordFormInput_FormListItemInput [name=pref] {
        width: 145px
    }

    .f-SubscriberPasswordFormInput_FormListItemInput [name=build],
    .f-SubscriberPasswordFormInput_FormListItemInput [name=city] {
        width: 674px
    }

    .f-SubscriberPasswordFormInput_FormListItemInput [name=birth_y] {
        width: 150px;
        margin-right: 5px
    }

    .f-SubscriberPasswordFormInput_FormListItemInput [name=birth_m] {
        width: 70px;
        margin-right: 5px;
        margin-left: 5px
    }

        .f-SubscriberPasswordFormInput_FormListItemInput [name=birth_m]:-ms-input-placeholder {
            text-align: center
        }

        .f-SubscriberPasswordFormInput_FormListItemInput [name=birth_m]::placeholder {
            text-align: center
        }

    .f-SubscriberPasswordFormInput_FormListItemInput [name=birth_d] {
        width: 70px;
        margin-right: 5px;
        margin-left: 5px
    }

        .f-SubscriberPasswordFormInput_FormListItemInput [name=birth_d]:-ms-input-placeholder {
            text-align: center
        }

        .f-SubscriberPasswordFormInput_FormListItemInput [name=birth_d]::placeholder {
            text-align: center
        }

    .f-SubscriberPasswordFormInput_FormListItemInput [name=zipcode0] {
        width: 90px
    }

    .f-SubscriberPasswordFormInput_FormListItemInput [name=zipcode1] {
        width: 120px
    }

    .f-SubscriberPasswordFormInput_FormListItemInput [name=tel0] {
        width: 90px
    }

    .f-SubscriberPasswordFormInput_FormListItemInput [name=tel1],
    .f-SubscriberPasswordFormInput_FormListItemInput [name=tel2] {
        width: 120px
    }

.f-SubscriberPasswordFormInput_FormListItemInputLabel span {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 7px
}

.f-SubscriberPasswordFormInput_FormListItemInputZipcodeLabel span {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 7px
}

.f-SubscriberPasswordFormInput_FormListItemHint {
    font-size: .75rem;
    line-height: 1.666;
    margin-top: 5px
}

.f-SubscriberPasswordFormInput_FormListItemError {
    font-size: .75rem;
    line-height: 1.666;
    color: #c33f1f;
    margin-top: 5px
}

.f-SubscriberPasswordFormInput_FormListItemMessage {
    box-sizing: border-box;
    background-color: #fff4f4;
    font-size: .75rem;
    line-height: 1.666;
    padding: 5px 15px;
    margin-top: 20px
}

.f-SubscriberPasswordFormInput_FormAgree {
    box-sizing: border-box;
    background-color: #e7f1f8;
    font-size: .875rem;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    margin-top: 60px
}

    .f-SubscriberPasswordFormInput_FormAgree [type=checkbox] {
        display: none
    }

        .f-SubscriberPasswordFormInput_FormAgree [type=checkbox]:checked + label:before {
            background-color: #0058a1
        }

        .f-SubscriberPasswordFormInput_FormAgree [type=checkbox]:checked + label:after {
            opacity: 1
        }

    .f-SubscriberPasswordFormInput_FormAgree label {
        display: block;
        position: relative;
        padding-left: 30px;
        cursor: pointer
    }

        .f-SubscriberPasswordFormInput_FormAgree label:before {
            box-sizing: border-box;
            border: 1px solid #868686;
            background-color: #fff;
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 1px;
            left: 0;
            content: ''
        }

        .f-SubscriberPasswordFormInput_FormAgree label:after {
            box-sizing: border-box;
            border-right: 3px solid #fff;
            border-bottom: 3px solid #fff;
            content: '';
            display: block;
            width: 10px;
            height: 16px;
            position: absolute;
            top: 1px;
            left: 5px;
            transform: rotate(45deg);
            opacity: 0
        }

        .f-SubscriberPasswordFormInput_FormAgree label a {
            display: inline;
            text-decoration: underline
        }

.f-SubscriberPasswordFormInput_FormButton {
    width: 320px;
    height: 60px;
    margin: 80px auto 0
}

    .f-SubscriberPasswordFormInput_FormButton [type=submit] {
        box-sizing: border-box;
        background-color: #fff;
        border: 2px solid #0058a1;
        cursor: pointer;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../img/common/icon-arrow-right--blue.svg);
        background-repeat: no-repeat;
        background-position: right 30px center;
        background-size: 7px;
        border-radius: 30px;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        color: #0058a1;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px;
        position: relative;
        transition: all .3s
    }

        .f-SubscriberPasswordFormInput_FormButton [type=submit]:hover {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-color: #0058a1;
            color: #fff
        }

        .f-SubscriberPasswordFormInput_FormButton [type=submit]:disabled {
            border: none;
            background-color: #f2f2f2;
            background-image: url(../img/common/icon-arrow-right--gray.svg);
            color: #868686
        }

@media only screen and (max-width:767px) {
    .f-SubscriberPasswordFormInput {
        margin-top: 30px;
        padding-bottom: 100px
    }

    .f-SubscriberPasswordFormInput_Container {
        width: auto;
        padding: 0 20px
    }

    .f-SubscriberPasswordFormInput_FormListItem {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-SubscriberPasswordFormInput_FormListItemTitle {
        border-right: none;
        border-bottom: 1px solid #707070;
        width: 100%;
        min-width: 100%
    }

    .f-SubscriberPasswordFormInput_FormListItemContainer {
        width: 100%;
        min-width: 100%
    }

    .f-SubscriberPasswordFormInput_FormListItemInput [type=button] {
        position: static;
        margin-top: 15px
    }

    .f-SubscriberPasswordFormInput_FormListItemInput [name=build],
    .f-SubscriberPasswordFormInput_FormListItemInput [name=cd],
    .f-SubscriberPasswordFormInput_FormListItemInput [name=city],
    .f-SubscriberPasswordFormInput_FormListItemInput [name=email],
    .f-SubscriberPasswordFormInput_FormListItemInput [name=name],
    .f-SubscriberPasswordFormInput_FormListItemInput [name=name_kana] {
        width: 100%
    }

    .f-SubscriberPasswordFormInput_FormListItemInput [name=birth_y] {
        width: 100px
    }

    .f-SubscriberPasswordFormInput_FormListItemInput [name=birth_d],
    .f-SubscriberPasswordFormInput_FormListItemInput [name=birth_m] {
        width: 55px
    }

    .f-SubscriberPasswordFormInput_FormListItemInput [name=tel0] {
        width: 70px
    }

    .f-SubscriberPasswordFormInput_FormListItemInput [name=tel1],
    .f-SubscriberPasswordFormInput_FormListItemInput [name=tel2] {
        width: 80px
    }

    .f-SubscriberPasswordFormInput_FormListItemInputLabel.-spFull {
        width: 100%
    }

    .f-SubscriberPasswordFormInput_FormAgree {
        margin-top: 40px
    }

        .f-SubscriberPasswordFormInput_FormAgree label {
            padding-left: 40px
        }

    .f-SubscriberPasswordFormInput_FormButton {
        width: calc(100% - 20px);
        margin-top: 50px
    }
}

.f-SubscriberPasswordFormNote {
    width: 100%;
    margin-top: 80px
}

.f-SubscriberPasswordFormNote_Container {
    box-sizing: border-box;
    background-color: #fff4f4;
    width: 1082px;
    margin: 0 auto;
    padding: 20px
}

.f-SubscriberPasswordFormNote_Label {
    font-size: .875rem;
    font-weight: 700;
    color: #c33f1f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .f-SubscriberPasswordFormNote_Label:before {
        background-image: url(../img/f-SubscriberPasswordFormNote_Label.svg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        width: 21px;
        height: 21px;
        display: block;
        margin-right: 10px
    }

.f-SubscriberPasswordFormNote_List {
    box-sizing: border-box;
    margin-top: 20px
}

.f-SubscriberPasswordFormNote_ListItem {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.714;
    padding-left: 14px;
    position: relative
}

    .f-SubscriberPasswordFormNote_ListItem:before {
        content: "・";
        position: absolute;
        left: 0
    }

    .f-SubscriberPasswordFormNote_ListItem small {
        font-size: .75rem
    }

    .f-SubscriberPasswordFormNote_ListItem a {
        display: inline;
        text-decoration: underline
    }

        .f-SubscriberPasswordFormNote_ListItem a[target="_blank"]:after {
            background-image: url(../img/common/icon-blank--black.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 13px 13px;
            width: 13px;
            height: 13px;
            content: "";
            display: inline-block;
            margin-left: 5px
        }

@media only screen and (max-width:767px) {
    .f-SubscriberPasswordFormNote {
        margin-top: 35px
    }

    .f-SubscriberPasswordFormNote_Container {
        width: auto;
        margin: 0 20px
    }
}

.f-SubscriberRecipientLinks {
    width: 100%;
    margin-top: 80px
}

.f-SubscriberRecipientLinks_Container {
    width: 1082px;
    margin: 0 auto;
    padding-bottom: 30px
}

.f-SubscriberRecipientLinks_Title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center
}

.f-SubscriberRecipientLinks_List {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

.f-SubscriberRecipientLinks_ListItem {
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .16);
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid #0058a1;
    width: calc(25% - 21px);
    height: 100px;
    margin-right: 28px
}

    .f-SubscriberRecipientLinks_ListItem:nth-child(4n) {
        margin-right: 0
    }

    .f-SubscriberRecipientLinks_ListItem a {
        font-size: 1.125rem;
        font-weight: 700;
        color: #0058a1;
        text-align: center;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        transition: all .3s
    }

        .f-SubscriberRecipientLinks_ListItem a:after {
            background-image: url(../img/common/icon-arrow-bottom--blue.svg);
            background-repeat: no-repeat;
            background-size: contain;
            width: 20px;
            height: 10px;
            content: "";
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%)
        }

        .f-SubscriberRecipientLinks_ListItem a:hover {
            background-color: #0058a1;
            color: #fff
        }

            .f-SubscriberRecipientLinks_ListItem a:hover:after {
                background-image: url(../img/common/icon-arrow-bottom--white.svg)
            }

@media only screen and (max-width:767px) {
    .f-SubscriberRecipientLinks {
        margin-top: 70px
    }

    .f-SubscriberRecipientLinks_Container {
        width: auto;
        padding-right: 20px;
        padding-left: 20px
    }

    .f-SubscriberRecipientLinks_Title {
        font-size: 1.4375rem
    }

    .f-SubscriberRecipientLinks_List {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px
    }

    .f-SubscriberRecipientLinks_ListItem {
        width: calc(100% - 16px);
        min-width: calc(100% - 16px);
        height: 55px;
        margin: 20px auto 0
    }

        .f-SubscriberRecipientLinks_ListItem:first-child {
            margin-top: 0
        }

        .f-SubscriberRecipientLinks_ListItem:nth-child(4n) {
            margin-right: auto
        }
}

.f-SubscriberRecipientMeans {
    width: 100%;
    margin-top: 35px
}

.f-SubscriberRecipientMeans_Container {
    width: 1082px;
    margin: 0 auto
}

.f-SubscriberRecipientMeans_Title {
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center
}

.f-SubscriberRecipientMeans_Description {
    font-size: .875rem;
    text-align: center;
    margin-top: 15px
}

    .f-SubscriberRecipientMeans_Description small {
        font-size: .75rem
    }

.f-SubscriberRecipientMeans_Conditions {
    box-sizing: border-box;
    border: 1px solid #0058a1;
    margin-top: 35px
}

    .f-SubscriberRecipientMeans_Conditions.-column2 .f-SubscriberRecipientMeans_ConditionsContainer {
        display: -ms-flexbox;
        display: flex
    }

    .f-SubscriberRecipientMeans_Conditions.-column2 .f-SubscriberRecipientMeans_ConditionsItem {
        border-right: 1px solid #0058a1;
        width: 50%;
        min-width: 50%
    }

        .f-SubscriberRecipientMeans_Conditions.-column2 .f-SubscriberRecipientMeans_ConditionsItem:nth-child(even) {
            border-right: none
        }

    .f-SubscriberRecipientMeans_Conditions + .f-SubscriberRecipientMeans_Points {
        border-top: none
    }

.f-SubscriberRecipientMeans_ConditionsTitle {
    box-sizing: border-box;
    background-color: #0058a1;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 17px 10px
}

.f-SubscriberRecipientMeans_ConditionsItem {
    box-sizing: border-box;
    width: 100%
}

.f-SubscriberRecipientMeans_ConditionsItemLabel {
    box-sizing: border-box;
    background-color: #e7f1f8;
    font-size: 1rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center;
    padding: 14px 10px
}

.f-SubscriberRecipientMeans_ConditionsItemDescription {
    font-size: .875rem;
    line-height: 1.714;
    padding: 25px 30px
}

.f-SubscriberRecipientMeans_Points {
    border: 1px solid #0058a1
}

    .f-SubscriberRecipientMeans_Points.-column2 .f-SubscriberRecipientMeans_PointsContainer {
        display: -ms-flexbox;
        display: flex
    }

    .f-SubscriberRecipientMeans_Points.-column2 .f-SubscriberRecipientMeans_PointsItem {
        border-right: 1px solid #0058a1;
        width: 50%;
        min-width: 50%
    }

        .f-SubscriberRecipientMeans_Points.-column2 .f-SubscriberRecipientMeans_PointsItem:nth-child(even) {
            border-right: none
        }

    .f-SubscriberRecipientMeans_Points.-column2 .f-SubscriberRecipientMeans_PointsItemLabel {
        border-top: 1px solid #0058a1
    }

    .f-SubscriberRecipientMeans_Points.-column2 .f-SubscriberRecipientMeans_PointsItemContent {
        border-top: 1px solid #0058a1
    }

    .f-SubscriberRecipientMeans_Points + .f-SubscriberRecipientMeans_Points {
        border-top: none
    }

.f-SubscriberRecipientMeans_PointsTitle {
    box-sizing: border-box;
    background-color: #f3f3f3;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    padding: 14px 10px
}

.f-SubscriberRecipientMeans_PointsItem {
    width: 100%
}

.f-SubscriberRecipientMeans_PointsItemLabel {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    padding: 21px 10px
}

.f-SubscriberRecipientMeans_PointsItemContent {
    font-size: .875rem;
    line-height: 1.714;
    padding: 25px 30px
}

    .f-SubscriberRecipientMeans_PointsItemContent ol {
        list-style-type: decimal;
        list-style-position: outside;
        padding-left: 20px
    }

    .f-SubscriberRecipientMeans_PointsItemContent ul li {
        padding-left: 14px;
        position: relative
    }

        .f-SubscriberRecipientMeans_PointsItemContent ul li:before {
            content: "・";
            position: absolute;
            left: 0
        }

    .f-SubscriberRecipientMeans_PointsItemContent small {
        font-size: .875rem
    }

.f-SubscriberRecipientMeans_Message {
    font-size: .75rem;
    line-height: 1.666;
    margin-top: 30px
}

    .f-SubscriberRecipientMeans_Message ul {
        padding-left: 12px
    }

        .f-SubscriberRecipientMeans_Message ul li {
            padding-left: 12px;
            position: relative
        }

            .f-SubscriberRecipientMeans_Message ul li:before {
                content: "・";
                position: absolute;
                left: 0
            }

            .f-SubscriberRecipientMeans_Message ul li span {
                display: block;
                margin-left: -12px
            }

.f-SubscriberRecipientMeans_Table {
    margin-top: 50px
}

.f-SubscriberRecipientMeans_TableTitle {
    font-size: .875rem;
    font-weight: 700
}

.f-SubscriberRecipientMeans_TableContent {
    border: 1px solid #0058a1;
    margin-top: 10px;
    width: 100%
}

    .f-SubscriberRecipientMeans_TableContent tr {
        display: -ms-flexbox;
        display: flex
    }

        .f-SubscriberRecipientMeans_TableContent tr:first-child {
            border-top: none
        }

            .f-SubscriberRecipientMeans_TableContent tr:first-child td {
                border-top: none
            }

    .f-SubscriberRecipientMeans_TableContent td {
        box-sizing: border-box;
        border-top: 1px solid #0058a1;
        border-right: 1px solid #0058a1;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        padding: 14px 20px;
        width: calc(789px / 6);
        min-width: calc(789px / 6)
    }

        .f-SubscriberRecipientMeans_TableContent td:first-child {
            background-color: #0058a1;
            border-top: 1px solid #fff;
            text-align: left;
            color: #fff;
            width: 293px;
            min-width: 293px
        }

        .f-SubscriberRecipientMeans_TableContent td:last-child {
            border-right: none
        }

        .f-SubscriberRecipientMeans_TableContent td:nth-child(even) {
            background-color: #f3f3f3
        }

@media only screen and (max-width:767px) {
    .f-SubscriberRecipientMeans_Container {
        width: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .f-SubscriberRecipientMeans_Description {
        text-align: left
    }

    .f-SubscriberRecipientMeans_Conditions.-column2 .f-SubscriberRecipientMeans_ConditionsContainer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-SubscriberRecipientMeans_Conditions.-column2 .f-SubscriberRecipientMeans_ConditionsItem {
        border-top: 1px solid #0058a1;
        border-right: none;
        width: 100%;
        min-width: 100%
    }

        .f-SubscriberRecipientMeans_Conditions.-column2 .f-SubscriberRecipientMeans_ConditionsItem:first-child {
            border-top: none
        }

    .f-SubscriberRecipientMeans_ConditionsItemDescription {
        padding: 20px
    }

    .f-SubscriberRecipientMeans_Points.-column2 .f-SubscriberRecipientMeans_PointsContainer {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f-SubscriberRecipientMeans_Points.-column2 .f-SubscriberRecipientMeans_PointsItem {
        width: 100%;
        min-width: 100%
    }

    .f-SubscriberRecipientMeans_PointsItemContent {
        padding: 20px
    }

    .f-SubscriberRecipientMeans_TableContent tbody {
        width: 100%;
        min-width: 100%;
        display: -ms-flexbox;
        display: flex
    }

    .f-SubscriberRecipientMeans_TableContent tr {
        box-sizing: border-box;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        min-width: 50%
    }

        .f-SubscriberRecipientMeans_TableContent tr:first-child td {
            border-top: 1px solid #0058a1;
            border-right: 1px solid #0058a1
        }

            .f-SubscriberRecipientMeans_TableContent tr:first-child td:first-child {
                border-right: 1px solid #fff
            }

        .f-SubscriberRecipientMeans_TableContent tr:last-child td {
            border-right: none
        }

    .f-SubscriberRecipientMeans_TableContent td {
        width: 100%;
        min-width: 100%;
        padding-right: 10px;
        padding-left: 10px
    }

        .f-SubscriberRecipientMeans_TableContent td:first-child {
            border-top: 1px solid #0058a1;
            text-align: center;
            width: 100%;
            min-width: 100%
        }
}

.f-SubscriberRetirementChart {
    background-color: #e7f1f8;
    width: 100%;
    margin-top: 75px
}

.f-SubscriberRetirementChart_Container {
    width: 1082px;
    margin: 0 auto;
    padding: 50px 0 65px
}

.f-SubscriberRetirementChart_Title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #0058a1;
    text-align: center
}

.f-SubscriberRetirementChart_Description {
    font-size: .875rem;
    text-align: center;
    margin-top: 20px
}

.f-SubscriberRetirementChart_Image {
    margin-top: 30px
}

    .f-SubscriberRetirementChart_Image img {
        max-width: 100%;
        height: auto;
        margin: 0 auto
    }

        .f-SubscriberRetirementChart_Image img[data-device=pc] {
            display: block
        }

        .f-SubscriberRetirementChart_Image img[data-device=sp] {
            display: none
        }

.f-SubscriberRetirementChart_Message {
    font-size: .875rem;
    line-height: 1.714;
    margin-top: 40px
}

.f-SubscriberRetirementChart_List {
    font-size: .875rem;
    line-height: 1.714;
    margin-top: 15px
}

.f-SubscriberRetirementChart_ListItem {
    padding-left: 14px;
    position: relative
}

    .f-SubscriberRetirementChart_ListItem:before {
        content: "・";
        position: absolute;
        left: 0
    }

    .f-SubscriberRetirementChart_ListItem a {
        display: inline;
        text-decoration: underline
    }

        .f-SubscriberRetirementChart_ListItem a[target="_blank"] {
            padding-right: 15px;
            margin-right: 5px;
            background-image: url(../img/common/icon-blank--black.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 12px 12px
        }

@media only screen and (max-width:767px) {
    .f-SubscriberRetirementChart_Container {
        width: auto;
        padding: 32px 20px 60px
    }

    .f-SubscriberRetirementChart_Title {
        font-size: 1.5rem
    }

    .f-SubscriberRetirementChart_Image img {
        width: 100%
    }

        .f-SubscriberRetirementChart_Image img[data-device=pc] {
            display: none
        }

        .f-SubscriberRetirementChart_Image img[data-device=sp] {
            display: block
        }

    .f-SubscriberRetirementChart_List {
        font-size: .75rem
    }

    .f-SubscriberRetirementChart_ListItem {
        padding-left: 12px
    }
}

.f-TopHeading2 {
    width: 100%;
    margin-top: 70px
}

.f-TopHeading2_Container {
    width: 1082px;
    margin: 0 auto
}

.f-TopHeading2_Text {
    box-sizing: border-box;
    background-color: #e7f1f8;
    font-size: 1.875rem;
    font-weight: 700;
    color: #0058a1;
    line-height: 1.2;
    text-align: center;
    width: 1082px;
    margin: 0 auto;
    padding: 37px 20px
}

@media only screen and (max-width:767px) {
    .f-TopHeading2 {
        margin-top: 30px
    }

    .f-TopHeading2_Container {
        width: auto
    }

    .f-TopHeading2_Text {
        font-size: 1.625rem;
        width: auto
    }
}

.f-TopNews {
    background-color: #fff4f4;
    width: 100%
}

.f-TopNews_Container {
    width: 1082px;
    margin: 0 auto;
    padding: 30px 0
}

.f-TopNews_ListItem {
    font-size: .875rem;
    font-weight: 700;
    color: #c33f1f;
    margin-top: 15px
}

    .f-TopNews_ListItem:first-child {
        margin-top: 0
    }

    .f-TopNews_ListItem a {
        text-decoration: underline
    }

    .f-TopNews_ListItem.-important {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .f-TopNews_ListItem.-important:before {
            box-sizing: border-box;
            background-image: url(../img/f-TopNews_ListItem--important.svg);
            background-repeat: no-repeat;
            background-position: left 10px center;
            background-color: #c33f1f;
            color: #fff;
            line-height: 1;
            padding: 10px 20px 10px 40px;
            content: '重要なお知らせ';
            margin-right: 20px;
            min-width: 160px;
            width: 160px
        }

@media only screen and (max-width:767px) {
    .f-TopNews_Container {
        width: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .f-TopNews_ListItem {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 25px
    }

        .f-TopNews_ListItem.-important {
            -ms-flex-align: start;
            align-items: flex-start
        }

            .f-TopNews_ListItem.-important a {
                margin-top: 15px
            }

            .f-TopNews_ListItem.-important:before {
                margin-right: 0
            }

        .f-TopNews_ListItem a {
            font-weight: 400
        }
}

.f-TopVisual {
    width: 100%;
    height: 685px;
    overflow: hidden
}

.f-TopVisual_Carousel {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0 !important
}

    .f-TopVisual_Carousel .slick-dots {
        bottom: 50px;
        text-align: center
    }

        .f-TopVisual_Carousel .slick-dots li {
            display: inline-block;
            width: 15px !important;
            height: 15px !important
        }

            .f-TopVisual_Carousel .slick-dots li button[type=button] {
                width: 15px !important;
                height: 15px !important;
                position: relative
            }

                .f-TopVisual_Carousel .slick-dots li button[type=button]:before {
                    box-sizing: border-box;
                    border: 1px solid #fff;
                    border-radius: 50%;
                    content: "";
                    width: 15px;
                    height: 15px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    opacity: 1
                }

            .f-TopVisual_Carousel .slick-dots li.slick-active button[type=button]:before {
                background-color: #fff;
                opacity: 1
            }

.f-TopVisual_CarouselItem {
    display: block
}

.f-TopVisual_CarouselItemContainer {
    background-color: #fff;
    min-width: 100%;
    width: 100%;
    height: 685px;
    overflow: hidden;
    position: relative;
    display: block
}

    .f-TopVisual_CarouselItemContainer img {
        width: auto;
        max-height: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

        .f-TopVisual_CarouselItemContainer img[data-device=sp] {
            display: none
        }

.f-TopVisual_Container {
    width: 1082px;
    margin: 0 auto;
    height: 100%;
    position: relative
}

.f-TopVisual_Contents {
    box-sizing: border-box;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .1);
    background-color: rgba(0, 88, 161, .8);
    padding: 16px 16px 23px 16px;
    width: 350px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.f-TopVisual_ContentsService {
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    padding: 0 8px 10px
}

.f-TopVisual_ContentsServiceTitle {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0058a1;
    line-height: 1;
    text-align: center;
    padding: 15px 0
}

.f-TopVisual_ContentsServiceLink {
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .16);
    width: 100%;
    height: 65px
}

    .f-TopVisual_ContentsServiceLink a {
        box-sizing: border-box;
        background-color: #e8e8e8;
        border-radius: 5px;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.375;
        color: #fff;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 55px;
        position: relative
    }

        .f-TopVisual_ContentsServiceLink a:before {
            background-repeat: no-repeat;
            background-size: contain;
            content: none;
            position: absolute;
            top: 50%;
            transform: translateY(-50%)
        }

        .f-TopVisual_ContentsServiceLink a:after {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-repeat: no-repeat;
            background-size: contain;
            width: 6px;
            height: 12px;
            content: "";
            position: absolute;
            top: 50%;
            right: 30px;
            transform: translateY(-50%);
            transition: right .2s
        }

        .f-TopVisual_ContentsServiceLink a:hover {
            opacity: .5
        }

            .f-TopVisual_ContentsServiceLink a:hover:after {
                right: 10px
            }

    .f-TopVisual_ContentsServiceLink.-user {
        background-image: url(../img/f-TopVisual_ContentsServiceLink--company.svg)
    }

        .f-TopVisual_ContentsServiceLink.-user a {
            background: linear-gradient(to right, #e57b23, #a83925)
        }

            .f-TopVisual_ContentsServiceLink.-user a:before {
                background-image: url(../img/f-TopVisual_ContentsServiceLink--user.svg);
                content: "";
                width: 14px;
                height: 37px;
                left: 27px
            }

    .f-TopVisual_ContentsServiceLink.-company {
        margin-top: 10px
    }

        .f-TopVisual_ContentsServiceLink.-company a {
            background: linear-gradient(to right, #0058a1, #00284a)
        }

            .f-TopVisual_ContentsServiceLink.-company a:before {
                background-image: url(../img/f-TopVisual_ContentsServiceLink--company.svg);
                content: "";
                width: 29px;
                height: 37px;
                left: 20px
            }

.f-TopVisual_ContentsContainer {
    box-sizing: border-box;
    width: 100%;
    padding: 0 8px
}

.f-TopVisual_ContentsLink {
    box-sizing: border-box;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .16);
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
    height: 50px;
    margin-top: 15px
}

    .f-TopVisual_ContentsLink a {
        box-sizing: border-box;
        background: linear-gradient(to right, #7bbbf2, #0f73c6);
        border-radius: 5px;
        font-size: .875rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.571;
        color: #fff;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 40px;
        position: relative
    }

        .f-TopVisual_ContentsLink a:after {
            background-image: url(../img/common/icon-arrow-right--white.svg);
            background-repeat: no-repeat;
            background-size: contain;
            width: 6px;
            height: 12px;
            content: "";
            position: absolute;
            top: 50%;
            right: 30px;
            transform: translateY(-50%);
            transition: right .2s
        }

        .f-TopVisual_ContentsLink a:hover {
            opacity: .5
        }

            .f-TopVisual_ContentsLink a:hover:after {
                right: 10px
            }

        .f-TopVisual_ContentsLink a span {
            display: block
        }

    .f-TopVisual_ContentsLink.-pdf a {
        text-align: left;
        padding-left: 0
    }

        .f-TopVisual_ContentsLink.-pdf a span:after {
            padding-left: 20px;
            background: url(../img/common/icon-pdf.svg);
            background-repeat: no-repeat;
            background-position: center right;
            content: "";
            width: 14px;
            height: 16px
        }

.f-TopVisual_ContentsOther {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin-top: 15px;
    position: relative
}

    .f-TopVisual_ContentsOther a {
        box-sizing: border-box;
        background-image: url(../img/f-TopVisual_ContentsOther.png);
        background-repeat: no-repeat;
        background-position: right 25px center;
        background-size: 88px 58px;
        background-color: #fff;
        font-size: .875rem;
        font-weight: 700;
        text-align: left;
        color: #0058a1;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 30px
    }

        .f-TopVisual_ContentsOther a:hover {
            opacity: .5
        }

            .f-TopVisual_ContentsOther a:hover:after {
                right: 10px
            }

@media only screen and (max-width:1082px) {
    .f-TopVisual_Carousel {
        width: 1082px
    }
}

@media only screen and (max-width:767px) {
    .f-TopVisual {
        background: 0 0;
        height: auto
    }

    .f-TopVisual_Carousel {
        width: auto
    }

        .f-TopVisual_Carousel .slick-dots {
            bottom: 20px
        }

    .f-TopVisual_CarouselItemContainer {
        height: auto
    }

    .f-TopVisual_Container {
        width: auto
    }

        .f-TopVisual_Container img {
            width: 100%;
            height: auto;
            position: static;
            transform: none
        }

            .f-TopVisual_Container img[data-device=pc] {
                display: none
            }

            .f-TopVisual_Container img[data-device=sp] {
                display: block
            }

    .f-TopVisual_Contents {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        position: initial;
        top: unset;
        left: unset;
        transform: none
    }

    .f-TopVisual_ContentsService {
        padding-left: 18px;
        padding-right: 18px
    }

    .f-TopVisual_ContentsContainer {
        padding-left: 18px;
        padding-right: 18px
    }
}

a.google_link {
    display: inline
}
