#all-container
{
    line-height: 1.8;
}

/*==============================

mainvisual

==============================*/
#mainvisual
{
    margin-top: -25px;
    margin-bottom: 50px;
}
#mainvisual .mainvisual-slide
{
    position: relative;

    height: 490px;

    -webkit-transition: opacity .3s linear;

    transition: opacity .3s linear;

    opacity: 0;
}
#mainvisual .mainvisual-slide.slick-initialized
{
    opacity: 1;
}
#mainvisual .mainvisual-slide .slick-list
{
    overflow: hidden;
}
#mainvisual .mainvisual-slide .slick-slide
{
    height: 490px;
}
#mainvisual .mainvisual-slide .slick-slide img
{
    width: 980px;
    height: 490px;
}
#mainvisual .mainvisual-slide .slick-slide a img:hover
{
    opacity: .7;

    filter: alpha(opacity=70);
}
#mainvisual .mainvisual-slide .slick-arrow
{
    position: absolute;
    z-index: 1;
    top: 50%;

    overflow: hidden;

    width: 40px;
    height: 40px;
    margin-top: -20px;

    text-indent: -9999px;

    border: none;
}
#mainvisual .mainvisual-slide .slick-arrow.slick-prev
{
    left: 50%;

    margin-left: -580px;

    background: url('../images/slide_prev.png') no-repeat 0 0;
    background-size: cover;
}
#mainvisual .mainvisual-slide .slick-arrow.slick-next
{
    right: 50%;

    margin-right: -580px;

    background: url('../images/slide_next.png') no-repeat 0 0;
    background-size: cover;
}
#mainvisual .mainvisual-slide .slick-arrow:hover
{
    cursor: pointer;

    opacity: .7;

    filter: alpha(opacity=70);
}
#mainvisual .mainvisual-slide ul.slick-dots
{
    font-size: 0;

    position: absolute;
    z-index: 2;
    bottom: -40px;
    left: 0;

    display: block !important;

    width: 100%;
    height: 10px;
    margin: 0;
    padding: 0;

    text-align: center;
}
#mainvisual .mainvisual-slide ul.slick-dots li
{
    font-size: 0;
    line-height: 1;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 30px 0 0;
    padding: 0;

    list-style: none;

    border-radius: 5px;
    background-color: #b5b5b6;
}
#mainvisual .mainvisual-slide ul.slick-dots li.slick-active
{
    background-color: #007440;
}
#mainvisual .mainvisual-slide ul.slick-dots li:last-child
{
    margin-right: 0;
}
#mainvisual .mainvisual-slide ul.slick-dots li:hover
{
    cursor: pointer;
}
#mainvisual .mainvisual-slide ul.slick-dots li button
{
    visibility: hidden;
}

.top-bnr
{
    width: 1200px;
    margin: 90px auto 0 auto;
}
.top-bnr.under-bnr
{
    padding-bottom: 90px;
}
.top-bnr .top-bnr-slide
{
    position: relative;

    height: 200px;

    -webkit-transition: opacity .3s linear;

    transition: opacity .3s linear;

    opacity: 0;
}
.top-bnr .top-bnr-slide.slick-initialized
{
    opacity: 1;
}
.top-bnr .top-bnr-slide .slick-list
{
    overflow: hidden;
}
.top-bnr .top-bnr-slide .draggable > .single-bnr
{
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
}
.top-bnr .top-bnr-slide .slick-slide
{
    width: 600px !important;
    height: 200px;
}
.top-bnr .top-bnr-slide .slick-slide img
{
    width: 590px;
    height: 200px;
    margin: 0 auto;
}
.top-bnr .top-bnr-slide .slick-slide a img:hover
{
    opacity: .7;

    filter: alpha(opacity=70);
}
.top-bnr .top-bnr-slide ul.slick-dots
{
    font-size: 0;

    position: absolute;
    z-index: 2;
    bottom: -30px;
    left: 0;

    display: block !important;

    width: 100%;
    height: 10px;
    margin: 0;
    padding: 0;

    text-align: center;
}
.top-bnr .top-bnr-slide ul.slick-dots li
{
    font-size: 0;
    line-height: 1;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 30px 0 0;
    padding: 0;

    list-style: none;

    border-radius: 5px;
    background-color: #b5b5b6;
}
.top-bnr .top-bnr-slide ul.slick-dots li.slick-active
{
    background-color: #007440;
}
.top-bnr .top-bnr-slide ul.slick-dots li:last-child
{
    margin-right: 0;
}
.top-bnr .top-bnr-slide ul.slick-dots li:hover
{
    cursor: pointer;
}
.top-bnr .top-bnr-slide ul.slick-dots li button
{
    visibility: hidden;
}

#list-mainvisual
{
    position: relative;

    overflow: hidden;

    width: 1100px;
    height: 360px;
    margin: 0 auto 10px auto;
}

#list-mainvisual li
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    text-align: center;
}

#list-mainvisual li.visible
{
    display: block;
}

#list-ctrl
{
    width: 960px;
    height: 15px;
    margin: 0 auto;

    text-align: right;
}

#list-ctrl li
{
    font-size: 0;
    line-height: 0;

    display: inline;

    margin-left: 5px;
}

#list-ctrl img
{
    padding: 5px 0;

    vertical-align: top;
}

/*==============================

slide banner

==============================*/
.bnr-area-01
{
    padding: 38px 0;

    background: #f8f4df;
}

.list-carousel-01
{
    position: relative;

    width: 960px;
    height: 92px;
    margin: 0 auto 23px auto;
}

.list-carousel-01 .btn-back
{
    position: absolute;
    top: 29px;
    left: 0;
}

.list-carousel-01 .btn-next
{
    position: absolute;
    top: 29px;
    right: 0;
}

.list-carousel-01 .main
{
    position: absolute;
    left: 35px;

    overflow: hidden;

    width: 892px;
    height: 92px;
}

.list-carousel-01 .list-bnr-01
{
    position: relative;

    zoom: 1;

    width: 900px;
}

.list-carousel-01 .list-bnr-01:before,
.list-carousel-01 .list-bnr-01:after
{
    display: block;
    visibility: hidden;

    height: 0;

    content: '\0020';
}

.list-carousel-01 .list-bnr-01:after
{
    clear: both;
}

.list-carousel-01 .list-bnr-01 li
{
    float: left;

    margin-right: 8px;

    _display: inline;
}

/*==============================

contents container

==============================*/
#cnts-container
{
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 0;

    background: #fbfaec;
}

#main-contents
{
    float: left;

    width: 565px;
}

#sub-contents
{
    float: right;

    width: 357px;
}

#sub-contents .clm-lyt-01
{
    zoom: 1;

    width: 100%;
    margin-bottom: 10px;
}

#sub-contents .clm-lyt-01:before,
#sub-contents .clm-lyt-01:after
{
    display: block;
    visibility: hidden;

    height: 0;

    content: '\0020';
}

#sub-contents .clm-lyt-01:after
{
    clear: both;
}

#sub-contents .clm-lyt-01 .clm-01
{
    float: left;

    width: 176px;
    /*  margin-bottom: -25px;*/
}

#sub-contents .clm-lyt-01 .clm-02
{
    float: right;

    width: 176px;
    /*  margin-bottom: -25px;*/
}

/*==============================

box-emg-**-container

==============================*/
.box-emg-01-container-top
{
    position: relative;

    width: 960px;
    margin: 0 auto 30px auto;
    padding-top: 6px;

    color: #e32e46;
    background: url(/common/images/bg_box_emg_01_top.gif) no-repeat top;
}

.box-emg-01 .cnts-top
{
    display: table-cell;

    width: 688px;
    padding: 15px 15px 33px 15px;

    vertical-align: middle;
}

a.box-emg-01-link-top
{
    font-size: 12px;
    font-weight: bold;

    position: absolute;
    right: 0;
    bottom: 0;

    padding: 4px 14px 4px 28px;

    color: #fff;
    border-right: 2px solid #f0485e;
    border-bottom: 2px solid #f0485e;
    border-bottom-right-radius: 4px;
    background: #f0485e url(/common/images/bg_arrow_01.gif) no-repeat left 14px center;
}

.box-emg-02-container-top
{
    position: relative;

    width: 565px;
    margin: 0 auto 45px auto;
    padding-top: 4px;

    color: #e32e46;
    background: url(/common/images/bg_box_emg_02_top.gif) no-repeat top;
}

.box-emg-02 .cnts-top
{
    display: table-cell;

    width: 394px;
    padding: 15px 15px 30px 15px;

    vertical-align: middle;
}

a.box-emg-02-link-top
{
    font-size: 12px;
    font-weight: bold;

    position: absolute;
    right: 0;
    bottom: 0;

    padding: 4px 12px 4px 24px;

    color: #df293f;
    border-right: 2px solid #f0485e;
    border-bottom: 2px solid #f0485e;
    border-bottom-right-radius: 4px;
    background: #fee0e2 url(/common/images/bg_arrow_02.gif) no-repeat left 10px center;
}

/*==============================

heading

==============================*/
.hdg-l2-02
{
    font-size: 0;

    margin: 20px 0 0;
}

.hdg-container-01
{
    position: relative;
}

.hdg-container-01 .link-01
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 5px;
    right: 0;
}

.hdg-container-02
{
    position: relative;
}

.hdg-container-02 .link-01
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 3px;
    right: 0;
}

/*==============================

header

==============================*/
#header-01
{
    margin-bottom: 0;
}

/*==============================

all-container

==============================*/
#all-container
{
    padding-top: 25px;
}

.top-camp-link
{
    position: relative;

    width: 1180px;
    height: 40px;
    margin: -35px auto 0 auto;
}
.top-camp-link.area-top
{
    margin-top: 15px;
}
.top-camp-link a
{
    font-size: 100%;
    font-weight: bold;
    line-height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 260px;
    height: 40px;
    padding-left: 25px;
    text-align: center;
    color: #007440;
    border: 2px solid #96c800;
    border-radius: 3px;
    background: #fff url('../images/icon_link_g.png') no-repeat left 10px center;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
    z-index: 200;
}
.top-camp-link a:hover
{
    text-decoration: none;

    color: #fff;
    border: 2px solid #007440;
    background: #007440 url('../images/icon_link_w.png') no-repeat left 10px center;
}

.top-category-link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 1180px;
    margin: 0 auto;
    padding: 50px 0 13px 0;

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;
}
.top-category-link .top-category-link__warp
{
    width: 260px;
    margin-right: 46px;
}
.top-category-link .top-category-link__warp:last-child
{
    margin-right: 0;
}
.top-category-link .top-category-link__warp .top-category-link__button
{
    text-align: center;

    color: #007440;
    border: 3px solid #96c800;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
}
.top-category-link .top-category-link__warp .top-category-link__button a
{
    display: block;

    width: 100%;
    height: 100%;

    color: #007440;
}
.top-category-link .top-category-link__warp .top-category-link__button .top-category-link__button__title
{
    font-size: 100%;
    font-weight: bold;

    padding: 10px 0;

    border-bottom: 1px solid #007440;
}
.top-category-link .top-category-link__warp .top-category-link__button .top-category-link__button__icon
{
    position: relative;

    height: 51px;
    margin-top: 20px;
    /*img {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto;
                }*/
}
.top-category-link .top-category-link__warp .top-category-link__button .top-category-link__button__icon.net-bunk
{
    background: url('../images/category_icon01_on.png') no-repeat center center;
    background-size: auto 50px;
}
.top-category-link .top-category-link__warp .top-category-link__button .top-category-link__button__icon.kouza
{
    background: url('../images/category_icon02.png') no-repeat center center;
}
.top-category-link .top-category-link__warp .top-category-link__button .top-category-link__button__icon.shop-search
{
    background: url('../images/category_icon03.png') no-repeat center center;
}
.top-category-link .top-category-link__warp .top-category-link__button .top-category-link__button__icon.net-loan
{
    background: url('../images/category_icon04.png') no-repeat center center;
    background-size: auto 40px;
}
.top-category-link .top-category-link__warp .top-category-link__button .top-category-link__button__text
{
    font-size: 114%;
    font-weight: bold;

    padding: 15px 0 10px 0;

    letter-spacing: .05em;
}
.top-category-link .top-category-link__warp .top-category-link__button.net-bunk
{
    color: #fff;
    background-color: #96c800;
}
.top-category-link .top-category-link__warp .top-category-link__button.net-bunk a
{
    color: #fff;
}
.top-category-link .top-category-link__warp .top-category-link__button.net-bunk .top-category-link__button__title
{
    border-bottom: 1px solid #fff;
}
.top-category-link .top-category-link__warp .top-category-link__button:hover
{
    cursor: pointer;

    border: 3px solid #007440;
    background-color: #007440;
}
.top-category-link .top-category-link__warp .top-category-link__button:hover a
{
    color: #fff;
}
.top-category-link .top-category-link__warp .top-category-link__button:hover .top-category-link__button__title
{
    border-bottom: 1px solid #fff;
}
.top-category-link .top-category-link__warp .top-category-link__button:hover .top-category-link__button__icon.net-bunk
{
    background: url('../images/category_icon01_on.png') no-repeat center center;
    background-size: auto 50px;
}
.top-category-link .top-category-link__warp .top-category-link__button:hover .top-category-link__button__icon.kouza
{
    background: url('../images/category_icon02_on.png') no-repeat center center;
}
.top-category-link .top-category-link__warp .top-category-link__button:hover .top-category-link__button__icon.shop-search
{
    background: url('../images/category_icon03_on.png') no-repeat center center;
}
.top-category-link .top-category-link__warp .top-category-link__button:hover .top-category-link__button__icon.net-loan
{
    background: url('../images/category_icon04_on.png') no-repeat center center;
    background-size: auto 40px;
}
.top-category-link .top-category-link__warp .top-category-link__button.active
{
    color: #fff;
    background-color: #96c800;
}
.top-category-link .top-category-link__warp .top-category-link__button.active:hover
{
    cursor: default;
}
.top-category-link .top-category-link__warp .top-category-link__button.active .top-category-link__button__title
{
    border-bottom-color: #fff;
}
.top-category-link .top-category-link__warp .top-category-link__list.active
{
    display: block;
}
.top-category-link .top-category-link__warp .top-category-link__list li
{
    font-size: 100%;
    line-height: 1;

    margin-top: 13px;
    padding-left: 17px;

    background: url('../images/icon_link_g.png') no-repeat left center;
}
.top-category-link .top-category-link__warp .top-category-link__list li a
{
    color: #007440;
}
.top-category-link .top-category-link__warp .top-category-link__list li a:hover
{
    text-decoration: underline;
}

.top-category-link-area
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 1180px;
    margin: 0 auto;
    padding: 64px 0 20px 0;

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;
}
.top-category-link-area .top-category-link-area__warp
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 295px;
    padding: 0 20px;

    border-right: 1px solid #7f8080;
}
.top-category-link-area .top-category-link-area__warp:first-of-type
{
    padding-left: 0;
}
.top-category-link-area .top-category-link-area__warp:last-child
{
    padding-right: 0;

    border-right: none;
}
.top-category-link-area .top-category-link-area__warp .top-category-link-area__button
{
    font-size: 128%;
    line-height: 56px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 60px;

    text-align: center;

    color: #007440;
    border: 2px solid #96c800;
    border-radius: 5px;
    background: url('../images/icon_link_g.png') no-repeat left 10px center;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
}
.top-category-link-area .top-category-link-area__warp .top-category-link-area__button.active
{
    color: #fff;
    background: #96c800 url('../images/icon_link_w.png') no-repeat left 10px center;
}
.top-category-link-area .top-category-link-area__warp .top-category-link-area__button.active:hover
{
    color: #007440;
}
.top-category-link-area .top-category-link-area__warp .top-category-link-area__button:hover
{
    cursor: pointer;

    background: #007440 url('../images/icon_link_g.png') no-repeat left 10px center;
}
.top-category-link-area .top-category-link-area__warp .top-category-link-area__text
{
    font-size: 114%;

    padding-top: 20px;
}
.top-category-link-area .top-category-link-area__warp .top-category-link-area__text a
{
    color: #007440;
}
.top-category-link-area .top-category-link-area__warp .top-category-link-area__link
{
    display: none;
}
.top-category-link-area .top-category-link-area__warp .top-category-link-area__link li
{
    font-size: 128%;

    margin-top: 15px;
}
.top-category-link-area .top-category-link-area__warp .top-category-link-area__link li a
{
    text-decoration: underline;

    color: #007440;
}
.top-category-link-area .top-category-link-area__warp .top-category-link-area__link li a:before
{
    position: relative;
    top: 0;

    display: inline-block;

    width: 7px;
    height: 11px;
    margin: 0 5px 0 0;

    content: '';

    background: url('../images/icon_link_g.png') no-repeat center center;
    background-size: cover;
}

.top-emergency-notice
{
    width: 1180px;
    margin: 50px auto 0 auto;

    background-color: #e13c1e;
}
.top-emergency-notice .top-emergency-notice__title
{
    font-size: 114%;

    padding: 10px 0 0 20px;

    color: #fff;
}
.top-emergency-notice .top-emergency-notice__list .item
{
    font-size: 100%;

    margin: 0 30px;
    padding: 20px 0;

    color: #fff;
    border-bottom: 1px solid #ccc;
}
.top-emergency-notice .top-emergency-notice__list .item:last-child
{
    border-bottom: none;
}
.top-emergency-notice .top-emergency-notice__list .item .category
{
    display: none;
}
.top-emergency-notice .top-emergency-notice__list .item .list-link-05 li
{
    padding-left: 0;

    background: none;
}
.top-emergency-notice .top-emergency-notice__list .item .list-link-05 li a
{
    color: #fff;
}
.top-emergency-notice .top-emergency-notice__list .item .list-link-05 li a:before
{
    position: relative;
    top: 0;

    display: inline-block;

    width: 7px;
    height: 11px;
    margin: 0 10px 0 0;

    content: '';

    background: url('../images/icon_link_w.png') no-repeat center center;
    background-size: cover;
}
.top-emergency-notice .top-emergency-notice__list .item .list-link-05 li a:hover
{
    text-decoration: underline;
}

.top-important-notices
{
    padding: 50px 0;

    background-color: #f7f7f7;
}
.top-important-notices .top-important-notices__contents
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1180px;
    margin: 0 auto;

    border: 1px solid #e13c1e;
    background-color: #fff;
}
.top-important-notices .top-important-notices__contents .top-important-notices__title
{
    font-size: 114%;
    line-height: 30px;

    width: 162px;
    height: 30px;

    text-align: center;

    color: #fff;
    background-color: #e13c1e;
}
.top-important-notices .top-important-notices__contents .top-important-notices__list .item
{
    font-size: 100%;

    margin: 0 27px;
    padding: 17px 0;

    color: #595757;
    border-bottom: 1px solid #eee;
}
.top-important-notices .top-important-notices__contents .top-important-notices__list .item:last-child
{
    border-bottom: none;
}
.top-important-notices .top-important-notices__contents .top-important-notices__list .item .category
{
    display: none;
}
.top-important-notices .top-important-notices__contents .top-important-notices__list .item .list-link-05 li
{
    padding-left: 0;

    background: none;
}
.top-important-notices .top-important-notices__contents .top-important-notices__list .item .list-link-05 li a
{
    color: #e13c1e;
}
.top-important-notices .top-important-notices__contents .top-important-notices__list .item .list-link-05 li a:before
{
    position: relative;
    top: 0;

    display: inline-block;

    width: 7px;
    height: 11px;
    margin: 0 10px 0 0;

    content: '';

    background: url('../images/icon_link_r.png') no-repeat center center;
    background-size: cover;
}
.top-important-notices .top-important-notices__contents .top-important-notices__list .item .list-link-05 li a:hover
{
    text-decoration: underline;
}
.top-important-notices .top-important-notices__contents dl
{
    font-size: 100%;

    margin: 0 27px;
    padding: 20px 0;

    color: #595757;
    border-bottom: 1px solid #eee;
}
.top-important-notices .top-important-notices__contents dl:last-child
{
    border-bottom: none;
}
.top-important-notices .top-important-notices__contents dl dd a
{
    color: #f00;
}
.top-important-notices .top-important-notices__contents dl dd a:before
{
    position: relative;
    top: 0;

    display: inline-block;

    width: 7px;
    height: 11px;
    margin: 0 10px 0 0;

    content: '';

    background: url('../images/icon_link_r.png') no-repeat center center;
    background-size: cover;
}

.top-item-service
{
    position: relative;

    background-color: #96c800;
}
.top-item-service .top-item-service__warp
{
    width: 1180px;
    margin: 0 auto;
    padding: 80px 0;

    background: url('../images/character_stand.png') no-repeat top 40px left 0;
}
.top-item-service .top-item-service__warp .top-item-service__title
{
    font-size: 128%;
    font-weight: bold;

    text-align: center;

    color: #fff;
}
.top-item-service .top-item-service__warp .top-item-service__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 75px 0 0 0;

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 295px;
    padding: 0 20px;

    border-right: 1px solid #fff;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents:first-of-type
{
    padding-left: 0;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents:last-child
{
    padding-right: 0;

    border-right: none;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents .top-item-service__list__contents__title
{
    font-size: 114%;
    font-weight: bold;

    color: #007440;
    border-radius: 5px;
    background-color: #fff;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents .top-item-service__list__contents__title a
{
    line-height: 70px;

    display: block;

    height: 70px;
    padding: 0 15px;

    color: #007440;
    border-radius: 5px;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents .top-item-service__list__contents__title a:hover
{
    text-decoration: none;

    color: #fff;
    background-color: #007440;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents .top-item-service__list__contents__title a:before
{
    position: relative;

    display: inline-block;

    margin: 0 15px 0 0;

    content: '';
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents .top-item-service__list__contents__title.account a:before
{
    top: 8px;

    width: 48px;
    height: 29px;

    background: url('../images/service_icon01.png') no-repeat center center;
    background-size: cover;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents .top-item-service__list__contents__title.account a:hover:before
{
    background: url('../images/service_icon01_on.png') no-repeat center center;
    background-size: cover;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents .top-item-service__list__contents__title.borrow a:before
{
    top: 10px;

    width: 36px;
    height: 31px;

    background: url('../images/service_icon02.png') no-repeat center center;
    background-size: cover;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents .top-item-service__list__contents__title.borrow a:hover:before
{
    background: url('../images/service_icon02_on.png') no-repeat center center;
    background-size: cover;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents .top-item-service__list__contents__title.accumulate a:before
{
    top: 10px;

    width: 34px;
    height: 31px;

    background: url('../images/service_icon03.png') no-repeat center center;
    background-size: cover;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents .top-item-service__list__contents__title.accumulate a:hover:before
{
    background: url('../images/service_icon03_on.png') no-repeat center center;
    background-size: cover;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents .top-item-service__list__contents__title.use a:before
{
    top: 10px;

    width: 31px;
    height: 31px;

    background: url('../images/service_icon04.png') no-repeat center center;
    background-size: cover;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents .top-item-service__list__contents__title.use a:hover:before
{
    background: url('../images/service_icon04_on.png') no-repeat center center;
    background-size: cover;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents .top-item-service__list__contents__lead
{
    font-size: 100%;

    padding-top: 40px;

    color: #fff;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents ul
{
    padding-top: 20px;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents ul li
{
    font-size: 100%;

    margin-top: 8px;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents ul li:first-of-type
{
    margin-top: 0;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents ul li:before
{
    position: relative;
    top: 0;

    display: inline-block;

    width: 7px;
    height: 11px;
    margin: 0 10px 0 0;

    content: '';

    background: url('../images/icon_link_w.png') no-repeat center center;
    background-size: cover;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents ul li.blank:before
{
    top: -1px;

    width: 9px;
    height: 8px;

    background: url('../images/link_icon_win_w.png') no-repeat center center;
    background-size: cover;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents ul li a
{
    color: #fff;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents ul li a:hover
{
    text-decoration: underline;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents .top-item-service__list__contents__button
{
    font-size: 100%;
    line-height: 29px;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 150px;
    height: 30px;
    margin-top: 18px;

    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    background: url('../images/icon_link_w.png') no-repeat left 10px center;
}
.top-item-service .top-item-service__warp .top-item-service__list .top-item-service__list__contents .top-item-service__list__contents__button:hover
{
    cursor: pointer;
    text-decoration: none;

    border: 1px solid #007440;
    background: #007440 url('../images/icon_link_w.png') no-repeat left 10px center;
}

.top-life-event
{
    min-width: 1220px;
    min-height: 750px;

    background: url('../images/life_event_bg.jpg') no-repeat center center;
    background-size: 100% auto;
}
.top-life-event.job
{
    background: url('../images/life_event_bg2.jpg') no-repeat center center;
    background-size: 100% auto;
}
.top-life-event.job .top-life-event__title
{
    color: #fff;
}
.top-life-event.mycar
{
    background: url('../images/life_event_bg3.jpg') no-repeat center center;
    background-size: 100% auto;
}
.top-life-event.mycar .top-life-event__title
{
    color: #fff;
}
.top-life-event.marriage
{
    background: url('../images/life_event_bg4.jpg') no-repeat center center;
    background-size: 100% auto;
}
.top-life-event.marriage .top-life-event__title
{
    color: #fff;
}
.top-life-event.birth
{
    background: url('../images/life_event_bg5.jpg') no-repeat center center;
    background-size: 100% auto;
}
.top-life-event.birth .top-life-event__title
{
    color: #fff;
}
.top-life-event.myhome
{
    background: url('../images/life_event_bg6.jpg') no-repeat center center;
    background-size: 100% auto;
}
.top-life-event.myhome .top-life-event__title
{
    color: #fff;
}
.top-life-event.second-life
{
    background: url('../images/life_event_bg7.jpg') no-repeat center center;
    background-size: 100% auto;
}
.top-life-event.second-life .top-life-event__title
{
    color: #fff;
}
.top-life-event .top-life-event__warp
{
    position: relative;

    width: 1180px;
    margin: 0 auto;
    padding: 80px 0 0 0;
}
.top-life-event .top-life-event__title
{
    font-size: 128%;
    font-weight: bold;

    text-align: center;

    color: #007440;
}
.top-life-event .top-life-event__simulation
{
    position: absolute;
    top: 120px;
    right: 0;

    width: 140px;
}
.top-life-event .top-life-event__simulation .chara
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 102px;

    background: url('../images/character_top.png') no-repeat top center;
    background-size: 103px auto;
}
.top-life-event .top-life-event__simulation a
{
    font-size: 100%;
    font-weight: bold;
    line-height: 1.3;

    position: relative;

    display: block;

    width: 100%;
    height: 80px;
    margin-top: 94px;

    text-align: center;

    color: #fff;
    border-radius: 5px;
    background-color: #96c800;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
}
.top-life-event .top-life-event__simulation a p
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.top-life-event .top-life-event__simulation a:hover
{
    background-color: #007440;
}
.top-life-event .top-life-event__list
{
    padding-top: 55px;
}
.top-life-event .top-life-event__list .top-life-event__button
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;
}
.top-life-event .top-life-event__list .top-life-event__button li
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 140px;
    height: 140px;
    margin-right: 33px;

    text-align: center;

    border: 2px solid #96c800;
    border-radius: 70px;
    background: #fff url('../images/menu_arrow.png') no-repeat bottom 10px center;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
}
.top-life-event .top-life-event__list .top-life-event__button li:last-child
{
    margin-right: 0;
}
.top-life-event .top-life-event__list .top-life-event__button li .top-life-event__button__warp
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.top-life-event .top-life-event__list .top-life-event__button li .top-life-event__button__icon
{
    font-size: 0;
}
.top-life-event .top-life-event__list .top-life-event__button li .top-life-event__button__icon.job
{
    height: 39px;

    background: url('../images/lifeevent_icon01.png') no-repeat center center;
    background-size: auto 39px;
}
.top-life-event .top-life-event__list .top-life-event__button li .top-life-event__button__icon.mycar
{
    height: 32px;

    background: url('../images/lifeevent_icon02.png') no-repeat center center;
    background-size: auto 32px;
}
.top-life-event .top-life-event__list .top-life-event__button li .top-life-event__button__icon.marriage
{
    height: 41px;

    background: url('../images/lifeevent_icon03.png') no-repeat center center;
    background-size: auto 41px;
}
.top-life-event .top-life-event__list .top-life-event__button li .top-life-event__button__icon.birth
{
    height: 45px;

    background: url('../images/lifeevent_icon04.png') no-repeat center center;
    background-size: auto 45px;
}
.top-life-event .top-life-event__list .top-life-event__button li .top-life-event__button__icon.myhome
{
    height: 40px;

    background: url('../images/lifeevent_icon05.png') no-repeat center center;
    background-size: auto 40px;
}
.top-life-event .top-life-event__list .top-life-event__button li .top-life-event__button__icon.second-life
{
    height: 45px;

    background: url('../images/lifeevent_icon06.png') no-repeat center center;
    background-size: auto 45px;
}
.top-life-event .top-life-event__list .top-life-event__button li .top-life-event__button__text
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;

    margin-top: 10px;

    color: #007440;
}
.top-life-event .top-life-event__list .top-life-event__button li:hover
{
    cursor: pointer;

    border: 2px solid #007440;
    background: #007440 url('../images/menu_arrow_w2.png') no-repeat bottom 10px center;
}
.top-life-event .top-life-event__list .top-life-event__button li:hover .top-life-event__button__icon.job
{
    height: 39px;

    background: url('../images/lifeevent_icon01_on.png') no-repeat center center;
    background-size: auto 39px;
}
.top-life-event .top-life-event__list .top-life-event__button li:hover .top-life-event__button__icon.mycar
{
    height: 32px;

    background: url('../images/lifeevent_icon02_on.png') no-repeat center center;
    background-size: auto 32px;
}
.top-life-event .top-life-event__list .top-life-event__button li:hover .top-life-event__button__icon.marriage
{
    height: 41px;

    background: url('../images/lifeevent_icon03_on.png') no-repeat center center;
    background-size: auto 41px;
}
.top-life-event .top-life-event__list .top-life-event__button li:hover .top-life-event__button__icon.birth
{
    height: 45px;

    background: url('../images/lifeevent_icon04_on.png') no-repeat center center;
    background-size: auto 45px;
}
.top-life-event .top-life-event__list .top-life-event__button li:hover .top-life-event__button__icon.myhome
{
    height: 40px;

    background: url('../images/lifeevent_icon05_on.png') no-repeat center center;
    background-size: auto 40px;
}
.top-life-event .top-life-event__list .top-life-event__button li:hover .top-life-event__button__icon.second-life
{
    height: 45px;

    background: url('../images/lifeevent_icon06_on.png') no-repeat center center;
    background-size: auto 45px;
}
.top-life-event .top-life-event__list .top-life-event__button li:hover .top-life-event__button__text
{
    color: #fff;
}
.top-life-event .top-life-event__list .top-life-event__button li.active
{
    border: 2px solid #007440;
    background: #007440 url('../images/menu_arrow_w.png') no-repeat bottom 10px center;
}
.top-life-event .top-life-event__list .top-life-event__button li.active .top-life-event__button__icon.job
{
    height: 39px;

    background: url('../images/lifeevent_icon01_on.png') no-repeat center center;
    background-size: auto 39px;
}
.top-life-event .top-life-event__list .top-life-event__button li.active .top-life-event__button__icon.mycar
{
    height: 32px;

    background: url('../images/lifeevent_icon02_on.png') no-repeat center center;
    background-size: auto 32px;
}
.top-life-event .top-life-event__list .top-life-event__button li.active .top-life-event__button__icon.marriage
{
    height: 41px;

    background: url('../images/lifeevent_icon03_on.png') no-repeat center center;
    background-size: auto 41px;
}
.top-life-event .top-life-event__list .top-life-event__button li.active .top-life-event__button__icon.birth
{
    height: 45px;

    background: url('../images/lifeevent_icon04_on.png') no-repeat center center;
    background-size: auto 45px;
}
.top-life-event .top-life-event__list .top-life-event__button li.active .top-life-event__button__icon.myhome
{
    height: 40px;

    background: url('../images/lifeevent_icon05_on.png') no-repeat center center;
    background-size: auto 40px;
}
.top-life-event .top-life-event__list .top-life-event__button li.active .top-life-event__button__icon.second-life
{
    height: 45px;

    background: url('../images/lifeevent_icon06_on.png') no-repeat center center;
    background-size: auto 45px;
}
.top-life-event .top-life-event__list .top-life-event__button li.active .top-life-event__button__text
{
    color: #fff;
}
.top-life-event .top-life-event__list .top-life-event__2nd-list
{
    position: relative;
}
.top-life-event .top-life-event__list .top-life-event__2nd-list .top-life-event__2nd-list__contents
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    padding-top: 16px;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.top-life-event .top-life-event__list .top-life-event__2nd-list .top-life-event__2nd-list__contents.active
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-life-event .top-life-event__list .top-life-event__2nd-list .top-life-event__2nd-list__contents li
{
    width: 180px;
    margin: 20px 20px 0 0;
    padding: 0;

    border-radius: 5px;
}
.top-life-event .top-life-event__list .top-life-event__2nd-list .top-life-event__2nd-list__contents li:nth-child(6n)
{
    margin-right: 0;
}
.top-life-event .top-life-event__list .top-life-event__2nd-list .top-life-event__2nd-list__contents li a
{
    font-size: 14px;
    line-height: 1.3;

    position: relative;
    z-index: 1;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 180px;
    min-height: 60px;
    padding: 0 0 0 25px;

    color: #007440;
    border: 1px solid #96c800;
    border-radius: 5px;
    background: #fff url('../images/icon_link_g.png') no-repeat left 10px center;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
}
.top-life-event .top-life-event__list .top-life-event__2nd-list .top-life-event__2nd-list__contents li a:hover
{
    text-decoration: none;

    color: #fff;
    border: 2px solid #007440;
    background: #007440 url('../images/icon_link_w.png') no-repeat left 10px center;
}
.top-life-event .top-life-event__list .top-life-event__2nd-list .top-life-event__2nd-list__contents li a p
{
    position: absolute;
    top: 50%;

    width: 100%;
    margin: 0;
    padding: 0;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.top-life-event .top-life-event__list .top-life-event__2nd-list .top-life-event__2nd-list__contents li.long a
{
    font-size: 14px;

    letter-spacing: -.05em;
}
.top-life-event .top-life-event__list .top-life-event__2nd-list .top-life-event__2nd-list__contents li.index a
{
    color: #fff;
    background: #96c800 url('../images/icon_link_w.png') no-repeat left 10px center;
}
.top-life-event .top-life-event__list .top-life-event__2nd-list .top-life-event__2nd-list__contents li.index a:hover
{
    background: #007440 url('../images/icon_link_w.png') no-repeat left 10px center;
}

.top-info
{
    padding: 50px 0 80px 0;
}
.top-info .top-info__tab .top-info__tab__warp
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 1180px;
    margin: 0 auto;

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;
}
.top-info .top-info__tab .top-info__tab__warp li
{
    font-weight: bold;
    line-height: 66px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 260px;
    height: 70px;
    margin-right: 17px;

    text-align: center;

    color: #007440;
    border: 2px solid #007440;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
}
.top-info .top-info__tab .top-info__tab__warp li:last-child
{
    margin-right: 0;
}
.top-info .top-info__tab .top-info__tab__warp li:hover
{
    cursor: pointer;

    color: #fff;
    border: 2px solid #007440;
    background-color: #007440;
}
.top-info .top-info__tab .top-info__tab__warp li.active
{
    color: #fff;
    background-color: #007440;
}
.top-info .top-info__tab .top-info__tab__warp li.active:hover
{
    cursor: default;

    border: 2px solid #007440;
    background-color: #007440;
}
.top-info .top-info__contents
{
    display: none;

    width: 1180px;
    margin: 0 auto;
    /*li {
            //display: none;

            &.active {
                display: block;
            }

            dl {
                margin: 0;
                padding: 40px 0;
                border-bottom: 1px solid #7f8080;
                //font-size: 14px;
                font-size: 100%;
                color: #595757;
                display: flex;

                &:last-of-type {
                    border-bottom: none;
                }

                dt {
                    //.atten-icon {
                        //display: inline-block;
                        //width: 173px;
                        //height: 23px;
                        //line-height: 23px;
                        //color: #fff;
                        //text-align: center;
                        //margin-right: 20px;
                        //background-color: #ff0000;
                    //}
                    width: 150px;
                }

                dd {
                    //margin-top: 20px;

                    a {
                        color: #595757;

                        &:before {
                            content: "";
                            background: url("../images/icon_link_gray.png") no-repeat center center;
                            background-size: cover;
                            width: 7px;
                            height: 11px;
                            margin: 0 5px 0 0;
                            position: relative;
                            top: 0;
                            display: inline-block;
                        }
                    }
                }
            }
        }*/
}
.top-info .top-info__contents.active
{
    display: block;
}
.top-info .top-info__contents .item
{
    font-size: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin: 0;
    padding: 17px 0;

    color: #595757;
    border-bottom: 1px solid #eee;
}
.top-info .top-info__contents .item:first-of-type
{
    padding-top: 37px;
}
.top-info .top-info__contents .item:last-of-type
{
    border-bottom: none;
}
.top-info .top-info__contents .item .date
{
    width: 150px;
}
.top-info .top-info__contents .item .category
{
    display: none;
}
.top-info .top-info__contents .item .list-link-01 li
{
    margin-bottom: 0;
    padding-left: 17px;

    background: url('../images/icon_link_gray.png') no-repeat left top 6px;
}
.top-info .top-info__contents .item .list-link-01 li a
{
    color: #595757;
    /*&:before {
                            content: "";
                            background: url("../images/icon_link_gray.png") no-repeat center center;
                            background-size: cover;
                            width: 7px;
                            height: 11px;
                            margin: 0 5px 0 0;
                            position: relative;
                            top: 0;
                            display: inline-block;
                        }*/
}
.top-info .top-info__contents .item .list-link-01 li a:hover
{
    text-decoration: underline;
}
.top-info .top-info__list-link
{
    width: 1180px;
    margin: 0 auto;

    text-align: right;
}
.top-info .top-info__list-link a
{
    font-size: 100%;
    line-height: 30px;

    display: inline-block;

    width: 150px;
    height: 30px;
    margin-right: 50px;

    text-align: center;

    color: #007440;
    border: 2px solid #96c800;
    border-radius: 3px;
    background: #fff url('../images/icon_link_g.png') no-repeat left 10px center;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
}
.top-info .top-info__list-link a:hover
{
    text-decoration: none;

    color: #fff;
    border: 2px solid #007440;
    background: #007440 url('../images/icon_link_w.png') no-repeat left 10px center;
}

.top-under-link
{
    padding: 70px 0;

    background-color: #f7f7f7;
}
.top-under-link .top-under-link-warp
{
    width: 1180px;
    margin: 0 auto;
}
.top-under-link .top-under-link__bnr1
{
    text-align: center;
}
.top-under-link .top-under-link__bnr1 img:hover
{
    opacity: .7;

    filter: alpha(opacity=70);
}
.top-under-link .top-under-link__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-top: 70px;
}
.top-under-link .top-under-link__list .top-under-link__list__contents
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 295px;
    padding: 10px 40px;

    border-right: 1px solid #595757;
}
.top-under-link .top-under-link__list .top-under-link__list__contents:first-of-type
{
    padding-left: 0;
}
.top-under-link .top-under-link__list .top-under-link__list__contents:last-child
{
    padding-right: 0;

    border-right: none;
}
.top-under-link .top-under-link__list .top-under-link__list__contents .top-under-link__list__contents__icon
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100px;
    height: 100px;

    border: 2px solid #96c800;
    border-radius: 10px;
    background-color: #fff;
}
.top-under-link .top-under-link__list .top-under-link__list__contents .top-under-link__list__contents__icon img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;
}
.top-under-link .top-under-link__list .top-under-link__list__contents a.icon-link
{
    display: block;

    width: 100px;
}
.top-under-link .top-under-link__list .top-under-link__list__contents a.icon-link:hover img
{
    opacity: .7;

    filter: alpha(opacity=70);
}
.top-under-link .top-under-link__list .top-under-link__list__contents .top-under-link__list__contents__lead
{
    font-size: 114%;

    padding-top: 20px;

    color: #595757;
}
.top-under-link .top-under-link__list .top-under-link__list__contents .top-under-link__list__contents__link
{
    padding-top: 5px;
}
.top-under-link .top-under-link__list .top-under-link__list__contents .top-under-link__list__contents__link a
{
    font-size: 100%;

    color: #595757;
}
.top-under-link .top-under-link__list .top-under-link__list__contents .top-under-link__list__contents__link a:before
{
    position: relative;
    top: 0;

    display: inline-block;

    width: 7px;
    height: 11px;
    margin: 0 5px 0 0;

    content: '';

    background: url('../images/icon_link_gray.png') no-repeat center center;
    background-size: cover;
}
.top-under-link .top-under-link__list .top-under-link__list__contents .top-under-link__list__contents__link a:hover
{
    text-decoration: underline;
}
.top-under-link .top-under-link__bnr2
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-top: 70px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
.top-under-link .top-under-link__bnr2 li
{
    margin-left: 50px;
}
.top-under-link .top-under-link__bnr2 li:first-of-type
{
    margin-left: 0;
}
.top-under-link .top-under-link__bnr2 li img:hover
{
    opacity: .7;

    filter: alpha(opacity=70);
}


.fixed-bnr img:hover{
    transition: all 0.2s;
    transform: translate(3px,3px);
}
.fixed-bnr .bnr-close:hover{
    transition: all 0.2s;
    transform: scale(1.2,1.2);
}




/*==============================
/attention/#kinyuhanzai
==============================*/


.top-info .top-info__attention{
    padding: 0px 0 30px 0;
}
.top-info .top-info__attention .item .attention {
    width: 270px;
    line-height: 3;
}
.top-info .top-info__attention .item .list-link-01 li {
    margin-bottom: 0;
    padding-left: 17px;
    background: url(../images/icon_link_gray.png) no-repeat left top 14px;
    color:#007440;
}
.top-info .top-info__attention .item .list-link-01 li a {
    font-size: 160%;
    color:#007440; 
}

.top-info .top-info__attention .top-info__attention__warp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1180px;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.top-info .top-info__attention .top-info__attention__warp li{
    font-weight: bold;
    line-height: 66px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 814px;
    height: 40px;
    margin-right: 17px;
    text-align: center;
    color: #007440;
    border: 2px solid #007440;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
}
.top-info .top-info__attention .top-info__attention__warp li:last-child{
    margin-right: 0;
}
.top-info .info__attention .top-info__attention__warp li:hover{
    cursor: pointer;
    color: #fff;
    border: 2px solid #007440;
    background-color: #007440;
}
.top-info .top-info__attention .top-info__attention__warp li.active{
    color: #fff;
    background-color: #007440;
}
.top-info .top-info__attention .top-info__attention__warp li.active:hover{
    cursor: default;

    border: 2px solid #007440;
    background-color: #007440;
}
