@charset "UTF-8";
/*
font-family: $font-gothic;
300 400 600 700
*/
/*
font-family: $font-yugothic;
300 400 600 700
*/
/*
font-family: $font-en;
400 500 600 700
*/
/* font-family: $font-en; */
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
/* サービス共通ヘッダー */
.headerServiceCommon .hdT {
  position: relative;
}
.headerServiceCommon .hdT .headLogo a {
  color: #FFF;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-align: left;
}
.headerServiceCommon .hdT .headLogo img, .headerServiceCommon .hdT .headLogo svg {
  margin-right: 20px;
  vertical-align: -6px;
}
.headerServiceCommon .hdT .hdTCNav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.headerServiceCommon .hdT .hdTCNav > ul {
  display: flex;
  justify-content: center;
}
.headerServiceCommon .hdT .hdTCNav > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0 12px;
  width: auto !important;
}
.headerServiceCommon .hdT .hdTCNav > ul > li.current-item2 {
  font-weight: bold;
}
.headerServiceCommon .hdT .hdTCNav > ul > li.current-item2 a {
  color: #FFF;
}
.headerServiceCommon .hdT .hdTCNav > ul > li.more {
  padding: 0 16px 0 12px;
}
.headerServiceCommon .hdT .hdTCNav > ul > li.more:hover .notA {
  color: #FFF !important;
}
.headerServiceCommon .hdT .hdTCNav > ul > li.more .notA {
  position: relative;
  padding-right: 15px;
}
.headerServiceCommon .hdT .hdTCNav > ul > li.more .notA:after {
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.2s;
}
.headerServiceCommon .hdT .hdTCNav > ul > li > a, .headerServiceCommon .hdT .hdTCNav > ul > li .notA {
  color: #FFF;
  display: flex;
  align-items: center;
  height: 75px;
  text-decoration: none;
  transition: 0.2s;
  position: relative;
  z-index: 1;
  width: auto !important;
}
.headerServiceCommon .hdT .hdTCNav > ul > li > a:hover, .headerServiceCommon .hdT .hdTCNav > ul > li .notA:hover {
  color: #FFF;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  padding: 0;
  width: 970px;
  background: #3143cf;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li {
  width: 33.3333333333%;
  border-top: 1px solid #616FDD;
  border-right: 1px solid #616FDD;
  transition: all 0.3s;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li:nth-child(4) {
  border-right: none;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li.opx {
  display: flex;
  width: 100%;
  min-height: 167px;
  border: none;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li.opx .opxLogo {
  width: 33.3333333333%;
  padding: 17px;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li.opx .opxLogo h2 {
  color: #fff;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li.opx .opxLogo h2 small {
  font-size: 15px;
  font-size: 1.5rem;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li.opx .opxLogo h2 small i {
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li.opx .opxLogo h2 span {
  max-width: 152px;
  margin-top: 17px;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li.opx h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li.opx a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  height: 100%;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li.opx a h2 small {
  padding: 0 10px;
  background: #fff;
  border-radius: 44px;
  color: #3143cf;
  font-size: 12px;
  font-size: 1.2rem;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li.opx a h2 span {
  margin-top: 17px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li a {
  display: flex;
  flex-direction: column;
  padding: 30px 20px 20px;
  background: #3143cf;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li a:hover {
  opacity: 0.8;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li .logo {
  font-size: 0;
  text-align: center;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li .logo small {
  display: inline-block;
  padding: 1px 10px;
  background: #fff;
  border-radius: 44px;
  color: #3143cf;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li .logo span {
  display: flex;
  align-items: center;
  min-height: 84px;
  margin-top: 13px;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li .logo img {
  display: block;
  margin: 0 auto;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li:nth-child(2) .logo img {
  width: auto;
  height: 22px;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li:nth-child(3) .logo img {
  width: 113px;
}
.headerServiceCommon .hdT .hdTCNav > ul > li .moreUl li:nth-child(4) .logo img {
  width: 175px;
}
.headerServiceCommon .hdT .hdTCNav > ul > li:hover .moreUl {
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
  z-index: 10;
}
.headerServiceCommon .hdT .hdTCNav #slide-line2 {
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: #FFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.headerServiceCommon .hdT .hdTCNav .spLogo {
  display: none;
}
.headerServiceCommon .hdT .hdTR {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .headerServiceCommon .hdT {
    position: relative;
  }
  .headerServiceCommon .hdT .headLogo {
    width: 160px;
  }
  .headerServiceCommon .hdT .headLogo span {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0;
    margin-left: 10px;
  }
  .headerServiceCommon .hdT .headLogo img, .headerServiceCommon .hdT .headLogo svg {
    vertical-align: -1px;
    margin-right: 0;
  }
  .headerServiceCommon .hdT .hdTCNav {
    display: none;
  }
}/*# sourceMappingURL=header_service_common.css.map */