@charset 'UTF-8';
/* -------------------------------------------------------------------

    Support Module

-------------------------------------------------------------------- */
@media screen and (min-width: 768px)
{
    .w-wide .pc-none
    {
        display: none;
    }
}

@media screen and (max-width: 767px)
{
    .w-wide .sp-none
    {
        display: none;
    }
}

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

    Base Style

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

    Reset Style

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

    Content

-------------------------------------------------------------------- */
body.w-wide
{
    /* breadcrumbTop
--------------------------------------- */
    /* breadcrumbTop
--------------------------------------- */
    /* wrapper
--------------------------------------- */
    /* wrapper wide & Top
--------------------------------------- */
    /* Page Top
--------------------------------------- */
}

body.w-wide .wrapper
{
    width: 1220px;
    margin-top: 40px;
    padding: 0;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
}
@media screen and (max-width: 767px)
{
    body.w-wide .wrapper
    {
        width: 100%;
        margin-top: 30px;
        padding-right: 0;
        padding-bottom: 20px;
        padding-left: 0;
    }
}
body.w-wide .wrapper #mainCol
{
    float: right;

    width: 960px;
    padding-right: 0;
    padding-left: 0;
}
@media screen and (max-width: 767px)
{
    body.w-wide .wrapper #mainCol
    {
        float: none !important;

        width: 100%;
        padding: 0 10px;
    }
}
body.w-wide .wrapper.w-1220 #mainCol
{
    float: none;
    width: 1220px;
    padding-right: 0;
    padding-left: 0;
}
@media screen and (max-width: 767px)
{
    body.w-wide .wrapper.w-1220 #mainCol
    {
        width: 100%;
        padding: 0 10px;
    }
}

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

    Header PC

-------------------------------------------------------------------- */
@media screen and (min-width: 768px)
{
    .w-wide header#header
    {
        position: relative;
        z-index: 12;

        min-width: 1280px;
        padding: 0;

        border-top: none;
        border-right: none;
        border-bottom: 1px solid #c8c9ca;
        border-left: none;
    }
    header#header .headerPC-main
    {
        position: relative;
        z-index: 1;

        color: #006;
        background-color: #fff;
    }
    header#header .headerPC-inner
    {
        position: relative;

        zoom: 1;

        width: 1220px;
        margin: 0 auto;
    }
    header#header .headerPC-inner:after
    {
        display: block;
        clear: both;

        content: '';
    }
    header#header .headerPC-logo
    {
        float: left;

        width: 237px;
        padding: 37px 57px 31px 26px;
    }
    header#header .headerPC-logo img
    {
        max-width: 100%;
    }


}

.drop-overlay
{
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    -webkit-transition: opacity .25s ease-in;

    transition: opacity .25s ease-in;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: #000;
}
.drop-overlay.is-display
{
    display: block;
}
.drop-overlay.is-fade
{
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

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

    Header SP

-------------------------------------------------------------------- */
@media screen and (max-width: 767px)
{
    .w-wide header#header
    {
        position: relative;
        z-index: 12;

        padding: 0;

        border: none;
        background-color: #fff;
    }
    header#header .header-inner
    {
        border-bottom: 1px solid #c7c2b5;
        background-color: #fff;
    }
    header#header .headerSP-logo
    {
        float: left;

        width: 42.93333%;
        padding-top: 5.06667%;
    }
    header#header .headerSP-info
    {
        position: absolute;
        left: 0;

        overflow: auto;

        width: 100%;
        height: 0;

        -webkit-transition: height .25s ease-in;

        transition: height .25s ease-in;

        color: #fff;
        background-color: #006;

        -webkit-overflow-scrolling: touch;
    }
    header#header .headerSP-info-drop
    {
        padding: 8% 2.66667%;

        -webkit-transition: opacity .25s ease-in;

        transition: opacity .25s ease-in;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    header#header .headerSP-form input
    {
        font-size: 16px;
        font-size: 4.26667vw;
        line-height: 1.4;

        box-sizing: border-box;
        margin: 0;

        border: none;
        border-radius: 0;

        -webkit-appearance: none;

                appearance: none;
    }
    header#header .headerSP-form [type='text']
    {
        width: 88.73239%;
        padding: .6em .8em;
    }
    header#header .headerSP-form [type='submit']
    {
        overflow: hidden;

        width: 11.26761%;
        padding: .6em 0;

        white-space: nowrap;
        text-indent: 100%;

        background: #afb7db url('/assets/images/icon/icon_loupe_02.png') no-repeat 50% 50%;
        background-size: 58.75% auto;
    }

    header#header.is-drop .headerSP-info-drop
    {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .is-fixed-header-sp.is-slide-header-pc header#header .header-inner
    {
        -webkit-transition: -webkit-transform .25s ease;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .is-fixed-header-sp header#header .header-inner
    {
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;

        width: 100%;

        -webkit-transform: translateY(-100%);

            -ms-transform: translateY(-100%);

                transform: translateY(-100%);
    }
}

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

    Footer

-------------------------------------------------------------------- */
#footer
{
    min-width: 1280px;
    margin-top: 30px;
    padding-top: 0;

    border-top: none;
    background: transparent;
}
.smallText #footer
{
    font-size: 1.4em;
}
.mediumText #footer
{
    font-size: 1.5em;
}
.largeText #footer
{
    font-size: 1.6em;
}
@media screen and (max-width: 767px)
{
    #footer
    {
        min-width: 100%;
        margin-top: 15px;
        padding: 0;
    }
}
#footer ul
{
    margin-top: 0;
}
#footer ul li
{
    margin-top: 0;
}
#footer a:visited
{
    color: #666;
}
#footer a
{
    color: #666;
}
@media screen and (max-width: 767px)
{
    #footer #footerExtra
    {
        margin-top: 0;

        border-top: none;
        background: transparent;
    }
}

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

    Utilities in Footer Module

-------------------------------------------------------------------- */
#footer .box-footer .bg-gray
{
    background: #f2f2f2;
}

#footer .box-footer .bg-blue
{
    background: #006;
}

#footer .box-footer .content
{
    width: 1220px;
    margin: 0 auto;
    padding: 0 30px;
}
@media screen and (max-width: 767px)
{
    #footer .box-footer .content
    {
        width: 100%;
        padding: 0;
    }
}

#footer .box-footer .col
{
    display: inline-block;

    vertical-align: top;

    *display: inline;
    *zoom: 1;
}
@media screen and (max-width: 767px)
{
    #footer .box-footer .col
    {
        display: block;
    }
}

#footer .box-footer .has-split
{
    margin-right: 11px !important;
    padding-right: 11px;

    border-right: 1px solid #666;
}
@media screen and (max-width: 767px)
{
    #footer .box-footer .has-split
    {
        margin-right: 0 !important;
        padding-right: 0;

        border-right: none;
    }
}


@media screen and (max-width: 767px)
{
    #footer .box-footer .sp-toggle
    {
        position: relative;

        overflow: hidden;

        max-height: 0;

        -webkit-transition: .3s max-height;

        transition: .3s max-height;
    }
}

@media screen and (max-width: 767px)
{
    #footer .box-footer .toggle-open
    {
        max-height: 1200px;
    }
}
@media screen and (max-width: 767px)
{
    #footer .box-footer .btn-box-sp
    {
        text-align: center;

        background: url(/assets/images/icon/icon_arrow-btm_04.png) no-repeat 5.7971% 50%;
        background-size: 2.89855% auto;
    }
}

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

    Footer Mizuho Groups

-------------------------------------------------------------------- */
.footer-group
{
    padding: 29px 0 28px;
}
@media screen and (max-width: 767px)
{
    .footer-group
    {
        padding: 35px 0 36px;
    }
}
.footer-group-inner
{
    font-size: 0;

    color: #666;
}
.footer-group-main
{
    font-size: 0;

    display: inline-block;

/*    width: 900px;*/
    width: 993px;

    vertical-align: top;

    *display: inline;
    *zoom: 1;
}
@media screen and (max-width: 767px)
{
    .footer-group-main
    {
        display: block;

        width: 89.33333%;
        margin: 0 auto;
    }
}
.footer-group-header
{
    width: 140px;
}
@media screen and (min-width: 768px)
{
    .footer-group-header
    {
        font-size: 10px;
    }
}
@media screen and (max-width: 767px)
{
    .footer-group-header
    {
        width: 100%;
    }
}
.footer-group-hdg
{
    line-height: 1.6;

    margin: 6px 0 0;
}
@media screen and (min-width: 768px)
{
    .smallText .footer-group-hdg
    {
        font-size: 1.5em;
    }
    .mediumText .footer-group-hdg
    {
        font-size: 1.6em;
    }
    .largeText .footer-group-hdg
    {
        font-size: 1.7em;
    }
}
@media screen and (max-width: 767px)
{
    .footer-group-hdg
    {
        font-size: 14px;

        margin: 0;
        padding: 15px 0;

        border: 1px solid #666;
        border-radius: 2px;
    }
}
.footer-group-list
{
    display: inline-block;

/*    width: 714px;*/
    width: 852px;

    vertical-align: top;

    *display: inline;
    *zoom: 1;
}
@media screen and (max-width: 767px)
{
    .footer-group-list
    {
        width: 100%;
    }
}
.footer-group-items
{
    font-size: 0;
}
.footer-group-item
{
    line-height: 1;

    margin: 11px 0 8px !important;

    *line-height: 1.2;
}
@media screen and (min-width: 768px)
{
    .footer-group-item
    {
        font-size: 10px;
    }
    .smallText .footer-group-item a
    {
        font-size: 1.4em;
    }
    .mediumText .footer-group-item a
    {
        font-size: 1.5em;
    }
    .largeText .footer-group-item a
    {
        font-size: 1.6em;
    }
}
@media screen and (max-width: 767px)
{
    .footer-group-item
    {
        font-size: 14px;
    }
}
.footer-group-sub
{
    width: 172px;
/*    margin: 0 0 0 148px;*/
    margin: 0 0 0 55px;
}
@media screen and (max-width: 767px)
{
    .footer-group-sub
    {
        width: 50.74627%;
        margin: 24px auto 0;
    }
}
.footer-group-sub > img
{
    width: 100%;
}

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

    Footer Copyrights

-------------------------------------------------------------------- */
.footer-cr
{
    padding: 11px 0;

    text-align: center;
}
@media screen and (max-width: 767px)
{
    .footer-cr
    {
        padding: 14px 0;
    }
}
.footer-cr-txt
{
    font-size: 12px;
    line-height: 2;

    color: #fff;
}
@media screen and (max-width: 767px)
{
    .footer-cr-txt
    {
        font-size: 10px;
        line-height: 1.2;
    }
}

body.w-wide #mainCol a:link
{
    color: #1d50a2;
}
body.w-wide #mainCol a:hover
{
    text-decoration: none;

    color: #1d50a2;
}
body.w-wide #mainCol a:visited
{
    color: #609 !important;
}
body.w-wide #mainCol .btnRound.next
{
    font-size: 1.1em !important;
    font-weight: normal;
    line-height: 1.5em;

    min-width: 120px;
    min-height: auto !important;
    padding: 16px 23px 14px 37px !important;

    vertical-align: top !important;

    color: #006 !important;
    border-radius: 2px;
    background: #dbdbdb url('/assets/images/icon/icon_arrow-right_02.png') no-repeat 10px 50%;
    box-shadow: none;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .btnRound.next
    {
        padding: 16px 23px 14px 37px !important;

        background-position: 10px 50%;
    }
}
body.w-wide #mainCol .btnRound.next:after
{
    display: none !important;
}
body.w-wide #mainCol .btnRound.next:hover
{
    color: #006 !important;
    background: #eaeaea url('/assets/images/icon/icon_arrow-right_02.png') no-repeat 10px 50%;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .btnRound.next:hover
    {
        background-position: 10px 50%;
    }
}
body.w-wide #mainCol .btnRound.next:hover span
{
    color: #eaeaea !important;
}
body.w-wide #mainCol .btnRound.function,
body.w-wide #mainCol .btnRound.next.function
{
    font-size: 1.1em !important;
    font-weight: normal;
    line-height: 1.5em;

    min-width: 120px;
    min-height: auto !important;
    padding: 16px 23px 14px 37px !important;

    color: #fff !important;
    border-radius: 2px;
    background: #006 url('/assets/images/icon/icon_arrow-right_03.png') no-repeat 10px 50%;
    box-shadow: none;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .btnRound.function,
    body.w-wide #mainCol .btnRound.next.function
    {
        padding: 16px 23px 14px 37px !important;

        background-position: 10px 50%;
    }
}
body.w-wide #mainCol .btnRound.function:after,
body.w-wide #mainCol .btnRound.next.function:after
{
    display: none !important;
}
body.w-wide #mainCol .btnRound.function:hover,
body.w-wide #mainCol .btnRound.next.function:hover
{
    color: #006 !important;
    background: #aeb8de url('/assets/images/icon/icon_arrow-right_02.png') no-repeat 10px 50%;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .btnRound.function:hover,
    body.w-wide #mainCol .btnRound.next.function:hover
    {
        background-position: 10px 50%;
    }
}
body.w-wide #mainCol .btnRound.function:hover span,
body.w-wide #mainCol .btnRound.next.function:hover span
{
    color: #006 !important;
}
body.w-wide #mainCol .btnRound.function.border,
body.w-wide #mainCol .btnRound.next.function.border
{
    min-width: 120px;
}
body.w-wide #mainCol .btnRound.boundPopup,
body.w-wide #mainCol .btnRound.icmBlank,
body.w-wide #mainCol .btnRound.blank
{
    font-size: 1.1em !important;
    font-weight: normal;
    line-height: 1.5em;

    min-height: auto !important;
    padding: 16px 23px 14px 37px !important;

    color: #fff !important;
    border-radius: 2px;
    background: #006 url('/assets/images/icon/icon_window_02.png') no-repeat 10px 50% !important;
    box-shadow: none;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .btnRound.boundPopup,
    body.w-wide #mainCol .btnRound.icmBlank,
    body.w-wide #mainCol .btnRound.blank
    {
        background-position: 10px 50% !important;
    }
}
body.w-wide #mainCol .btnRound.boundPopup:after,
body.w-wide #mainCol .btnRound.icmBlank:after,
body.w-wide #mainCol .btnRound.blank:after
{
    display: none;
}
body.w-wide #mainCol .btnRound.boundPopup:before,
body.w-wide #mainCol .btnRound.icmBlank:before,
body.w-wide #mainCol .btnRound.blank:before
{
    display: none;
}
body.w-wide #mainCol .btnRound.boundPopup:hover,
body.w-wide #mainCol .btnRound.icmBlank:hover,
body.w-wide #mainCol .btnRound.blank:hover
{
    color: #006 !important;
    background: #aeb8de url('/assets/images/icon/icon_window_03.png') no-repeat 10px 50% !important;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .btnRound.boundPopup:hover,
    body.w-wide #mainCol .btnRound.icmBlank:hover,
    body.w-wide #mainCol .btnRound.blank:hover
    {
        background-position: 10px 50% !important;
    }
}
body.w-wide #mainCol .btnRound .icmBlank
{
    background: #006 url('/assets/images/icon/icon_window_02.png') no-repeat 0 .3em !important;
}
body.w-wide #mainCol .btnRound:hover
{
    color: #006 !important;
}
body.w-wide #mainCol .btnRound:hover .icmBlank,
body.mini.w-wide #mainCol .btnRound:hover .icmBlank
{
    background: #fff url('/assets/images/icon/icon_window_03.png') no-repeat 0 .3em !important;
}
body.w-wide #mainCol .btnRound.caretDown
{
    font-size: 1.1em !important;
    font-weight: normal;
    line-height: 1.5em;

    min-width: 120px;
    min-height: auto !important;
    padding: 16px 23px 24px 23px !important;

    color: #fff !important;
    border-radius: 2px;
    background: #006 url('/assets/images/icon/icon_arrow-btm_02.png') no-repeat 50% 83% !important;
    box-shadow: none;
}
body.w-wide #mainCol .btnRound.caretDown:after
{
    display: none;
}
body.w-wide #mainCol .btnRound.caretDown:hover
{
    color: #006 !important;
    background: #aeb8de url('/assets/images/icon/icon_arrow-btm_03.png') no-repeat 50% 83% !important;
}
body.w-wide #mainCol .btnRound.caretDown:hover span
{
    color: #006 !important;
}
body.w-wide #mainCol .btnRound.icmClose
{
    font-size: 1.1em !important;
    font-weight: normal;
    line-height: 1.5em;

    min-width: 120px;
    min-height: auto !important;
    padding: 16px 23px 14px 42px !important;

    color: #fff !important;
    border-radius: 2px;
    background: #006 url('/assets/images/icon/icon_close_01.png') no-repeat 10px 1.4em !important;
    box-shadow: none;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .btnRound.icmClose
    {
        padding: 14px 21px 12px !important;

        background-position: 10px 1.5em !important;
    }
}
body.w-wide #mainCol .btnRound.icmClose:before
{
    display: none;
}
body.w-wide #mainCol .btnRound.icmClose:hover
{
    color: #006 !important;
    background: #aeb8de url('/assets/images/icon/icon_close_03.png') no-repeat 10px 1.4em !important;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .btnRound.icmClose:hover
    {
        background-position: 10px 1.5em !important;
    }
}
body.w-wide #mainCol .btnRound.prev
{
    font-size: 1.1em !important;
    font-weight: normal;
    line-height: 1.5em;

    min-width: 120px;
    min-height: auto !important;
    padding: 16px 23px 14px 37px !important;

    color: #fff !important;
    border-radius: 2px;
    background: #006 url('/assets/images/icon/icon_arrow-left_02.png') no-repeat 10px 1.3em !important;
    box-shadow: none;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .btnRound.prev
    {
        background-position: 10px 1.3em !important;
    }
}
body.w-wide #mainCol .btnRound.prev:before
{
    display: none;
}
body.w-wide #mainCol .btnRound.prev:hover
{
    color: #006 !important;
    background: #aeb8de url('/assets/images/icon/icon_arrow-left_03.png') no-repeat 10px 1.3em !important;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .btnRound.prev:hover
    {
        background-position: 10px 1.3em;
    }
}
body.w-wide #mainCol .btnRound.prev:hover span
{
    color: #006 !important;
}
body.w-wide #mainCol .btnRound.prev.border
{
    min-width: 120px;

    border: 0 none;
}
body.w-wide #mainCol .btnRound.print
{
    padding: 11px 23px 8px 44px;

    color: #006 !important;
    border-radius: 2px;
    background: #dbdbdb url('/assets/images/icon/icon_print_01.png') no-repeat 10px .7em;
    box-shadow: none;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .btnRound.print
    {
        font-size: 12px;

        background-position: 10px .7em;
    }
}
body.w-wide #mainCol .btnRound.print:before
{
    display: none;
}
body.w-wide #mainCol .btnRound.print:hover
{
    background-color: #eaeaea;
}
body.w-wide #mainCol .btnRound.sound
{
    padding: 11px 23px 8px 55px;

    color: #fff !important;
    border-radius: 2px;
    background: #0168b7 url('/assets/images/icon/icon_sound_01.png') no-repeat 10px .7em;
    box-shadow: none;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .btnRound.sound
    {
        font-size: 12px;

        background-position: 10px .7em;
    }
}
body.w-wide #mainCol .btnRound.sound:before
{
    display: none;
}
body.w-wide #mainCol .btnRound.sound:hover
{
    background: #329dd7 url('/assets/images/icon/icon_sound_01.png') no-repeat 10px .7em;
}
body.w-wide #mainCol .h2Tit
{
    font-size: 1.6em;
    font-weight: bold !important;

    padding-left: 0;

    border-top: none;
    border-bottom: 2px solid #006;
    background-color: transparent;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .h2Tit
    {
        font-size: 1.25em;
    }
}
body.w-wide #mainCol .subTit
{
    font-size: 1.15em;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .subTit,
    body.mini.w-wide #mainCol .subTit
    {
        font-size: 1em;
    }
}

body.w-wide #mainCol .fontSL
{
    font-size: 1.08em !important;
}
body.w-wide #mainCol span.icmCaretRight
{
    display: inline-block;
}
body.w-wide #mainCol .icmCaretRight
{
    padding-left: 14px;

    background: url('/assets/images/icon/icon_arrow-right_04.png') no-repeat 0 .3em;
}
body.w-wide #mainCol .icmCaretRight.icmRed
{
    background: url('/assets/images/icon/icon_arrow-right_17.png') no-repeat 0 .3em;
}

body.w-wide #mainCol .icmCaretRight a
{
    color: #1d50a2;
}
body.w-wide #mainCol .icmCaretRight a:hover
{
    text-decoration: none;
}
body.w-wide #mainCol .icmCaretRight:before
{
    display: none;
}
body.w-wide #mainCol .icmCaretRight.alnRight
{
    padding-left: 0;

    background: none;
}
body.w-wide #mainCol .icmCaretRight.alnRight a
{
    padding-left: 14px;

    background: url('/assets/images/icon/icon_arrow-right_04.png') no-repeat 0 .2em;
}
body.w-wide #mainCol .alnRight .icmCaretRight
{
    padding-left: 0;

    background: none;
}
body.w-wide #mainCol .alnRight .icmCaretRight a
{
    padding-left: 14px;

    background: url('/assets/images/icon/icon_arrow-right_04.png') no-repeat 0 .2em;
}
body.w-wide #mainCol .alnRight .icmAfterFilePdf.icmBlank
{
    text-indent: 0 !important;
}
body.w-wide #mainCol ul li.icmBlank
{
    margin-right: 1em;
}
body.w-wide #mainCol ul.alnRight > li
{
    text-indent: 0;
}
body.w-wide #mainCol dl.newsFlat:first-of-type dt:nth-of-type(1)
{
    padding-top: 1em;
}
body.w-wide #mainCol dl.newsFlat:first-of-type dd:nth-of-type(1)
{
    padding-top: 1em;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol dl.newsFlat:first-of-type dd:nth-of-type(1),
    body.mini.w-wide #mainCol dl.newsFlat:first-of-type dd:nth-of-type(1)
    {
        padding-top: 0;
    }
}
body.w-wide #mainCol dl.newsFlat:last-of-type
{
    border-bottom: 1px solid #c7c2b5;
}
body.w-wide #mainCol dl.newsFlat
{
    overflow: hidden;
}
body.w-wide #mainCol dl.newsFlat dt
{
    width: 15%;

    border-top: 1px solid #c7c2b5;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol dl.newsFlat dt
    {
        width: 100%;
    }
}
body.w-wide #mainCol dl.newsFlat dd
{
    width: 83.5%;

    border-top: 1px solid #c7c2b5;
    background: url('/assets/images/icon/icon_arrow-right_04.png') no-repeat 0 1.4em;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol dl.newsFlat dd
    {
        width: 100%;

        border-top: none;
        background-position: 0 .45em;
    }
}
body.w-wide #mainCol dl.newsFlat dd:before
{
    display: none;
}
body.w-wide #mainCol dl.newsFlat dd.nonArrow
{
    background: none;
}
body.w-wide #mainCol dl.newsFlat dd.icmBlank
{
    width: 82.4%;

    background: url('/assets/images/icon/icon_window_01.png') no-repeat 0 1.3em;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol dl.newsFlat dd.icmBlank,
    body.mini.w-wide #mainCol dl.newsFlat dd.icmBlank
    {
        width: 100%;

        background-position: 0 .45em;
    }
}
body.w-wide #mainCol dl.newsFlat dd.icmBlank:before,
body.mini.w-wide #mainCol dl.newsFlat dd.icmBlank:before
{
    display: none;
}
body.w-wide #mainCol dl.newsFlat dd.disc,
body.mini.w-wide #mainCol dl.newsFlat dd.disc
{
    width: 83.4%;

    background: url('/assets/images/icon/icon_dot_01.png') no-repeat 0 1.6em;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol dl.newsFlat dd.disc,
    body.mini.w-wide #mainCol dl.newsFlat dd.disc
    {
        width: 100%;

        background-position: 5px .5em;
    }
}
body.w-wide #mainCol dl.newsFlat dd.disc:before,
body.mini.w-wide #mainCol dl.newsFlat dd.disc:before
{
    display: none;
}
body.w-wide #mainCol dl.newsFlat dd.subTit,
body.mini.w-wide #mainCol dl.newsFlat dd.subTit
{
    background: none;
}
body.w-wide #mainCol dl.newsFlat a,
body.mini.w-wide #mainCol dl.newsFlat a
{
    color: #1d50a2;
}
body.w-wide #mainCol dl.newsFlat a:hover,
body.mini.w-wide #mainCol dl.newsFlat a:hover
{
    text-decoration: none;
}
body.w-wide #mainCol p.icmBlank,
body.w-wide #mainCol span.icmBlank,
body.mini.w-wide #mainCol p.icmBlank,
body.mini.w-wide #mainCol span.icmBlank
{
    margin-left: 4px;
    padding-left: 1.8em;

    background: url('/assets/images/icon/icon_window_01.png') no-repeat 0 .3em;
}
body.w-wide #mainCol p.icmBlank:before,
body.w-wide #mainCol span.icmBlank:before,
body.mini.w-wide #mainCol p.icmBlank:before,
body.mini.w-wide #mainCol span.icmBlank:before
{
    display: none;
}
body.w-wide #mainCol p.icmBlank a,
body.w-wide #mainCol span.icmBlank a,
body.mini.w-wide #mainCol p.icmBlank a,
body.mini.w-wide #mainCol span.icmBlank a
{
    color: #1d50a2;
}
body.w-wide #mainCol p.icmBlank a:hover,
body.w-wide #mainCol span.icmBlank a:hover,
body.mini.w-wide #mainCol p.icmBlank a:hover,
body.mini.w-wide #mainCol span.icmBlank a:hover
{
    text-decoration: none;
}
body.w-wide #mainCol span.icmBlank,
body.w-wide #mainCol span.icmBlank.icmAfterFilePdf,
body.mini.w-wide #mainCol span.icmBlank,
body.mini.w-wide #mainCol span.icmBlank.icmAfterFilePdf
{
    display: inline-block;
}
body.w-wide #mainCol a.icmBlank,
body.mini.w-wide #mainCol a.icmBlank
{
    display: inline-block;

    margin-left: 4px;
    padding-left: 1.8em;

    color: #1d50a2;
    background: url('/assets/images/icon/icon_window_01.png') no-repeat 0 .3em;
}
body.w-wide #mainCol a.icmBlank:before,
body.mini.w-wide #mainCol a.icmBlank:before
{
    display: none;
}
body.w-wide #mainCol a.icmBlank:hover,
body.mini.w-wide #mainCol a.icmBlank:hover
{
    text-decoration: none;
}

body.w-wide #mainCol .alnRight .icmBlank,
body.mini.w-wide #mainCol .alnRight .icmBlank
{
    background: none;
}
body.w-wide #mainCol .alnRight .icmBlank a,
body.mini.w-wide #mainCol .alnRight .icmBlank a
{
    display: inline-block;

    padding-left: 1.8em;

    background: url('/assets/images/icon/icon_window_01.png') no-repeat 0 .4em;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .alnRight .icmBlank a,
    body.mini.w-wide #mainCol .alnRight .icmBlank a
    {
        background-position: 0 .45em;
    }
}
body.w-wide #mainCol span.icmAfterFilePdf a,
body.mini.w-wide #mainCol span.icmAfterFilePdf a
{
    padding-right: 48px;

    background: url('/assets/images/icon/icon_pdf_01.png') no-repeat 100% 0;
}
body.w-wide #mainCol span.icmAfterFilePdf a:after,
body.mini.w-wide #mainCol span.icmAfterFilePdf a:after
{
    display: none;
}
body.w-wide #mainCol .alnRight .icmAfterFilePdf.icmBlank,
body.mini.w-wide #mainCol .alnRight .icmAfterFilePdf.icmBlank
{
    margin-left: 0;

    text-indent: 0 !important;

    background: url('/assets/images/icon/icon_window_01.png') no-repeat 0 .3em;
}
body.w-wide #mainCol .alnRight .icmAfterFilePdf.icmBlank a,
body.mini.w-wide #mainCol .alnRight .icmAfterFilePdf.icmBlank a
{
    padding-left: 0;

    text-indent: 0 !important;

    background: url('/assets/images/icon/icon_pdf_01.png') no-repeat 100% 0;
}

@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .column2 .col,
    body.mini.w-wide #mainCol .column2 .col
    {
        padding: 0 !important;
    }
}

@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .column2.alnRight,
    body.w-wide #mainCol .column2 .alnRight,
    body.mini.w-wide #mainCol .column2.alnRight,
    body.mini.w-wide #mainCol .column2 .alnRight
    {
        margin-left: 0 !important;

        text-align: left !important;
        text-indent: 0;
    }
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .column2.w932 .inner .col.w415,
    body.mini.w-wide #mainCol .column2.w932 .inner .col.w415
    {
        box-sizing: border-box;
        width: 100%;
    }
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .column3 .col,
    body.w-wide #mainCol .column4 .col,
    body.mini.w-wide #mainCol .column3 .col,
    body.mini.w-wide #mainCol .column4 .col
    {
        padding: 0 !important;
    }
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .column2 .col_b,
    body.w-wide #mainCol .column2 .col_g,
    body.mini.w-wide #mainCol .column2 .col_b,
    body.mini.w-wide #mainCol .column2 .col_g
    {
        float: none;

        width: 300px;
        margin: 0 auto 20px;
    }
}
body.w-wide #mainCol .column4 .col .alnCenter.mT5,
body.mini.w-wide #mainCol .column4 .col .alnCenter.mT5
{
    text-align: left !important;
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .column4.type-01 .colW,
    body.mini.w-wide #mainCol .column4.type-01 .colW
    {
        width: auto !important;
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .section div.strong,
    body.mini.w-wide #mainCol .section div.strong
    {
        box-sizing: border-box;
        width: 100% !important;
        margin: 1em auto 0;
    }
}
@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .annotation.alnRight.char1,
    body.mini.w-wide #mainCol .annotation.alnRight.char1
    {
        text-align: left !important;
    }
}
body.w-wide #mainCol .annotation.alnRight.char1 li,
body.mini.w-wide #mainCol .annotation.alnRight.char1 li
{
    text-indent: -1em;
}

@media screen and (max-width: 767px)
{
    body.w-wide #mainCol .sp-none,
    body.mini.w-wide #mainCol .sp-none
    {
        display: none !important;
    }
}

/* emergencyArea
--------------------------------------- */
#emergencyArea
{
    background-color: #ffebeb;
}
@media screen and (max-width: 767px)
{
    #emergencyArea
    {
        padding: 0;

        border-bottom: none;
    }
}
#emergencyArea .box
{
    width: 100%;
    padding: 0;
}
#emergencyArea .box .icmBlank,
#emergencyArea .box .attention
{
    margin-top: 0 !important;
    padding: 0 0 0 0 !important;

    border-bottom: 1px solid #c8c9ca;
    background: none;
}
#emergencyArea .box .icmBlank a,
#emergencyArea .box .attention a
{
    position: relative;

    display: block;

    width: 1220px;
    margin: 0 auto;
    padding: 20px 30px 19px;

    color: #ca3a1c;
}
@media screen and (max-width: 767px)
{
    #emergencyArea .box .icmBlank a,
    #emergencyArea .box .attention a
    {
        font-size: 14px;

        box-sizing: border-box;
        width: 100%;
        padding: 14px 15px 14px;
    }
}
#emergencyArea .box .icmBlank a:before,
#emergencyArea .box .attention a:before
{
    position: relative;
    top: -2px;

    display: block;
    float: left;

    width: 128px;
    margin-right: 28px;
    padding: 6px 0 4px 52px;

    content: '重要なお知らせ';

    color: #fff;
    border-radius: 5px;
    background: #ca3a1c url('/assets/images/icon/icon_important_01.png') no-repeat 24px 6px;
}
@media screen and (max-width: 767px)
{
    #emergencyArea .box .icmBlank a:before,
    #emergencyArea .box .attention a:before
    {
        float: none;

        margin-right: 0;
        margin-bottom: 6px;
    }
}
#emergencyArea .box .icmBlank a:after,
#emergencyArea .box .attention a:after
{
    line-height: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
#emergencyArea .icmBlank:before
{
    display: none;
}

/* switchBtn
--------------------------------------- */
.switchBtn a#swPc.spLargeBtn
{
    font-size: 16px;

    color: #fff;
    border-radius: 0;
    background: #006 url(/assets/images/icon/icon_arrow-right_08.png) no-repeat 12px 50%;
    background-size: 7px 13px;
    box-shadow: none;
}
.switchBtn a#swPc.spLargeBtn:before
{
    position: relative;
    top: 2px;

    display: inline-block;

    width: 27.5px;
    height: 18px;
    margin-right: 10px;
    margin-left: 0;

    content: '';

    background-image: url(/assets/images/icon/icon_pc_top_01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 27.5px 18px;
}

/* IE7 Hack
--------------------------------------- */
*:first-child + html .icmAfterFilePdf a
{
    padding-right: 0 !important;

    background: none !important;
}

/* Headline */
@media screen and (max-width: 767px)
{
    .wrapper #mainCol .h2Tit + *
    {
        margin-top: 1em !important;
    }
}

/* BKSP attention 20160525
============================================*/
@media screen and (max-width: 767px)
{
    .wrapper #mainCol div.attention
    {
        margin-top: 0;
    }
    .wrapper #mainCol a
    {
        word-break: break-all;

        color: #006;
    }
    .wrapper #mainCol a:hover
    {
        color: #0f0ad1;
    }
    .wrapper #mainCol ul li a
    {
        padding-left: 1em;
    }
}

.w-wide .sp-none
{
    display: block;
}
@media screen and (max-width: 767px)
{
    .w-wide .sp-none
    {
        display: none;
    }
}

.w-wide .lyt-top-bottom
{
    position: relative;
    z-index: 15;

    width: 100%;

    background-color: #fff;
}
.w-wide .wrapper.lyt-top-01
{
    position: relative;
    z-index: 0;
    top: 70px;
    width: 100%;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px)
{
    .w-wide .wrapper.lyt-top-01
    {
        position: static;
    }
}
.w-wide .wrapper.lyt-top-01.is-ie
{
    top: 0;
}
.w-wide .wrapper.lyt-top-01 #mainCol
{
    float: none;

    width: 100%;
}
@media screen and (max-width: 767px)
{
    .w-wide .wrapper.lyt-top-01 #mainCol
    {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 767px)
{
    .w-wide .wrapper.lyt-top-01 .wrapper.w-1220
    {
        padding-bottom: 5px;
    }
}
.w-wide .lyt-top-movie-01
{
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    background-color: #0e0e6a;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-movie-01
    {
        height: auto;
        padding-bottom: 177.7333333333%;
    }
}
.w-wide .lyt-top-movie-01.is-ie
{
    display: none;
}
.w-wide .lyt-top-movie-01 video
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;
}
.w-wide .lyt-top-movie-01 #top-logo-anim-01
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 800px;
    margin: auto;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-movie-01 #top-logo-anim-01
    {
        width: 100%;
    }
}
.w-wide .lyt-top-02
{
    position: relative;

    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;

    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02
    {
        padding-bottom: 121.3333333333%;

        background: #fff;
    }
}
.w-wide .lyt-top-02.is-ie
{
    width: 1220px;
    height: 686px;
    margin: 0 auto;
    padding: 0;

    background-image: url(/images/img_index_01_pc.png);
}
.w-wide .lyt-top-02.is-ie .lyt-top-02-inner
{
    padding: 0;
}
.w-wide .lyt-top-02.is-ie:after
{
    bottom: -1px;

    width: 1220px;
    height: 54px;
    padding: 0;

    background-image: url(/images/bg_top_01_ie.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.w-wide .lyt-top-02.is-ie .stop-btn
{
    display: none;
}
.w-wide .lyt-top-02.is-ie .box-nav-info
{
    bottom: 0;

    background-color: #05237d;
}
.w-wide .lyt-top-02.is-ie .box-nav-info-04 .box-nav-info-inner
{
    background-image: url(/images/icon_retail_01_ie.png);
}
.w-wide .lyt-top-02.is-ie .box-nav-info-03 .box-nav-info-inner
{
    background-image: url(/images/icon_corporate_01_ie.png);
}
.w-wide .lyt-top-02.type-01
{
    overflow: hidden;

    width: 1160px;
    height: 490px;
    margin: 0 auto;
    padding: 0 30px;

    background: #fff;
}
.w-wide .lyt-top-02.type-01.is-ie
{
    background-image: url(/corporate/images/img_index_01_pc.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02.type-01
    {
        width: 100%;
        height: auto;
        padding: 0 0 134.7333333333%;

        background-image: none;
    }
}
.w-wide .lyt-top-02.type-01:after
{
    display: none;
}
.w-wide .lyt-top-02.type-01 .stop-btn
{
    z-index: 10;
    bottom: 50px;
    left: 30px;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02.type-01 .stop-btn
    {
        left: 30px;
    }
}
.w-wide .lyt-top-02.type-01 .stop-btn img
{
    display: block;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02.type-01 .stop-btn
    {
        bottom: 2.1304347826%;
    }
}
.w-wide .lyt-top-02.type-01 .end-animation
{
    top: 50%;
}
.w-wide .lyt-top-02.type-01 .movie
{
    position: absolute;
    top: 0;
    left: 0;
}
.w-wide .lyt-top-02 .end-animation
{
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition-duration: 0.5s;
    margin: auto;

    opacity: 0;

    -webkit-transform: translateY(-50%);

        -ms-transform: translateY(-50%);

            transform: translateY(-50%);
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02 .end-animation
    {
        opacity: 0;
    }
}
.w-wide .lyt-top-02 .end-animation img
{

    position: relative;

    display: block;

    width: 18%;

    top: 48%;

    margin: 0 auto;

    -webkit-transition: opacity .4s ease;

    transition: opacity .4s ease;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02 .end-animation img
    {
        width: 80%;

        top: 40%;

    }
}
.w-wide .lyt-top-02 .movie
{
    z-index: 4;

    overflow: hidden;

    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    -webkit-transition: opacity .3s ease-in;

    transition: opacity .3s ease-in;
    text-align: left;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.w-wide .lyt-top-02 .movie.js-top-movie-1 {
    display: block;
}
.w-wide .lyt-top-02 .movie.js-top-movie-2 {
    display: none;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02 .movie.js-top-movie-1
    {
        display: none;
    }
    .w-wide .lyt-top-02 .movie.js-top-movie-2 {
        display: block;
    }
}
.w-wide .lyt-top-02 .movie.is-active
{
    z-index: 5;

    opacity: 1;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.w-wide .lyt-top-02 .movie iframe {
    top: 0!important;
}

.w-wide .lyt-top-02 .movie.pc-none iframe {
    height: 100%!important;
}

.w-wide .lyt-top-02 .stop-btn
{
    position: absolute;
    z-index: 15;
    bottom: 42px;
    left: 30px;

    width: 32px;

    cursor: pointer;
}
.w-wide .lyt-top-02 .stop-btn img
{
    display: none;

    width: 32px;
    width: 100%;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02 .stop-btn
    {
        bottom: 20.1304347826%;
        left: 20px;
    }
}
.w-wide .lyt-top-02 .scroll-btn
{
    position: absolute;
    z-index: 15;
    right: 30px;
    bottom: 30%;

    padding-bottom: 85px;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02 .scroll-btn
    {
        display: none;
    }
}
.w-wide .lyt-top-02 .scroll-btn img
{
    width: 8px;
}
.w-wide .lyt-top-02 .scroll-btn:before
{
    position: absolute;
    top: 95px;
    right: 0;
    left: 0;

    width: 1px;
    height: 100%;
    margin: auto;

    content: '';
    -webkit-animation: scnavi_effect 2s ease 0s infinite;
            animation: scnavi_effect 2s ease 0s infinite;

    background: #fff;
}

@-webkit-keyframes scnavi_effect
{
    0%
    {
        height: 0;

        opacity: .4;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    }
    50%
    {
        top: 95px;

        height: 100%;

        opacity: 1;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100%
    {
        top: 100%;

        opacity: .4;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    }
}

@keyframes scnavi_effect
{
    0%
    {
        height: 0;

        opacity: .4;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    }
    50%
    {
        top: 95px;

        height: 100%;

        opacity: 1;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100%
    {
        top: 100%;

        opacity: .4;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    }
}
.w-wide .lyt-top-02-inner
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;

    width: 1220px;
    height: 100%;
    margin: auto;
    padding: 0 30px;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02-inner
    {
        box-sizing: border-box;
        width: 100%;
    }
}
.w-wide .lyt-top-02:before
{
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
}
.w-wide .lyt-top-02:after
{
    position: absolute;
    z-index: 8;
    bottom: 0;
    left: 0;

    width: 100%;
    padding-top: 4.453125%;

    content: '';

    background-color: transparent;
    background-image: url(/images/bg_top_01.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02:after
    {
        bottom: -0.5%;

        padding-top: 5.953125%;
    }
}
.w-wide .lyt-top-02 .box-nav-info
{
    position: absolute;
    z-index: 30;
    bottom: 20px;

    width: 350px;
    height: 100px;
    margin: auto;

    -webkit-transition: all .1s ease-out;

    transition: all .1s ease-out;
    text-align: center;

    color: #fff;
    background-color: rgba(5, 35, 125, .75);

    background-blend-mode: multiply;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02 .box-nav-info
    {
        bottom: 0;

        width: 42%;
        height: 40px;

        background-color: rgba(5, 35, 125, .75);
    }

    .w-wide .lyt-top-02 .box-nav-info.js-movie-btn-1,
    .w-wide .lyt-top-02 .box-nav-info.js-movie-btn-2 {
        padding: 30px 0 40px;
    }

    .w-wide .lyt-top-02 .box-nav-info.js-movie-btn-2 {
        bottom: 0;
    }
}
.w-wide .lyt-top-02 .box-nav-info a
{
    text-decoration: none;

    color: #fff;
}
.w-wide .lyt-top-02 .box-nav-info a:hover
{
    text-decoration: underline;
}
.w-wide .lyt-top-02 .box-nav-info.is-active
{
    -webkit-transform: scale(1.15764);
        -ms-transform: scale(1.15764);
            transform: scale(1.15764);

    background-color: rgba(5, 35, 125, .75);
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02 .box-nav-info.is-active
    {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
}
.w-wide .lyt-top-02 .box-nav-info-inner
{
    padding: 11px 0;

    -webkit-transition: all .2s ease;

    transition: all .2s ease;

    background-repeat: no-repeat;
    background-position: 10% 19px;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02 .box-nav-info-inner
    {
        padding: 0;

        background-position: 50% 0;
    }
}
.w-wide .lyt-top-02 .box-nav-info-inner .text
{
    font-size: 1.5em;

    display: inline-block;

    margin-top: 0;
    margin-left: 40px;
    padding-left: 20px;

    background-image: url(/assets/images/icon/icon_arrow-right_14.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 7px 12px;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02 .box-nav-info-inner .text
    {
        font-size: .93em;
        margin-left: 0;
        padding-bottom: 5px;
        padding-left: 0;

        background-image: none;
    }
}
.w-wide .lyt-top-02 .box-nav-info-01
{
    right: 50%;

    margin-right: 122px;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02 .box-nav-info-01
    {
        margin-right: 18.5px;
    }
}
.w-wide .lyt-top-02 .box-nav-info-03
{
    right: 50%;

    margin-right: 122px;

    background-color: transparent;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02 .box-nav-info-03
    {
        margin-right: 18.5px;
    }
}
.w-wide .lyt-top-02 .box-nav-info-03 .box-nav-info-inner
{
    background-image: url(/images/icon_retail_01.png);
    background-size: 52.5px auto;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02 .box-nav-info-03 .box-nav-info-inner
    {
        padding-top: 30px;
        background-size: 27.5px auto;
    }
}
.w-wide .lyt-top-02 .box-nav-info-02
{
    left: 50%;

    margin-left: 122px;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02 .box-nav-info-02
    {
        margin-left: 18.5px;
    }
}
.w-wide .lyt-top-02 .box-nav-info-04
{
    left: 50%;

    margin-left: 122px;

    background-color: transparent;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02 .box-nav-info-04
    {
        margin-left: 18.5px;
    }
}
.w-wide .lyt-top-02 .box-nav-info-04 .box-nav-info-inner
{
    background-image: url(/images/icon_corporate_01.png);
    background-size: 59px auto;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-02 .box-nav-info-04 .box-nav-info-inner
    {
        padding-top: 30px;
        background-size: 32.5px auto;
    }
}

.w-wide #mainCol .lyt-top-info-01
{
    padding-top: 15px;
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-top-info-01
    {
        margin-top: 10px;
        padding-top: 0;
        padding-right: 10px;
        padding-left: 10px;
    }
}
.w-wide #mainCol .lyt-top-info-01 .column4
{
    text-align: center;
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-top-info-01 .column4
    {
        margin-top: 0;

        letter-spacing: -.5em;
    }
}
.w-wide #mainCol .lyt-top-info-01 .column4 .col
{
    width: 25%;
    margin-left: 0;
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-top-info-01 .column4 .col
    {
        display: inline-block;

        box-sizing: border-box;
        width: 50%;
        margin-top: 0;

        letter-spacing: normal;
    }
}
.w-wide #mainCol .lyt-top-info-01 .column4 .col:first-child p
{
    border-left: 1px solid #213f8f;
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-top-info-01 .column4 .col:first-child p
    {
        margin-bottom: 15px;
        padding-left: 0 !important;
    }
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-top-info-01 .column4 .col:first-child a
    {
        padding-right: 12px !important;
    }
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-top-info-01 .column4 .col:nth-child(2)
    {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-top-info-01 .column4 .col:nth-child(3)
    {
        border-left: 1px solid #213f8f;
    }
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-top-info-01 .column4 .col.last-child p
    {
        padding-right: 0 !important;

        border-right: none;
    }
}
.w-wide #mainCol .lyt-top-info-01 .column4 .col p
{
    font-size: 1.3em;

    border-right: 1px solid #213f8f;
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-top-info-01 .column4 .col p
    {
        font-size: .86em;
        line-height: 1;
    }
}
.w-wide #mainCol .lyt-top-info-01 a
{
    padding-left: 1em;

    text-decoration: none;

    background: url(/assets/images/icon/icon_arrow-right_13.png) no-repeat 0 50%;
    background-size: 7px 12px;
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-top-info-01 a
    {
        display: block;

        padding-right: 12px !important;
        padding-left: 12px !important;

        background-image: none;
    }
}
.w-wide #mainCol .lyt-top-info-01 a:hover
{
    text-decoration: underline;
}

.w-wide .lyt-top-info-02
{
    width: 597px;
    margin: 40px auto;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-info-02
    {
        box-sizing: border-box;
        width: 100%;
        margin: 20px auto;
        padding: 0 10px;
    }
}
.w-wide .lyt-top-info-02.type-01
{
    font-size: 1.4em;
}
.w-wide .lyt-top-info-02 .inner
{
    line-height: 1.5;

    padding: 20px 20px 20px 47px;

    border: 2px solid #000166;
    background-image: url(/assets/images/icon/icon_arrow-right_02.png);
    background-repeat: no-repeat;
    background-position: 18px 50%;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-info-02 .inner
    {
        box-sizing: border-box;
        width: 100%;
        padding: 20px 20px 20px 32px;

        background-position: 13px 50%;
    }
}
.w-wide .lyt-top-info-02 a
{
    color: #000166;
}
.w-wide .lyt-top-info-02 a:hover
{
    text-decoration: none;
}
.w-wide .lyt-top-info-02 .text
{
    font-size: 1.3em;
    line-height: 1.7;

    margin-top: 0 !important;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-top-info-02 .text
    {
        font-size: 1em;
    }
}
.w-wide #mainCol .lyt-newsrelease-01
{
    margin-top: 40px;
    padding-bottom: 35px;
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-newsrelease-01
    {
        margin-top: 25px;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
    }
}
.w-wide #mainCol .lyt-newsrelease-01 .h2Tit
{
    font-size: 1.3em;

    padding-bottom: 25px;

    color: #092a83;
    border-bottom: 1px solid #006;
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-newsrelease-01 .h2Tit
    {
        font-size: .93em;

        padding-top: 0;
        padding-bottom: 12px;
    }
}
.w-wide #mainCol .lyt-newsrelease-more-01
{
    margin-top: 25px;
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-newsrelease-more-01
    {
        margin-top: 20px;
    }
}
.w-wide #mainCol .lyt-newsrelease-more-01 span
{
    padding-left: 1em;

    background: url(/assets/images/icon/icon_arrow-right_02.png) no-repeat 0 50%;
}
.w-wide #mainCol .lyt-newsrelease-more-01 a
{
    text-decoration: none;
}
.w-wide #mainCol .lyt-newsrelease-more-01 a:hover
{
    text-decoration: underline;
}
.w-wide #rwd_wrapper.top-page
{
    -webkit-transition: all .2s ease;
    transition: all .2s ease;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.w-wide #rwd_wrapper.top-page.is-active
{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.w-wide #rwd_content.type-top,
.w-wide #footer.type-top
{
    position: relative;
    z-index: 15;

    background-color: #fff;
}
.w-wide #footer.type-top
{
    margin-top: 0;
    padding-top: 30px;
}
.w-wide .wrapper.type-top
{
    position: relative;
    z-index: 15;

    background-color: #fff;
}
.w-wide #header.lyt-top-header
{
    position: fixed;
    z-index: 50;
    top: 0;

    width: 100%;
    height: 70px;

    border-bottom: none;
    background-color: #fff;
}
@media screen and (max-width: 767px)
{
    .w-wide #header.lyt-top-header
    {
        position: relative;

        height: auto;
    }
}
.w-wide #header.lyt-top-header.is-ie
{
    position: relative;

    height: auto;
}
@media screen and (max-width: 767px)
{
    .w-wide #header.lyt-top-header .headerSP-main-inner
    {
        zoom: 1;

        box-sizing: border-box;
        width: 100%;
        padding: 0 17.5px 0 20px;
    }
    .w-wide #header.lyt-top-header .headerSP-main-inner:after
    {
        display: block;
        clear: both;

        content: '';
    }
}
.w-wide #header.lyt-top-header .headerSP-main .headerPC-inner
{
    width: 1170px;
    padding-right: 20px;
    padding-left: 30px;
}
.w-wide #header.lyt-top-header .headerSP-main .headerPC-logo
{
    padding: 28px 0 24px;
}
.w-wide #header.lyt-top-header .headerSP-main .headerSP-toggle-closed-icon
{
    display: block;
    float: right;

    width: 18px;
    height: 18.5px;
    padding: 20px 0;

    background: url(/images/icon_search_01.png) no-repeat 50% 50%;
    background-size: contain;
}
.w-wide #header.lyt-top-header .headerSP-logo
{
    padding: 20px 0 16px;
}
.w-wide #header.lyt-top-header .headerPC-logo
{
    padding: 20px 0 15px;
}
.w-wide #header.lyt-top-header .site-search
{
    float: right;

    padding: 15px 0;
}
.w-wide #header.lyt-top-header .site-search input[type='text']
{
    font-size: 140%;

    width: 303px;
    height: 38px;
    padding: 0 40px 0 15px;

    -webkit-transition: none;

    transition: none;

    border: 1px solid #eaeaf0;
}
.w-wide #header.lyt-top-header .site-search-input
{
    position: relative;
}
.w-wide #header.lyt-top-header .site-search-input input[type='image']
{
    position: absolute;
    top: 12px;
    right: 15px;

    width: 19px;
    height: 19px;

    -webkit-transition: none;

    transition: none;
}

.w-wide #mainCol .lyt-corporate-01
{
    margin-top: 50px;
    margin-bottom: 90px;
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-corporate-01
    {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}
.w-wide #mainCol .lyt-corporate-01 .column4 .col
{
    zoom: 1;

    width: 23.55%;
    margin-left: 1.9333333333%;
}
.w-wide #mainCol .lyt-corporate-01 .column4 .col:after
{
    display: block;
    clear: both;

    content: '';
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-corporate-01 .column4 .col
    {
        float: left;

        box-sizing: border-box;
        width: 50%;
        margin-left: 0;
        padding: 0 !important;
        padding-left: 7px !important;
    }
}
.w-wide #mainCol .lyt-corporate-01 .column4 .col:first-child
{
    margin-left: 0;
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-corporate-01 .column4 .col:first-child,
    .w-wide #mainCol .lyt-corporate-01 .column4 .col__third
    {
        padding-right: 7px !important;
        padding-left: 0 !important;
    }
}
.w-wide #mainCol .lyt-corporate-01 .column4 .col .fix-img
{
    float: left;
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-corporate-01 .column4 .col .fix-img
    {
        display: inline-block;

        width: 43.661971831%;
    }
}
.w-wide #mainCol .lyt-corporate-01 .column4 .col a.btnRound.function.full.next
{
    font-size: 15.4px !important;

    display: inline-block !important;
    float: left;

    width: 126px;
    min-width: auto;
    padding: 29.5px 10px 27.5px 26px !important;

    text-align: left;
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-corporate-01 .column4 .col a.btnRound.function.full.next
    {
        box-sizing: border-box;
        width: 100%;
        padding: 0 !important;

        background-color: transparent;
    }
}
.w-wide .lyt-corporate-02
{
    width: 1220px;
    margin: 130px auto 50px;
    padding-right: 30px;
    padding-left: 30px;
}
@media screen and (max-width: 767px)
{
    .w-wide .lyt-corporate-02
    {
        box-sizing: border-box;
        width: 100%;
        margin-top: 50px;
        margin-bottom: 20px;
        padding: 0 10px;
    }
}
.w-wide #mainCol .lyt-corporate-news-01 .newsFlat.type-01
{
    margin-top: 0;
}
.w-wide #mainCol .lyt-corporate-news-01 .newsFlat.type-01 dt:nth-of-type(1)
{
    border-top: 1px solid #c7c2b5;
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-corporate-news-01 .newsFlat.type-01 dt:nth-of-type(1)
    {
        border-top: 2px solid #0068b7;
    }
}
.w-wide #mainCol .lyt-corporate-news-01 .newsFlat.type-01 dd:nth-of-type(1)
{
    border-top: 1px solid #c7c2b5;
}
.w-wide #mainCol .lyt-corporate-news-01 .newsFlat.type-01 dt
{
    width: 12%;
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-corporate-news-01 .newsFlat.type-01 dt
    {
        width: 100%;

        border-top: 1px solid #c7c2b5;
    }
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-corporate-news-01 .newsFlat.type-01 dd
    {
        border-top: none !important;
    }
}
@media screen and (max-width: 767px)
{
    .w-wide #mainCol .lyt-corporate-news-01 .newsFlat.type-02 dt,
    .w-wide #mainCol .lyt-corporate-news-01 .newsFlat.type-02 dd
    {
        width: auto;
        padding-right: 1em;
    }
    .w-wide #mainCol .lyt-corporate-news-01 .newsFlat.type-02 dt
    {
        padding-left: 1em;
    }
    .w-wide #mainCol .lyt-corporate-news-01 .newsFlat.type-02 dd
    {
        margin-left: 1em;
    }
}

.w-wide .nav-important-01
{
    border-bottom: 1px solid #c7c2b5;
    background-color: #faebe8;
}
.w-wide .nav-important-01 .nav-important-01-inner
{
    font-size: 1.4em;

    position: relative;

    max-width: 1220px;
    margin: 0 auto;
    padding: 24px 30px;
}
@media screen and (max-width: 767px)
{
    .w-wide .nav-important-01 .nav-important-01-inner
    {
        font-size: 1.2em;

        padding: 20px;
    }
}
.w-wide .nav-important-01 a
{
    line-height: 1.5;

    display: block;
    zoom: 1;

    padding-left: 200px;

    color: #dc3838;
}
.w-wide .nav-important-01 a:after
{
    display: block;
    clear: both;

    content: '';
}
@media screen and (max-width: 767px)
{
    .w-wide .nav-important-01 a
    {
        padding-left: 0;
    }
}
.w-wide .nav-important-01 a.link_inline:after
{
    display: inline;
}
.w-wide .nav-important-01 a:active,
.w-wide .nav-important-01 a:hover,
.w-wide .nav-important-01 a:focus
{
    text-decoration: none;
}
@media screen and (max-width: 767px)
{
    .w-wide .nav-important-01 a:active,
    .w-wide .nav-important-01 a:hover,
    .w-wide .nav-important-01 a:focus
    {
        color: #dc3838;
    }
}
.w-wide .nav-important-01 .category
{
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 30px;

    display: block;
    float: left;

    width: 172px;
    margin: -15px 28px 0 0;
    padding: 8px 0;

    text-align: center;

    color: #fff;
    border-radius: 6px;
    background-color: #ca3a1c;
}
@media screen and (max-width: 767px)
{
    .w-wide .nav-important-01 .category
    {
        position: static;

        display: block;
        float: none;

        width: 140px;
        margin: 0 0 8px;
    }
}
.w-wide .nav-important-01 .category.important
{
    background: #ca3a1c url(/retail/images/icon_important_info_01.png) no-repeat 15px 50%;
}
@media screen and (max-width: 767px)
{
    .w-wide .nav-important-01 .category.important
    {
        background-position: 11px 50%;
        background-size: 13px auto;
    }
}
.w-wide .nav-important-01 .text
{
    overflow: hidden;
}
.w-wide .nav-important-01 + .nav-important-01
{
    border-top: 0;
}

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

    Carousel Module Style

-------------------------------------------------------------------- */
/* Carousel Box
--------------------------------------- */
.box-carousel
{
    margin-bottom: 40px;
}
@media screen and (max-width: 767px)
{
    .box-carousel
    {
        margin-bottom: 20px;
    }
}
.box-carousel .carousel-content
{
    position: relative;

    overflow: hidden;

    height: 330px;
}
.box-carousel .carousel-items
{
    font-size: 0;

    position: absolute;
    top: 0;
    left: 0;
}
.box-carousel .carousel-item
{
    display: inline-block;

    vertical-align: top;

    *display: inline;
    *zoom: 1;
}
.box-carousel .carousel-item-pic img
{
    width: 100%;
}
.box-carousel .carousel-ui
{
    position: relative;
}
.box-carousel .carousel-progress
{
    width: 100%;
    height: 4px;

    background: #f2f2f2;
}
@media screen and (max-width: 767px)
{
    .box-carousel .carousel-progress
    {
        height: 2px;
    }
}
.box-carousel .carousel-progress-bar
{
    width: 0;
    height: 4px;

    background: #006;
}
@media screen and (max-width: 767px)
{
    .box-carousel .carousel-progress-bar
    {
        height: 2px;
    }
}
.box-carousel .carousel-progress-bar.is-stop
{
    background: #e5002c;
}
.box-carousel .carousel-indicator
{
    margin: 22px 0 0;

    text-align: center;
}
@media screen and (max-width: 767px)
{
    .box-carousel .carousel-indicator
    {
        margin: 12px 0 0;
    }
}
.box-carousel .carousel-indicator-items
{
    font-size: 0;

    margin-top: 0 !important;
}
.box-carousel .carousel-indicator-item
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;

    cursor: pointer;
    -webkit-transition: .2s background;
    transition: .2s background;
    vertical-align: top;

    border-radius: 50%;
    background: #c7c2b5;

    *display: inline;
    *zoom: 1;
}
@media screen and (max-width: 767px)
{
    .box-carousel .carousel-indicator-item
    {
        margin: 0 7px;
    }
}
.box-carousel .carousel-indicator-item.is-current
{
    background: #006;
}
.box-carousel .carousel-controller
{
    position: absolute;
    top: 19px;
    left: 0;

    width: 61px;
}
@media screen and (max-width: 767px)
{
    .box-carousel .carousel-controller
    {
        top: 12px;

        width: 11.64179%;
    }
}
.box-carousel .carousel-controller-button
{
    display: block;

    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;

    border: none;
    outline: none;
    background: none;
}
.box-carousel .carousel-controller-button:hover
{
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.box-carousel .carousel-controller-button img
{
    width: 100%;
}
.box-carousel .carousel-controller-button .carousel-controller-stop
{
    display: none;
}
.box-carousel .carousel-controller-button .carousel-controller-play
{
    display: block;
}
.box-carousel .carousel-controller-button.is-play .carousel-controller-stop
{
    display: block;
}
.box-carousel .carousel-controller-button.is-play .carousel-controller-play
{
    display: none;
}
.box-carousel .is-pc
{
    display: block;
}
@media screen and (max-width: 767px)
{
    .box-carousel .is-pc
    {
        display: none;
    }
}
.box-carousel .is-sp
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .box-carousel .is-sp
    {
        display: block;
    }
}

.wrapper #mainCol .box-carousel p
{
    line-height: 1.85714;

    margin-top: 22px;
}
@media screen and (max-width: 767px)
{
    .wrapper #mainCol .box-carousel p
    {
        line-height: 1.64286;

        margin-top: 16px;
    }
}

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

    page top

-------------------------------------------------------------------- */
.w-wide #footer #footerExtra
{
    z-index: 1;

    -webkit-transition: opacity .26s ease;

    transition: opacity .26s ease;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@media screen and (min-width: 768px)
{
    .w-wide #footer #footerExtra
    {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;

        width: 1220px;
        margin: auto;
    }
    .w-wide #footer #footerExtra .page-top
    {
        top: auto;
        bottom: 20px;
    }
    .w-wide #footer #footerExtra.is-fade
    {
        opacity: .7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }
    .w-wide #footer #footerExtra.is-fade.is-bottom
    {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}
@media screen and (max-width: 767px)
{
    .w-wide #footer #footerExtra
    {
        position: fixed;
        right: 15px;
        bottom: 20px;

        opacity: .7;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }
    .w-wide #footer #footerExtra.is-bottom
    {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}
.w-wide #footer #footerExtra.is-hide
{
    display: none;
}

@media screen and (min-width: 768px)
{
    .w-wide #footer .page-top
    {
        position: absolute;
        top: -68px;
        right: 0;
    }
}

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

    Print

-------------------------------------------------------------------- */
@media print
{
    body
    {
        zoom: 80%;
    }
    /* Display None
    --------------------------------------- */
    #header #spBtnMenu,
    .headerPC-login-wrapper,
    .headerPC-sub,
    .headerPC-menu,
    .headerPC-menu-border,
    .headerPC-search,
    .headerPC-search-drop,
    .headerSP-main,
    .headerSP-info,
    .floating-menu-wrapper,
    #footer .bankCode,
    #footer #spFooterNav,
    .footer-tab-wrapper,
    .footer-bnr,
    #footer #legal,
    #footer #groupCorp,
    #footer #social,
    #footer #plugin,
    #footerExtra .pgtp,
    .footer-group-main,
    #rwd_nav
    {
        display: none !important;
        visibility: hidden !important;

        height: 0 !important;
    }
    .pc-none
    {
        display: none !important;
    }
    .sp-block
    {
        display: none !important;
        visibility: hidden !important;

        height: 0 !important;
    }
    /* Font Size
    --------------------------------------- */
    .smallText #header,
    .smallText .wrapper,
    .smallText #footer,
    .smallText #breadcrumbTop,
    .smallText #breadcrumbBtm,
    .smallText #emergencyArea,
    .mediumText #header,
    .mediumText .wrapper,
    .mediumText #footer,
    .mediumText #breadcrumbTop,
    .mediumText #breadcrumbBtm,
    .mediumText #emergencyArea,
    .largeText #header,
    .largeText .wrapper,
    .largeText #footer,
    .largeText #breadcrumbTop,
    .largeText #breadcrumbBtm,
    .largeText #emergencyArea
    {
        font-size: 1.0em;
    }
    /* Header
    --------------------------------------- */
    #header
    {
        padding: 0;

        border-top: none !important;
        border-bottom: none !important;
    }
    #header .headerPC-logo img
    {
        width: 237px !important;
    }
    /* Contents
    --------------------------------------- */
    .wrapper #subCol
    {
        display: none;
    }
    #mainCol
    {
        float: none !important;

        width: 100% !important;
        margin: 0 auto !important;
    }
    /* Footer
    --------------------------------------- */
    #footer
    {
        padding-top: 1em;

        background: none;
    }
    #footer #copyright
    {
        margin-top: 0;
        padding-top: 0;

        color: #333;
    }
    .footer-group-sub
    {
        width: 100%;
        margin: 0 auto;

        text-align: center;
    }
    .footer-group-sub img
    {
        width: 180px;
    }
    /* lyt-mizuhoapp
    --------------------------------------- */
    .lyt-mizuhoapp-03 .link-devive,
    .lyt-mizuhoapp-04 .link-devive,
    .lyt-mizuhoapp-05 .link-devive
    {
        position: static !important;
        top: 0 !important;
        left: 0 !important;

        text-align: left !important;
    }
    .lyt-mizuhoapp-03 .link-devive-box,
    .lyt-mizuhoapp-04 .link-devive-box,
    .lyt-mizuhoapp-05 .link-devive-box
    {
        margin-top: 2em;
    }
    /* fixHeightChild
    --------------------------------------- */
    .wrapper #mainCol .with-border.fixHeightChild
    {
        height: auto !important;
    }
}
