@charset "UTF-8";
.tab-area a.english-tab-link {
  color: inherit;
}

.english-title-box {
  margin: 0 auto 5vh;
}

.english-title-box h3.english-title {
  width: 100%;
  background: #4678ff;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  position: relative;
  display: block;
}

.english-title-box h3.english-title::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.english-title-box .english-img-box {
  width: 100%;
  height: 35vh;
  overflow: hidden;
}

.english-title-box .english-img-box img {
  width: 100%;
}

.list-content-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 5vh;
}

.list-content-box .left-box {
  width: 29%;
}

.list-content-box .left-box img {
  width: 100%;
}

.list-content-box .right-box {
  width: 69%;
}

@media screen and (max-width: 768px) {
  .english .tab-area {
    width: 100%;
  }
  .english .tab-area li {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 3vh 0;
  }
  .english-title-box {
    margin: 0 auto 5vh;
  }
  .english-title-box h3.english-title {
    width: 100%;
    background: #4678ff;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    position: relative;
    display: block;
  }
  .english-title-box h3.english-title::after {
    content: "＞";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .english-title-box .english-img-box {
    height: 100%;
  }
  .list-content-box {
    display: block;
  }
  .list-content-box .left-box {
    width: 100%;
    margin: 0 auto 5vh;
  }
  .list-content-box .right-box {
    width: 100%;
  }
}
/*# sourceMappingURL=maps/english.css.map */
