html, body {
    background: #fff; font-size: 13px;
}
a {
    color: #006699;
}
a:hover {
    color: #ff9900;
}
.btn-primary {
    background-color: #F0AD4E;
}
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #ff9900;
}

.nav__brand {
  margin: 0;
}

.nav__brand__btn {
  display: none;
}

.nav__brand__logo {
  max-width: 198px;
  display: table;
  vertical-align: middle;
}

.nav__brand__logoimg {
  width: 100%;
  max-width: 100%;
  display: table-cell;
}
.navbar-inverse {
    position: relative; z-index: 9999;
    /*background: #232F3E;*/ border-radius: 0; margin-bottom: 0;
    background: #48bb76 !important;
}
.navbar-inverse .navbar-brand {
    color:  #48bb76;/*#fff*/;
}
.navbar-inverse .navbar-brand img {
    height: 100%;
}
.navbar-inverse .navbar-toggle {
    margin: 0; padding-left: 0;
}
.navbar-right li,
.navbar-right li a {
    font-size: 13px;
}

/*Green-vision*/
.navbar-inverse .navbar-toggle:hover:before, .navbar-inverse .navbar-toggle:focus:before {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #ECFFA2;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    color: #ECFFA2;
    background-color: transparent;
}
/* /Green-vision*/

.navbar-inverse .username {
    height: 53px; line-height: 53px; display: block;
    color: #ccc;
}
.navbar-inverse a {
    font-weight: normal ! important;
}

.overlay {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    position: absolute; z-index: 999;
    height: 100%; width: 100%; background: #fff;
    display: none;
}

.logout-link,
.nav > li.logout-link {
    cursor: pointer;
    display: none;
}


body.loading {
    overflow: hidden;
}
body.loading .overlay {
    display: block;
}
.loader {
    position: absolute; top: 50%; right: 50%;
    width: 96px; height: 96px; margin-right: -48px; margin-top: -48px;
}

.lead {
    margin: 0;
}
.lead .content {
    height: 300px; line-height: 300px; text-align: center;
}

.menu_navs {
    background: #F4F5F5;
}
.nav-pills > li > a {
    background-color: transparent;
    color: #999; font-weight: normal ! important; font-size: 16px;
    border-bottom: 3px solid #f4f5f5;
    border-radius: 0;
}
.nav-pills > li > a:focus, .nav-pills > li > a:hover {
    background-color: transparent;
    color: #303941;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: transparent;
    color: #303941;
    border-bottom: 3px solid  #303941;
}
.nav-pills > li > a img {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: block; height: 36px; margin: auto;
    color: #eee;
}
.nav-pills > li.active > a img,
.nav-pills > li > a:focus img,
.nav-pills > li > a:hover img {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
@media screen and (max-width:767px) {
    .nav-pills > li > a {
        text-align: left;
    }
    .nav-pills > li > a img {
        display: inline-block; height: 24px; vertical-align: top;
        margin-right: 6px;
    }
}

h5 {
    color: #FF9900; font-weight: normal;
    margin-top: 40px;
}
.introtext {
    font-size: 14px; color: #333;
}

.form-group label {
    color: #333;
}
.form-group label i {
    color: #ccc; margin-right: 6px;
}
.form-group label .label {
    margin-left: 6px;
}
.form-group label .glyphicon-ok {
    display: none; color: #2ECC71; margin-left: 6px;
}
.form-group.has-success label .glyphicon-ok {
    display: inline;
}
.form_condition .radio {
    display: inline-block;
    padding-left: 24px;
    padding-right: 16px;
}
/*.form_force_offer_checked {*/
    /*display: inline-block;*/
/*}*/
/*.form_force_offer_checked div.checkbox {*/
    /*padding-left: 0;*/
/*}*/
/*.form_force_offer_checked label.checkbox {*/
    /*padding-left: 30px;*/
/*}*/

.form_error_message {
    color: red;
}
.form_error_message i {
    margin-right: 4px;
}

/*
footer {
    padding: 30px 0 30px 0;
    margin-top: 60px;
    background: #F4F5F5;
}
footer p {
    font-size: 0.8em; color: #333;
}
footer .links {
    margin-top: 30px;
}
footer .links a {
    font-weight: normal; border-left: 1px solid #ccc;
    padding: 0 6px; color: #006699;
}
footer .links a:first-child {
    border-left: 0;
}
footer img {
    height: auto;height: 30px;
}
footer .copy {
    color: #666; font-size: 11px; display: inline-block;
    text-align: center;
}
footer .pd_b2{padding-bottom: 2%;}
*/


/* 20161110更新==============*/


/*************************
  header
*************************/
header {
    background-color: #009a7c;
/*    height: 80px;*/
}

.nav__inner {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 80px;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1024px;
    overflow: hidden;
    position: relative;
}

.nav__brand {
  margin: 0;
}

.nav__brand__btn {
    display: none;
}

.nav__brand__logo {
  max-width: 198px;
  display: table;
  vertical-align: middle;
}

.nav__brand__logoimg {
  width: 100%;
  max-width: 100%;
  display: table-cell;
}

.nav__list {
    font-size: 15px;
    width: 80%;
}

.nav__listitems {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    list-style-type: none;
}

.nav__listitem {
    height: 80px;
    position: relative;
}

.nav__txtlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
}

.nav__listitem:last-child .nav__txtlink {
    margin-right: 0;
}

.nav__txtlink:hover {
    color: #fff;
    background-color: #00bd98;
    text-decoration: none;
    position: relative;
}

.nav__txtlink:after {
    bottom: -20px;
    content: "";
    height: 20px;
    left: calc(50% - 10px);
    position: absolute;
    width: 20px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.nav__txtlink:hover:after {
    bottom: 0;
}


/*************************
  フッター
*************************/

footer {
    background-color: #fff;
}

.footer__cnt {
    width: 100%;
}

.footer__top {
    padding: 40px 0 30px;
    width: 100%;
    margin: 0 auto;
    background-color: #f0f0f0;
}

.footer__top__inner {
    max-width: 1054px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.footer__top__caution {
    color: #303030;
    font-size: 14px;
    margin-bottom: 30px;
}

.footer__top__permitnum {
    font-size: 12px;
    color: #727272;
    line-height: 1.8;
    overflow: hidden;
    text-align: justify;
}
.footer__top__permitnum li {
  list-style-type: none;
  float: left;
  width: 33%;
}

@media screen and (max-width: 860px) {
  .footer__top__permitnum li {
    width: 50%;
  }
}

@media screen and (max-width: 650px) {
  .footer__top__permitnum li {
    width: 100%;
  }
}

.footer__bottom {
    background-color: #fff;
    padding: 30px 15px;
    max-width: 1054px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.footer__logo {
    margin-left: -15px;
}

.footer__logo__img {
    width: 70%;
    max-width: 156px;
    margin-bottom: 10px;
}

.footer__logo__txt {
    color: #303030;
    font-size: 14px;
}

.footer__links {
    float: right;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    list-style-type: none;
    overflow: hidden;
    padding-right: 0;
}

.footer__links__txt {
    float: left;
    padding: 0 10px;
    line-height: 1;
    border-left: 1px solid #116ca5;
}

.footer__links__txt:first-child {
    padding-left: 0;
    border-left: none;
}
.footer__links__txt:last-child {
    padding-right: 0;
}

.footer__links__link {
    color: #116ca5;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.footer__links__link:hover {
    text-decoration: none;
    color: #ff9900;
}
@media screen and (max-width: 991px) {

  /*************************
      header
*************************/
    header {
/*        height: 110px;*/
    }
  .navwrap {
    width: 100%;
  }
  .nav__inner {
    overflow: visible;
      height: 60px;
  }
  .nav__brand__btn {
    display: block;
    height: 38px;
      margin-right: 25px;
    padding: 3px 0 0 0;
    width: 42px;
      overflow: hidden;
  }
  .nav__brand__btn__bar {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    height: 5px;
    margin-bottom: 9px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .nav__brand__btn__bar:nth-child(1).open {
    -webkit-transform: translateY(14px) rotate(-135deg);
    transform: translateY(14px) rotate(-135deg);
  }
  .nav__brand__btn__bar:nth-child(2).open {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
  .nav__brand__btn__bar:nth-child(3).open {
    -webkit-transform: translateY(-14px) rotate(135deg);
    transform: translateY(-14px) rotate(135deg);
  }
  .nav__brand__logo {
    max-width: 190px;
    display: block;
  }
  .nav__list {
    left: 0;
    margin-left: -15px;
    position: absolute;
    top: 60px;
    width: 100vw;
    z-index: 999;
  }
  .nav__list.open {
    display: block;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .nav__listitems {
    background-color: #fff;
    display: none;
  }
  .nav__listitem {
    display: block;
      height: auto;
    float: none;
    width: 100%;
    padding: 0 10.9375%;
    text-align: center;
  }
  .nav__txtlink {
    border-bottom: 1px solid #d8d8d8;
    color: #009a7c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    font-size: 14px;
    padding: 15px 0;
  }
  .nav__listitem:last-child a {
    border-bottom: none;
  }
  .nav__txtlink:after {
    display: none;
  }
    /*************************
      フッター
*************************/
  .footer__cnt {
    width: 100%;
  }
  .footer__top {
    padding: 30px 0;
  }
  .footer__top__inner {
    padding: 0 10px;
  }
  .footer__top__caution {
    font-size: 13px;
    margin-bottom: 17px;
  }
  .footer__top__permitnum {
    font-size: 11px;
    line-height: 1.8;
  }
  .footer__bottom {
    padding: 30px 15px;
  }
  .footer__logo {
    margin: 0 0 30px -15px;
  }
  .footer__logo__img {
    width: 25%;
    max-width: 156px;
    margin-bottom: 10px;
  }
  .footer__logo__txt {
    font-size: 13px;
  }
  .footer__links {
    display: block;
    float: none;
    margin-bottom: 15px;
    padding: 0;
  }
  .footer__links__txt {
    float: left;
    padding: 0 10px;
    margin-bottom: 15px;
    line-height: 1;
  }
  .footer__links__txt:first-child {
    padding-left: 0;
    border-left: none;
  }
  .footer__links__link {
    color: #116ca5;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  .footer__links__link:hover {
    text-decoration: none;
    color: #ff9900;
  }
}

@media screen and (max-width: 768px) {

/*************************
      header
*************************/
  .nav__list {
    margin-left: -15px;
  }
    .nav__brand {
        padding-left: 20px;
    }
    .nav__brand__logoimg {
        width: 65%;
        max-width: 100%;
    }
 /*************************
      フッター
*************************/
  .footer__top__caution {
    font-size: 12px;
    margin: 0 auto 10px;
  }
  .footer__logo {
    margin: 0 0 20px -15px;
  }
  .footer__logo__img {
    width: 27%;
  }
  .footer__logo__txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 650px) {
  .footer__links__txt:nth-child(4) {
    clear: both;
    border-left: none;
    padding-left: 0;
  }
}

.company tr td {
  padding: 5px 0 15px 0;
}
.company tr td ol {
  margin: 0;
  padding: 5px 0 0 15px;
}