.title-down {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.title-down:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url("../img/common/balloon_line.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1377px 10px;
}

.nav-active {
  height: 100vh;
  overflow: hidden;
}

.header {
  height: 58px;
  border-bottom: 1px #d6d6d6 solid;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px;
  width: 100%;
  background: #fff;
  z-index: 9999;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .header__button {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .header__button {
    width: 12%;
    padding-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .header.is-badge-lp .site_title img {
    width: 105px;
  }
}

@media only screen and (min-width: 768px) {
  .header.is-badge-lp .site_title span {
    margin-top: -5px;
  }
}

@media only screen and (min-width: 768px) {
  .header.is-badge-lp .site_title span img {
    width: 290px;
    height: auto;
  }
}

.header .site_title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-right: auto;
  max-width: 20.5%;
}

.header .site_title a img,
.header .site_title > span img {
  margin-top: 5px;
  /*width: auto;*/
  /*max-width: inherit;*/
  /*max-width: 141px;*/
  max-height: 43px;
}

.header .site_title > span {
  color: #878787;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 1190px) {
  .header .site_title > span {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header .site_title > span {
    display: block;
    padding-left: 5px;
  }
}

.header .site_title > span img {
  width: auto;
}

@media only screen and (max-width: 768px) {
  .header .site_title > span img {
    height: 37px;
  }
}

@media only screen and (max-width: 767px) {
  .header .globalnavi {
    max-height: 100%;
    overflow-y: auto;
  }
}

.header .globalnavi ul {
  display: -webkit-box;
  display: flex;
  /*margin-right: 15px;*/
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .header .globalnavi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .header .globalnavi ul li {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .header .globalnavi ul li:first-child {
    display: none;
  }
}

.header .globalnavi ul li a {
  padding: 0 6px;
  color: #333;
  display: block;
  position: relative;
  text-decoration: none;
}

.header .globalnavi ul li a.color-guide {
  color: #4094F3;
}

.header .globalnavi ul li a.guide:after {
  background-image: url("/images/common/icon-nw.svg");
  width: 12px;
  height: 12px;
  display: inline-block;
  content: "";
  background-size: 100%;
  top: 0;
  right: -6px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .header .globalnavi ul li a.guide:after {
    top: 0em !important;
    right: inherit;
    left: 14.8em;
  }
}

.header .header__tel {
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  margin-right: 14px;
  width: 200px;
}

.header .header__tel span {
  margin-bottom: 5px;
  font-size: 24px;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  position: relative;
  /*padding-left: 22px;*/
  color: #339;
  font-weight: 700;
}

.header .header__tel span:before {
  content: "";
  background-image: url("/images/common/icon-free_dial-bk.png");
  width: 18px;
  height: 13px;
  display: inline-block;
  content: "";
  background-size: 100%;
  margin-right: 5px;
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 0;*/
  margin-top: -5px;
}

.header .header__btn {
  background: #ff7e0f;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-weight: 700;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: inline-flex;
  width: 151px;
  height: 40px;
  font-size: 13px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding-left: 6px;
  padding-right: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb001), to(#fe8400));
  background: linear-gradient(to bottom, #ffb001 0%, #fe8400 100%);
  border-bottom: 1px solid #FE4902;
  border-top: 2px solid rgba(255, 255, 255, 0.6);
}

.header .header__btn a {
  color: #fff;
  display: block;
}

.header .header__btn:hover {
  opacity: 0.9;
}

.header .header .globalnavi ul li span {
  display: none;
}

@media screen and (max-width: 1100px) {
  .header .header .site_title img {
    height: 30px;
  }
  .header .header .globalnavi ul li a {
    padding: 0 4px;
    font-size: 13px;
  }
  .header .header .globalnavi ul li a.guide:after {
    width: 10px;
    height: 10px;
    top: 0;
    right: -6px;
  }
  .header .header .header__btn {
    width: 90px;
  }
  .header .header .header__tel span {
    font-weight: 700;
  }
}

.header .nav__logo,
.header .menu_btn,
.header .menu_btn--tel,
.header .menu_btn--line,
.header .menu_btn--mail,
.header .nav__btnBox {
  box-sizing: border-box;
}

@media print, screen and (min-width: 961px) {
  .header .nav__logo,
  .header .menu_btn,
  .header .menu_btn--tel,
  .header .menu_btn--line,
  .header .menu_btn--mail,
  .header .nav__btnBox {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .header .globalnavi ul li span {
    display: block;
  }
  .header .globalnavi ul li a {
    font-size: 18px;
    position: relative;
    padding-left: 20px;
  }
  .header .globalnavi ul li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -8px;
    background-color: #f69331;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-image: url("/img/right.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 6px;
  }
}

@media only screen and (max-width: 960px) and (max-width: 767px) {
  .header .globalnavi ul li a.color-guide:before {
    background-color: #4094F3;
  }
}

@media only screen and (max-width: 767px) {
  .header .site_title {
    max-width: none;
  }
}

@media only screen and (max-width: 960px) {
  .header .site_title {
    margin-right: auto;
  }
  .header .menu_btn {
    display: block;
    height: 52px;
    width: 48px;
    z-index: 9999;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .header .menu_btn span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #1d2087;
    position: absolute;
    top: 14px;
    left: 9px;
  }
  .header .menu_btn span:nth-of-type(2) {
    top: 24px;
  }
  .header .menu_btn span:nth-of-type(3) {
    top: 34px;
  }
  .header .menu_btn.is-active {
    position: fixed;
  }
  .header .menu_btn.is-active span:nth-of-type(1) {
    display: none;
  }
  .header .menu_btn.is-active span:nth-of-type(2) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .menu_btn.is-active span:nth-of-type(3) {
    top: 22px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .menu_btn--mail {
    display: block;
    height: 50px;
    width: 40px;
    text-align: center;
    margin-right: 10px;
    background: #ff7e0f;
  }
  .menu_btn--mail a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .menu_btn--mail img {
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .menu_btn--tel {
    display: block;
    height: 50px;
    width: 40px;
    text-align: center;
    position: relative;
  }
  .menu_btn--tel a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .menu_btn--tel img {
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .menu_btn--tel:before {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    position: absolute;
    background: #d6d6d6;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu_btn--tel:after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    position: absolute;
    background: #d6d6d6;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu_btn--line {
    display: block;
    height: 50px;
    width: 40px;
    text-align: center;
    position: relative;
  }
  .menu_btn--line a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .menu_btn--line img {
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header__tel {
    margin-right: 15px;
  }
  .globalnavi {
    position: fixed;
    width: 100%;
    background: #FFF;
    border: 5px solid #1d2087;
    left: 0;
    top: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (max-width: 960px) and (max-width: 960px) {
  .globalnavi {
    padding-bottom: 10px;
  }
  .globalnavi.is-active {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 960px) {
  .globalnavi .nav__logo {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 58px;
    padding: 10px 10px;
    border-bottom: 1px solid #878787;
    display: block;
  }
}

@media only screen and (max-width: 960px) and (max-width: 767px) {
  .globalnavi .nav__logo {
    height: auto;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 960px) {
  .globalnavi .nav__logo img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
}

@media only screen and (max-width: 960px) and (max-width: 767px) {
  .globalnavi .nav__logo img {
    width: 112.5px;
    height: 32px;
  }
}

@media only screen and (max-width: 960px) {
  .globalnavi ul {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 960px) and (min-width: 768px) and (max-width: 960px) {
  .globalnavi ul {
    width: 94%;
  }
}

@media only screen and (max-width: 960px) and (max-width: 767px) {
  .globalnavi ul {
    width: 94%;
  }
}

@media only screen and (max-width: 960px) {
  .globalnavi ul li a {
    padding: 4px 0;
  }
  .nav-active .nav__btnBox {
    display: block;
  }
  .header {
    height: 52px;
    padding: 5px 10px;
  }
  .header .site_title {
    text-align: center;
  }
  .header .site_title img {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 960px) and (max-width: 768px) {
  .header .site_title img {
    width: 112px;
    height: 32px;
  }
}

@media only screen and (max-width: 960px) {
  .header .header__tel {
    display: none;
  }
  .header .header__btn {
    display: none;
  }
  .header .globalnavi ul li span {
    display: inline-block;
  }
  .nav__btnBox {
    width: 96%;
    margin: 30px auto 0;
    padding: 30px 10px;
    border-top: 1px solid #878787;
  }
  .nav__btnBox--wrap {
    display: -webkit-box;
    display: flex;
  }
  .nav__btnBox--mail {
    background: #ff7e0f;
    color: #fff !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
    display: block;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    width: 100%;
  }
  .nav__btnBox--mail a {
    color: #fff;
    display: block;
  }
  .nav__btnBox--mail:hover {
    opacity: 0.9;
  }
  .nav__btnBox--mail i {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 3px;
  }
  .nav__btnBox--mail i img {
    width: 100%;
    height: auto;
  }
  .nav__btnBox--line {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
    display: block;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer;
    font-weight: 700;
    background: #00B900;
    margin-left: 10px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    width: 100%;
  }
  .nav__btnBox--line a {
    display: block;
    text-decoration: none;
  }
  .nav__btnBox--line:hover {
    opacity: 0.9;
  }
  .nav__btnBox--line a {
    color: #fff;
  }
  .nav__btnBox--line i {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: sub;
  }
  .nav__btnBox--line i img {
    width: 100%;
    height: auto;
  }
  .nav__btnBox--ttl {
    font-weight: 500;
    position: relative;
    display: table;
    margin: 20px auto 5px;
    font-size: 14px;
  }
  .nav__btnBox--ttl:before {
    content: "";
    width: 12px;
    display: block;
    border-bottom: 2px solid #878787;
    position: absolute;
    left: -12px;
    top: 12px;
    -webkit-transform: rotate(-125deg);
            transform: rotate(-125deg);
  }
  .nav__btnBox--ttl:after {
    content: "";
    width: 12px;
    display: block;
    border-bottom: 2px solid #878787;
    position: absolute;
    right: -12px;
    top: 12px;
    -webkit-transform: rotate(125deg);
            transform: rotate(125deg);
  }
  .nav__btnBox--tel {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
    display: block;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer;
    font-weight: 700;
    background: #d6d6d6;
    color: #444444;
    height: 36px;
    line-height: 36px;
    border-radius: 25px;
    width: 100%;
  }
  .nav__btnBox--tel a {
    display: block;
    color: inherit;
    text-decoration: none;
  }
  .nav__btnBox--tel:hover {
    opacity: 0.9;
  }
  .nav__btnBox--tel a {
    font-size: 18px;
  }
  .nav__btnBox--tel i {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: sub;
  }
  .nav__btnBox--tel i img {
    width: 100%;
    height: auto;
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
  }
  .nav__btnBox--telTxt {
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
  }
  .nav__tel {
    background: #f4f4f4;
    margin: 10px 30px 0;
    background: #fff;
    padding: 15px;
    text-align: center;
    font-size: 12px;
  }
  .nav__tel h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    border: 0 !important;
  }
  .nav__tel h3:before, .nav__tel h3:after {
    content: '';
    -webkit-box-flex: 1;
            flex-grow: 1;
    height: 1px;
    background-color: #878787;
  }
  .nav__tel h3::before {
    margin-right: 10px;
  }
  .nav__tel h3::after {
    margin-left: 10px;
  }
  .nav__tel span {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 500;
    display: block;
  }
  .nav__tel span:before {
    background-image: url("/images/common/icon-free_dial-bk.png");
    width: 18px;
    height: 12px;
    margin-top: -2px;
    vertical-align: middle;
    display: inline-block;
    content: "";
    background-size: 100%;
    margin-right: 5px;
  }
}

.nav-active .menu_btn span:nth-of-type(1) {
  display: none;
}

.nav-active .menu_btn span:nth-of-type(2) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-active .menu_btn span:nth-of-type(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.nav-active .nav__btnBox {
  display: block;
}

@media only screen and (max-width: 767px) {
  .header__button {
    display: none !important;
  }
}
/*# sourceMappingURL=maps/mainsite.css.map */