@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

body {
  width: 100%;
  min-width: 100%;
  overflow-x: clip;
}

.l-header__inner, #main_img, #main, .box, #topicPath, .lnav {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

/* ------header------- */
.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 16px 40px;
  background: transparent;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 1001;
}
.l-header__inner {
  max-width: 1600px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1000;
}
.l-header-logo {
  max-width: 155px;
  width: 100%;
  display: block;
}
.l-header-logo--en {
  max-width: 200px;
}
@media (max-width: 576px) {
  .l-header-logo--en img {
    max-width: 165px;
  }
}
.l-header-logo > img {
  width: 100%;
}
@media (max-width: 576px) {
  .l-header-logo > img {
    width: 120px;
  }
}
.l-header.js-active {
  background: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.l-header-nav {
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1024px) {
  .l-header-nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-header-nav__pc {
  padding-top: 0;
}
.l-header-nav__pc .l-header-nav__inner {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.5vw;
}
@media (max-width: 1024px) {
  .l-header-nav__pc .l-header-nav__inner {
    gap: 2vw;
  }
}
.l-header-nav__pc .l-header-nav__inner > li.contact {
  max-width: 160px;
  width: 100%;
}
.l-header-nav__pc .l-header-nav__inner > li.contact > a {
  color: #fff;
  text-align: center;
  border: 1px solid #101101;
  border-radius: 30px;
  background: #101010;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.l-header-nav__pc .l-header-nav__inner > li.contact > a:hover {
  color: #101010;
  background: #ffffff;
}
.l-header-nav__pc .l-header-nav__inner > li > a {
  display: block;
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.l-header-nav__pc .l-header-nav__inner > li > a:hover {
  opacity: 0.7;
}
.l-header-nav__pc .l-header-nav__parent > a {
  position: relative;
}
.l-header-nav__pc .l-header-nav__parent > a::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #707070;
}
.l-header-nav__pc .l-header-nav__parent > a::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #707070;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.l-header-nav__pc .l-header-nav__parent > a:hover::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-header-nav__pc .l-header-nav__parent--link {
  position: relative;
  padding-right: 16px;
}
.l-header-nav__pc .l-header-nav__parent--link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("common/images/index/ico_other_link_01.svg");
          mask-image: url("common/images/index/ico_other_link_01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #707070;
}
.l-header-nav__pc .l-header-nav__current {
  width: 100%;
  padding: 80px 60px 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 62px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
}

.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current {
  width: 100%;
  padding: 80px 60px 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 62px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent:hover .l-header-nav__current {
  opacity: 1;
  visibility: visible;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current li.l-header-nav__current--title {
  max-width: 225px;
  width: 25%;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current li.l-header-nav__current--title p span {
  display: block;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current li.l-header-nav__current--title p a {
  display: block;
  padding: 16px 20px 12px;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid #D2D2D2;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current li.l-header-nav__current--title p a::before {
  content: "";
  position: absolute;
  right: 16px;
  width: 48px;
  height: 22px;
  border-radius: 14px;
  background: #101010;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border: 1px solid #101010;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current li.l-header-nav__current--title p a::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 22px;
  width: 12px;
  height: 10px;
  -webkit-mask-image: url("common/images/index/ico_arrow_01.svg");
          mask-image: url("common/images/index/ico_arrow_01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current li.l-header-nav__current--title p a:hover::before {
  content: "";
  position: absolute;
  right: 16px;
  width: 48px;
  height: 22px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #101010;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current li.l-header-nav__current--title p a:hover::after {
  content: "";
  position: absolute;
  top: 23px;
  -webkit-mask-image: url("common/images/index/ico_arrow_01.svg");
          mask-image: url("common/images/index/ico_arrow_01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #101010;
  z-index: 1;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current .l-header-nav__current--summary {
  width: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 40px;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current .l-header-nav__current--summary > p {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #a1a1a1;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current li {
  width: 30%;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current li a {
  display: block;
  padding-bottom: 13px;
  padding-right: 50px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #101010;
  position: relative;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current li a.sub-item {
  width: 95%;
  display: block;
  margin-left: auto;
  margin-bottom: 15px;
  padding-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  border-bottom: none;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current li a.main-item {
  margin-bottom: 20px;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current li a::before {
  content: "";
  position: absolute;
  right: 0;
  width: 48px;
  height: 22px;
  border-radius: 14px;
  background: #101010;
  border: 1px solid #101010;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current li a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 7px;
  width: 12px;
  height: 10px;
  -webkit-mask-image: url("common/images/index/ico_arrow_01.svg");
          mask-image: url("common/images/index/ico_arrow_01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current li a:hover::before {
  content: "";
  position: absolute;
  right: 0;
  width: 48px;
  height: 22px;
  border-radius: 14px;
  background: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current li a:hover::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 7px;
  width: 12px;
  height: 10px;
  -webkit-mask-image: url("common/images/index/ico_arrow_01.svg");
          mask-image: url("common/images/index/ico_arrow_01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #101010;
  z-index: 1;
}

@media (max-width: 1360px) {
  .l-header-nav__pc .l-header-nav__inner .l-header-nav__parent .l-header-nav__current .l-header-nav__current--summary {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px 40px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* 半透明の黒 */
  z-index: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  /* 初期状態は透明 */
  visibility: hidden;
  /* 初期状態は見えない */
  -webkit-transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}

.l-header-nav__parent:hover ~ .overlay {
  opacity: 1;
  visibility: visible;
}

.null {
  width: 100%;
  height: 200vh;
}

.l-header-nav__parent .l-header-nav__current {
  position: relative;
  z-index: 20;
}

/*------ level3 ------*/
.l-header-nav__pc .l-header-nav__inner ul ul {
  margin: -42px 0 0 -1px;
  padding-top: 0;
  left: 100%;
}
.l-header-nav__pc ul ul ul {
  margin: -42px 0 0 -1px;
  left: 100%;
}
.l-header-nav__pc .l-header-nav__inner > li.lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-nav__pc .l-header-nav__inner > li.lang a {
  display: block;
  width: 30px;
  height: auto;
  padding: 15px 0;
  color: #101010;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.l-header-nav__pc .l-header-nav__inner > li.lang a:hover {
  color: #707070;
}
.l-header-nav__pc .l-header-nav__inner > li.lang a.active {
  display: block;
  width: 30px;
  height: auto;
  padding: 15px 0;
  color: #101010;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.l-header-nav__sp .l-header-nav__sp-list li a.l-header-nav__parent--link {
  position: relative;
  padding-right: 16px;
}

.l-header-nav__sp .l-header-nav__sp-list li a.l-header-nav__parent--link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("common/images/index/ico_other_link_01.svg");
          mask-image: url("common/images/index/ico_other_link_01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #707070;
}

.l-header .l-header-nav__sp-btn {
  display: none;
}
@media (max-width: 1024px) {
  .l-header .l-header-nav__sp-btn {
    display: block;
    width: 58px;
    height: 22px;
    background: #101010;
    border-radius: 12px;
  }
}

.accordion-content {
  height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}
.accordion-content > li a {
  display: block;
  margin-top: 10px;
  padding-block: 5px;
}

.accordion-header {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 48px;
  padding-left: 0;
}
.accordion-header.is-open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-header::before, .accordion-header::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 16px;
  width: 18px;
  height: 1px;
  background: #707070;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.accordion-header::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* `.is-open` を持つ `.accordion-header` の次の `.accordion-content` を表示 */
.accordion-header.is-open + .accordion-content {
  height: auto;
}

/* ------header------- */
/*-----localnav-----*/
.lnav-wrapper {
  background: #0f6ca5;
  display: none;
}

.lnav-wrapper .lnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lnav-wrapper .lnav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lnav-wrapper .lnav li.current::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lnav-wrapper .lnav li::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lnav-wrapper .lnav li:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lnav-wrapper .lnav li a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  text-align: center;
  padding: 15px 0;
  position: relative;
}

.lnav-wrapper .lnav li a::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.lnav-wrapper .lnav li:last-child a::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/*----local nav SP-------*/
.lnav-wrapper .lnav-sp-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .lnav-wrapper .lnav-sp-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 60px;
    padding-left: 15px;
    background-color: #013e64;
  }
}
@media screen and (max-width: 768px) {
  .lnav-wrapper .lnav-sp-menu a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .lnav-wrapper .lnav-sp-btn {
    position: relative;
    width: 110px;
    height: 100%;
    padding: 0 35px 0 0;
    border: none;
    background-color: #333;
    text-align: right;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .lnav-wrapper .lnav-sp-btn span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .lnav-wrapper .lnav-sp-btn::after {
    position: absolute;
    top: calc(50% + 2px);
    right: 11px;
    rotate: -45deg;
    translate: 0 -50%;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    background-color: transparent;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .lnav-wrapper .lnav {
    display: none;
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lnav-wrapper .lnav li + li {
    border-top: 1px solid #1a79b3;
  }
}
@media screen and (max-width: 768px) {
  .lnav-wrapper .lnav li::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .lnav-wrapper .lnav li a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px 40px 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  .lnav-wrapper .lnav li a::before {
    top: 50%;
    right: 15px;
    bottom: auto;
    left: auto;
    rotate: 45deg;
    translate: 0 -50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .lnav-wrapper .lnav li:last-child a::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .lnav-wrapper .lnav li.current::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .lnav-wrapper .lnav li:hover::after {
    content: none;
  }
}
/*---- main----------*/
#main {
  margin-bottom: 50px;
}

#content {
  width: 730px;
  float: right;
}

#snav {
  width: 230px;
  float: left;
}

#snav .menu_s {
  background: #f6f6f6;
  margin-bottom: 20px;
}

#snav .menu_s h3 {
  background: #1284ca;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 130%;
  padding: 5px;
}

#snav .menu_s ul {
  padding: 10px;
}

#snav .menu_s ul li {
  border-bottom: 1px solid #ccc;
  padding: 7px;
}

#snav .menu_s ul li:last-child {
  border: none;
  padding-bottom: 0;
}

#snav .menu_s ul ul {
  padding: 0px 0 0 15px;
}

#snav .menu_s ul ul li {
  border: none;
  padding: 3px 0;
}

#snav .menu_s a {
  background: url(common/images/common/arrow04.png) no-repeat left 7px;
  background-size: 4px;
  padding-left: 12px;
  color: #333;
  display: block;
  text-decoration: none;
}

#snav .menu_s a:hover {
  color: #1284CA;
}

#snav .menu_s ul ul a {
  background: url(common/images/common/bg_dot.png) no-repeat left 7px;
  background-size: 6px;
}

#snav .menu_s .trigger {
  cursor: default;
}

#snav .menu_s .acordion_tree {
  display: none;
}

#snav #contact_s.fixed {
  position: fixed;
  top: 140px;
}

/*----back to top----------*/
#bk_top {
  text-align: center;
}

#scrollUp {
  width: 60px;
  height: 60px;
  bottom: 5%;
  right: 5%;
  background: url(common/images/common/btn_pagetop.jpg) no-repeat right bottom;
  background-size: cover;
}

/* ------footer------- */
/* #footer {
	padding: 50px 0;
	text-align: center;
	background:#eeeeee;
	margin-top: 200px;
}
#footer_box,
#copy_right .box{ overflow: hidden;} 
#footer #address{
	display: inline-block;
	border-right: 1px solid #909090;
	padding: 10px 30px 10px 0;
}
#footer #address p{
	font-size: 90%;
}
#footer #address span{
	font-size: 140%;
	font-weight: bold;
	display: block;
	line-height:1em;
}
#footer #address span a{
	color: #333;
	text-decoration: none;
	font-size: 100%;
}
#footer #address span em {
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
}
#footer ul{
	float: left;
	margin-left: 35px;
}
#footer ul li{ margin-bottom: 5px;}
#footer ul span{
	font-weight: bold;
}
#footer ul a{
	color: #333;
	text-decoration: none;
	font-size: 85%;
	background: url(common/images/common/arrow03.png) no-repeat left center;
	background-size: 4px;
	padding-left: 10px;
}
#footer ul a:hover{ color: #999;}
#footer #imglink{
	display: inline-block;
	vertical-align: 170%;
	padding: 10px 30px 10px 0;
}

#footer .btn_privacy{
	margin: 10px;
	height: 50px
}


 */
/* ------copy_right------- */
#copy_right {
  background: #1284ca;
  padding: 10px 0;
}

#copy_right p {
  color: #FFF;
  float: left;
  padding-top: 3px;
  font-size: 80%;
}

#copy_right ul {
  float: right;
}

#copy_right ul li {
  display: inline-block;
  margin-left: 15px;
}

#copy_right ul li a {
  color: #FFF;
  font-size: 80%;
  text-decoration: none;
}

#copy_right ul li a:hover {
  color: #bbdbef;
}

/* ------ magin box ------- */
.section {
  margin-bottom: 60px;
}

.container {
  margin-bottom: 50px;
}

.case {
  margin-bottom: 30px;
}

.pack {
  margin-bottom: 20px;
}

.item {
  margin-bottom: 15px;
}

.mb_clear {
  margin-bottom: 0;
}

.pd_tb {
  padding: 60px 0;
}

.section:last-child,
.section .container:last-child,
.container .case:last-child,
.case .pack:last-child,
.pack .item:last-child {
  margin-bottom: 0px;
}

.txt_l {
  text-align: left !important;
}

.txt_c {
  text-align: center !important;
}

.txt_r {
  text-align: right !important;
}

.txt_b {
  font-weight: bold;
}

/* ------<p> margin------- */
main p {
  margin-bottom: 20px;
}

main * p:last-child {
  margin-bottom: 0px;
}

/* ------table style------- */
/* ------tb_style------- */
.tb_style {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-top: 1px solid #b4d6ec;
}

.tb_style td,
.tb_style th {
  padding: 10px 15px;
  border-bottom: 1px solid #b4d6ec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tb_style th {
  background: #e0eef7;
  font-weight: bold;
  text-align: left;
}

.tb_style02 td,
.tb_style02 th {
  border: 1px solid #b4d6ec;
  text-align: center;
}

/*------ tb_form ------*/
.tb_form {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}

.tb_form th {
  text-align: left;
  background: url(../images/recruit/hissu.jpg) no-repeat right 10px;
}

.tb_form .ninni {
  background-image: url(../images/recruit/ninni.jpg);
}

.tb_form .tb_list li {
  display: inline;
  margin-left: 15px;
}

.tb_form .tb_list li:first-child {
  margin-left: 0;
}

.tb_form .tb_list li .title {
  margin-right: 5px;
}

.tb_form .space_b {
  display: block;
  margin-bottom: 15px;
}

.tb_form .imp_txt {
  width: 100%;
  padding: 3px 0;
}

.tb_form .imp_s {
  width: 20%;
  padding: 3px 0;
}

.tb_form .imp_space {
  width: 20%;
  padding: 3px 0;
}

.ime_sel {
  padding: 3px 0;
  width: 100%;
}

.form_sty input[type=text] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_sty select {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_sty textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_sty input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: #1284CA;
  padding: 10px 40px;
  color: #FFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

/* ------ colum style ------- */
.col2_box, .col3_box, .col4_box {
  position: relative;
}

.col2_box .col2, .col3_box .col3, .col4_box .col4 {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col2_box .col2:first-child,
.col3_box .col3:first-child,
.col4_box .col4:first-child {
  margin-left: 0;
}

/* ------2colum------- */
.col2_box .col2 {
  width: 48%;
  margin-left: 4%;
}

/* ------3colum------- */
/* ------4colum------- */
/* ------ title stlye------- */
.title_main {
  text-align: center;
  margin-bottom: 30px;
}

.title_main span {
  display: inline-block;
  border-bottom: 2px solid #ddd;
  padding: 0 70px;
}

.title_main span em {
  font-size: 220%;
  font-weight: bold;
  color: #333;
}

.title_main em {
  display: block;
  color: #1284ca;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 5px;
}

.title_sub {
  background: url(common/images/common/bg_title_sub02.jpg) repeat-x bottom;
  background-size: 2px;
  margin-bottom: 30px;
}

.title_sub span {
  font-size: 140%;
  font-weight: bold;
  display: inline-block;
  background: url(common/images/common/bg_title_sub01.jpg) repeat-x bottom;
  background-size: 3px;
  padding: 0 10px 8px 0;
}

.title_sec {
  font-size: 130%;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: solid 5px #1284ca;
}

.title_item {
  font-size: 120%;
  color: #1284ca;
  font-weight: bold;
  margin-bottom: 10px;
  background: url(common/images/common/bg_item.jpg) no-repeat left 7px;
  background-size: 10px;
  padding-left: 20px;
}

.title_page {
  font-size: 140%;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.title_hil {
  background: url(common/images/common/bg_patt.jpg);
  padding: 5px 10px;
}

.title_hil span {
  border-left: 5px solid #FFF;
  padding-left: 10px;
  font-size: 120%;
  font-weight: bold;
  color: #FFF;
  display: block;
}

/*------topicPath------*/
#topicPath {
  clear: both;
  display: block;
  padding: 15px 0;
}

#topicPath li {
  display: inline;
  padding-top: 3px;
  list-style-type: none;
  font-size: 11px;
  color: #000;
}

#topicPath li.home {
  padding-left: 20px;
  background: url(common/images/common/ico_home.png) no-repeat left center;
  background-size: 15px;
}

#topicPath li a {
  padding-right: 13px;
  margin-right: 5px;
  background: url(common/images/common/arrow04.png) no-repeat right center;
  background-size: 4px;
  text-decoration: underline;
}

ul#topicPath li a:hover {
  text-decoration: none;
}

/* control_area */
.control_area {
  text-align: center;
}

.control_area .btn_left {
  float: left;
}

.control_area .btn_right {
  float: right;
}

.control_area .btn_center {
  display: inline-block;
}

.control_txt a {
  color: #FFF;
  font-size: 80%;
  display: block;
  padding: 5px 20px;
  border-radius: 3px;
  background: #00A2D9;
  margin-bottom: 15px;
  text-decoration: none;
}

.control_txt a:hover {
  background: #FFF;
  color: #00A2D9;
}

/*-------container------- */
.container .msg {
  width: 62%;
  word-break: break-all;
}

.container .img {
  width: 35%;
}

.pic_l .img, .pic_r .msg {
  float: left;
}

.pic_l .msg, .pic_r .img {
  float: right;
}

.flow_picl .img {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}

.flow_picr .img {
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
}

.con_big .img {
  width: 55%;
}

.con_big .msg {
  width: 42%;
}

/*------ swap sp pc ------*/
.sp {
  display: none;
}

.pc {
  display: block;
}

.hilight {
  border: 2px solid #b4d6ec;
  padding: 20px;
}

.hilight02 {
  border-color: #e5e5e5;
  background: #e7f2fa;
}

.hi_bg {
  background: #F6F6F6;
  border: none;
}

.txt_tel {
  font-size: 140%;
  font-weight: bold;
  color: #1284CA;
}

.txt_tel a {
  font-size: 100%;
  text-decoration: none;
  color: #1284CA;
}

.mar_tb {
  margin: 15px 0;
}

/*------ list_dot ------*/
.list_dot li {
  background: url(common/images/common/bg_dot.png) no-repeat left 7px;
  background-size: 8px;
  padding-left: 15px;
  margin-bottom: 5px;
}

.list_black li {
  background-image: url(common/images/common/bg_dot02.png);
}

.line {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.txt_red {
  color: #C00;
}

.list_num {
  list-style: decimal;
  margin-left: 17px;
}

.arr {
  background: url(common/images/common/arrow04.png) no-repeat left center;
  background-size: 7px;
  padding-left: 12px;
}

/*------ main_img_wrap ------*/
#main_img_wrap {
  background: url(common/images/index/bg_main.jpg) no-repeat center;
  height: 650px;
  background-size: cover;
}

#main_img_wrap h2 {
  padding-top: 230px;
  text-align: center;
}

/*------ main_img_sub ------*/
#main_img_sub {
  background: url(common/images/common/bg_main.jpg) no-repeat center top;
  background-size: cover;
}

#main_img_sub.recruit_index {
  background: url(common/images/recruit/bg_main.jpg) no-repeat center top;
}

#main_img_sub h2 {
  text-align: center;
  padding: 60px 0;
}

#main_img_sub.recruit_index h2 {
  padding: 120px 0;
}

#main_img_sub h2 span {
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  border-bottom: 2px solid #9d9d9d;
  padding: 0 10px 5px 10px;
  margin-bottom: 10px;
  font-size: 200%;
}

#main_img_sub h2 em {
  display: block;
  color: #FFF;
  /*text-transform: uppercase;*/
  font-weight: bold;
  font-size: 90%;
}

.list_col2 li {
  width: 48%;
  margin-left: 4%;
  float: left;
}

.list_col2 li:nth-child(2n+1) {
  margin-left: 0;
}

.list_more li {
  margin-bottom: 4%;
}

.th_w {
  width: 140px;
}

.dip_b {
  display: block;
}

.width_th th {
  width: 200px;
}

.width_th02 th {
  width: 150px;
}

.map_frame {
  width: 100%;
  height: 250px;
}

.btn_profile {
  width: 200px;
}

.btn_jas {
  padding: 0 20%;
}

.pic_pad {
  padding: 0 20%;
}

.list_anc {
  text-align: center;
}

.list_anc li {
  display: inline-block;
  border: 1px solid #1284CA;
  margin: 5px;
}

.list_anc li a {
  display: block;
  padding: 2px 20px 2px 30px;
  background: url(common/images/common/arrow05.png) no-repeat 10px center;
  background-size: 8px;
  color: #1284CA;
  text-decoration: none;
}

.link_pdf {
  background: url(common/images/common/ico_pdf02.png) no-repeat right 3px;
  padding: 3px 30px 3px 0;
  display: inline-block;
}

.link_word {
  background: url(common/images/common/ico_word.gif) no-repeat right 3px;
  padding: 3px 25px 3px 0;
  display: inline-block;
}

.link_excel {
  background: url(common/images/common/ico_excel.gif) no-repeat right 3px;
  padding: 3px 25px 3px 0;
  display: inline-block;
}

/*------ page_index 
--------------------------------------------------------------------------*/
/*------ service ------*/
.page_index #service {
  background: #e5ecf0;
}

.page_index #service ul {
  padding: 0 80px;
}

.page_index #service li {
  width: 30.6%;
  float: left;
  margin: 0 0 4% 4%;
}

.page_index #service li:nth-child(3n+1) {
  margin-left: 0;
}

/*------ service ------*/
.page_index #news .news_wrap {
  padding: 0 155px;
}

.page_index #news .news_sty {
  height: 170px;
  overflow: auto;
  padding-right: 15px;
  margin-top: 10px;
}

.page_index #news .news_sty li {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
}

.page_index #news .news_sty li span {
  width: 150px;
  float: left;
  display: block;
  padding-left: 10px;
}

.page_index #news .news_sty li a {
  float: left;
  color: #333;
  width: 470px;
  text-decoration: none;
}

.page_index #news .news_sty li a em {
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

.page_index #news .news_sty li a:hover,
.page_index #news .news_sty li a em:hover {
  color: #999;
}

.tab_warp {
  position: relative;
}

/*------ tab_menu ------*/
.tab_menu li {
  float: left;
  width: 33%;
  margin-left: 2px;
}

.tab_menu li a {
  color: #333;
  text-align: center;
  padding: 7px 0;
  display: block;
  background: #eeeeee;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
}

.itab .tab .ui-tabs-selected a {
  visibility: visible;
  background: #1284CA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.itab .tab .ui-tabs-selected a {
  color: #FFF;
}

.itab .ui-tabs-hide {
  display: none;
}

/*------ page_history 
--------------------------------------------------------------------------*/
.page_history .mouth {
  width: 65px;
  border-right: 1px solid #B4D6EC;
  text-align: right;
}

.page_history th {
  width: 110px;
}

.name_policy {
  width: 110px;
}

/*------ page_history 
--------------------------------------------------------------------------*/
.page_group th {
  width: 130px;
}

/*------ page_patents 
--------------------------------------------------------------------------*/
.page_patents .tb_style {
  table-layout: fixed;
}

.page_patents .tb_style td {
  vertical-align: middle;
}

/*------ page_profile
--------------------------------------------------------------------------*/
.page_profile .tb_style td em {
  display: inline-block;
  width: 120px;
}

/*------ page_news 
--------------------------------------------------------------------------*/
.page_news #news_topics li {
  overflow: hidden;
  border-bottom: 1px solid #EBEBEB;
  padding: 10px 0;
}

.page_news #news_topics li .date {
  display: inline-block;
  width: 120px;
  float: left;
}

.page_news #news_topics li em {
  width: 50px;
  margin-right: 10px;
  float: left;
  background: #D5C91E;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
}

.page_news #news_topics li a {
  display: block;
  float: left;
  width: 540px;
  text-decoration: none;
}

.page_news #news_topics li a span {
  color: #333;
  display: inline-block;
}

.page_news #news_topics li a:hover span {
  color: #1284CA;
}

.page_news #news_topics .ico_pdf {
  background: url(common/images/common/ico_pdf02.png) no-repeat right 3px;
  padding-right: 30px;
}

.page_news #news_topics .ico_link {
  background: url(common/images/common/ico_link.png) no-repeat right 3px;
  background-size: 16px;
  padding-right: 30px;
}

/* ----- pagination ----- */
#pagination {
  text-align: center;
}

#pagination li {
  display: inline-block;
  margin: 0 2px;
  font-size: 80%;
}

#pagination li a {
  color: #333;
  text-decoration: none;
}

#pagination li a:hover {
  color: #1284CA;
}

#pagination li a span {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #ddd;
}

#pagination li a:hover span,
#pagination li .active span {
  background: #1284CA;
  color: #FFF;
  border-color: #1284CA;
}

/*------ page_news 
--------------------------------------------------------------------------*/
.page_publicity .txt_hi {
  background: #E0EEF7;
  padding: 5px 10px;
  display: block;
  text-align: right;
  margin-bottom: 10px;
  color: #1284CA;
}

.page_publicity p span {
  display: inline-block;
  width: 120px;
  background: url(common/images/common/arrow04.png) no-repeat left center;
  background-size: 5px;
  padding-left: 10px;
  color: #1284CA;
}

.page_publicity .pack {
  padding: 20px;
  border: 2px solid #eee;
}

.page_publicity .pack p:first-child {
  margin-top: -140px;
  padding-top: 140px;
}

/*------ page_solution 
--------------------------------------------------------------------------*/
.page_solution .col {
  background: #e7f0f5;
}

.page_solution .col p {
  padding: 20px;
}

.page_solution h4.title_item img {
  vertical-align: middle;
}

/*------ page_faq 
--------------------------------------------------------------------------*/
.page_faq .trigger {
  background: url(common/images/common/bg_plus02.png) no-repeat right 15px;
  background-size: 10px;
  cursor: pointer;
}

.page_faq .active {
  background-image: url(common/images/common/bg_min02.png);
}

.page_faq .case {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.page_faq .q {
  background: url(common/images/faq/bg_q.jpg) no-repeat left top;
  background-size: 30px;
  padding: 3px 15px 5px 45px;
  margin-bottom: 0;
  font-size: 110%;
  font-weight: bold;
  color: #1284CA;
}

.page_faq .a {
  background: url(common/images/faq/bg_a.jpg) no-repeat left top;
  background-size: 30px;
  padding: 3px 15px 5px 45px;
  margin-bottom: 0;
}

.page_faq .acordion_tree {
  display: none;
  background: #F6F6F6;
  margin-left: 45px;
  padding: 5px;
}

/*------ page_tend_center 
--------------------------------------------------------------------------*/
.page_tend_center .tend_sty li {
  display: inline-block;
  margin-right: 10px;
}

.page_tend_center .tend_line {
  border: 1px solid #ddd;
  padding: 4%;
}

.page_tend_center .title_sec {
  border: none;
  background: #1284CA;
  color: #FFF;
  text-align: center;
  padding: 5px;
}

.page_tend_center .tend_line .txt_b {
  font-size: 110%;
}

.tel_fax {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  margin-bottom: 10px;
}

.tel_fax span {
  display: block;
  background: url(common/images/common/ico_tel.png) no-repeat left center;
  background-size: 15px;
  padding: 3px 0 3px 25px;
}

.tel_fax .ico_fax {
  background-image: url(common/images/common/ico_fax.png);
}

/*------ page_tend_center 
--------------------------------------------------------------------------*/
.page_global .tel_fax {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*------ page_link 
--------------------------------------------------------------------------*/
.page_link .col2 li {
  background: url(common/images/common/arrow04.png) no-repeat left 3px;
  background-size: 6px;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.page_link .col2 li span {
  display: block;
}

/*------ page_sitemap 
--------------------------------------------------------------------------*/
.page_sitemap .col2 li {
  margin-bottom: 5px;
}

.page_sitemap .col2 li a,
.page_sitemap .col2 li span {
  background: url(common/images/common/arrow04.png) no-repeat left 3px;
  background-size: 4px;
  padding-left: 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.page_sitemap .col2 li a:hover {
  color: #999;
}

.page_sitemap .col2 ul {
  margin-bottom: 20px;
}

.page_sitemap .col2 ul ul {
  margin-left: 12px;
  margin-bottom: 0;
  margin-top: 5px;
}

.page_sitemap .col3 ul ul {
  margin-left: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

.page_sitemap .col2 li ul a {
  font-weight: normal;
}

/*------ page_ir
--------------------------------------------------------------------------*/
.page_ir .link_li li {
  display: inline-block;
  background: rgba(0, 0, 0, 0) url(common/images/common/arrow04.png) no-repeat left center;
  background-size: 4px;
  padding-left: 10px;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}

/*------ irpocket custom
--------------------------------------------------------------------------*/
#rss {
  margin-bottom: 10px;
}

.irp-press-navi {
  margin-left: 0 !important;
}

.irp-press-list .irp-item {
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
  padding-top: 10px;
  padding-left: 0 !important;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}

.irp-press-list .irp-item .irp-date {
  margin-left: 0 !important;
  width: 120px !important;
}

.news_wrap .irp-item .irp-date {
  width: 140px;
  float: left;
  vertical-align: top;
}

.news_wrap .irp-item .irp-title-block {
  width: 530px;
  display: inline-block;
}

.news_wrap .irp-item .irp-title-block .new-variable {
  color: #F00;
}

.irp-item .irp-title-block {
  width: 530px !important;
  float: left;
}

.irp-icon {
  line-height: 20px;
  margin-right: 4px;
  padding-bottom: 4px;
  padding-right: 24px !important;
  padding-top: 4px !important;
  text-decoration: none;
}

.irp-icon-pdf {
  background: url(common/images/common/ico_pdf02.png) no-repeat right center !important;
}

.irp-icon-url,
.irp-icon-htm {
  background: url(common/images/common/ico_link.png) no-repeat right center !important;
  background-size: 16px !important;
}

.irp-highlight-table table {
  width: 100% !important;
}

.irp-calendar-item {
  height: auto !important;
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#irp-library-list table {
  float: none !important;
  margin-bottom: 25px !important;
  width: 100% !important;
}

#irp-library-list table th,
#irp-library-list table td {
  height: auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1%;
  width: 16% !important;
  white-space: normal !important;
}

#irp-library-list table th.tn {
  height: auto !important;
  width: 20% !important;
  text-align: left !important;
}

#irp-library-list table th {
  font-size: 95%;
}

#irp-library-list table td {
  font-size: 80%;
}

.col2_ir .case img {
  width: 100%;
  height: auto;
}

#irp-press-navi.irp-press-navi li {
  background: url(common/images/common/arrow04.png) no-repeat left center;
  background-size: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 10px;
  width: 19%;
}

.irp-title-block a {
  text-decoration: none;
}

/*------ magnific-popup
--------------------------------------------------------------------------*/
.white-popup-block {
  background: #fff none repeat scroll 0 0;
  margin: 40px auto;
  max-width: 650px;
  padding: 20px 30px;
  position: relative;
  text-align: left;
}

.white-popup-block p {
  margin-top: 20px;
}

.white-popup-block p:first-child {
  margin-top: 0;
}

.white-popup-block button {
  background: #1284CA;
  color: #FFF;
  border: none;
  padding: 1% 3%;
}

/*------ page_finace
--------------------------------------------------------------------------*/
.page_finace .msg {
  padding-top: 35px;
}

/*------ list_pic4
--------------------------------------------------------------------------*/
.list_pic4 li {
  width: 22%;
  margin-left: 4%;
  margin-bottom: 3%;
  float: left;
}

.list_pic4 li:nth-child(4n+1) {
  margin-left: 0;
}

/*------ page_vehicledb
--------------------------------------------------------------------------*/
.page_vehicledb .col2 {
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4%;
  margin: 0;
}

.page_vehicledb .col2:first-child {
  border-right: 2px solid #ddd;
}

.page_vehicledb .col2 span {
  display: block;
  text-align: center;
  margin-top: 10px;
}

/*------ arrow_b
--------------------------------------------------------------------------*/
.arrow_b {
  background: url(common/images/common/arrow06.png) no-repeat center bottom;
  background-size: auto 23px;
  padding-bottom: 45px;
}

/*------ page_info_sty
--------------------------------------------------------------------------*/
/* -- intro_top -- */
.page_info_sty .intro_top {
  text-align: center;
  border-top: 5px solid #25459b;
  padding-top: 30px;
}

.page_info_sty .intro_top h3 {
  font-weight: bold;
  font-size: 140%;
  margin: 20px 0;
}

.page_info_sty .intro_top ul {
  margin-top: 20px;
}

.page_info_sty .intro_top li {
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 2%;
  float: left;
}

.page_info_sty .intro_top li:nth-child(4n+1) {
  margin-left: 0;
}

.page_info_sty .intro_top .list_sp01 {
  margin-left: 25.5% !important;
}

.page_info_sty .title_blue {
  font-size: 180%;
  font-weight: bold;
  color: #25459b;
  margin-bottom: 20px;
}

.page_info_sty .title_blue span {
  font-size: 110%;
  color: #25459b;
  font-weight: bold;
}

/* -- flow_sty -- */
.page_info_sty .flow_sty {
  background: #f8eff1;
}

.page_info_sty .flow_sty h3 {
  background: url(common/images/sysrocket_al/bg_title_floow01.png) no-repeat center bottom;
  font-size: 170%;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 10px 10px 15px 10px;
}

.page_info_sty .flow_sty .warp01 {
  padding: 3%;
}

.page_info_sty .flow_sty .warp02 {
  padding: 6%;
}

.page_info_sty .flow_sty .col {
  background: #FFF;
  margin-bottom: 0px !important;
}

.page_info_sty .flow_sty .title_flow {
  background: #dfb2bc;
  text-align: center;
  padding: 13px 5px 10px 5px;
}

.page_info_sty .flow_sty .title_flow span {
  color: #FFF;
  font-weight: bold;
  font-size: 130%;
  display: inline-block;
  line-height: 1;
}

.page_info_sty .flow_sty .title_flow em {
  color: #FFF;
  font-weight: bold;
  font-size: 70%;
}

.page_info_sty .flow_sty .title_flow img {
  height: 32px;
  vertical-align: top;
  margin-left: 10px;
}

.page_info_sty .flow_sty .title_flow .ico_f03 {
  height: 45px;
}

.page_info_sty .flow_sty .txt_c {
  margin-bottom: 15px;
}

.page_info_sty .col_full {
  margin-top: 4%;
}

/* -- arr_b_flow -- */
.page_info_sty .arr_b_flow {
  background: url(common/images/sysrocket_al/arr.png) no-repeat center bottom;
  background-size: auto 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.page_info_sty .arr_b_flow h3 {
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  border: 3px solid #26429b;
  padding: 10px;
  color: #26429b;
}

.page_info_sty .arr_b_flow h3 span {
  font-size: 120%;
  font-weight: bold;
  color: #26429b;
}

.page_info_sty .txt_big {
  font-size: 120%;
}

/* -- yellow_sty -- */
.page_info_sty .yellow_sty {
  background: #f9f8e8;
}

.page_info_sty .yellow_sty h3 {
  background-image: url(common/images/sysrocket_al/bg_title_floow02.png);
}

.page_info_sty .yellow_sty .title_flow {
  background: #d2cd80;
}

/* -- green_sty -- */
.page_info_sty .green_sty {
  background: #e5f5e5;
}

.page_info_sty .green_sty h3 {
  background-image: url(common/images/sysrocket_al/bg_title_floow03.png);
}

.page_info_sty .green_sty .title_flow {
  background: #76bb76;
}

/* -- sky_sty -- */
.page_info_sty .sky_sty {
  background: #dfebf2;
}

.page_info_sty .sky_sty h3 {
  background-image: url(common/images/sysrocket_al/bg_title_floow04.png);
}

.page_info_sty .sky_sty .title_flow {
  background: #64abd4;
}

/* -- ca_doc_sty -- */
.ca_doc_sty .intro_top {
  border-color: #C4534B;
}

.ca_doc_sty .intro_top li {
  width: 32%;
}

.ca_doc_sty .intro_top li:nth-child(4n+1) {
  margin-left: 2%;
}

.ca_doc_sty .intro_top li:nth-child(3n+1) {
  margin-left: 0;
}

.ca_doc_sty .intro_top .list_sp01 {
  margin-left: 36% !important;
}

.ca_doc_sty .title_blue {
  color: #C4534B;
}

.ca_doc_sty .title_blue span {
  color: #C4534B;
}

.ca_doc_sty .arr_b_flow h3 {
  border-color: #C4534B;
  color: #C4534B;
}

.ca_doc_sty .arr_b_flow h3 span {
  color: #C4534B;
}

/* -- ca_monitor -- */
.ca_moniter .intro_top {
  border-color: #1FAB3A;
}

.ca_moniter .arr_b_flow h3 {
  border-color: #1FAB3A;
  color: #1FAB3A;
}

.ca_moniter .arr_b_flow h3 span {
  color: #1FAB3A;
}

.ca_moniter .list_cav {
  background: #E5F5E5;
  padding: 4%;
}

.ca_moniter .list_cav li {
  font-size: 120%;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #FFF;
  padding-left: 60px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.ca_moniter .list_cav li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ca_moniter .list_cav li span {
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #1FAB3A;
  color: #FFF;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.page_rv_doctor .tool_col {
  padding: 0 110px;
}

.page_rv_doctor .tool_col li {
  width: 50%;
  float: left;
}

.l-footer-content {
  background: -webkit-radial-gradient(at 180% 150%, rgba(255, 255, 255, 0.27) 0%, rgba(31, 31, 31, 0.6) 10%, rgb(31, 31, 31) 60%);
  background: radial-gradient(at 180% 150%, rgba(255, 255, 255, 0.27) 0%, rgba(31, 31, 31, 0.6) 10%, rgb(31, 31, 31) 60%);
}
.l-footer__inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 5vw 100px 7vw;
}
@media (max-width: 1024px) {
  .l-footer__inner {
    max-width: 600px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 30px 20px 20px;
  }
}
.l-footer-logo {
  display: block;
  max-width: 270px;
  width: 100%;
}
@media (max-width: 1024px) {
  .l-footer-logo {
    max-width: 155px;
  }
}
.l-footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.l-footer-container__summary {
  width: 30%;
}
@media (max-width: 1024px) {
  .l-footer-container__summary {
    width: 100%;
  }
}
.l-footer-container__summary > p {
  margin-top: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #7E7E7E;
}
@media (max-width: 768px) {
  .l-footer-container__summary > p {
    font-size: 12px;
  }
}
.l-footer-container__links {
  max-width: 710px;
  width: 70%;
}
@media (max-width: 1024px) {
  .l-footer-container__links {
    display: none;
  }
}
.l-footer-container__links > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media (max-width: 1340px) {
  .l-footer-container__links > ul {
    gap: 3vw;
  }
}
.l-footer-container__links > ul > li:nth-of-type(3) > a {
  margin-bottom: 16px;
}
.l-footer-container__links > ul > li:nth-of-type(3) > a:nth-of-type(1) {
  margin-bottom: 20px;
}
.l-footer-container__links > ul > li:nth-of-type(4) > a {
  margin-bottom: 16px;
}
.l-footer-container__links > ul > li > a {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.l-footer-container__links > ul > li > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.l-footer-container__links > ul > li > ul a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #B7B7B7;
}
.l-footer-container__links a {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer-container__links a:hover {
  opacity: 0.7;
}
.l-footer-container__links--link {
  position: relative;
  padding-right: 16px;
}
.l-footer-container__links--link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("common/images/index/ico_other_link_01.svg");
          mask-image: url("common/images/index/ico_other_link_01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #ffffff;
}
.l-footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 160px;
}
@media (max-width: 1024px) {
  .l-footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 82px;
  }
}
.l-footer-links > p {
  font-size: 13px;
  font-weight: 500;
  color: #7E7E7E;
}
@media (max-width: 1024px) {
  .l-footer-links > p {
    margin-top: 62px;
  }
}
@media (max-width: 768px) {
  .l-footer-links > p {
    font-size: 10px;
  }
}
.l-footer-links__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .l-footer-links__item {
    gap: 43px;
  }
}
@media (max-width: 400px) {
  .l-footer-links__item {
    gap: 36px;
  }
}
@media (max-width: 374px) {
  .l-footer-links__item {
    gap: 8px;
  }
}
.l-footer-links__item > a {
  display: block;
}
.l-footer-links__item > a > img {
  height: 60px;
}
@media (max-width: 768px) {
  .l-footer-links__item > a > img {
    height: 50px;
  }
}

.l-contact {
  max-width: 1600px;
  width: 95%;
  margin: 150px auto;
  position: relative;
  border-top: 1px solid #E1E1E1;
}
@media (max-width: 768px) {
  .l-contact {
    width: calc(100% - 40px);
    margin: 78px auto 100px;
  }
}
.l-contact__inner {
  padding: 90px 40px 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .l-contact__inner {
    padding: 80px 4vw 0;
  }
}
@media (max-width: 768px) {
  .l-contact__inner {
    padding: 50px 0 0;
  }
}
.l-contact__inner > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 42px 0px 35px 112px;
}
.l-contact__inner > a > p {
  max-width: 662px;
  width: 40%;
}
.l-contact__inner > a > span {
  width: 1px;
  height: 128px;
  background: rgba(255, 255, 255, 0.3);
}
.l-contact-image > p {
  margin-top: 55px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .l-contact-image > p {
    margin-top: 40px;
    font-size: 14px;
  }
}
.l-contact-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  margin-top: 68px;
}
@media (max-width: 1360px) {
  .l-contact-items {
    gap: 3vw;
  }
}
@media (max-width: 1280px) {
  .l-contact-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
.l-contact-items__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-contact-items__tel > span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #979797;
}
@media (max-width: 768px) {
  .l-contact-items__tel > span {
    font-size: 13px;
  }
}
.l-contact-items__tel > a {
  display: block;
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  font-family: "Inter", sans-serif;
}
.l-contact-items__tel > a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 768px) {
  .l-contact-items__tel > a {
    font-size: 24px;
  }
  .l-contact-items__tel > a[href^="tel:"] {
    pointer-events: all;
  }
}
.l-contact-items .contact-btn {
  max-width: 390px;
  width: 100%;
  display: block;
  padding: 24px 30px;
  border: 1px solid #D2D2D2;
  border-radius: 43px;
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .l-contact-items .contact-btn {
    max-width: 288px;
    padding: 18px 20px;
    font-size: 16px;
  }
}
.l-contact-items .contact-btn:hover {
  color: #ffffff;
  background: #101010;
  border: 1px solid #101010;
}
@media (max-width: 768px) {
  .l-contact-items .contact-btn:hover {
    color: #222222;
    background: transparent;
    border: 1px solid #D2D2D2;
  }
}
.l-contact-items .contact-btn:hover::before {
  content: "";
  background: #ffffff;
}
@media (max-width: 768px) {
  .l-contact-items .contact-btn:hover::before {
    background: #101010;
  }
}
.l-contact-items .contact-btn:hover::after {
  content: "";
  background-color: #101010;
}
@media (max-width: 768px) {
  .l-contact-items .contact-btn:hover::after {
    background-color: #ffffff;
  }
}
.l-contact-items .contact-btn::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 58px;
  height: 22px;
  border-radius: 14px;
  background: #101010;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .l-contact-items .contact-btn::before {
    right: 20px;
  }
}
.l-contact-items .contact-btn::after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 10px;
  -webkit-mask-image: url("common/images/index/ico_arrow_01.svg");
          mask-image: url("common/images/index/ico_arrow_01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .l-contact-items .contact-btn::after {
    right: 40px;
  }
}

.l-footer-no-cta .l-contact {
  display: none;
}