@charset "UTF-8"; /* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */
/*General Elements
---------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
  padding-top: 90px;
  font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
  background: #fff;
}

a {
    text-decoration: none;
    color: #505050;
    outline: none;
}

a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

input[type="text"], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}




/*l-header
---------------------------------------------------------------------------- */
.header {
    padding: 18px 0;
    height: 90px;
}

.l-header-nav {
    margin: 0 110px 0 auto;
    list-style: none;
    text-align: right;
}

.l-header-nav li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    line-height: 1;
}

.l-header-nav li:last-child {
    padding-right: 0;
}

.l-header-nav li:before {
    position: absolute;
    content: "";
    background: #d9d9d9;
    width: 1px;
    height: 16px;
    right: 0;
    top: 1px;
}

.l-header-nav li:last-child:before {
    display: none;
}

.l-header-nav li a {
    color: #d9d9d9;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.hamburger {
    top: 0;
}

.global-nav__list .global-nav__title {
    font-size: 18px;
    font-size: 1.8rem;
}

.global-nav__list .global-nav__form .form-control-lg {
    padding-left: 80px;
    height: 86px;
    font-size: 15px;
    font-size: 1.5rem;
}

.global-nav__menu {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #294679;
}

.global-nav__menu li {
    height: 100px;
    background: url(../img/common/ico_arrow.png)no-repeat;
    background-position: right 20px center;
}

.global-nav__menu li a {
    display: block;
    padding: 36px 20px 36px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
}

.global-nav__menu li a:hover {
   background:#486aa7;
}


.global-nav {
    padding-top: 90px;
}

.global-nav__list {
  margin-top: 30px;
}

@media screen and (max-width: 1260px){
  .l-header-nav {
      margin: 0 70px 0 auto;
      padding: 0;
  }

  .l-header-nav li {
      padding: 0 20px;
  }
}

@media screen and (max-width: 1080px){
  .collapse:not(.show) {
    display: none!important;
  }
}

@media screen and (max-width: 767px){


  body {
    padding-top: 74px;
    padding-bottom: 71px;
  }


  .header {
    height: auto;
  }

  .global-nav__menu li {
    height: 60px;
  }

  .global-nav__menu li a {
      padding: 18px 10px;
      font-size: 1.6rem;
  }

  .global-nav {
      padding-top: 73px;
  }

  .global-nav__list .global-nav__form .form-control-lg {
      height: 80px;
  }



}

/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav {

}


@media screen and (max-width: 767px){
}

/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath {
}

/* l-content
---------------------------------------------------------------------------- */
.l-content {
}

/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar {
}

/* l-footer
---------------------------------------------------------------------------- */
.l-footer {

}

footer .ft_logo {
  background: #033B88;
  background-size: cover;
  background-position: center;
}

.l-footer-link {
    width: 610px;
    margin: 30px auto 0;
}

.l-footer-link a {
    display: block;
}

.l-footer-link img {
    width: 100%!important;
}

.l-footer-link a:hover {
    opacity: .8;
}


@media screen and (max-width: 767px){

  .l-footer-link {
    width: 90%;
  }

}
