@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
.text-position {
    position: relative;
}
span.txt.is-admin {
    right: 25%;
}
ul.subnav-admin {
    display: flex;
    position: relative;
    right: 4%;
}
ul.header-sub__list-wrap li a{
    text-decoration: none;
    height: inherit;
}
ul.header-sub__list-wrap li a::hover{
    text-decoration: none;
}
li.arrow_ttl-help {
    font-weight: bold !important;
    text-align: left;
    height: 49.19px;
}
.init{
    position:relative;
    z-index:20;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    line-height: 1.231;
}

.popup-title{
    font-size:16px;
    line-height: 1.7;
    font-weight: 400;
    margin:0;
    letter-spacing: 0.01px;
}
.popup-subtitle{
    font-size:14px;
}
#sub-nav-wrap {
  height: 100vh;
  overflow: hidden;
}
#sub-nav-wrap * {
    box-sizing: border-box;
}

.header-submenu {
  background: #424242;
  width: 100%;
}
.header-sub__list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
  align-items: flex-end;
  box-sizing: border-box;
    width: 100%;
  position: relative;
}
.header-submenu__list-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.header-submenu__list {
  text-align: center;
  margin: 0 2.9%;
  min-width: 90px;
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  flex: 0 0 auto;
}

.header-submenu__list .menu-padding {
  position: relative;
  padding: 21px 0;
}
.header-submenu__list .menu-padding::after {
  content: '';
  width: 0;
  transition: all 0.3s ease;
  border-bottom: 3px solid #d80835;
  display: block;
  position: absolute;
  bottom: 0;
}
.arrow_box-wrap.is-maxw340 {
  max-width: revert;
}

.arrow_box-wrap {
  position: relative;
  max-width: 450px;
  width: 40vw;
  -webkit-border-radius: 13px;
  -moz-border-radius: 8px;
  border-radius: 13px;
  color: #fff;
  box-shadow: 3.657px 3.41px 6.8px 1.2px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.arrow_block {
  position: relative;
  z-index: +3;
}
.arrow_box-wrap:before {
  content: " ";
  position: absolute;
  width: 25px;
  height: 25px;
  top: -12px;
  left: calc(50% - 0.7vw);
  background: #d80835;
  transform: rotate(45deg) skew( 15deg, 15deg);
  z-index: +1;
  box-shadow: 0.943px -3.41px 6.8px 1.2px rgb(0 0 0 / 30%);
}
.arrow_box-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #d80835;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 13px;
  z-index: +1;
}
.arrow_hover {
  display: none;
  position: absolute;
  top: 100%;
  right: calc(50% - 335px);
  padding-top: 25px;
}

.arrow_ttl {
    font-weight: bold !important;
    text-align: left;
}
a.arrow_ttl {
  margin-top: 10px;
}
a.arrow_ttl:hover {
  opacity: .5;
}
.arrow_box ul li {
  text-align: left;
  line-height: 2;
  list-style: none;
}

.arrow_box ul li a {
  display: block;
  padding: 11px 20px;
}

.arrow_box ul li a.is-top {
  border-radius: 13px 13px 0 0;
}
.arrow_box ul li a.is-bottom {
  border-radius: 0 0 13px 13px;
}

.arrow_box ul li a div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arrow_box ul li a .is-thin {
  display: inline;
  font-weight: 400;
  opacity: 0.8;
}

.arrow_box ul li a .arrow-item::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.arrow_box ul li .no-link {
  opacity: .4;
  pointer-events: none;
}
.arrow_box ul li a:hover {
  background-color: #be162c;
}
.arrow_box ul li a:hover .arrow-item::after {
  opacity: 1;
}
.arrow-item{
    margin:0;
}

.header-submenu__list:hover:after {
    width: 100%;
    border-bottom: 3px solid #d80835;
}
.header-submenu__list a,
.header-submenu__list span:not(.txt):not(.is-thin):not(.is-sp-none) {
  color: #ffffff;
  transition: .5s ease;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  display: block;
  cursor: pointer;
}
.header-submenu__list span.txt {
  display: inline-block;
  padding-left: 40px;
  letter-spacing: 0.5px;
  position: relative;
}
.header-submenu__list span.txt::before {
  content: "";
  width: 40px;
  height: 29px;
  position: absolute;
  top: calc(50% - 14px);
  left: -5px;
}
.header-submenu__list span.txt.is-home::before {
  background: url(/resources/image/mainmap/menu_icon01.png)no-repeat center /contain;
}
.header-submenu__list span.txt.is-information::before {
  background: url(/resources/image/mainmap/menu_icon02.png)no-repeat center /contain;
}
.header-submenu__list span.txt.is-service::before {
  background: url(/resources/image/mainmap/menu_icon03.png)no-repeat center /contain;
}
.header-submenu__list span.txt.is-help::before {
  background: url(/resources/image/mainmap/menu_icon04.png)no-repeat center /contain;
}
.header-submenu__list span.txt .is-small {
  font-size: 14px;
  font-weight: normal;
}

.customer-text{
    position:relative;
    top:-10%;
}
@media (min-width: 1101px) {
  .arrow_hover.is-right {
    right: calc(50% - 564px);
  }
  .arrow_hover.is-left {
    right: calc(50% + 30px);
  }
}

@media (min-width: 768px) {
  .arrow_box-wrap.is-maxw340 {
    max-width: 340px;
  }
  .header-submenu__list:hover .arrow_hover {
    display: block;
  }
  .header-submenu__list a:hover::after,
  .header-submenu__list .menu-padding:hover::after{
    width: 100%;
    border-bottom: 3px solid #d80835;
  }
  .header-submenu__list .is-pc-none {
    display: none;
  }
  .header-submenu__list .menu-padding.is-padding {
  padding: 12px 0;
}
}

@media (min-width: 768px) and (max-width: 1100px) {

  .header-submenu__list {
    flex: 0 0 39%;
  }
  .arrow_hover {
    right: calc(50% + 10px);
  }
  .arrow_hover.is-right {
    right: calc(50% - 360px);
  }
  .arrow_hover.is-left {
    right: calc(50% - 180px);
  }

  .arrow_box-wrap {
    max-width: 480px;
  }
  .arrow_box-wrap:before {
    top: -8px;
    left: calc(50% - 3vw);
  }
  .arrow_box-wrap.is-left:before {
    top: -8px;
    left: calc(50% - 0.3vw);
  }
  ul.subnav-admin {
    flex: 0 0 39%;
    position: relative;
    /* right: 3%; */
    white-space: nowrap;
}
}

@media (max-width: 767px) {

  .pc {
    display: none !important;
  }
  #sub-nav-wrap {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .header-submenu__list .menu-padding {
    padding: 7px 0 5px ;
  }
  .header-sub__list-wrap {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .header-submenu__list {
    margin: 0;
    flex: 0 0 44%;
  }
  .customer-line a:hover::after,
  .customer-line .menu-padding:hover::after{
    width: 100%;
    border-bottom: 3px solid #d80835;
  }
  .header-submenu__list:nth-child(3) ,
  .header-submenu__list:nth-child(4) {
    border-top: 1px solid #666666;
  }
  .header-submenu__list:not(:last-child) .menu-padding::after{
    content: none;
  }

  .header-submenu__list ul {
    padding-top: 22px;
  }
  .header-submenu__list ul li:first-child {
    border-top: 1px solid #dd3857;
  }
  .header-submenu__list ul li:last-child {
    border-bottom: 1px solid #dd3857;
  }
  .header-submenu__list ul li a:not(.is-bottom) {
    border-bottom: 1px solid #dd3857;
  }

  .header-submenu__list a,
  .header-submenu__list span:not(.txt):not(.is-thin):not(.is-sp-none) {
    font-size: 13px;
    text-align: left;
  }
  .header-submenu__list span.txt {
    padding: 5px 0 8px 16px;
  }
  .header-submenu__list span.txt::before {
    width: 23px;
    height: 17px;
    background-size: contain !important;
    top: calc(50% - 9px);
    left: -9px;
  }
  .header-submenu__list span.is-sp-none {
    display: none;
  }
  .arrow_box:first-child {
    padding-bottom: 15px;
  }

  a.arrow_ttl {
    margin-top: 15px;
  }
  .arrow_box-wrap {
    max-width: none;
    margin: 0 auto;
    width: 93%;
  }
  .arrow_box ul li a p .is-thin {
    opacity: 1;
  }
  .arrow_hover {
    width:100%;
    right: 0;
  }
  .arrow_box-wrap:after {
    right: 0;
    left: auto;
  }
  .arrow_box-wrap:before {
    top: -8px;
    left: calc(50% - 38vw);
  }
  .arrow_box-wrap.is-left:before {
    top: -8px;
    left: calc(50% + 10vw);
  }
  .arrow_box:first-child {
    margin: 0;
  }
  .arrow_block {
    display: block;
  }
  span.txt.is-admin {
    right: 10%;
    }
}
@media (max-width: 400px) {
    .popup-title {
        font-size: 15px;
        line-height: 1.7;
        font-weight: 400;
    }
    .popup-subtitle {
        font-size: 11px;
    }
    li.arrow_ttl-help {
        font-weight: bold !important;
        text-align: left;
        height: 48.5px;
    }

}