@charset "utf-8";
/*  発地 */
li.deptchange-item[data-dept="SPK"]{display: none;}
@media screen and (max-width: 999px) {
  :not(.pagenav-dept) > .deptchange .deptchange-list.-depttotal5 .deptchange-item:nth-child(-n + 3){width: calc(100% / 2);}
}

/*  MAP */
@media screen and (max-width: 768px){
  .map-list_item span.area{ font-size: 1.2rem;}
  .map-cassette_btn a{font-size: 1.2rem;}
  .map-list-wrap svg{ vertical-align:baseline;}
  .map-list .areapage_link.europe{ top: 2%; left: 2%;}
  .map-list .areapage_link.middle-east{ top: 14%; right: 2%;}
  .map-list .areapage_link.america            { top: 78%; left: 2%;}
  .map-list .areapage_link.south-america      { top: 88%; left: 2%;}
  .map-list_item[data-area="egypt"]           { top: 1%; right: 2%;}
  .map-list_item[data-area="morocco"]         { top: 16%; left: 2%;}
  .map-list_item[data-area="algeria"]         { top: 26%; left: 2%;}
  .map-list_item[data-area="tunisia"]         { top: 36%; left: 2%;}
  .map-list_item[data-area="zambia"]          { top: 48%; left: 22%;}
  .map-list_item[data-area="namibia"]         { top: 58%; left: 22%;}
  .map-list_item[data-area="botswana"]        { top: 68%; left: 22%;}
  .map-list_item[data-area="zimbabwe"]        { top: 78%; left: 22%;}
  .map-list_item[data-area="south-africa"]    { top: 88%; left: 22%;}
  .map-list_item[data-area="ethiopia"]        { top: 30%; right: 2%;}
  .map-list_item[data-area="kenya"]           { top: 45%; right: 2%;}
  .map-list_item[data-area="united_tanzania"] { top: 55%; right: 2%;}
  .map-list_item[data-area="madagascar"]      { top: 84%; right: 2%;}
}
@media screen and (min-width: 769px) {
  .map-list { width: 100%; display: flex; justify-content: flex-end; }
  .map-list-wrap svg { width: auto;}
  .map-list .areapage_link.europe             { top:  2%; left: 26%;}
  .map-list .areapage_link.middle-east        { top: 16%; right: 2%;}
  .map-list .areapage_link.america            { top:  2%; left:  2%;}
  .map-list .areapage_link.south-america      { top:  8%; left:  2%;}
  .map-list_item[data-area="egypt"]           { top:  9%; left: 60%;}
  .map-list_item[data-area="morocco"]         { top: 12%; left: 26%;}
  .map-list_item[data-area="algeria"]         { top: 19%; left: 20%;}
  .map-list_item[data-area="tunisia"]         { top: 26%; left: 18%;}
  .map-list_item[data-area="ethiopia"]        { top: 45%; left: 84%;}
  .map-list_item[data-area="kenya"]           { top: 52%; left: 82%;}
  .map-list_item[data-area="united_tanzania"] { top: 59%; left: 80%;}
  .map-list_item[data-area="zambia"]          { top: 62%; left: 36%;}
  .map-list_item[data-area="namibia"]         { top: 69%; left: 34%;}
  .map-list_item[data-area="botswana"]        { top: 76%; left: 36%;}
  .map-list_item[data-area="zimbabwe"]        { top: 83%; left: 38%;}
  .map-list_item[data-area="south-africa"]    { top: 90%; left: 40%;}
  .map-list_item[data-area="madagascar"]      { top: 86%; left: 75%;}
}