@charset "UTF-8";

#main a {
  text-decoration: none;
}

/*----- .center_files -----*/
.center_files .intro-title {
  margin-bottom: 30px;
}

.read_text {
  margin-bottom: 40px;
}

.center_files #main_content {
  float: none;
  width: 100%;
}

.center_files #main_content > section {
  border: none;
  border-radius: 0;
}

.ht_voice #ht_map_list {
  display: flex;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .ht_voice #ht_map_list {
    flex-direction: column;
  }
}

.ht_voice #ht_map_list div h4 {
  font-size: 16px;
}

.ht_voice #ht_map_list div li {
  font-size: 16px;
}

.ht_voice #ht_map_list div li a {
  text-decoration: underline;
}


/*----- .center_files_detail -----*/
.center_files_detail #main_content {
  float: none;
  width: 100%;
}

.center_files_detail #main_content > section {
  border: none;
  border-radius: 0;
}

.center_files_detail .ht_voice_content .tab {
  width: 100%;
}

@media (min-width: 767px) {
  .center_files_detail .ht_voice_content #ht_mainvisual h2 {
    width: calc(100% - 400px);
  }
}

@media (min-width: 767px) {
  .center_files_detail .ht_voice_content #ht_mainvisual .ht_teacher_name {
    width: calc(100% - 400px);
  }
}

.center_files_detail #main .ht_voice_content .box_link {
  display: block;
  width: 300px !important;
}

.center_files_detail #main .ht_voice_content .box_link a {
  background: #fff;
  border-radius: 999px;
  box-sizing: border-box;
  box-shadow: none;
  display: block;
  width: 100%;
}

.center_files_detail #main .ht_voice_content .box_link a span {
  background-position-y: -645px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .center_files_detail #main .ht_voice_content .box_link a span {
    background-position-y: -352px;
  }
}