@charset "utf-8";

.title {
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  text-align: center;
  background-color: #0014ac;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235661b5' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.visa-intro-list {
  font-size: 1.6rem;
  width: 620px;
  max-width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.visa-intro-list-row {
  display: flex;
  margin-bottom: 5px;
}

.visa-intro-list span {
  background: linear-gradient(transparent 70%, #f9b737 70%);
}

.visa-intro-list-box1 {
  width: 180px;
  flex-shrink: 0;
}

.visa-intro-text {
  width: 550px;
  max-width: 90%;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.visa-details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 930px;
  max-width: 90%;
  padding-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.visa-details li {
  width: 430px;
  margin-left: 15px;
  margin-right: 15px;
}

.visa-details-text h2 {
  font-size: 3.3rem;
  color: #05173f;
}

.visa-details-text h3 {
  color: #0014ac;
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 8px;
}

.visa-details-text p {
  line-height: 1.5;
  margin-top: 12px;
}

.visa-details-img {
  text-align: center;
  position: relative;
  margin-top: 10px;
}

.visa-details-img h2 {
  width: 200px;
  font-size: 2.2rem;
  color: #05173f;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 100px);
}

.link-button-area {
  text-align: center;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: calc(50% + 20px);
  left: calc(50% - 65px);
}

.link-button {
  display: inline-block;
  color: #ffffff;
  background-color: #05173f;
  min-width: 130px;
  line-height: 25px;
  border: 1px solid #05173f;
  border-radius: 10px;
}

.link-button:hover {
  font-weight: bold;
}

.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {

  .title {
    font-size: 12px;
    height: 55px;
    line-height: 55px;
  }

  .visa-intro-list-box1 {
    width: 160px;
  }

  .visa-intro-text {
    text-align: center;
  }

}