@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
:root {

  --green: #13913A;
  --green-hover : #45bd6a;
  --green-light:#E5F4E9;

  --green-third: #C3E7CE;
  
  --black: #1B1B1B;
  --brown: #AF8115;
  --brown02: #A38338;
  --blue: #4E65AC;
  --gray01: #F7F7F7;
  --gray02: #777777;
  --gray03: #707070;
  --gray04: #CCCCCC;
  --gray05: #DEDEDE;
  --gray06: #F0F0F0;
  --gray07: #D0D0D0;
  --form-gray: #A6A6A6;


  --yellow: #FFC700;
  --red: #C40000;

  --btn-pri: #13913A;

  --white: #ffffff;

  --base-p : 12px;
  --base-p-half : calc(var(--base-p) / 2);

  --base-fs: 12px;
  --base-lh: 19px;
}
html{
  height: 100%;

}
body {
  height: 100%;
  color: #1b1b1b;
  min-width: 320px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Nunito Sans","Open Sans", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  /*opacity: 0.44;*/

}
body.full-height{
  overflow: scroll;
}
body.full-height .content .main-visual{
  height: 100%!important;
}
body.home-nav,
body.nav-static{
  background: #FCFCFC;
}
img {
  border-width: 0;
}

img.heightAuto {
  height: auto;
}
object, embed {
  vertical-align: bottom;
}
ul, ul li {
  list-style: none;
}

.s-box:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.l-box, .pc-l-box, .tab-l-box {
  float: left;
}

.r-box, .pc-r-box, .tab-r-box {
  float: right;
}
.pc-none {
  display: none;
}
.hide{
  display: none!important;
}
.last {
  margin: 0 !important;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.transit-res {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.transit-7 {
  -moz-transition: all 7s ease-out;
  -o-transition: all 7s ease-out;
  -webkit-transition: all 7s ease-out;
  transition: all 7s ease-out;
}
.transit-5 {
  -moz-transition: all 5s ease-out;
  -o-transition: all 5s ease-out;
  -webkit-transition: all 5s ease-out;
  transition: all 5s ease-out;
}

.transit-3 {
  -moz-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
}

.transit-1 {
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.transit-07 {
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.transit-05 {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.transit-02 {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.transit-01 {
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.fadeInItem,
.o0item,
.o0 {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.o0.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.obtn {
  width: 100%;
  height: 100%;
  display: block;
}
:focus{
  outline:none;
}

.img-wrap{
  overflow: hidden;
}
.img-wrap img{
  width: 100%;
  height: auto;
}
.align-center{
  text-align: center;
}
.align-left{
  text-align: left;
}
.underline{
  text-decoration: underline;
}
.align-right{
  text-align: right;
}
a.align-right{
  text-align: right;
  font-size: 1.4rem;
  color: #209344;
  text-decoration: underline;
}
a.align-right i{
  margin:0 4px 0 0;
}
.f-green{
  color: #13913A;
}
.f-yellow{
  color: #e8be28;
}
.f-red{
  color: #C70000;
}
.f-gray{
  color: #A7A7A7;
}
.f-blue,
.popup .popup-ttl.f-blue{
  color: var(--blue);
}
.v-align{
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
.v-align-fix{
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
@media screen and (min-width:320px) and (max-width:480px) {
  .v-align{
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }  
  .v-align-n{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
  }
}
.flex,
.flex-child{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  align-items: start;
}
.flex-h-center{
  justify-content: center;
}

.flex.col02 .item{
  flex: 1 0 50%;
}
.flex.col03 .item{
  flex: 1 0 33%;
}
.flex.col04 .item{
  flex: 1 0 25%;
}

/*///////////////////////////////////////////////////////////// ANCHOR */

a{
  color: #13913A;
  text-decoration: none;

  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

}

a:hover {
  /*color: #3DA75E;*/
  color: #45bd6a;
  text-decoration: none;
}

img, a img {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  text-decoration: none;
  vertical-align: top;
}

.trustBadge {
  padding-top: 10px;
  float: right;
}
a.underline {
  text-decoration: underline;
}

input{
  box-sizing:border-box;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}
input:focus{
  outline-width: 0;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }

#wrap{
  position: relative;
  z-index: 10;
  right: 0;
  text-align: center;
  width: 100%;
/*  min-height: 100%;
  height: auto !important;
  height: 100%;*/

}
#wrap .content{
  height: 100%;
  padding: 40px 0;
  box-sizing:border-box;
}
.full-page #wrap .content{
  padding: 0;
}
.content .main-visual{
  height: 458px;
  overflow: hidden;
}
.bottom #wrap .content{
   padding: 30px 0 0; 
}
.home-nav #wrap .content,
.nav-static #wrap .content{
  padding: 0;
}
footer, .push{
/*  height: 70px;*/
}

/*.f-regular {
    font-family: "ProximaNova-Regular",sans-serif;
    font-weight: 400;
    font-style: normal; 
}*/

/*@font-face{ 
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype'),
       url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
       url('../fonts/ProximaNova-Regular.woff') format('woff'),
       url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
       url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');    
}*/
/*///////////////////////////////////////////////////////////// HEADER */

header {
}
header{
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

}

nav{
  /*position: fixed;*/

}

footer{

}

/*///////////////////////////////////////////////////////////// SHARE ELEMNTS */
section{
  width: 100%;
}
header .inner,
.body-header .inner,
nav .inner,
.btm-header .inner,
footer .inner{
  width: 100%;
  /*max-width: 768px;*/
  margin: 0 auto;
  box-sizing:border-box;
  overflow: hidden;
}
header{
  width: 100%;
  position: fixed;
  top:0;
  left: 0;
  z-index: 990;
}

.body-header{
  width: 100%;
  position: fixed;
  top:0;
  left: 100%;
  z-index: 990;
}
.body-header{
  visibility: hidden;
}
.body-header.show{
  visibility: visible;
}
.body-header{
  height: 30px;
  line-height: 30px;
  background-color: #13913A;
  color: white;
}
.body-header a{
  color: white;
}
.body-header .arrow{
  width: 7px;
  height: auto;
  margin-top: 5px;
}
.body-header .back-btn{
  width: 30px;
  height: 100%;
  text-align: left;
}

section .inner{
  width: 100%;
  height: 100%;
  /*max-width: 768px;*/
  margin: 0 auto;
  overflow: hidden;
  box-sizing:border-box;
}
.conts-wrap{
  padding-left: var(--base-p);
  padding-right: var(--base-p);
}
.conts-wrap.p-0{
  padding-left: 0;
  padding-right: 0;  
}
.conts-wrap.p-half{
  padding-left: var(--base-p-half);
  padding-right: var(--base-p-half);  
}
.conts-wrap.m-b-x1{
  margin: 0 auto calc(var(--base-p) * 1);
}
.home-nav .conts-wrap-top,
.nav-static .conts-wrap-top{
  padding-top: var(--base-p);
  padding-bottom: 18px;
  position:relative;
  z-index: 100;
}
header .inner,
nav .inner,
.body-header .inner,
footer .inner{
  padding-left: 18px;
  padding-right: 18px;
}
.btm-header .inner{
  padding-right: 18px;
}
.tempTop{
  position: fixed;
  z-index: 9999999;
  top:0;
  left: 0;
  width: 100%;
  padding-left: 0px;  
  padding-right: 18px;
}
.home-nav header .inner,
.nav-static header .inner{
  padding-left: 0;
}
nav.home-nav{
  height: 45px;
}
nav.home-nav .flex li{
  width: 20%;
  position: relative;
}
nav.home-nav .flex.col03 li{
  width: 33.33333%;
}
nav.home-nav .flex.col02 li{
  width: 50%;
}
nav.home-nav li{
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}
nav.home-nav li a{
  width: 100%;
  display: block;
  height: 25px;
  border-radius: 12.5px; 
  background: #fff;
  padding-top: 5px;
  box-sizing:border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.32);
}
nav.home-nav.txt-nav li{
  text-align: center;
}
nav.home-nav.txt-nav li a{
  font-size: 10px;
}

nav.home-nav li a:hover,
nav.home-nav li a.active{
  background-color: #13913A;
}
nav.home-nav.txt-nav li a.active,
nav.home-nav.txt-nav li a:hover{
  color: white;
}
nav.home-nav li a .icon{
  height: 15px;
  width: 23px;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: left center;
  -moz-background-size: auto 15px;
  -o-background-size: auto 15px;
  -webkit-background-size: auto 15px;
  background-size: auto 15px;  
}
nav.home-nav li a:hover .icon,
nav.home-nav li a.active .icon{
  background-position: right center;
}
nav.home-nav li a.home .icon{
  background-image: url("/public/images/common/nav_gps.png");  
}
nav.home-nav li a.task .icon{
  background-image: url("/public/images/common/nav_task.png");  
}
nav.home-nav li a.refresh .icon{
  background-image: url("/public/images/common/nav_refresh.png");  
}
nav.home-nav li a.file .icon{
  background-image: url("/public/images/common/nav_file.png");  
}
nav.home-nav li a.menu .icon{
  background-image: url("/public/images/common/nav_menu.png");  
}
@media only screen and (min-width: 768px) {
  .home-nav header .inner, .nav-static header .inner, .tempTop{
    padding-left: 18px;

  }
  .btm-header .inner{
    padding-left: 10px;
    padding-right: 10px;
  }
}
