@charset "utf-8";

#header .container {
	box-sizing: border-box;
	position: relative;
	max-width: 1100px;
	margin: 0 20px;
}
@media screen and (min-width: 1160px) {
  #header  .container {
    margin: 0 auto;
  }
}
#header .logo {
  padding: 0;
  float: none;
  line-height: 1.5;
}
#header img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#application_btn {
  text-align: right;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  margin: 0;
}
#application_btn a {
  position: relative;
  display: inline-block;
  width: 190px;
  padding: 6px 7px 7px;
  border: 1px solid #00a5a8;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  color: #00a5a8;
}

.l-header .l-headerInfo__inner, .l-header .l-headerGnav__inner, .l-header--simple .l-headerInfo__inner, .l-header--simple .l-headerGnav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
	padding: 15px!important;
  min-height: auto;
}
.l-header--simple .l-headerInfo__inner .m-headerLogo {
  width:auto;
  height: auto;
  position: static;
  margin: 0;
}
.l-header--simple .l-headerInfo__inner .m-headerLogo img {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .l-header .l-headerInfo__inner, .l-header .l-headerGnav__inner, .l-header--simple .l-headerInfo__inner, .l-header--simple .l-headerGnav__inner {
    padding: 10px 15px 10px 20px!important;
    justify-content: flex-start;
  }
  .l-header--simple .l-headerInfo__inner .m-headerLogo img {
    width:145px;
  }
}
#application_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 20px;
  background: url(/common_form/img/pack_select/icon_tooltip.png) no-repeat;
  background-size: 20px;
  margin-top: -11px;
}
#annotation_link {
  text-align: right;
  position: absolute;
  top: 50%;
  right: 220px;
  margin-top: -13px;
}
#annotation_link_sp a,
#annotation_link a {
  color: #e73c22;
}
@media screen and (min-width: 768px) {
  #header .logo.ols img {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  #header .logo.ols img {
    width: 170px;
  }
  #application_btn a {
    width: 170px;
    padding: 6px 7px 7px 20px;
    text-align: left;
  }
  #annotation_link {
    display: none;
  }
  #annotation_link_sp {
    position: absolute;
    top: 0;
    right: 15px;
    /*margin-top: -25px!important;*/
    text-align: right;
    padding: 5px 0;
  }
}
