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

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::after, *::before {
  content: '';
}

body {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.4446;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
}

a{color:#333333; text-decoration: none; transition: all .5s ease;}


.clearfix{clear: both;}
/* -------------------------------- 

PC-wide CSS

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

@media screen and (min-width:1200px) {
#nav-drawer{display: none;}
#sp{display: none;}
#header{
  width: 100%;
  height: 70px;
  position: relative;
  background:rgba(255,255,255,0.7);
  z-index: 999;
}

#header.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}

#header .wrap{
  width: 100%;
  position: relative;
}

#header .wrap h1{
  width: 500px;
  font-size: 14px;
  text-align: right;
  position: absolute;
  right: 170px;
  top:10px;
}

#header .wrap .logo{
  width: 230px;
  text-align: center;
  background-color: #FFF;
  padding: 20px 0px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  border-bottom-right-radius: 20px; 
}

#header .wrap nav {
  font-size: 14px;
  text-align: right;
  position: absolute;
  right: 170px;
  top:32px;
}

#header .wrap nav ul{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#header .wrap nav ul li{
  margin:0px 10px;
}

#header .wrap nav ul li:last-child{
  margin-right:0px;
}

#header .wrap nav ul li a{
  transition: all .5s ease;
}

#header .wrap nav ul li a:hover{
  color: #009a07;
}

#header .wrap .contact-area{
  width: 150px;
  position: absolute;
  top:0;
  right: 0;
}

#header .nyukai-btn a{
  width: 100%;
  display: block;
  background-color: #009a07;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px;
  transition: all .5s ease;
}

#header .nyukai-btn a:hover{
  opacity: 0.8;
}

#header .siryo-btn a{
  width: 100%;
  display: block;
  background-color: #31ac54;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px;
  transition: all .5s ease;
}

#header .siryo-btn a:hover{
  opacity: 0.8;
}

#header .login-btn a{
  width: 100%;
  display: block;
  background-color: #fc861d;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px;
  transition: all .5s ease;
}

#header .login-btn a:hover{
  opacity: 0.8;
}

#header .online-btn {
  width: 300px;
  margin-top: 10px;
}

#header .online-btn a{
  display: block;
  background-color: #fc861d;
  color: #FFF;
  text-align: center;
  padding: 15px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  transition: all .5s ease;
}

#header .online-btn a:hover{
  opacity: 0.8;
}

#footer{
  width: 100%;
  background-color: #009a07;
  color: #FFF;
}

#footer .footer-line{
  width: 100%;
  border-top:4px solid #31ac54;
}

#footer .wrap{
  width: 95%;
  margin:0 auto 0;
  padding: 60px 0px;
  position: relative;
}

#footer .logo-area{
  width: 
  font-size: 0.87em;
}

#footer .wrap nav {
  width: 550px;
  position: absolute;
  right: 70px;
  top:30px;
}

#footer nav ul{
  width: 100%;
}

#footer nav ul li{
  width: 33%;
  float: left;
  margin-bottom: 20px;
}

#footer nav ul li a{
  color: #FFF;
  transition: all .5s ease;
}

#footer nav ul li a:hover{
  opacity: 0.7;
}

#footer .app-dl-area {
  width: 150px;
  position: fixed;
  right: 10px;
  bottom:100px;
  color: #000;
  z-index: 4;
}

#footer .app-dl-left{
  width: 100%;
}

#footer .app-dl-left a{
  display: block;
}

#footer .app-dl-right{
  width: 100%;
}

#footer .app-dl-right a{
  display: block;
}

#footer .foot-ban-area{
    position: absolute;
    top:30px;
    left: 230px;
}

#footer ul.foot-ban{
    display: flex;
    align-items: center;
}

#footer ul.foot-ban li{
    width: 200px;
}

#footer ul.foot-ban li img{
    width: 100%;
    height: auto;
}


}


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

PC-short CSS

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

@media screen and (min-width:992px) and ( max-width:1199px) {
#nav-drawer{display: none;}
#sp{display: none;}
#header{
  width: 100%;
  height: 70px;
  position: relative;
  background:rgba(255,255,255,0.7);
  z-index: 999;
}

#header.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}

#header .wrap{
  width: 100%;
  position: relative;
}

#header .wrap h1{
  width: 500px;
  font-size: 14px;
  text-align: right;
  position: absolute;
  right: 130px;
  top:10px;
}

#header .wrap .logo{
  width: 150px;
  text-align: center;
  background-color: #FFF;
  padding: 20px 0px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  border-bottom-right-radius: 20px; 
}

#header .wrap .logo img{
  width: 80%;
  height: auto;
}

#header .wrap nav {
  text-align: right;
  position: absolute;
  right: 130px;
  top:28px;
}

#header .wrap nav ul{
  width: 100%;
  display: flex;
}

#header .wrap nav ul li{
  font-size: 14px;
  margin:0px 6px;
}

#header .wrap nav ul li:last-child{
  margin-right: 0px;
}

#header .wrap .contact-area{
  width: 110px;
  background-color: #FFF;
  position: absolute;
  top:0;
  right: 0;
}

#header .nyukai-btn a{
  width: 100%;
  display: block;
  background-color: #009a07;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px;
  transition: all .5s ease;
}

#header .nyukai-btn a:hover{
  opacity: 0.8;
}

#header .siryo-btn a{
  width: 100%;
  display: block;
  background-color: #31ac54;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px;
  transition: all .5s ease;
}

#header .siryo-btn a:hover{
  opacity: 0.8;
}

#header .online-btn {
  width: 300px;
  margin-top: 10px;
}

#header .online-btn a{
  display: block;
  background-color: #fc861d;
  color: #FFF;
  text-align: center;
  padding: 15px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  transition: all .5s ease;
}

#header .online-btn a:hover{
  opacity: 0.8;
}

#header .login-btn a{
  width: 100%;
  display: block;
  background-color: #fc861d;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px;
  transition: all .5s ease;
}

#header .login-btn a:hover{
  opacity: 0.8;
}

#footer{
  width: 100%;
  background-color: #009a07;
  color: #FFF;
}

#footer .footer-line{
  width: 100%;
  border-top:4px solid #31ac54;
}

#footer .wrap{
  width: 95%;
  margin:0 auto 0;
  padding: 60px 0px;
  position: relative;
}

#footer .logo-area{
  width: 
  font-size: 0.87em;
}

#footer .wrap nav {
  width: 550px;
  position: absolute;
  right: 30px;
  top:30px;
}

#footer nav ul{
  width: 100%;
}

#footer nav ul li{
  width: 33%;
  float: left;
  margin-bottom: 20px;
}

#footer nav ul li a{
  color: #FFF;
  transition: all .5s ease;
}

#footer nav ul li a:hover{
  opacity: 0.7;
}

#footer .app-dl-area {
  width: 150px;
  position: fixed;
  right: 10px;
  bottom:100px;
  color: #000;
  z-index: 4;
}

#footer .app-dl-left{
  width: 100%;
}

#footer .app-dl-left a{
  display: block;
}

#footer .app-dl-right{
  width: 100%;
}

#footer .app-dl-right a{
  display: block;
}

#footer .foot-ban-area{
    position: absolute;
    top:30px;
    left: 230px;
}

#footer ul.foot-ban{
    display: flex;
    align-items: center;
}

#footer ul.foot-ban li{
    width: 200px;
}

#footer ul.foot-ban li img{
    width: 100%;
    height: auto;
}

}


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

TABLET CSS

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

@media screen and (min-width:767px) and ( max-width:991px) {
#pc{display: none;}
#header{
  width: 100%;
  background-color: #FFF;
  padding: 10px;
}

#header .logo img{
  height: 45px;
  width: auto;
}

#nav-drawer {
  position: fixed;
  top:0px;
  right: 0px;
  z-index: 999999;
}

#nav-drawer button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  outline: none;
  z-index: 999999;
}

.menu {
  position: fixed;
  top: 0;
  right: -80vw;
  width: 80vw;
  height: 100%;
  background-color: #172a88;
  transition: all .5s ease;
}

.menu--isOpen {
  position: fixed;
  right: 0;
  top:0;
  width: 40vw;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.menu__button {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: none;
}

.menu span {
  display: block;
  width: 80%;
  margin: auto;
  height: 4px;
  background-color: #172a88;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px)/2);
  border-radius: 3px;
  transition: .2s;
}

.menu__lineTop {
  transform: translateY(-10px);
}

.menu__lineMiddle {}

.menu__lineBottom {
  transform: translateY(10px);
}

.menu--isOpen .menu__lineTop {
  transform: rotate(45deg); 
  background-color: #FFF; 
}

.menu--isOpen .menu__lineMiddle {
  opacity: 0;
}

.menu--isOpen .menu__lineBottom {
  transform: rotate(-45deg);
  background-color: #FFF;  
}

.sp-menu{
  width: 100%;
  position: relative;
  top:36px;
}

.sp-menu ul{
  width: 100%;
  color: #FFF;
}

.sp-menu li{
  width: 100%;
  color: #FFF;
  padding-left: 10px;
  border-top: 1px solid #101d60;
}

.sp-menu li:last-child{
  border-top: 1px solid #101d60;
  border-bottom: 1px solid #101d60;
}

.sp-menu li a{
  display: block;
  padding: 15px 10px;
  color: #FFF;
}

.sp-menu-title{
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 30px;
}

.cp_cont {
  height: 65vh;
}
.cp_offcm01 {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 300px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.53s transform;
          transition: 0.53s transform;
  -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
          transition-timing-function: cubic-bezier(.38,.52,.23,.99);
  background-color: #44bdd1;
  opacity: 0.9;
}
.cp_offcm01 .cp_menu ul {
  margin: 0;
  padding: 0;
}
.cp_offcm01 .cp_menu li {
  list-style: none;
}
.cp_offcm01 .cp_menu li a {
  display: block;
  font-size: 14px;
  padding: 15px;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
  position: absolute;
  display: none;
  opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
  display: block;
  padding: 0.5em;
  cursor: pointer;
  -webkit-transition: 0.5s transform;
          transition: 0.5s transform;
  -webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
          transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
  text-align: center;
  color: #1c2b5b;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
  -webkit-transform: translateX(-290px);
          transform: translateX(-290px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0c9';
  font-size: 2em
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
  content: '\f00d';
}


/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 5px;/*線の太さ*/
    width: 36px;/*長さ*/
    border-radius: 3px;
    background: #44bdd1;
    display: block;
    content: '';
    cursor: pointer;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
}

#nav-open span:before {
    bottom: -12px;
}

#nav-open span:after {
    bottom: -24px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 80%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #44bdd1;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

#nav-content li {
    font-size: 16px;
    border-top: 1px solid #46cae0;
    border-bottom: 1px solid #3ba9bb;
    padding: 5px 10px;
}

#nav-content li:last-child {
    font-size: 16px;
    border-top: 1px solid #46cae0;
    border-bottom: 1px solid #44bdd1;
    padding: 5px 10px;
}

#nav-content li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    padding: 10px 5px;
}

#nav-content li:hover {
    background-color: #3ba9bb;
}

#nav-content li i{
    float: right;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#footer{
  width: 100%;
  background-color: #009a07;
  color: #FFF;
}

#footer .footer-line{
  width: 100%;
  border-top:4px solid #31ac54;
}

#footer .wrap{
  width: 95%;
  margin:0 auto 0;
  padding: 50px 0px;
  position: relative;
}

#footer .logo-area{
  font-size: 14px;
}

#footer .logo-area img{
  width: 150px;
  height: auto;
}

#footer .wrap nav {
width: 100%;
margin-top: 30px;
/*  width: 450px;
  position: absolute;
  right: 30px;
  top:20px;*/
}

#footer nav ul{
  width: 100%;
}

#footer nav ul li{
  width: 33%;
  font-size: 14px;
  float: left;
  margin-bottom: 10px;
}

#footer nav ul li a{
  color: #FFF;
  transition: all .5s ease;
}

#footer nav ul li a:hover{
  opacity: 0.7;
}

#footer .app-dl-area {
  width: 150px;
  position: fixed;
  right: 10px;
  bottom:100px;
  color: #000;
  z-index: 4;
}

#footer .app-dl-left{
  width: 100%;
}

#footer .app-dl-left a{
  display: block;
}

#footer .app-dl-right{
  width: 100%;
}

#footer .app-dl-right a{
  display: block;
}

#footer .foot-ban-area{
    position: absolute;
    top:20px;
    left: 230px;
}

#footer ul.foot-ban{
    display: flex;
    align-items: center;
}

#footer ul.foot-ban li{
    width: 130px;
}

#footer ul.foot-ban li img{
    width: 100%;
    height: auto;
}

}

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

SP CSS

-------------------------------- */
@media only screen and (max-width: 767px) {
#pc{display: none;}
#header{
  width: 100%;
  background-color: #FFF;
  padding: 10px;
}

#header .logo img{
  height: 45px;
  width: auto;
}

#nav-drawer {
  position: fixed;
  top:0px;
  right: 0px;
  z-index: 999999;
}

#nav-drawer button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  outline: none;
  z-index: 999999;
}

.menu {
  position: fixed;
  top: 0;
  right: -80vw;
  width: 80vw;
  height: 100%;
  background-color: #172a88;
  transition: all .5s ease;
}

.menu--isOpen {
  position: fixed;
  right: 0;
  top:0;
  width: 60vw;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.menu__button {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: none;
}

.menu span {
  display: block;
  width: 80%;
  margin: auto;
  height: 4px;
  background-color: #172a88;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px)/2);
  border-radius: 3px;
  transition: .2s;
}

.menu__lineTop {
  transform: translateY(-10px);
}

.menu__lineMiddle {}

.menu__lineBottom {
  transform: translateY(10px);
}

.menu--isOpen .menu__lineTop {
  transform: rotate(45deg); 
  background-color: #FFF; 
}

.menu--isOpen .menu__lineMiddle {
  opacity: 0;
}

.menu--isOpen .menu__lineBottom {
  transform: rotate(-45deg);
  background-color: #FFF;  
}

.sp-menu{
  width: 100%;
  position: relative;
  top:36px;
}

.sp-menu ul{
  width: 100%;
  color: #FFF;
}

.sp-menu li{
  width: 100%;
  color: #FFF;
  padding-left: 10px;
  border-top: 1px solid #101d60;
}

.sp-menu li:last-child{
  border-top: 1px solid #101d60;
  border-bottom: 1px solid #101d60;
}

.sp-menu li a{
  display: block;
  padding: 15px 10px;
  color: #FFF;
}

.sp-menu-title{
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 30px;
}

.cp_cont {
  height: 65vh;
}
.cp_offcm01 {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 300px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.53s transform;
          transition: 0.53s transform;
  -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
          transition-timing-function: cubic-bezier(.38,.52,.23,.99);
  background-color: #44bdd1;
  opacity: 0.9;
}
.cp_offcm01 .cp_menu ul {
  margin: 0;
  padding: 0;
}
.cp_offcm01 .cp_menu li {
  list-style: none;
}
.cp_offcm01 .cp_menu li a {
  display: block;
  font-size: 14px;
  padding: 15px;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
  position: absolute;
  display: none;
  opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
  display: block;
  padding: 0.5em;
  cursor: pointer;
  -webkit-transition: 0.5s transform;
          transition: 0.5s transform;
  -webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
          transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
  text-align: center;
  color: #1c2b5b;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
  -webkit-transform: translateX(-290px);
          transform: translateX(-290px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0c9';
  font-size: 2em
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
  content: '\f00d';
}


/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 5px;/*線の太さ*/
    width: 36px;/*長さ*/
    border-radius: 3px;
    background: #44bdd1;
    display: block;
    content: '';
    cursor: pointer;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
}

#nav-open span:before {
    bottom: -12px;
}

#nav-open span:after {
    bottom: -24px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 80%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #44bdd1;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

#nav-content li {
    font-size: 16px;
    border-top: 1px solid #46cae0;
    border-bottom: 1px solid #3ba9bb;
    padding: 5px 10px;
}

#nav-content li:last-child {
    font-size: 16px;
    border-top: 1px solid #46cae0;
    border-bottom: 1px solid #44bdd1;
    padding: 5px 10px;
}

#nav-content li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    padding: 10px 5px;
}

#nav-content li:hover {
    background-color: #3ba9bb;
}

#nav-content li i{
    float: right;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#footer{
  width: 100%;
  background-color: #009a07;
  color: #FFF;
}

#footer .footer-line{
  width: 100%;
  border-top:4px solid #31ac54;
}

#footer .wrap{
  width: 90%;
  margin:0 auto 0;
  padding: 30px 0px 200px 0px;
}

#footer .wrap2{
  width: 90%;
  margin:0 auto 0;
  padding: 30px 0px 50px 0px;
}

#footer .logo-area{
  width: 300px;
  font-size: 14px;
  margin-bottom: 30px;
}

#footer .logo-area img{
  width: 150px;
  height: auto;
}

#footer .wrap nav {
  width: 100%;
}

#footer nav ul{
  width: 100%;
}

#footer nav ul li{
  width: 50%;
  font-size: 14px;
  float: left;
  margin-bottom: 15px;
}

#footer nav ul li a{
  color: #FFF;
  transition: all .5s ease;
}

#footer nav ul li a:hover{
  opacity: 0.7;
}

#footer .app-dl-area {
  width: 100%;
  position: fixed;
  bottom:50px;
  background-color: #FFF;
  color: #000;
  padding: 10px;
}

#footer .app-dl-left{
  width: 40%;
  float: left;
  margin-right: 10px;
}

#footer .app-dl-left a{
  display: block;
}

#footer .app-dl-right{
  width: 40%;
  float: left;
}

#footer .app-dl-right a{
  display: block;
}

#footer .foot-ban-area{
  width: 100%;
  margin-bottom: 30px;
}

#footer ul.foot-ban{
    display: flex;
    align-items: center;
}

#footer ul.foot-ban li{
    width: 50%;
}

#footer ul.foot-ban li img{
    width: 100%;
    height: auto;
}

.foot-block{
  width: 100%;
  position: fixed;
  left:0;
  bottom: 0;
}

.online-btn a{
  display: block;
  background-color: #fc861d;
  color: #FFF;
  text-align: center;
  padding: 15px;
  transition: all .5s ease;
}

.online-btn a:hover{
  opacity: 0.8;
}

.app-title{
  width: 100%;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  background-color: #FFF;
}

ul.app-list{
  width: 100%;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  background-color: #FFF; 
}

ul.app-list li{
  width: 50%;
  padding: 10px;
}

}




