@charset "UTF-8";
.contact {
  padding: 50px 0 0;
}

.p-contact-header {
  margin-bottom: 30px;
}

.p-contact-box-blue {
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
  background-color: #F4FAFD;
  border-radius: 6px;
  padding: 65px 70px 60px;
  margin: 0 auto 60px;
}

@media all and (max-width: 767px) {
  .p-contact-box-blue {
    padding: 45px 15px 20px;
    margin-bottom: 40px;
  }
}

.p-contact-box-txt {
  text-align: center;
  margin: 30px 0;
}

@media all and (max-width: 767px) {
  .p-contact-box-txt {
    text-align: left;
  }
}
.p-contact-child-head {
  margin-bottom: 40px;
}
.p-contact-child-ttl {
  font-size: 2.4rem;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .p-contact-child-ttl {
    font-size: 1.8rem;
  }
}

.p-contact-child-ttl:after {
  background-color: #6AB5E4;
  content: "";
  display: block;
  height: 4px;
  margin: 15px 0 0;
  width: 80px;
}

.p-contact-child-ttl.long-line:after {
  width: 100%;
}

.p-contact-grandchild-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}


.p-contact-list-wrapper {
  margin-bottom: 50px;
}

@media all and (max-width: 1024px) {
  .p-contact-list-wrapper {
    margin-bottom: 25px;
  }
}

.p-contact-lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 22px;
}
@media all and (max-width: 1024px) {
  .p-contact-lists {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.p-contact-list-item {
  background: #fff;
  border-radius: 6px;
  display: block;
  height: 100%;
  min-height: 206px;
  padding: 0 20px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media all and (max-width: 767px) {
  .p-contact-list-item {
    min-height: 162px;
    padding: 0 10px 10px;
  }
}

.p-contact-list-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 122px;
}

@media all and (max-width: 767px) {
  .p-contact-list-img {
    min-height: 97px;
  }
}


@media all and (max-width: 767px) {
  .p-contact-list-icon.-invoice-issue {
    margin-top: 10px;
  }
}


.p-contact-list-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: -15px;
}
.p-contact-list-ttl .bold {
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .p-contact-list-ttl {
    font-size: 1.6rem;
    white-space: nowrap;
    margin-top: 0px;
  }
  .p-contact-list-ttl .bold {
    font-weight: bold;
  }
}

.p-contact-maintenance-btn-wrapper {
  width: 100%;
  max-width: 825px;
  margin: 0 auto 0;
}

.p-contact-maintenance-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .p-contact-maintenance-lists {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.p-contact-web-btn-wrapper {
  margin: 50px 0;
}

@media all and (max-width: 767px) {
  .p-contact-web-btn-wrapper {
    margin: 25px 0 30px;
  }
}

.p-contact-application-wrapper {
  background-color: #fff;
  border-radius: 6px;
  padding: 60px 40px 50px;
}

@media all and (max-width: 767px) {
  .p-contact-application-wrapper {
    padding: 40px 15px 35px;
  }
}

.p-contact-application-txt {
  margin-bottom: 20px;
}

.p-contact-application-lists-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .p-contact-application-lists-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}

.p-contact-application-lists {
  width: 30%;
}

@media all and (max-width: 767px) {
  .p-contact-application-lists {
    width: 100%;
  }
}
.p-contact-application-list {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}

.p-contact-application-list::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #004EA2;
  position: absolute;
  top: 8px;
  left: 0;
}

.p-contact-service-link-wrapper {
  margin-top: 50px;
}

@media all and (max-width: 767px) {
  .p-contact-service-link-wrapper {
    margin-top: 30px;
  }
}

.p-contact-service-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-contact-service-link {
  width: 49%;
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .p-contact-service-link {
    width: 100%;
    margin-bottom: 20px;
  }
}


.p-contact-service-btn {
  fill: currentColor;
  overflow: hidden;
  position: relative;
}
.p-contact-service-btn:after {
  background: #fff;
  content: "";
  opacity: 0;
  transition: transform 0.4s linear, opacity 0.1s step-end;
  position: absolute;
  inset: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 100%;
}

.p-contact-service-link-item {
  align-items: center;
  background-color: #fff;
  border: 2px solid #3394D2;
  color: #222222;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 100px;
  padding: 10px 50px 10px 70px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  box-sizing: border-box;
}

.p-contact-service-link-item.p-contact-service-btn-link-on {
  padding-bottom: 90px;
}

@media all and (max-width: 767px) {
  .p-contact-service-link-item.p-contact-service-btn-link-on {
    padding-bottom: 8px;
  }
}


.p-contact-service-link-item:after {
  content: unset;
}

@media (hover: hover) and (pointer: fine) {
  .p-contact-service-link-item {
    transition: opacity 0.2s ease-out;
  }
  .p-contact-service-link-item:hover {
    opacity: 0.8;
  }
  .p-contact-service-link-item.p-contact-service-btn-link-on:hover {
    opacity: 1;
  }
}

@media all and (max-width: 767px) {
  .p-contact-service-link-item {
    padding: 8px 15px 8px 45px;
    min-height: 60px;
  }
}

@media all and (max-width: 767px) {
  .p-contact-service-btn-tel {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .p-contact-service-btn-tel:active,
  .p-contact-service-btn-tel:hover {
    opacity: 1;
  }

}

.p-contact-service-securityz-sp-link {
  padding-left: 25px;
}

.p-contact-service-link-img {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 66px;

}
@media all and (max-width: 767px) {
  .p-contact-service-link-img {
    max-width: 40px;
    left: 10px;
  }
}

@media all and (max-width: 767px) {
  .p-contact-service-btn-row .p-contact-service-link-img {
    margin-top: -10px;
  }
}

.p-contact-service-btn-link-on .p-contact-service-link-img {
  margin-top: -45px;
}


@media all and (max-width: 767px) {
  .p-contact-service-btn-link-on .p-contact-service-link-img {
    margin-top: -10px;
  }
}

.p-contact-service-link-ttl {
  display: block;
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 10px 0 10px;
}

.p-contact-service-link-ttl.txt-left {
  text-align: left;
}

@media all and (max-width: 767px) {
  .p-contact-service-link-ttl {
    font-size: 1.6rem;
    padding: 0 10px 0 5px;
  }

  .p-contact-service-btn-row .p-contact-service-link-ttl {
    padding-top: 10px;
  }
  .p-contact-service-link-ttl.txt-left {
    text-align: center;
  }

}

.p-contact-service-link-sub-ttl {
  display: block;
  color: #646464;
  font-size: 1.2rem;
  margin-top: 10px;
}

.p-contact-service-link-sub-ttl.-tel {
  font-size: 1.4rem;
}

@media all and (max-width: 767px) {
  .p-contact-service-btn-row .p-contact-service-link-sub-ttl {
    margin: 10px -20px 0 -30px;
  }
}

.p-contact-service-icon-tel {
  vertical-align: -2px;
}


.p-contact-service-btn-arrow {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  z-index: 2;
  transition: 0.2s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .p-contact-service-btn:hover:after {
    opacity: 1;
    transition: transform 0.4s linear, opacity 0.1s step-end;
    transform: scale(10000%);
  }
  .p-contact-service-btn:hover .p-contact-service-btn-arrow {
    right: 10px;
  }
}

.m-btn.-btn-mini {
  height: 51px;
}

@media all and (max-width: 767px) {
  .m-btn.-btn-mini {
    height: 72px;
  }
}

@media all and (max-width: 767px) {
  .m-btn.-btn-mini .m-btn__arrow {
    right: 10px;
  }
}

.p-contact-service-link-btn-wrapper {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  bottom: 20px;
  padding: 0 30px;
  z-index: 10;
}

@media all and (max-width: 767px) {
  .p-contact-service-link-btn-wrapper {
    position: static;
    padding: 0 0px;
    margin-top: 20px;
    border-color: #3394D2;
  }

  .p-contact-service-link-btn-wrapper .m-btn {
    border-color: #3394D2;
    color: #222222;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    fill: currentColor;
  }

  .p-contact-service-link-btn-wrapper .m-btn__arrow path {
    fill: #222222;
  }
}




.p-contact-service-securityz-sp-btn {
  display: none;
}

@media all and (max-width: 767px) {
  .p-contact-service-securityz-pc-btn {
    display: none;
  }
  .p-contact-service-securityz-sp-btn {
    display: block;
  }
}


.m-btn__sp-sub-txt {
  display: none;
}

@media all and (max-width: 767px) {
  .m-btn__sp-sub-txt {
    display: block;
    font-size: 12px;
    margin-bottom: -10px;
  }
}

.p-contact-new-btn-wrapper {
  margin-top: 50px;
}


.p-contact-other-wrapper {
  background-color: #fff;
  border-radius: 6px;
  padding: 60px 40px 50px;
  margin: 60px 0 65px;
}

@media all and (max-width: 767px) {
  .p-contact-other-wrapper {
    padding: 40px 15px 35px;
    margin-bottom: 60px;
  }
}

.p-contact-other-freedial {
  background-color: #E9F6FF;
  padding: 20px;
  margin-bottom: 65px;
}

@media all and (max-width: 767px) {
  .p-contact-other-freedial {
    background-color: transparent;
    padding: 0;
    margin-bottom: 40px;
  }
}


.p-contact-other-freedial-inner {
  background-color: #fff;
  text-align: center;
  padding: 40px 10px 20px;
}

@media all and (max-width: 767px) {
  .p-contact-other-freedial-inner {
    background-color: transparent;
    padding: 0;
  }
}

.p-contact-other-freedial-link {
  display: inline-block;
}

@media all and (max-width: 767px) {
  .p-contact-other-freedial-link {
    display: block;
    border: 2px solid #004EA2;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 15px 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}


.p-contact-other-freedial-info {
  display: inline-block;
}

.p-contact-other-freedial-icon {
  vertical-align: 15px;
}

@media all and (max-width: 767px) {
  .p-contact-other-freedial-icon {
    vertical-align: 4px;
  }
}

.p-contact-other-freedial-tel {
  font-size: 36px;
  font-weight: bold;
  color: #004EA2;
}


@media all and (max-width: 767px) {
  .p-contact-other-freedial-tel {
    font-size: 20px;
  }
}

.p-contact-other-freedial-time {
  margin-top: -5px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #646464;
}

@media all and (max-width: 767px) {
  .p-contact-other-freedial-time {
    margin-top: 0;
  }
}

.p-contact-other-guidance-txt {
  font-size: 16px;
  margin-bottom: 20px;
}


.p-contact-other-table-area {
  position: relative;
}

.p-contact-other-table {
  width: 100%;
}

@media all and (max-width: 767px) {
  .p-contact-other-table {
    width: 608px;
  }
}

.p-contact-other-table th {
  background-color: #004EA2;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .p-contact-other-table th {
    font-size: 14px;
    padding: 15px 10px;
  }
}


.p-contact-other-table td {
  background-color: #fff;
  font-size: 16px;
  color: #222;
  text-align: left;
  vertical-align: middle;
  padding: 15px 15px 15px 20px;
  border-left: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .p-contact-other-table td {
    padding: 15px 10px;
  }
}

.p-contact-other-table-header-content {
  border-left: 1px solid #004EA2;
  border-right: 1px solid #DCDCDC;
}

.p-contact-other-table-header-menu {
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #004EA2;
}

.p-contact-other-table-col01 {
  width: 17.4%;
}

@media all and (max-width: 767px) {
  .p-contact-other-table-col01 {
    width: 13.1%;
  }
}

.p-contact-other-table-col03 {
  width: 24%;
}

@media all and (max-width: 767px) {
  .p-contact-other-table-col03 {
    width: 20.5%;
  }
}

.p-contact-other-table td.p-contact-other-table-body-menu {
  text-align: center;
}

.p-contact-other-guidance-sub-txt {
  font-size: 12px;
  color: #999999;
  position: relative;
  padding-left: 16px;
  margin: 10px 0 70px;
}

.p-contact-other-guidance-sub-txt::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.p-contact-support-ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media all and (max-width: 767px) {
  .p-contact-support-ttl {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.p-contact-support-txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 35px;
}

@media all and (max-width: 767px) {
  .p-contact-support-txt {
    text-align: left;
    margin-bottom: 20px;
  }
}

.p-contact-status-icon-container {
  margin: 0 auto 59px auto;
  width: 100%;
  max-width: 552px;
}
@media all and (max-width: 767px) {
  .sp-contact-tatus-icon-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 767px) {
  .status-graph {
    margin-left: -20px!important;
  }
}

.p-contact-interview-txt {
  text-align: center;
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .p-contact-interview-txt {
    text-align: left;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  .m-btn.-interview-btn {
    height: 94px;
  }
}


.m-btn__txt .icon-mail-sp {
  display: none;
}

@media all and (max-width: 767px) {
  .m-btn__txt .icon-mail-sp {
    display: inline;
    vertical-align: -3px;
    margin-right: 8px;
  }
}


.m-btn__txt.-mail {
  color: #646464;
  margin-top: -20px;
  padding-left: 33px;
  background: url("../img/contact/icon-mail.svg") no-repeat 0 5px;
}

.m-btn.-interview-btn:hover .m-btn__txt.-mail {
  background: url("../img/contact/icon-mail-white.svg") no-repeat 0 5px;

}


@media all and (max-width: 767px) {
  .m-btn__txt.-mail {
    font-size: 12px;
    margin-top: -35px;
    padding-left: 0;
    background-image: none;
  }
}

.m-btn__txt.-mail .icon-mail {
  vertical-align: -1px;
  margin-right: 12px;
}

@media all and (max-width: 767px) {
  .m-btn__txt.-mail .icon-mail {
    display: none;
  }
}

