@charset "UTF-8";
/* CSS Document */
.br-pc{display: inline !important}
.br-sp{display: none !important}
.img-pc{display: block !important}
.img-sp{display: none !important}
@media screen and (max-width: 680px) {
.br-pc{display: none !important}
.br-sp{display: inline !important}	
.img-pc{display: none !important}
.img-sp{display: block !important}	
}

.top-slide-container .img-pc{display: block !important}
.top-slide-container .img-sp{display: none !important}
@media screen and (max-width: 480px) {	
.top-slide-container .img-pc{display: none !important}
.top-slide-container .img-sp{display: block !important}	
}


/*ヘッダー*/
.login {top: 132px;}
.main.top{padding-top: 0}
@media screen and (max-width: 480px) {
.login {top: 65px;}	
}

/*メインビジュアル*/
#visual-top{
	position: relative;
	line-height: 0;
	margin-bottom: 40px;
}
#main-visual{
    display: flex;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
#main-visual img {
     max-width: none;
    }
#main-visual img:first-child {animation: slide1 120s -60s linear infinite;}
#main-visual img:last-child {animation: slide2 120s linear infinite;}
@keyframes slide1 {
  0% {transform: translateX(100%);}
  to {transform: translateX(-100%);}
}
@keyframes slide2 {
  0% {transform: translateX(0);}
  to {transform: translateX(-200%);}
}

#visual-top h2{
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto
}
#visual-top p{
    font-size: 14px;
    text-align: right;
    padding-right: 10px;
    margin-top: 5px;
}
@media screen and (max-width: 768px) {
#main-visual{height: 300px;}
#visual-top h2{font-size: 30px;}	
}

/*バナー*/
#slide-banner{ margin: auto auto 60px;}
#slide-banner img{width: 100%}
.slick-prev, .slick-next{background-color: transparent}	
.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
	content: "\f104";
	font-size: 60px;
	text-shadow: 0px 0px 5px #000000;
}
.slick-next:before {content: "\f105";}	

/*重要なお知らせ*/
.top-important01 {
    margin-bottom: 35px;
    background-color: #ffda2f;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 15px;
	height: 70px;
}
.top-important01__title {
    width: 130px;
    font-size: 15px;
    font-weight: bold;
	display: flex;
    align-items: center;
}
.top-important01__title:before {
	font-family: 'FontAwesome';
	content: "\f05a";
	color: #0c7061;
	margin-right: 3px;
	font-size: 25px
}
.top-important01-area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 150px);
}
.important01-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 100px);
	font-weight: bold;
}
.important01-item a{
    display: flex;
	align-items: center;
    width: 100%;
}
a .top-important01-area__time{
    width: 140px;
    font-size: 15px;
}
a .top-important01-area__text{
	width: calc(100% - 145px);
    font-size: 15px;
	line-height: 1.4
}
a.top-important01-area__link {
    font-size: 14px;
    width: 90px;
    color: #0c7061;
    text-align: right;
    font-weight: bold;
    margin: 0 0 0 auto;
}
a.top-important01-area__link:after {
    font-family: 'FontAwesome';
    content: "\f054";
    margin-left: 3px;
}
.important01-item a:hover {color: #0c7061}
@media screen and (max-width: 768px) {
.top-important01{height: auto}	
.top-important01__title {width: 100%;}
.top-important01-area {width: 100%;}
.important01-item {
    width: 100%;
	margin-top: 10px;
    margin-bottom: 10px;
}
.important01-item a {align-items: baseline;}	
a.top-important01-area__link {width: 100%;}
.top-important01-area__time {width: 100%;}
.top-important01-area__text {width: 100%;}
}
@media screen and (max-width: 480px) {
.important01-item a{display: block}
a .top-important01-area__time,
a .top-important01-area__text{
	width: 100%;
	display: block
}	
a .top-important01-area__time{margin-bottom: 5px}	
}

/*見出し*/
h2.index-title{
    font-size: 28px;
    color: #0c7061;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px) {
h2.index-title{font-size: 22px;}	
}

/*ボタン*/
#index-btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%
}
#index-btn li{width: 23.5%}
#index-btn li a{
    display: block;
    text-align: center;
    background-color: #0c7061;
    color: #ffffff;
    border-radius: 6px;
    height: 180px;
    font-size: 20px;
    font-weight: bold;
}
#index-btn li#index-btn__login a{
    background-color: #c8161d;
    padding-top: 20px;
    line-height: 1.5;
}
#index-btn li#index-btn__login a span#index-btn__login__img{
    width: 90%;
    margin: auto auto 10px;
    display: block;
    background-color: #ffffff;
    border-radius: 6px;
}
#index-btn li#index-btn__login a span#index-btn__login__img img{
    width: 65%;
    margin: auto;
    padding: 10px;
}
#index-btn li#index-btn__login a h2{
	font-size: 20px;
    font-weight: bold;
}
#index-btn li#index-btn__login a h2:after {
    font-family: 'jabank' !important;
    content: "\e90c";
    margin-left: 5px;
	font-size: 16px;
}
#index-btn li#index-btn__login a small{
    font-size: 13px;
    display: block;
}
#index-btn li.index-btn__green a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.6;
	position: relative
}
#index-btn li.index-btn__green a:after{
	font-family: 'FontAwesome';
	content: "\f078";
	position: absolute;
	bottom: 10px
}
#index-btn li a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 5px -3px rgba(0,0,0,.3);
	transition: transform .3s;
}
@media screen and (max-width: 768px) {
#index-btn li{
	/*width: 100%;*/
	width: 48%;
}	
#index-btn li.index-btn__green{width: 48%}	
#index-btn li:nth-child(1){
    margin-bottom: 15px;
}
#index-btn li#index-btn__login a span#index-btn__login__img{
	/*width: 50%;*/
	width: 80%;
}	
#index-btn li#index-btn__login a span#index-btn__login__img img {
    padding: 3px;
}	
}
@media screen and (max-width: 480px) {
#index-btn li a{
	height: 150px;
	font-size: 16px;
}	
#index-btn li#index-btn__login a h2{font-size: 18px;}	
}


/*人生のさまざまなシーンに、そのおもいに、よりそいます。*/
#column-yorisoi{
    border-top: 3px solid #0c7061;
    border-bottom: 3px solid #0c7061;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}
#column-yorisoi h2{
    font-size: 25px;
    font-weight: bold;
	line-height: 2;
}
#column-yorisoi h2 strong{
    font-size: 150%;
    color: #0c7061;
    display: block;
}
#yorisou-line{
    border-bottom: 10px solid #a4d12b;
	position: relative
}
#yorisou-line .img-yorizo{
	width: 120px;
	position: absolute;
	right: 10%;
	bottom: -5px;
	animation: bound 2s infinite;
}
@keyframes bound {
  0% { transform:translateY(0)}
  50% { transform:translateY(-5px) }
  100% { transform:translateY(0) }
}
#yorisoi-btn{
	margin-top: 40px;
	margin-bottom: 40px;
	justify-content: center
}
figure{
    width: 31%;
    margin: 10px 1%;
}
figure#figure-wide{flex: 1 0 100%}
figcaption{
    background-color: #0c7061;
    color: #ffffff;
    border-radius: 0px 0px 6px 6px;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0px;
    line-height: 1.4;
}
figcaption strong{
    color: #a4d12b;
    display: block;
}
figure a{display: block}
figure a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 5px -3px rgba(0,0,0,.3);
	transition: transform .3s;
}
@media screen and (max-width: 768px) {
#column-yorisoi{
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
}	
#column-yorisoi h2{
	font-size: 20px;
	line-height: 1.8;
}	
#yorisou-line .img-yorizo{display: none}	
figure{width: 48%;}		
figcaption{font-size: 18px;}
}

/*特典*/
#campaign{margin-bottom: 80px}
#campaign-title{
    align-items: center;
    margin-bottom: 50px;
	margin-left: -100px;
}
#campaign-title .img-yorizo{
    width: 120px;
    margin-right: 20px;
	animation: bound-2 3s infinite;
}
@keyframes bound-2 {
0% {transform:rotateZ(0deg);}
10% {transform:rotateZ(-5deg);}	
15% {transform:rotateZ(5deg);}	
20% {transform:rotateZ(0deg);}		
100% {transform:rotateZ(0deg);}
}
.btn-panel li{
	margin-top: 15px;
	margin-bottom: 15px
}
.btn-panel li:nth-child(2),
.btn-panel li:nth-child(5){
	margin-left: 5%;
	margin-right: 5%
}
.btn-panel li a{
    display: block;
    box-shadow: 0 6px 5px -3px rgba(0,0,0,.3);
    border-radius: 6px;
}
.btn-panel li p{
    text-align: center;
    font-weight: bold;
	line-height: 1.5;
	padding: 0.8em;
}
.btn-panel li img{border-radius: 6px 6px 0px 0px;}
.btn-panel li a:hover {
	transform: translateY(-3px);
	transition: transform .3s;
}
#banner{margin-top: 80px;}
@media screen and (max-width: 768px) {
#campaign-title{margin-bottom: 0px;}	
#campaign-title .img-yorizo {
    width: 100px;
    margin-right: 10px;
	}	
.btn-panel li{
	width: 50%;
	padding-left: 5px;
	padding-right: 5px
}	
.btn-panel li:nth-child(2),
.btn-panel li:nth-child(5){
	margin-left: 0%;
	margin-right: 0%
}	
}

/*新着情報*/
#news{
	background-color: #f0f8e7;
	padding-top: 30px;
    padding-bottom: 60px;
    margin-top: 80px;
    margin-bottom: 80px;
}
#news-title{
	align-items: center;
	border-bottom: 3px solid #0c7061;
    margin-bottom: 50px;
	margin-right: -130px;
}
#news .img-yorizo{
    width: 100px;
    margin-left: 30px;
	animation: bound-3 3s infinite;
}
@keyframes bound-3 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-8px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-5px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
#top-news-list {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
}
#top-news-list ul{
    height: 300px;
	overflow-y: scroll;
    margin-bottom: 20px;
}
#top-news-list li {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
	border-bottom: 1px dotted #9b9b9b
}
#top-news-list li a{
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.4;
    width: calc(100% - 250px);
    font-size: 1.6rem;
    color: #007463;
	font-weight: bold;
}
#top-news-list li .category{
    font-size: 1.3rem;
    text-align: center;
    color: #ffffff;
    width: 90px;
    font-weight: bold;
    padding: 3px 0;
    border-radius: 4px;
}
#top-news-list li .category-news{background-color: #a4d12b}
#top-news-list li .category-oshirase{background-color: #fd8023}
#top-news-list li:last-child {
  margin-bottom: 0
}
#top-news-list li time {
  display: block;
  margin: 0 20px;
  font-size: 1.6rem;
  line-height: 1.6;
  white-space: nowrap
}
@media screen and (max-width: 768px) {
#top-news-list {width: 90%;}
#top-news-list li{padding-top: 10px}	
#top-news-list li a{
	width: 100%;
	padding-top: 0
}	
}

/*バナー*/
.footer-banner{
	margin-top: 20px;
	margin-bottom: 20px
}
#footer-banner-sub li{width: 48%}
@media screen and (max-width: 680px) {
#footer-banner-sub li{width: 300px}	
}

/*JA一覧*/
#ja{
	background-color: #f0f8e7;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 80px;
}
#ja .btn-large{
	position: relative;
	z-index: 1
}
#ja .wrapper{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0px 50px 20px;
}
#list-ja{
    padding-top: 80px;
	margin-top: -40px
}
.list-ja{column-count: 3}
.list-ja li a{
    font-size: 1.8rem;
    display: block;
	line-height: 2.2;
	color: #007463
}
.list-ja li a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    margin-right: 5px;
}
.list-ja li a:after {
    font-family: 'FontAwesome';
    content: " \f08e";
    color: #007463;
    padding-left: 3px;
}
@media screen and (max-width: 768px) {
#ja .btn-large a{
	width: 300px;
}	
#ja .wrapper{
	width: 90%;
	padding-left: 25px;
	padding-right: 25px
}	
.list-ja{column-count: 2}
.list-ja li a{font-size: 1.6rem;}	
}

/*ボタン*/
a.btn-basic__light-gr {
    background-color: #a4d12b;
}
a.icon_money__head__wh:before {
    font-family: 'FontAwesome';
    content: "\f1ec";
    color: #ffffff;
    line-height: 1;
    margin-right: 0.6em;
}
.btn-large a{
    font-size: 22px;
    height: 80px;
    line-height: 80px;
    padding: 0;
    width: 500px;
}
.btn-attention a span {
    width: 25px;
    display: inline-block;
    margin-right: 5px;
}
.btn-attention a span img{
	vertical-align: middle
}
@media screen and (max-width: 768px) {
.btn-large a{
	width: auto;
	font-size: 18px;
}	
}
@media screen and (max-width: 680px) {
.btn-large a{
	height: 70px;
	line-height: 70px;}	
}

/*フッター*/
#footer-banner-outer{display: none}


/* -----------------------------------
    アニメーション
   ----------------------------------- */
.fade{opacity: 0}
.anime-fade {animation: fuwatAnime .85s ease .2s forwards;}
@keyframes fuwatAnime {
 0% { opacity: 0; 
	 transform: translateY(30px); }
 100% { opacity: 1; 
	 transform: translateY(0px); }
}
