.planModal {
  overflow: scroll;
}

.annotation_modal_body {
  padding: 20px 18px;
  background: #fff;
}

.annotation_modal .annotation_modal_body .lead_text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  border: 2px solid #ccc;
  padding: 10px 15px 8px;
  background: #faf3f3;
}

.annotation_modal .annotation_modal_body .annotation_modal_text {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.annotation_modal .annotation_modal_body .annotation_modal_text a.text_link {
  text-decoration: underline;
}

.annotation_modal .annotation_modal_body .annotation_modal_text a.text_link:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 5px;
  margin: -2px 5px 0 2px;
  background: url(/common/images/btn/arw_btmAnnotation.png) no-repeat;
  vertical-align: middle;
}

.annotation_modal .annotation_modal_body .annotation_modal_text .accordion_area_box {
  display: none;
  background: #f9f7f7;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px 10px 5px;
  border: 1px dotted #ccc;
}

.annotation_modal .annotation_modal_body .annotation_modal_text .accordion_area_box dd {
  margin-bottom: 5px;
  padding-left: 1em;
}

.annotation_modal .annotation_modal_body .annotation_modal_text dd {
  padding-left: 1.9em;
  font-size: 14px;
  font-size: 1.4rem;
}

.annotation_modal .annotation_modal_body .annotation_modal_text dt {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.annotation_modal .annotation_modal_body .util_marker {
  line-height: 1.2;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  background: -moz-linear-gradient(transparent 70%, #FECDC6 0%);
  background: -webkit-linear-gradient(transparent 70%, #FECDC6 0%);
  background: -ms-linear-gradient(transparent 70%, #FECDC6 0%);
  background: -o-linear-gradient(transparent 70%, #FECDC6 0%);
  background: linear-gradient(transparent 70%, #FECDC6 0%);
  background: #fef4c6\9;
  padding: 0 2px;
}

.annotation_modal .annotation_modal_body .util_marker02 {
  display: inline-block;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  background: -moz-linear-gradient(transparent 70%, #FECDC6 0%);
  background: -webkit-linear-gradient(transparent 70%, #FECDC6 0%);
  background: -ms-linear-gradient(transparent 70%, #FECDC6 0%);
  background: -o-linear-gradient(transparent 70%, #FECDC6 0%);
  background: linear-gradient(transparent 70%, #FECDC6 0%);
  background: #fef4c6\9;
}

.annotation_modal_body .modal_title {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .annotation_modal_body .modal_title {
    margin-bottom: 10px;
  }
}

.annotation_modal_body .modal_title span {
  font-size: 14px;
  font-size: 1.4rem;
}

.annotation_modal_body .modal_table_content {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .annotation_modal_body .modal_table_content {
    margin-top: 15px;
  }
}

.annotation_modal_body .modal_table {
  width: 50%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
}

@media screen and (max-width: 767px) {
  .annotation_modal_body .modal_table {
    width: 100%;
    margin: 0;
  }
}

.annotation_modal_body .modal_table + .modal_table {
  border-top: none;
}

.annotation_modal_body .modal_table.tableR {
  border-left: none;
}

.annotation_modal_body .modal_table th,
.annotation_modal_body .modal_table td {
  padding: 5px 13px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

.annotation_modal_body .modal_table th {
  font-weight: bold;
}

.annotation_modal_body .modal_table .area {
  height: 200px;
  width: 8px;
  z-index: 0;
}

.annotation_modal_body .modal_table .area p {
  width: 8px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .1em;
  line-height: 8px;
  z-index: 1;
  display: block;
}

.annotation_modal_body .modal_table .area_hokkaido_tohoku {
  background: #d0dcea;
}

.annotation_modal_body .modal_table .area_hokkaido_tohoku p {
  height: 100px;
  bottom: 63px;
}

.annotation_modal_body .modal_table .prefectures_hokkaido_tohoku {
  background: #e8eef5;
}

.annotation_modal_body .modal_table .area_kanto {
  background: #daecec;
}

.annotation_modal_body .modal_table .area_kanto p {
  height: 35px;
  bottom: 150px;
}

.annotation_modal_body .modal_table .prefectures_kanto {
  background: #edf6f6;
}

.annotation_modal_body .modal_table .area_chubu_koushinetsu {
  background: #eaefd8;
}

.annotation_modal_body .modal_table .area_chubu_koushinetsu p {
  height: 100px;
  bottom: 130px;
}

.annotation_modal_body .modal_table .prefectures_chubu_koushinetsu {
  background: #f5f7ec;
}

.annotation_modal_body .modal_table .area_kansai {
  background: #f4f2db;
}

.annotation_modal_body .modal_table .area_kansai p {
  height: 35px;
  bottom: 95px;
}

.annotation_modal_body .modal_table .prefectures_kansai {
  background: #faf9ed;
}

.annotation_modal_body .modal_table .area_chugoku_shikoku {
  background: #f6e7d2;
}

.annotation_modal_body .modal_table .area_chugoku_shikoku p {
  height: 83px;
  bottom: 110px;
}

.annotation_modal_body .modal_table .prefectures_chugoku_shikoku {
  background: #fbf3e9;
}

.annotation_modal_body .modal_table .area_kyusyu_okinawa {
  background: #f5ddd9;
}

.annotation_modal_body .modal_table .area_kyusyu_okinawa p {
  height: 83px;
  bottom: 130px;
}

.annotation_modal_body .modal_table .prefectures_kyusyu_okinawa {
  background: #faeeec;
}

.annotation_modal_body .notes_modal_text {
  margin-top: 15px;
}

.annotation_modal_body .notes_modal_text li {
  font-size: 13px;
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .annotation_modal_body .notes_modal_text li {
    margin-left: 0;
  }
}

.annotation_modal_body .notes_modal_text li sup {
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 12px;
  margin-top: 12px;
}

.annotation_modal_body .words_modal_text {
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #eee;
  padding: 15px;
  width: 100%;
  line-height: 1.6;
  margin-top: 15px;
}

.annotation_modal_body .words_modal_text dd + dt {
  margin-top: .3em;
}

.annotation_modal_body .words_modal_text dd + dt + dd {
  margin-top: .3em;
}

@media screen and (max-width: 767px) {
  .annotation_modal_body .words_modal_text dd + dt + dd {
    margin-top: 0;
  }
}

.annotation_modal_body .words_modal_text dt {
  width: 100px;
  float: left;
  clear: left;
}

.annotation_modal_body .words_modal_text dt em {
  font-weight: bold;
}

.annotation_modal_body .words_modal_text dd {
  width: 640px;
  float: left;
  clear: right;
}

@media screen and (max-width: 767px) {
  .annotation_modal_body .words_modal_text dd {
    width: 100%;
  }
}

.planModal .inner .close-btn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 40px;
  font-weight: 100;
  right: 39px;
  top: 5px;
  line-height: 50px;
  cursor: pointer;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .planModal .inner .close-btn {
    width: 9.375vw;
    height: 9.375vw;
    right: 3.125vw;
    top: 1.5625vw;
  }
}

.planModal .inner .close-btn:before {
  position: absolute;
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  transform: rotate(-45deg);
  background: #000;
}

@media screen and (max-width: 767px) {
  .planModal .inner .close-btn:before {
    width: 7.03125vw;
    height: 0.3125vw;
  }
}

.planModal .inner .close-btn:after {
  position: absolute;
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  transform: rotate(45deg);
  background: #000;
}

@media screen and (max-width: 767px) {
  .planModal .inner .close-btn:after {
    width: 7.03125vw;
    height: 0.3125vw;
  }
}
