/*----------------------------------------------------------
--------------------------header----------------------------
----------------------------------------------------------*/
.header {
  padding-top: 18px;
}

.header_top {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}

h1 {
  font-size: 1.4rem;
  margin-left: 18px;
}

.language {
  font-size: 1.2rem;
  position: relative;
  pointer-events: none;
}

.language img:first-of-type {
  margin-right: 8px;
  vertical-align: -2px;
}

.language img:last-of-type {
  margin-left: 8px;
  transform: rotate(180deg);
  vertical-align: 2px;
}

.language_btn {
  cursor: pointer;
  pointer-events: auto;
  border: none;
  padding: 0;
}

.language_btn:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.language_menu {
  pointer-events: auto;
  background: #525b5c;
  display: none;
  width: 330px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 180%;
  right: 0;
  z-index: 9990;
}

.language_menu a {
  display: block;
  color: #fff;
  padding: 20px 0;
  font-size: 1.4rem;
}

.language_menu a:hover {
  text-decoration: underline;
}

.language_menu li + li {
  border-top: 1px solid #a9adae;
}

nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}

nav a {
  padding: 24px 10px 20px;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  text-align: center;
}

nav a::before {
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #f5022f;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0);
}

nav a.current, nav a:hover {
  color: #f5022f;
  font-weight: bold;
}

nav a.current::before, nav a:hover::before {
  transform: scale(1);
}

/*----------------------------------------------------------
--------------------------breadcrumb----------------------------
----------------------------------------------------------*/
.breadcrumb {
  padding-top: 10px;
}

.breadcrumb * {
  font-size: 1.2rem;
}

.breadcrumb img {
  margin-right: 10px;
}

.breadcrumb li {
  margin: 0 0 10px;
}

.breadcrumb li + li {
  text-indent: -14px;
  padding-left: 14px;
}

/*----------------------------------------------------------
--------------------------pageTop----------------------------
----------------------------------------------------------*/
.pageTop {
  top: -100px;
}

.pageTop a {
  width: 70px;
  height: 70px;
  z-index: 9998;
  box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
  background-size: 40%;
  cursor: pointer;
}

.pageTop a img {
  height: auto;
  width: 40%;
}

.pageTop a:hover {
  transform: translate3d(-2px, 2px, 0);
  box-shadow: none;
}

.pageTop_position, .pageTop.lock {
  position: absolute;
  top: -100px;
  left: 0;
}

/*----------------------------------------------------------
--------------------------footer----------------------------
----------------------------------------------------------*/
footer {
  padding-top: 50px;
}

small {
  display: block;
  color: #fff;
  font-weight: normal;
  margin-top: 32px;
}

.footer {
  background: #525b5c;
  margin-top: 50px;
  padding: 50px 85px;
}

.footer_link {
  height: 100px;
  padding: 20px 0;
}

.footer_link .btn.reverse{
  padding: 18px 0;
}

.footer_link .btn.reverse:before{
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
}

.footer_link > * {
  width: 480px;
}

.footer_link > * > a {
  width: 400px;
}

.footer > .max {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.footer > .max > *:first-child {
  min-width: 240px;
}

.footer > .max > *.pcOnly {
  margin-left: 9%;
  margin-right: 4%;
  padding-right: 4%;
  border-right: 1px solid #a8adad;
}

.footer_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 36px;
  color: #fff;
}

.footer_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.footer_box > *:first-child {
  margin-right: 40px;
}

.footer_box li,
.footer .pcOnly li {
  margin-bottom: 16px;
}
.footer_box a,
.footer .pcOnly a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 2px;
}

.footer_box a:hover,
.footer .pcOnly a:hover {
  text-decoration: underline;
}

.footer_box li:last-child,
.footer .pcOnly li:last-child {
  margin-bottom: 0;
}
