﻿@charset "UTF-8";
/*==========================================

 トップページ用

============================================*/
/*--------------------------------------
 背景
--------------------------------------*/
body{
    background: #fff url(../../img/bg_top.jpg) no-repeat top center;
    background-size: cover;
}
body.business{
    background: #fff url(../../business/img/bg_top.jpg) no-repeat top center;
}
/*--------------------------------------
 全体のボックス
--------------------------------------*/
body.top header{
    position: relative;
    width: 100%;
    height: 136px;
    background-image: none;
    background-color: transparent;
}
body.top main {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    body.top header{
        height: 60px;
        background-image: none;
    }
}
/*--------------------------------------
 ヘッダ
--------------------------------------*/
body.top .header-wrap{
    display: table;
    width: 1120px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 2px;
}
body.top .navi-wrap{
    width: 886px;
}
body.top .inquiry-navi{
    width: 1120px;
    padding: 6px 10px 5px 0;
    margin: 0 auto;
    text-align: right;
}
body.top .inquiry-navi li{
    display: inline;
    padding: 0 0 0 20px;
    font-size: 1.3rem;
}
body.top .inquiry-navi li a{
    padding: 20px 0 16px;
    color: #fff;
}
body.top .logo{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 232px;
    border: none;
    border-radius: 8px 0 0 8px;
    background-color: rgba(255, 255, 255, 0.80);  
}
body.top .g-navi{
    width: 886px;
    padding-top: 0;
    border-radius: 0 8px 0 0;
    background-color: rgba(0, 157, 74, 0.80);  
}
body.top .lower{
    width: 100%;
    background-color: #fff;
}
body.top .lower-navi{
    display: flex;
    width: 886px;
    height: 48px;
    margin-top: 1px;
    padding-top: 14px;
    font-size: 1.4rem;
    border-radius: 0 0 8px 0;
    background-color: rgba(255, 255, 255, 0.80);
}
@media screen and (max-width: 767px) {
    body.top .header-wrap{
        width: 100%;
        background-color: #fff;
        border-collapse: collapse;
    }
    body.top .logo{
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 194px;
        border: none;
    }
    body.top .navi-wrap{
        width: 100%;
        height: 56px;
        border: none;
    }
    body.top .inquiry-navi{
        display: none;
    }
    body.top .g-navi{
        display: none;
    }
    body.top .lower-navi{
        display: none;
    }
    
}

/*--------------------------------------
 スライドイメージ
--------------------------------------*/
.main_visual-box{
    height: 542px;
    margin-top: 4px;
}
.business .main_visual-box{
    height: 502px;
}
.main_visual-box .swiper-container {
    width: 1120px;
    min-height: 30px;
    margin: 0 auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin: 0;
  padding: 16px 0;}

.mv-ttl img{
  margin: 0 auto;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 16px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #009D4A;
        border:2px solid #fff;
        border-radius: 100%;
        background-color: #fff;
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      background-color: #009D4A;
      color: #009D4A;
      opacity: 1; }
      /*     */
    .slick-dots {
        position: absolute;
        top: 423px; }
    .slick-dots li button:after {
        display: none; }
    .slick-dots li button {
        width: 11px;
        height: 11px;
        display: inline-block;
        overflow: hidden;
        text-indent: 100px; }
@media screen and (max-width: 767px) {
    .main_visual-box{
        height: auto;
        margin-top: 0;
        padding-top: 0px;
        background-size: cover;
    }
    .business .main_visual-box{
        height: 380px;
    }
    .main_visual-box .swiper-container {
    width: 100%;
    min-height: 30px;
    margin: 0 auto;
    }
    .slick-slide > div{
        line-height: 0;
    }
    .slick-dotted.slick-slider {
        margin: 0;
        padding: 0;
    }
    .slick-dots {
      position: absolute;
      top: inherit;
      bottom: 4px;
    }
    .business .main_visual-box .mv-img{
        text-align: center;
    }
}

/*--------------------------------------
 IBボタン
--------------------------------------*/
.ib-navi{
    width: 1120px;
    margin: 16px auto;
    background: rgba(255,255, 255,0.8);
    padding: 12px;
    border-radius: 8px;
}
.business .ib-navi{
    width: 560px;
}
.ib-navi ul{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
.ib-navi ul li{
    width: 24%;
}
.business .ib-navi ul li{
    width: 48%;
}
.ib-navi ul li a{
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 8px;
    vertical-align: middle;
    line-height: 3.8rem;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #019D4A;
    color: #fff;
    text-align: center;
}

.ib-navi ul li a.lines{
    line-height: 1.8rem;
}
@media screen and (max-width: 767px) {
    .ib-navi{
        width: 100%;
        margin: 0 auto;
        padding: 16px;
        background-color: #DAF1E4;
        border-radius: 0px;
    }
    .business .ib-navi{
        display: none;
    }
    .ib-navi ul{
        display: flex;
        margin: 0 auto;
        flex-direction: column;
    }
    .ib-navi ul li{
        width: 100%;
    }
    .ib-navi ul li:last-child{
        margin-top: 8px;
    }
    .ib-navi ul li.pc-show{
        display: none;
    }
    .ib-navi ul li:first-child a{
        background-color: #2274A5;
    }
}
/*--------------------------------------
 IBボタン　スマホ
--------------------------------------*/
body.top .banking-btn {
    background-color: #DAF1E4;
}
body.top .banking-btn .banking-contents {
    display: block !important;
    padding: 20px 16px;
    padding-bottom: 11px;
}
body.top .banking-btn .banking-elm {
    margin-bottom: 8px;
}
body.top .banking-btn .banking-elm a {
    font-size: 1.4rem;
    line-height: 1.3;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}
body.top .banking-btn .banking-elm a .ttl {
    margin-top: 0;
}
body.top .banking-btn .banking-elm a .ttl span {
    font-size: 1.9rem;
}
body.top .banking-btn .banking-elm a:after {
    position: absolute;
    top: 50%;
    right: 4px;
    display: block;
    width: 12px;
    height: 8px;
    content: "";
    -webkit-transform: translate(0%, -50%) rotate(-90deg);
            transform: translate(0%, -50%) rotate(-90deg);
    background-size: 100% auto;
}
body.top .banking-btn .banking-elm.banking-elm-01 a {
    background-color: #009D4A;
}

/*--------------------------------------
 見出し
--------------------------------------*/
.headline{
	margin: 0 0 40px;
	padding: 0 0 2.3rem;
    color: #019D4A;
    font-size: 2.9rem;
    border-bottom: none;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .headline {
        padding: 3rem 0;
        margin: 0;
        font-size: 2.4rem;
        line-height: 2.5;
        padding: 3rem 0;
    }
}

/*--------------------------------------
 センターメニュー
--------------------------------------*/
.center-menu{
    position: relative;
    padding: 136px 0 40px;
}
body.top .center-menu{
    padding: 24px 0;
    background-color: #019D4A;
}
.center-menu ul{
    display: flex;
    justify-content: space-between;
}
.center-menu ul li{
    display: table;
    width: 30%;
    border-radius: 4px;
    background-color: #fff;
}
.center-menu ul li a{
    display: table-cell;
    width: 100%;
    height: 48px;
    padding: 0;
    text-decoration: none;
    color: #019D4A;
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}
.center-menu ul li a:hover{
    opacity: 0.8;
    text-decoration: none;
}
.center-menu span.img,
.center-menu span.text{
    display: inline-block;
}

.center-menu span.icon{
    padding-right: 8px;
    vertical-align: text-bottom;
    text-align: center;
    line-height: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {/*chromeのみ*/
    .center-menu span.icon {
        vertical-align: middle;
    }
}
_:-ms-lang(x)::-ms-backdrop, .center-menu span.icon {/*IE11のみ*/
    vertical-align: bottom;
}

.center-menu span.icon img.icon-01{
    width: 20px;
    height: auto;
}
.center-menu span.icon img.icon-02{
    width: 25px;
    height: auto;
}
.center-menu span.icon img.icon-03{
    width: 25px;
    height: auto;
}
.center-menu span.icon img.icon-04{
    width: 30px;
    height: auto;
}
.center-menu span.icon img.icon-05{
    width: 34px;
    height: auto;
}
.center-menu span.icon img.icon-06{
    width: 15px;
    height: auto;
}
.center-menu span.text{
    vertical-align: middle;
    padding-right: 16px;
    white-space: nowrap;
    text-align: left;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .center-menu{
        display: none;
    }
}
/*--------------------------------------
 おすすめ情報
--------------------------------------*/
.pickup{
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: rgb(255,255,255);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 47%,#f4f0bb 47%,#f4f0bb 47%,#f4f0bb 47%,#f4f0bb 100%); 
}
.pickup ul{
    display: flex;
    justify-content: space-between;
}
.pickup ul li{
    position: relative;
    width: 362px;
    background-color: #fff;
    box-shadow:0px 0px 4px -1px #8C9992;
    border-radius:8px;
}
.pickup ul li:last-child{
    border: none;
}
.pickup ul li div{
    position: relative;
}
.pickup ul li img{
    border-radius: 8px 8px 0 0;
}
.pickup .label{
    position: absolute;
    top: 156px;
    width: 176px;
    padding: 4px 16px;
    background-color: rgba( 0, 157, 74, 0.9 );
    color: #fff;
    font-size: 1.2rem;
}
.pickup h3{
    padding: 24px 8px;
    color: #009D4A;
    font-size: 2rem;
    text-align: center;
    line-height: 2.1rem;
}
.pickup p{
    padding: 0 24px 24px;
    font-size: 1.5rem;
    line-height: 1.8;
}
.pickup a{
    font-size: 1.4rem;
}
.pickup li:hover{
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .pickup{
        padding: 0 0 6rem;
        background: linear-gradient(to bottom, #DAF1E4 0%, #DAF1E4 100%);
        background-color: #DAF1E4;
    }
    .pickup ul{
        flex-direction: column;
    }
    .pickup ul li{
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 0;
        border-radius: 0;
    }
    .pickup ul li:last-child{
        margin-bottom: 0;
    }
    .pickup ul li img{
        width: 100%;
        border-radius: 0;
    }
    .pickup .label{
        position: absolute;
        top: inherit;
        bottom: 0;
        padding: 4px 24px;
        color: #fff;
        font-size: 1.6rem;
    }
    .pickup h3{
        padding: 24px 8px;
        font-size: 2.0rem;
        text-align: center;
        line-height: 2.1rem;
    }
    .pickup p{
        padding: 0 24px 32px;
    }
    .pickup a{
        position: relative;
        right: 0;
        bottom: inherit;
        left: 0;
        margin: auto;
        font-size: 1.4rem;
    }
}
/*--------------------------------------
 商品・サービスのご案内
--------------------------------------*/
.category{
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.content-top {
    width: 1120px;
    min-height: 30px;
    margin: 0 auto;
}

.service {   
    width: 1120px;
    min-height: 30px;
    margin: 0 auto;
    padding: 0;}
        .content-top .service .service-head {
        font-size: 3rem;
        text-align: center;
        color: #009844; }
        .service .service-nav {
        margin-top: 20px;
        text-align: center;}
                .service .service-nav > ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: inline-block;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            margin: 0 auto;
            padding-bottom: 5px;
            border-bottom: 2px solid rgba(0, 152, 68, 0.6); }
                        .service .service-nav > ul li {
                display: inline-block;
                margin: 0 25px; }
                                .service .service-nav > ul li a {
                    font-size: 1.8rem;
                    position: relative;
                    display: inline-block;
                    padding-left: 18px;
                    text-decoration: none;
                    font-weight:bold;
                    color: #333;
                    position: relative;
                    -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                    padding-left: 20px; }
                                        .service .service-nav > ul li a::before {
                        position: absolute;
                        top: 8px;
                        left: -10px;
                        display: block;
                        width: 20px;
                        height: 20px;
                        content: "";
                        background-size: 100% auto;
                        background-image: url("../../common/img/top-arrow.svg");
                        background-repeat: no-repeat; 

                        }
                                        .service .service-nav > ul li a:after {
                        position: absolute;
                        bottom: -6px;
                        left: -25px;
                        display: block;
                        width: calc(100% + 50px);
                        height: 1px;
                        content: "";
                        -webkit-transform: scale(0);
                                transform: scale(0);
                        border-bottom: 2px solid #009844;
                        -webkit-transition: all 0.2s linear;
                        transition: all 0.2s linear; }
                                        .service .service-nav > ul li a.active:after,
                    .service .service-nav > ul li a:hover:after {
                        -webkit-transform: scale(1);
                                transform: scale(1);
                        opacity: 1; }
                @media screen and (min-width: 768px) {
                                        .service .service-nav > ul li .service-elm {
                        display: none !important; } }
        .service .service-main {
        position: relative;
        min-height: 570px;
        padding-top: 50px; }
        .service .service-trigger {
        display: none; }
        .service .service-elm {
        position: absolute;
        display: none;
        width: 100%; }
                .service .service-elm.service-elm-01 {
            display: block; }
                .service .service-elm:before {
            position: absolute;
            top: 50px;
            left: 325px;
            display: block;
            width: 795px;
            height: 450px;
            padding: 0 30px;
            content: "";
            border-radius: 4px;
            background-color: #fff8c7; }
                .service .service-elm .service-elm-inner {
            position: relative;
            z-index: 10;
            width: 728px;
            left: 325px;
            
            padding: 25px 30px 0 30px;
         }
                .service .service-elm h4 {
            font-size: 3.2rem;
            line-height: 1;
            position: relative;
            display: inline-block;
            width: 352px;
            height: 56px;
            padding: 8px;
            padding-top: 14px;
            padding-left: 65px;
            margin-left:140px;
            text-align: left;
            color: #fff;
            background-color: #009844; }
                .service .service-elm p {
            font-size: 1.4rem;
            line-height: 2;
            width: 550px;
            margin-top: 25px;
            margin-left:200px;
            padding: 16px;
            color: #333;
            background-color: rgba(255, 248, 199, 0.7); }
                .service .service-elm ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            width: 540px;
            margin-top: 21px;
            margin-left:200px; }
                        .service .service-elm ul li {
                width: 49.5%;
                margin-bottom: 10px; }
                                .service .service-elm ul li a {
                    font-size: 1.2rem;
                    font-weight: bold;
                    display: inline-block;
                    width: 100%;
                    padding: 13px 0;
                    padding-bottom: 14px;
                    text-align: center;
                    text-decoration: none;
                    color: #009844;
                    border: 2px solid #009844;
                    border-radius: 4px;
                    background-color: #fff;
                    display: inline-block;
                    -webkit-transition: all 0.2s linear;
                    transition: all 0.2s linear; 
                    line-height: 14px;}
                                        .service .service-elm ul li a:hover {
                        opacity: 0.8; }
        .service .service-image {
        position: absolute;
        z-index: 0;
        }
        .service .service-image img{
        height: 436px;
        }

        .service .service-more {
        position: relative;
        text-align: right;
        
        }
                .service .service-more a {
            display: inline-block;
            padding: 8px 24px 5px 20px;
            text-align: left;
            text-decoration: none;
            color: #009D4A;
            position: relative;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            display: inline-block;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
            box-sizing: border-box; }
                        .service .service-more a {
                            width: 100%;
                            padding-bottom: 9px;
                            text-align: right;
                            padding: 6px 24px 14px 20px;}
                        .service .service-more a span.icon{
                            padding-right: 8px;
                            text-align: center;
                            line-height: 0;
                            vertical-align: middle;}
                            .service .service-more a span.icon img{
                            vertical-align: middle;    
                            }
                        .service .service-more a span.text{
                            display: inline-block;
                            vertical-align: middle;
                            padding-right: 6px;
                            white-space: nowrap;
                            text-align: left;
                            line-height: 1;}
                        .service .service-more a::before{
                            background: none;}
                        .service .service-more a:hover {
                opacity: 0.6; }

@media screen and (max-width: 767px) {
    .category{
        padding: 0;
    }
    .service{
        width: 100%;
    } 
        .service .service-more a span.icon{
            padding-right: 8px;
            text-align: center;
            line-height: 0;
        }
        .service .service-more a span.text{
            display: inline-block;
            padding-right: 32px;
            white-space: nowrap;
            text-align: left;
            line-height: 1;
        }
        .service {
        padding: 0;
        background-color: #fff;
        }
                .service .service-head {
            font-size: 2.4rem; }
                .service .service-nav {
            display: none; }
                .service .service-main {
            padding-top: 0;
            min-height: auto; }
                .service .service-elm-wrap {
            padding-top: 0;
            padding-bottom: 24px; 
            background-color: #fff8c7; 
        }
                .service .service-elm {
            position: relative;
            display: block !important;
            width: 100%; }
                        .service .service-elm.service-elm-01 {
                display: block; }
                        .service .service-elm:before {
                display: none; }
                        .service .service-elm h4 {
                            font-size: 2.6rem;}
                        .service .service-elm .service-trigger {
                font-size: 1.6rem;
                position: relative;
                display: block;
                padding: 10px 20px;
                text-decoration: none;
                color: #fff;
                background-color: #009844;
                border-bottom: 1px solid #fff; }
                                .service .service-elm .service-trigger:before {
                    position: absolute;
                    top: 50%;
                    right: 20px;
                    left: auto;
                    width: 16px;
                    height: 2px;
                    content: "";
                    -webkit-transform: translate(0, -50%) rotate(90deg);
                            transform: translate(0, -50%) rotate(90deg);
                    background-color: #fff;
                    background-image: none;
                    -webkit-transition: all 0.2s linear;
                    transition: all 0.2s linear; }
                                .service .service-elm .service-trigger:after {
                    position: absolute;
                    top: 50%;
                    right: 20px;
                    left: auto;
                    width: 16px;
                    height: 2px;
                    content: "";
                    -webkit-transform: translate(0, -50%) !important;
                            transform: translate(0, -50%) !important;
                    border-bottom: 0;
                    background-color: #fff; }
                                .service .service-elm .service-trigger.active:before {
                    -webkit-transform: translate(0, -50%) rotate(0deg);
                            transform: translate(0, -50%) rotate(0deg);
                    opacity: 0; }
                        .service .service-elm .service-elm-inner {
                width: 100%;
                min-height: auto;
                /*margin-top: -7vw;*/
                left: 0px;
                padding: 0px; 
                }
                .service-text-g {
                        position: relative;
                        margin-top: -55px;
                }
                        .service .service-elm p {
                font-size: 1.4rem;
                line-height: 2;
                width: 100%;
                padding: 24px 16px;
                margin-left: 0;
                margin-top: 0px;
        }
                        .service .service-elm ul {
                width: 100%;
                margin-top: 35px; 
                display: none;
                }
                                .service .service-elm ul li {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex; }
                                        .service .service-elm ul li a {
                        font-size: 1.2rem;
                        -webkit-box-align: center;
                            -ms-flex-align: center;
                                align-items: center;
                        width: 100%;
                        text-align: center;
                        text-decoration: none;
                        color: #009844;
                        border: 2px solid #009844;
                        border-radius: 4px;
                        background-color: #fff;
                        display: inline-block;
                        -webkit-transition: all 0.2s linear;
                        transition: all 0.2s linear;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        align-items: center;
                        -webkit-box-pack: center;
                            -ms-flex-pack: center;
                                justify-content: center; }
                                                .service .service-elm ul li a:hover {
                            opacity: 0.6; }
                .service .service-image {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            left: 0px; }
                        .service .service-image img {
                width: 100%; 
                height: auto;}
                .service .service-more {
            position: static;
            margin-top: 25px;
            padding: 0;
            margin: 0px 35px;
            border-radius: 5px;
            border: 1px solid #009D4A;
            -webkit-transform: translate(0%, 0);
                    transform: translate(0%, 0); }
                        .service .service-more a {
                            width: 100%;
                            padding-bottom: 9px;
                            text-align: center;
                            padding: 8px 24px;} 
                        .service .service-more a::before{
                            background: none;
    } 
        .service .service-elm h4 {
                width: 100%;
                margin-left:0px;
                text-align: left;
                display: block;
                }
        }
@media all and (-ms-high-contrast:none){
        *::-ms-backdrop, .content-top .service .service-nav > ul { width: 550px; } /* IE11 */
        *::-ms-backdrop, .lower-navi {height: 45px;}
        }

.top_item_title{
    background-repeat: no-repeat;
    background-position: 20px;
    max-width: 100%;
    opacity: 0.85;
    font-weight: bold;
}
.top_item_title.tameru{
    background-image: url("../img/icon_saving.svg");
    background-size: 36px 33px;
}
.top_item_title.kariru{
    background-image: url("../img/icon_loan.svg");
    background-size: 36px 36px;
}
.top_item_title.sonaeru{
    background-image: url("../img/icon_insurance.svg");
    background-size: 35px 31px;
}
.top_item_title.benri_content{
    background-image: url("../img/icon_service.svg");
    background-size: 24px 35px;
}
.top_item_title.funding{
    background-image: url("../img/icon_funding.svg");
    background-size: 47px 29px;
    background-position: 10px;
}
_:-ms-lang(x)::-ms-backdrop, body .top_item_title.funding{/*IE11のみ*/
    background-size: 30px 30px;
    background-position: 16px;
}

/*--------------------------------------
 お知らせ
--------------------------------------*/
.news{
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.news .btn-link{
    margin-top: 3rem;
    justify-content: flex-start;
}
.news iframe{
    width: 100%;
    height: 37.1rem;
    overflow-y: scroll;
    border-top: 1px solid #D8DCDA;
    border-bottom: 1px solid #D8DCDA;
}
@media screen and (max-width: 767px) {
    .news{
        padding: 0 0 6rem;
    }
    .news iframe{
        height: 54.6rem;
    }
    .news .size-30{
        width: 80%;
    }
}
/*--------------------------------------
 ご注意ください
--------------------------------------*/
.attention{
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #E7EB90;
}
.attention-link{
    margin-bottom: 3rem;
    height: 32.2rem;
    border-top: 2px solid #019D4A;
    border-bottom: 2px solid #019D4A;
    background-color: #fff;
    font-size: 1.4rem;
}
.attention-link ul {
    margin-bottom: 3rem;
    height: 32.2rem;
    overflow-y: scroll;
}
.attention-link ul li {
    padding: 2rem;
    border-bottom: 1px solid #019D4A;
}
.attention .btn-link{
    justify-content: flex-start;
}
@media screen and (max-width: 767px) {
    .attention{
        padding: 0 0 6rem;
    }
    .attention-link{
        height: inherit;
    }
    .attention-link ul {
        margin-bottom: 0;
        height: inherit;
        overflow-y: auto;
    }
    .attention-link ul li:last-child{
        border-bottom: none;
    }
    .attention .size-30{
        width: 80%;
    }
}
/*--------------------------------------
 スライドバナー
--------------------------------------*/
.slide-banner {
  width: 1248px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-top: 0px;
  padding: 0 35px; }
    @media screen and (max-width: 767px) {
      .slide-banner {
        width: 100%; } }
  .slide-banner s.slick-prev,
  .slide-banner .slick-next {
    z-index: 10;
    top: 35%; }
    @media screen and (max-width: 767px) {
      .slide-banner s.slick-prev,
      .slide-banner .slick-next {
        top: 50%; } }
    .slide-banner s.slick-prev::before,
    .slide-banner .slick-next::before {
      content: "" !important; }
  .slide-banner .slick-prev {
    left: 80px; }
    @media screen and (max-width: 767px) {
      .slide-banner .slick-prev {
        left: 20px; } }
  .slide-banner .slick-next {
    right: auto;
    left: calc(100vw - 110px); }
    @media screen and (max-width: 767px) {
      .slide-banner .slick-next {
        left: auto;
        right: 20px; } }
  .slide-banner .slick-dots {
    position: absolute;
    bottom: 10px; }
  .slide-banner .slick-dots li button:after {
    display: none; }
  .slide-banner .slick-dots li button {
    width: 11px;
    height: 11px;
    display: inline-block;
    overflow: hidden;
    text-indent: 100px; }
  .slide-banner .slick-dots li button:before {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    opacity: 1;
    border: 2px solid #fff;
    background-color: transparent;
    content: ""; }
  .slide-banner .slick-dots li.slick-active button:before {
    background-color: "#000"; }
  .slide-banner .slick-prev {
    left: -35px;
    top: 47%;
    height: 30px; }
    .slide-banner .slick-prev::after {
      content: "";
      position: absolute;
      top: 0%;
      width: 15px;
      height: 30px;
      display: block;
      background-size: 100% auto;
      background-image: url(/toyoshin/common/img/arrow_bnr_left.svg);
      background-repeat: no-repeat; }
  .slide-banner .slick-next {
    right: -35px !important;
    top: 47%;
    height: 30px;
    left: auto; }
    .slide-banner .slick-next::after {
      content: "";
      position: absolute;
      top: 0%;
      width: 15px;
      height: 30px;
      display: block;
      background-size: 100% auto;
      background-image: url(/toyoshin/common/img/arrow_bnr_right.svg);
      background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .slide-banner .slick-next {
        left: auto;
        right: 20px; } }
  .slide-banner .slide-banner-inner {
    position: relative;
    z-index: 10;
    color: #fff;
    padding: 30px 0px;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px; }
  .slide-banner .slide-banner-elm a {
    display: inline-block;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .slide-banner .slide-banner-elm a:hover {
      opacity: 0.6; }

      .banner {
        position: relative;
        padding-bottom: 20px;
        margin-top: 0px;
        padding: 0 35px;
        margin-bottom: 15px; }
        .banner .slick-prev,
        .banner .slick-next {
            z-index: 10;
            top: 35%; }
            @media screen and (max-width: 767px) {
                .banner .slick-prev,
                .banner .slick-next {
                    top: 50%; } }
            .banner .slick-prev::before,
            .banner .slick-next::before {
                content: "" !important; }
            .banner .slick-prev {
                left: 80px; }

            @media screen and (max-width: 767px) {
                .banner .slick-prev {
                    left: 20px; } }
        .banner .slick-next {
            right: auto;
            left: calc(100vw - 110px); }
            
            @media screen and (max-width: 767px) {
                .banner .slick-next {
                    left: auto;
                    right: 20px; } }
        .banner .slick-dots {
            position: absolute;
            bottom: 10px; }
        .banner .slick-dots li button:after {
            display: none; }
        .banner .slick-dots li button {
            width: 11px;
            height: 11px;
            display: inline-block;
            overflow: hidden;
            text-indent: 100px; }
        .banner .slick-dots li button:before {
            width: 11px;
            height: 11px;
            border-radius: 100%;
            opacity: 1;
            border: 2px solid #fff;
            background-color: transparent;
            content: ""; }
        .banner .slick-dots li.slick-active button:before {
            background-color: #009844; }
        .banner .slick-prev {
            left: -35px;
            top: 46%;
            height: 43px; }
            .banner .slick-prev::after {
                content: "";
                position: absolute;
                top: 0%;
                width: 19px;
                height: 43px;
                display: block;
                background-size: 100% auto;
                background-repeat: no-repeat;
                }
        .banner .slick-next {
            right: -35px !important;
            top: 46%;
            height: 43px;
            left: auto; }
            .banner .slick-next::after {
                content: "";
                position: absolute;
                top: 0%;
                width: 19px;
                height: 43px;
                display: block;
                background-size: 100% auto;
                background-repeat: no-repeat;
                
              }
            @media screen and (max-width: 767px) {
                .banner .slick-next {
                    left: auto;
                    right: 20px; } 
                    .banner .banner-elm a {
                      width:100%;
                  }
                }
        .banner .banner-inner {
            position: relative;
            z-index: 10;
            color: #fff;
            padding: 30px 0px;
            padding-top: 50px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box; }
        .banner .banner-head {
            color: #009844;
            font-size: 3rem;
            text-align: center; }
        .banner .banner-list {
            margin-top: 30px; }
        .banner .banner-elm .banner-elm-inner {
            background-color: #fff;
            width: 362px;
            border-radius: 10px;
            overflow: hidden;
            position: relative; }
        .banner .banner-elm a {
            display: inline-block;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
            padding-right: 6px;}
            .banner .banner-elm a:hover {
                opacity: 0.6; }
        .banner .banner-label {
            position: absolute;
            top: 20px;
            left: 0px;
            background-color: rgba(0, 152, 68, 0.8);
            font-size: 1.2rem;
            padding: 5px 10px;
            min-width: 170px;
            display: inline-block; }
        .banner .banner-text {
            padding: 10px 15px;
            padding-bottom: 30px; }
            .banner .banner-text h4 {
                color: #009844;
                position: relative;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                padding-left: 20px; }
                .banner .banner-text h4::before {
                    position: absolute;
                    top: 50%;
                    left: 0px;
                    display: block;
                    width: 12px;
                    height: 8px;
                    content: "";
                    -webkit-transform: translate(0%, -50%) rotate(-90deg);
                            transform: translate(0%, -50%) rotate(-90deg);
                    background-size: 100% auto;
                    
                    background-repeat: no-repeat; }
                .banner .banner-text h4:before {
                    top: 40%; }
            .banner .banner-text p {
                color: #000;
                margin-top: 10px;
                font-size: 1.4rem;
                line-height: 1.8; }
        .banner .slick-dots {
            position: absolute;
            bottom: -40px; }
        .banner .slick-dots li button:after {
            display: none; }
        .banner .slick-dots li button {
            width: 11px;
            height: 11px;
            display: inline-block;
            overflow: hidden;
            text-indent: 100px; }
        .banner .slick-dots li button:before {
            width: 11px;
            height: 11px;
            border-radius: 100%;
            opacity: 1;
            border: 2px solid #009844;
            background-color: transparent;
            content: ""; }
        .banner .slick-dots li.slick-active button:before {
            background-color: #009844; }
    


/*--------------------------------------
 ご利用ガイド　プルダウン
--------------------------------------*/
body.top .gnavi-lower .drop .drop-contents{
    position: absolute;
}
body.top .gnavi-lower .drop .triangle img{
    right: 410px;
    opacity: 0.8;
}
body.top .gnavi-lower .drop .drop-contents {
    top: 141px;
}
