#contact--top .contactInfo--anclink {
  margin: 10px auto;
}
#contact--top .contactInfo--anclink--btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #contact--top .contactInfo--anclink--btn {
    display: block;
  }
}
#contact--top .contactInfo--anclink--btn li {
  text-align: center;
  width: calc(1024px / 3);
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  #contact--top .contactInfo--anclink--btn li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
#contact--top .contactInfo--anclink--btn li:nth-of-type(4) a {
  padding-top: 10px;
}
#contact--top .contactInfo--anclink--btn li:first-of-type {
  margin-left: 0px;
}
#contact--top .contactInfo--anclink--btn li:last-of-type {
  margin-right: 0px;
}
#contact--top .contactInfo--anclink--btn li a {
  font-size: 14px;
  color: #304993;
  border-radius: 10px;
  border: 2px solid #304993;
  padding-top: 20px;
  padding-bottom: 25px;
  font-weight: 900;
  display: block;
  position: relative;
  line-height: 1.13;
  letter-spacing: 0.64px;
  height: 100%;
}
#contact--top .contactInfo--anclink--btn li a:before, #contact--top .contactInfo--anclink--btn li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #304993;
  border-right: 2px solid #304993;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#contact--top .contactInfo--anclink--btn li a:before {
  bottom: 12px;
}
#contact--top .contactInfo--title {
  padding-top: 80px;
  text-align: center;
  font-size: 28px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  position: relative;
  letter-spacing: 1.20px;
  padding-bottom: 40px;
  color: #333;
}
#contact--top .contactInfo--title:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: #304993;
  left: 0;
  right: 0;
  bottom: 25px;
}
#contact--top .contactInfo--title--text {
  margin-top: -20px;
  margin-bottom: 60px;
}
#contact--top .contactInfo--title--text p {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.48px;
  text-align: center;
}
#contact--top .contactInfo--title--text p span {
  font-size: 12px;
  color: #304993;
}
#contact--top .contactInfo--lists {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #contact--top .contactInfo--lists {
    padding-bottom: 40px;
  }
}
#contact--top .contactInfo--lists li {
  counter-increment: li;
  border-radius: 16px;
  border: solid 1px #304993;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 24px;
}
#contact--top .contactInfo--lists--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contact--top .contactInfo--lists--title .left--block {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contact--top .contactInfo--lists--title .left--block {
    display: block;
  }
}
#contact--top .contactInfo--lists--title p {
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: 0.64px;
  text-align: left;
  color: #304993;
  margin-right: 5px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #contact--top .contactInfo--lists--title p {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
#contact--top .contactInfo--lists--title .btn {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
}
#contact--top .contactInfo--lists--title .btn:before, #contact--top .contactInfo--lists--title .btn:after {
  position: absolute;
  top: 11px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #304993;
  border-top: 2px solid #304993;
  transform: translateX(-50%);
  transition: .3s;
}
#contact--top .contactInfo--lists--title .btn:before {
  top: 0px;
  left: -11px;
  transform: rotate(90deg);
}
#contact--top .contactInfo--lists--title .btn.open:before {
  opacity: 0;
}
#contact--top .contactInfo--lists--title--label {
  width: 570px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #contact--top .contactInfo--lists--title--label {
    width: 100%;
    margin-right: 0px;
    justify-content: flex-start;
  }
}
#contact--top .contactInfo--lists--title--label li {
  margin-bottom: 0px;
  border-radius: 8px;
  padding: 8px 6px 4px;
  margin: 5px;
  background: #304993;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.56px;
  width: 125px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact--top .contactInfo--lists--title--label li {
    font-size: 12px;
    margin: 0;
    padding-bottom: 6px;
    margin-right: 4px;
    width: auto;
  }
}
#contact--top .contactInfo--lists--title--label li.bg-gray {
  background: #d0d0d0;
  border: #d0d0d0;
}
#contact--top .contactInfo--lists--contents {
  display: none;
  align-items: flex-start;
  margin-right: 60px;
  border-top: 1px solid #787878;
  padding-top: 20px;
  margin-top: 20px;
}
#contact--top .contactInfo--lists--contents .answer {
  font-size: 14px;
  color: #464646;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 10px;
}
#contact--top .contactInfo--lists--contents .answer:last-of-type {
  margin-bottom: 0;
}
#contact--top .contactInfo--lists--contents .answer a {
  color: blue;
}
#contact--top .contactInfo--lists--contents.open {
  display: flex;
}
@media screen and (max-width: 768px) {
  #contact--top .contactInfo--lists--contents {
    margin-right: 20px;
  }
}
#contact--top .contactInfo--lists--contents--inner {
  margin-left: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contact--top .contactInfo--lists--contents--inner {
    width: 100%;
    margin-left: 0px;
  }
}
#contact--top .contactInfo--lists--contents--inner--linkbox {
  margin-bottom: 25px;
  display: inline-block;
}
#contact--top .contactInfo--lists--contents--details tr th {
  font-weight: bold;
  text-align: right;
  padding-right: 15px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #contact--top .contactInfo--lists--contents--details tr th {
    text-align: left;
    display: block;
    padding-bottom: 0px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  #contact--top .contactInfo--lists--contents--details tr td {
    display: block;
    font-size: 14px;
  }
}
#contact--top .contactInfo--lists--contents--details tr td.message {
  line-height: 1.5;
  color: red;
}
#contact--top .contactInfo--section--title {
  margin-top: -120px;
  padding-top: 120px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contact--top .contactInfo--section--title {
    margin-top: -60px;
    padding-top: 60px;
  }
}
