@charset "utf-8";


/* --------------------------------------------------------------------------------
   Shered
-------------------------------------------------------------------------------- */

.header {
  margin-bottom: 0;
  width: 100%;
  min-height: 43px;
  padding-bottom: 20px;
}
#contents-area,
#contents-body,
.lyt-col-1 #contents-body {
  float: none;
  width: 100%;
  max-width: 2000px;
}
#contents-body {
  display: block;
  padding-top: 40px;
}
.contents-inner {
  width: 950px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.contents-inner:first-child {
  margin-top: 0;
}
#contents-footer {
  width: 990px;
  margin: 0 auto;
}
[class*="list-"].note>li {
  font-size: 100%;
}
.clearfix::after {
  content    : ".";
  height     : 0px;
  clear      : both;
  visibility   : hidden;
  display    : block;
}
.clearfix {
  zoom:100%;
}
.contents-inner ul:last-child,
.contents-inner li:last-child,
.contents-inner p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------------
   Individual
-------------------------------------------------------------------------------- */

.sp_only{
 display: none;
}

.military_mv{
    height: 500px;
    background: url(/en/mobile/set/data/special/military/shop-location/img/p/fig_mv.jpg) no-repeat center bottom;
    min-width: 950px;
}

.mainland_mv{
    height: 360px;
    background: url(/en/mobile/set/data/special/military/shop-location/img/p/fig_mainland_mv.jpg) no-repeat center bottom;
    min-width: 950px;
    padding-top: 60px;
}

.okinawa_mv{
    height: 360px;
    background: url(/en/mobile/set/data/special/military/shop-location/img/p/fig_okinawa_mv.jpg) no-repeat center bottom;
    min-width: 950px;
    padding-top: 60px;
}

.military_gnav{
    background-color: #d0db01;
    width: 100%;
    box-shadow: 0 6px 12px #8080807a;
}

.fixed{
    position: sticky;
    top: 0;
    z-index: 999;
}

@media all and (-ms-high-contrast: none){
.fixed{
    position: fixed;
    top: 0;
    z-index: 999;
}
}

.military_gnav nav{
    padding: 16px 0;
}

.military_gnav ul{
    list-style: none;
    display: table;
    border-collapse: separate;
    table-layout: fixed;
    width: 950px;
    min-width: 950px;
    margin: 0 auto;
}

.military_gnav li{
    text-align: center;
    line-height: 1;
    float: left;
    width: 24.84%;
    padding: 5px 0;
    border-left: solid 1px #f3f6bf;
    font-size: 18px;
}

.military_gnav li:last-child{
    border-right: solid 1px #f3f6bf;	
}

.military_gnav li a{
    color: #414042;
}

.military_wrapper{
  width: 100%;
}

.military_wrapper section{
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  min-width: 950px;
  margin-bottom: 50px;
}

.military_wrapper section #map-anchor{
  width: 950px;
  margin-top: -70px;
}

.military_wrapper section #map-anchor a{
  text-decoration: none;
  color: #000;
}

.military_wrapper section #map-anchor .map-mainland{
    float: left;
}

.military_wrapper section #map-anchor .map-okinawa{
    float: right;
}

.military_wrapper section #map-anchor .map-mainland,
.military_wrapper section #map-anchor .map-okinawa{
    position: relative;
    filter: drop-shadow(0px 0px 13px rgba(0,0,0,0.4));
}

.military_wrapper section #map-anchor .map-mainland h2,
.military_wrapper section #map-anchor .map-okinawa h2{
    position: absolute;
    z-index: 998;
    top: 12px;
    left: 142px;
}

.mainland_wrapper section,
.okinawa_wrapper section{
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  min-width: 950px;
  padding: 60px 0;
}

.mainland_wrapper section .flex,
.okinawa_wrapper section .flex{
  display: flex;
  display: -webkit-box;  
  display: -webkit-flex; 
  display: -ms-flexbox; 
  justify-content: start;
  -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
  margin-top: 40px;
}

.mainland_wrapper section .flex:first-child,
.okinawa_wrapper section .flex:first-child{
  margin-top: 0;
}

.mainland_wrapper section .flex .contents,
.okinawa_wrapper section .flex .contents{
  width: 300px;
  filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.3));
  display: flex;
  display: -webkit-box;  
  display: -webkit-flex; 
  display: -ms-flexbox; 
  flex-direction: column;
  margin-right: 25px;
  min-width: 300px;
  max-width: 300px;
}

.mainland_wrapper section .flex .contents h3,
.okinawa_wrapper section .flex .contents h3{
  background-color: #d0db01;
  text-align: center;
  padding: 15px 0;
  font-weight: 900;
}

.mainland_wrapper section .flex .contents .detail,
.okinawa_wrapper section .flex .contents .detail{
  padding: 10px 20px;
  background-color: #f2f2f2;
  flex: 1 0 auto;
}

.mainland_wrapper section .flex .contents .detail p,
.okinawa_wrapper section .flex .contents .detail p{
  padding: 10px 0;
  margin: 0;
}

.mainland_wrapper section .flex .contents .detail p span,
.okinawa_wrapper section .flex .contents .detail p span{
  font-weight: bold;
}

.mainland_wrapper section .flex .contents .detail p:last-child,
.okinawa_wrapper section .flex .contents .detail p:last-child{
  border-top: solid 2px #c6c6c7;
}

.f-color-red{
  color: red;
}

.military_wrapper .notice_area{
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon_arrow_navy{
  vertical-align: baseline;
}