@charset "utf-8";
/* ------------------------------------------
	smartphone-menu-panel
------------------------------------------ */
html:has(#head-lower li a.open) {
  overflow: hidden;
}
#menu {
  position: absolute;
  z-index: 99999;
  left: 100%;
  display: none;
  width: 280px;
  height: 100%;
}
#closeMenu {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100px;
}
nav{
  height: 100%;
}
.sub-menu {
  position: relative;
  float: right;
  width: 20px;
  height: 20px;
  margin: 13px 0 0 12px;
  border-top: 3px solid #383838;
}
.sub-menu2, .sub-menu3 {
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  content: '';
  border-top: 3px solid #383838;
}
.sub-menu2 {
  top: 5px;
}
.sub-menu3 {
  top: 13px;
}
.sub-nav {
  text-align: left;
}
.sub-nav * {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.sub-nav {
  overflow: hidden;
  margin-top: -1px;
}
.sub-nav {
  overflow: auto;
  text-align: left;
  border-top: none;
  background: linear-gradient(to right, #353535 0%, #3d3d3d 2%, #3d3d3d 100%);
  height: 100%;
  margin-top: -1px;
  /* スクロールの最適化 */
  -webkit-overflow-scrolling: touch;
}
.sub-nav > ul > li {
  border-bottom: 2px solid #313131;
}
.sub-nav > ul > li a {
  font-size: 14px;
  line-height: 2;
  display: block;
  padding: 15px 30px 15px 10px;
  text-decoration: none;
  color: #aaa;
}
.sub-nav > dl {
  border-bottom: 2px solid #313131;
}
.sub-nav > dl > dt {
  background: linear-gradient(to right, #353535 0%, #3d3d3d 2%, #3d3d3d 100%);
}
.sub-nav > dl > dt a {
  font-size: 14px;
  line-height: 2;
  display: block;
  padding: 15px 30px 15px 10px;
  text-decoration: none;
  color: #aaa;
}
.sub-nav > dl > dd > ul > li {
  border-bottom: 1px solid #2c2c2c;
  background: linear-gradient(to right, #202020 0%, #252525 2%, #252525 100%);
}
.sub-nav > dl > dd > ul > li a {
  font-size: 13px;
  line-height: 2;
  display: block;
  padding: 15px 30px 15px 10px;
  text-decoration: none;
  color: #aaa;
}
.sub-nav .sub-nav-sim {
  padding-left: 35px;
  background: url(/business/img/sp/root/ico_sim.png) no-repeat 12px center;
  background-size: 24px auto;
}
.sub-nav .sub-nav-glb {
  padding-left: 35px;
  background: url(/business/img/sp/root/ico_glb.png) no-repeat 10px center;
  background-size: 29px auto;
}
.sub-nav .sub-nav-header span {
  display: block;
  height: 24px;
  color: #3d3d3d;
}
.sub-nav .headerCloseIcon {
  position: relative;
}
.sub-nav .headerCloseIcon span::before, .sub-nav .headerCloseIcon span::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 4px;
  height: 22px;
  margin-top: -11px;
  content: '';
  background-color: #fff;
}
.sub-nav .headerCloseIcon span::before {
  transform: rotate(-45deg);
}
.sub-nav .headerCloseIcon span::after {
  transform: rotate(45deg);
}
.sub-nav .sub-nav-link a {
  position: relative;
}
.sub-nav .sub-nav-link a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  content: '';
  transform: rotate(-45deg);
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.sub-nav .sub-nav-sublink a {
  position: relative;
  padding: 15px 10px 15px 30px;
}
.sub-nav .sub-nav-sublink a::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 2px;
  content: '';
  transform: rotate(-45deg);
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.sub-nav .sub-nav-open + dd {
  display: none;
}
.sub-nav .sub-nav-open a {
  position: relative;
}
.sub-nav .sub-nav-open a::before, .sub-nav .sub-nav-open a::after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  content: '';
  background-color: #aaa;
}
.sub-nav .sub-nav-open a::after {
  transform: rotate(90deg);
}
.sub-nav .sub-nav-close a {
  color: #fff;
}
.sub-nav .sub-nav-close a::before {
  display: none;
}
.sub-nav .sub-nav-close a::after {
  background-color: #fff;
}
@media screen and (max-width: 768px) {

#header{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 7px 5px;
  border-bottom: #00178e solid 2px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header img{
  width: auto;
  height: 40px;
}
  #page-trail_wrap{
    width: 100%;
    max-width: 1120px;
  }
}
/* 追記 */
body {
  overflow: visible;
}
/* ヘッダー */
#header {
  border-bottom: 1px solid #dadada;
}

#header a {
  color: #333333;
  text-decoration: none;
}

#header .logo {
  float: left;
  margin: 18px 0;
}

#header .logo img {
  width: auto;
}
#header .logo a:hover {
  transition: all 0.3s;
}
#header .logo a:hover {
  opacity: 0.6;
}

#header .navi {
  float: right;
  margin: 0;
  overflow: visible;
}

#header .navi li {
  float: left;
  margin-left: 27px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 1.29;
}
#header .navi li a {
  padding: 24px 0 22px;
  display: inline-block;
  line-height: 1.29;
  position: relative;
  transition: all 0.3s;
  letter-spacing: 1.5px;
}
#header .navi li a:hover {
  color: #002896;
}
/* #header .navi a:hover,
#header .navi span:hover {
  text-decoration: underline;
} */

#header .navi li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-right: 1px solid #1267ac;
  border-bottom: 1px solid #1267ac;
  overflow: hidden;
  transform: rotate(-45deg);
  background: none;
  border: none;
}

/* #header .navi li span {
  vertical-align: middle;
  position: relative;
} */

#header #servicenavi {
  display: none;
  zoom: 1;
  padding-bottom: 0;
  font-size: 12px;
  padding-top: 0;
  background-color: #EFF3F7;
  /* z-index: 9999; */
}

#header #servicenavi #under {
  background-color: #0f5ba9;
  padding: 18px 0;
}

#header #servicenavi .ttl {
  overflow: hidden;
  background-color: #EFF3F7;
}

#header #servicenavi .ttl h2 {
  width: 220px;
  float: left;
}

#header #servicenavi .ttl .btn {
  width: 220px;
  float: left;
  margin-left: 20px;
  margin-top: 5px;
}

#header #servicenavi .listbox {
  width: 200px;
  float: left;
  border-left: 1px solid #7da4cf;
  padding-left: 20px;
  height: 280px;
}

#header #servicenavi .listbox_f {
  width: 367px;
  float: left;
}

#header #servicenavi .listbox_l {
  width: 151px;
  float: left;
  border-left: 1px solid #7da4cf;
  padding-left: 20px;
  height: 280px;
}

#header #servicenavi a {
  color: #FFF;
  text-decoration: none;
}

#header #servicenavi a:hover {
  text-decoration: underline;
}

#header #servicenavi ul li {
  line-height: 1.6;
}

#header #servicenavi dt {
  margin-bottom: 17px;
}

#header #servicenavi dd {
  overflow: hidden;
  zoom: 1;
}

header {
  height: 70px;
  overflow: visible;
  position: relative;
  z-index: 10000;
}
#header, #header * {
  box-sizing: border-box;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
}
.g-nav_fixed #header {
  position: fixed;
}

#header .contentwrap {
  width: 100%;
  min-width: 960px;
  max-width: 1366px;
  padding: 0 clamp(24px, 5.9vw, 80px);
  position: relative;
}
#header .contentwrap:has(.language-selector-pc) {
  padding-right: 0;
}
#subNaviBase {
  position: sticky !important;
  top: 0;
}

/* 下層ページ用 */
/* #wrap {
  animation: wrapStart 0.1s 0.3s forwards;
}
@keyframes wrapStart {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
} */
#header * {
  box-sizing: border-box;
}
#header .navi li span {
  vertical-align: middle;
  color: #333;
}
#subNaviBase {
  z-index: 99;
}
#head-lower {
  display: flex;
  justify-content: space-between;
  z-index: 9999;
  position: relative;
}
#header #head-lower .navi li a {
  padding: 26px 0 22px;
}

@media screen and (max-width:1200px) {
  .servicename-cont {
    justify-content: center;
    column-gap: 30px;
  }
}

@media screen and (max-width:768px) {
  header {
    height: auto;
    position: static;
  }

  #header {
    border-bottom: 2px solid #E7EBED;
    padding: 9px 24px 10px;
    position: static;
  }
  /* #header.rexnav-main {
    position: static;
  } */
  #menu::before {
    content: '';
    width: 100%;
    height: calc(100vh - 57px);
    position: fixed;
    top: auto;
    left: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
  }
  #header img {
    width: auto;
    height: 35px;
  }
  .sub-menu {
    margin-top: 10px;
    display: block;
    vertical-align: middle;
  }
  .sub-menu, .sub-menu2, .sub-menu3 {
    transition: all 0.2s;
  }
  .sub-menu.open {
    transform: translate(7px,16px) rotate(315deg);
    margin: 0;
  }
  .sub-menu.open .sub-menu2 {
    border: none;
  }
  .sub-menu.open .sub-menu3 {
    top: -3px;
    display: block;
    transform: rotate(90deg);
  }
  _::-webkit-full-page-media, _:future, :root .sub-menu.open .sub-menu3 {
    top: -3px;
  }
  #menu {
    left: 0;
    top: 56px;
    width: 100%;
    position: fixed;
    overflow: auto;
  }
  /* .rcomm_top #menu {
    top: 80px;
  }
  .rcomm_top #menu::before {
    top: 80px;
  } */

  nav {
    height: 100%;
  }

  .sub-nav {
    background: none;
    background-color: transparent;
    height: 100%;
  }
  
  .sub-nav ul {
    background-color: #EFF4F7;
  }
  .sub-nav * {
    font-weight: bold;
  }
  .sub-nav a::after {
    content: '';
    float: right;
    line-height: 38px;
    margin-right: 2px;
    width: 11px;
    height: 16px;
    background-image: url(../img/servicenavi/ico_arrow.svg);
    background-size: contain;
    background-position: center;
  }
  .sub-nav > ul > li {
    color: #002896;
    padding: 0 24px;
    border: none;
    border-bottom: 2px solid #E7EBED;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .sub-nav > ul > li ul > * {
    font-size: 14px;
    letter-spacing: 1.4px;
  }

  .sub-nav .child{
    display: none;
  }
  .sub-nav .menu-hd {
    padding: 21px 0;
  }
  .parent.par2 {
    margin-bottom: 8px;
  }
  .sub-nav .child-hd {
    background-color: #fff;
    padding: 16px 17px 16px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    border-bottom: 2px solid #E8E8E8;
  }
  .sub-nav .h2-icon {
    height: auto;
    width: auto;
    max-height: 15px;
    max-width: 15px;
  }
  .sub-nav .par2 li {
    background-color: #F4F7F8;
    border-bottom: 2px solid #E8E8E8;
  }
  .sub-nav .par2 .subnav-hd a {
    padding: 16px 16px 16px 16px;
  }
  .sub-nav .par2 li a {
    padding: 16px 16px 16px 32px;
    width: 100%;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
  }

  .sub-nav .double-line {
    line-height: 1.5;
    padding: 10px 16px 9px 32px!important;
  }

  .sub-nav .servicename-btn {
    margin-top: 18px;
  }
  .sub-nav .servicename-btn li {
    text-align: center;
    width: 100%;
  }
  .sub-nav .servicename-btn a {
    max-width: 246px;
    padding-left: 22px;
    display: inline-block;
    text-align: left;
  }
  .sub-nav > ul > li a {
    color: #00178e;
    padding-left: 0;
    padding-right: 0;
  }

  .parent > div[class$='hd']::after {
    content: '＋';
    float: right;
    margin-left: auto;
    margin-right: -5px;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1;
  }
  .parent.open > div[class$='hd']::after {
    content: '－';
  }

  .sub-nav .servicename-info {
    height: auto;
    background-color: transparent;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sub-nav .servicename-info-cont {
    flex-direction: column;
    gap: 18px;
  }
  .sub-nav .servicename-info li {
    width: 100%;
  }
  .sub-nav .servicename-info li a {
    height: 64px;
    width: 100%;
    background-image: url(../img/servicenavi/bnr_bg1.png);
    padding: 20px 15px;
    color: #fff;
  }
  .sub-nav .servicename-info li a.bg2 {
    background-image: url(../img/servicenavi/bnr_bg2.png);
  }
  .sub-nav .servicename-info li a.bg3 {
    background-image: url(../img/servicenavi/bnr_bg3.png);
  }
  .sub-nav .servicename-info li a::after {
    content: url(../img/servicenavi/ico_arrow_wht.png);
    background-image: none;
  }

  /* コンポーネントページ用レスポンシブ */
  #subNaviWrap {
    height: auto;
  }
  #subNaviWrap .rightBlock {
    height: 65px;
    z-index: 2;
  }
  .subNaviM li:first-of-type {
    padding: 0 0 0 16px;
    position: sticky;
    top: 0;
  }
  .subNaviM li:first-of-type a {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  #subNaviWrap .rightBlock a:first-of-type {
    background-position: center top 10px;
  }
  #subNaviWrap .rightBlock a:last-of-type {
    background-position: center top 13px;
  }
  .subNaviM a {
    height: 65px;
  }
}
/* .rcomm_top>div:not([class]):first-of-type {
  position: sticky;
  top: 0;
  z-index: 10000;
} */

/* TOPに戻るボタン移設テスト */
#page-top-area {
  z-index: 10;
  position: fixed;
  bottom: 10px;
  right: 40px;
  left: auto;
}

a.page-top {
  box-sizing: border-box;
  display: inline-flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  width: 66px;
  height: 66px;
  padding-bottom: 12px;
  border-radius: 33px;
  /* background-color: #002896; */
  background-color: #fff;
  /* color: #fff; */
  color: #002896;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  /* border: 2px solid #fff; */
  border: 2px solid #002896;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
  line-height: 1.3;
  transform: scale(0.8);
}

a.page-top::before {
  position: absolute;
  top: 17.7px;
  left: 50%;
  width: 11.5px;
  height: 11.5px;
  transform: translateX(-50%) rotate(-45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-color: #002896;
  content: "";
}

a.page-top:hover {
  background-color: #00a0f0;
  color: #fff;
  border-color: #fff;
  &::before {
    border-color: #fff;
  }
}

@media screen and (max-width:1280px) {
  #page-top-area {
    right: 10px;
  }
}
/* TOPに戻るボタン　スマホ対応追記 */
@media screen and (max-width: 768px) {
  a.page-top {
    width: 48px;
    height: 48px;
    padding-bottom: 8px;
    border-radius: 24px;
    transform: scale(1);
  }
  a.page-top::before {
    top: 12px;
    left: 17px;
    width: 7.5px;
    height: 7.5px;
    transform: rotate(-45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-color: #002896;
  }
}
.megaMenu {
  letter-spacing: normal;
}
/* 追記ここまで */
/* バナー用スペース */
body.rcomm_top {
  padding-top: 0;
}
body {
  padding-top: 3.472%;
}
#mkdiv_header_pitari {
  /* box-sizing: border-box;
  position: relative;
  padding-top: 3.472%; */
  min-height: 3.472vw;
}
.rcomm_top #mkdiv_header_pitari, .rcomm_top #mkdiv_footer_pitari {
  height: 0!important;
  min-height: 0!important;
  display: none;
}
.rcomm_top #pitari_area_mbz_header {
  min-height: 3.473vw;
}
#cmo_pitari_banner {
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; */
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width:1440px) {
  #mkdiv_header_pitari {
    min-height: 50px;
    /* padding-top: 50px; */
  }
  body {
    padding-top: 50px
  }
}
@media screen and (max-width:834px) {
  #mkdiv_header_pitari {
    /* padding-top: 10.666%; */
    max-width: 750px;
    margin: 0 auto;
    min-height: 80px;
  }
  body {
    padding-top: 10.666%;
  }
}
@media screen and (max-width:750px) {
  #mkdiv_header_pitari {
    min-height: 10.666vw;
  }
}

/* 4/1以降　Bパーツ */
#header .business-mobile {
  & .logo {
    margin: 0;
    display: flex;
    align-items: center;
  }
  & a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #676767;
    letter-spacing: -2px;
    font-size: 16px;
    & img {
      width: 301px;
      height: auto;
    }
  }
}
footer li {
  & a[target="_blank"]::after {
    content: url(/toiawase/common/img/ico_link.svg);
    margin-left: 5px;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  }
}

html:has(#head-lower li a.open) {
  overflow: hidden;
}
.servicename-item.air {
  width: 378px;
  margin: 0;
  padding: 0;
}
.megaMenu {
  overflow: auto!important;
}
@media screen and (max-width:1195px) {
  .servicename p {
    text-align: center;
  }
}
@media screen and (max-width:768px) {
	#header.rexnav-main {
    & a {
      font-size: 14px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }
  }
}

/* コムモバ統合お知らせ欄 */
.top-infomation {
  padding: 32px 24px;
  border: 2px solid var(--comBlue);
  max-width: 832px;
  margin: 0 auto;
  &.comm {
    max-width: 100%;
  }
}
.top-infomation-h2 {
  font-size: 20px!important;
  margin-bottom: 16px;
  &.comm {
    font-size: 24px!important;
  }
}
.top-infomation-p {
  font-size: 16px!important;
  margin: 0;
  &.comm {
    font-size: 18px!important;
  }
}
.top-infomation-notice,
#title .top-infomation-notice{
  display: inline-block;
  & a {
    color: var(--skyBlue);
    font-weight: bold;
    text-decoration: underline;
    &:hover {
      opacity: 0.6;
    }
  }
}
.top-infomation-btn {
  margin-top: 32px;
  a.btn02 {
    margin-top: 16px;
    width: fit-content;
    height: auto;
    padding-right: clamp(40px, 5.6vw,72px);
    padding-top: clamp(8px, 1.25vw, 13px);
    padding-bottom: clamp(8px, 1.25vw, 13px);
    border-radius: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  a.btn03 {
    font-size: 16px;
  }
}
.top-infomation-content:last-child:nth-child(n+2) {
  margin-top: 24px;
}
.top-infomation-links {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.top-infomation-lists {
  flex-direction: column;
  width: fit-content;
  text-align: left;
  margin-inline: auto;
}

@media screen and (max-width:768px) {
  .top-infomation {
    padding: 24px 16px;
  }
  .top-infomation-h2 {
    font-size: 18px!important;
    &.comm {
      font-size: 20px!important;
    }
  }
  .top-infomation-p {
    font-size: 14px!important;
    &.comm {
      font-size: 16px!important;
    }
  }
  .top-infomation-btn {
    a.btn03 {
      font-size: 14px;
      padding-left: 20px;
      &::before {
        min-width: 16px;
        min-height: 16px;
      }
    }
  }
  .top-infomation-content:last-child:nth-child(n+2) {
    margin-top: 24px;
  }
  .top-infomation-links {
    flex-direction: column;
    gap: 16px;
  }
}
/* コムモバ統合お知らせ欄ここまで */
