@charset "utf-8";
/*  背景 */
#news{ background: #DAEFDD;}

/*  発地 */
li.deptchange-item[data-dept="SPK"]{display: none;}
li.deptchange-item[data-dept="NGO"]{display: none;}
li.deptchange-item[data-dept="FUK"]{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);}
  :not(.pagenav-dept) > .deptchange .deptchange-list:not(.-depttotal4) .deptchange-item:nth-child(n+4){ border-top: none;}
  :not(.pagenav-dept) > .deptchange .deptchange-list:not(.-depttotal4) .deptchange-item:nth-child(4):before {display:block; }
}

/*mvテキスト背景調整*/
.mv-lead {background-color: rgba(255, 255, 255, 0.9);}

/* MAP */
@media screen and (max-width: 768px){
  .map-list-wrap svg{ vertical-align:baseline;}
  .map-list_item span.ico-place:before{ width: 16px; height: 16px;}
  .map-list_item span.area{ font-size: 1.2rem;}
  .map-cassette_btn a{font-size: 1.2rem;}
  .map-list_item[data-area="mexico"]    { top: 12%; left: 2%;}
  .map-list_item[data-area="caribbean"] { top: 22%; left: 2%;}
  .map-list_item[data-area="colombia"]  { top: 32%; left: 2%;}
  .map-list_item[data-area="ecuador"]   { top: 42%; left: 2%;}
  .map-list_item[data-area="peru"]      { top: 52%; left: 2%;}
  .map-list_item[data-area="bolivia"]   { top: 62%; left: 2%;}
  .map-list_item[data-area="chile"]     { top: 72%; left: 2%;}
  .map-list_item[data-area="cuba"]      { top:  2%; left: 48%;}
  .map-list_item[data-area="venezuela"] { top: 16%; left: 60%;}
  .map-list_item[data-area="brazil"]    { top: 28%; left: 74%;}
  .map-list_item[data-area="argentine"] { top: 76%; left: 56%;}
  .map-list .areapage_link.america{ top: 2%; right: 2%;}
  .map-list .areapage_link.africa { bottom: 2%; right: 2%;}
  .map-list .areapage_link.oceania{ bottom: 2%; left: 2%;}
}
@media screen and (min-width: 769px) {
  .map-list_item[data-area="mexico"]    { top: 12%; left: 12%;}
  .map-list_item[data-area="caribbean"] { top: 20%; left: 20%;}
  .map-list_item[data-area="colombia"]  { top: 28%; left: 26%;}
  .map-list_item[data-area="ecuador"]   { top: 35%; left: 26%;}
  .map-list_item[data-area="peru"]      { top: 42%; left: 30%;}
  .map-list_item[data-area="bolivia"]   { top: 52%; left: 22%;}
  .map-list_item[data-area="chile"]     { top: 60%; left: 36%;}
  .map-list_item[data-area="cuba"]      { top:  6%; left: 48%;}
  .map-list_item[data-area="venezuela"] { top: 22%; left: 60%;}
  .map-list_item[data-area="brazil"]    { top: 46%; left: 72%;}
  .map-list_item[data-area="argentine"] { top: 80%; left: 56%;}
  .map-list .areapage_link.america{ top: 2%; left: 2%;}
  .map-list .areapage_link.africa { bottom: 2%; right: 2%;}
  .map-list .areapage_link.oceania{ bottom: 2%; left: 2%;}
}
