@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.iLearning-page-contact * {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 0;
}

.iLearning-page-contact i {
  font-family: "Font Awesome 6 Free";
}

.iLearning-page-contact section {
  margin-bottom: 60px;
}

#secondMain820R h2, #secondMain820R h3 {
  margin: 0 !important;
  margin-bottom: 2rem !important;
}

.button {
  display: flex;
  justify-content: center;
}

.faq-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00357E;
  font-weight: bold;
  border: 1px solid #00357E;
  border-radius: 9999px;
  padding: 10px 20px;
  background-color: #fff;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.faq-button:hover {
  text-decoration: none;
}

.faq-button i {
  margin-left: 8px;
}

.faq-button:hover {
  background-color: #00357E;
  color: #fff;
}

.contactBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contactBox {
    flex-direction: column;
  }
}

.secTtl {
  font-size: 2rem;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}

.secTtl-contact {
  border-bottom: dotted 5px;
  text-align: center;
  font-size: 2rem;
  padding-bottom: 1rem;
}

.secTtl-contact {
  border-bottom: dotted 5px;
  text-align: center;
  font-size: 2rem;
  padding-bottom: 1rem;
}

.boxService {
  width: 49%;
  background: #F5FFFF;
  border-radius: 20px;
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  .boxService {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.boxService .secTtl-contact {
  border-color: #00357E;
}
.boxService .button {
  margin-top: 2rem;
}
.boxService .faq-button {
  color: #fff;
  border: 1px solid #00357E;
  background-color: #00357E;
}
.boxService .faq-button:hover {
  text-decoration: none;
  background: #fff;
  color: #00357E;
}

.soudan {
  display: flex;
  justify-content: space-between;
}
.soudan img {
  width: 30%;
}

.boxOpen {
  width: 49%;
  background: #FEFFF5;
  border-radius: 20px;
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  .boxOpen {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.boxOpen .secTtl-contact {
  border-color: #FFE25A;
}
.boxOpen .button {
  margin-top: 2rem;
}
.boxOpen .faq-button {
  color: #fff;
  border: 1px solid #F8D014;
  background-color: #F8D014;
}
.boxOpen .faq-button:hover {
  text-decoration: none;
  background: #fff;
  color: #F8D014;
}

.boxdetail {
  background: #fff;
  border-radius: 30px;
  padding: 1.5rem;
  margin: 1.5rem auto;
}

.boxOther {
  width: 49%;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .boxOther {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.boxOther .secTtl-contact {
  border-color: #9C9C9C;
  width: 100%;
}

.urgent-tag {
  display: inline-block;
  padding: 5px 16px;
  border: 2px solid #002f6c;
  border-radius: 24px;
  font-weight: bold;
  color: #002f6c;
  margin-bottom: 10px;
  position: relative;
}

.urgent-tag::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #002f6c;
}

.phone-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
  gap: 16px;
}

.phone-box i {
  font-size: 32px;
  color: #002f6c;
}

.phone-info .label {
  font-size: 16px;
  color: #002f6c;
  font-weight: bold;
}

.phone-info .number {
  font-size: 28px;
  font-weight: bold;
  color: #002f6c;
  margin-top: 4px;
}

.time-info {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}

.pageLinkGraph {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.pageLinkGraph_block {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 10px 20px;
  position: relative;
}

.pageLinkGraph_txt {
  font-size: 14px;
  margin-top: 10px;
}/*# sourceMappingURL=contact.css.map */