/* ANAカード共通メニュー */
.ana-card-common-menu {
  background-color: #173980;
  padding-left: 20px;
  padding-right: 20px;
}
.ana-card-common-menu-inner {
  max-width:1200px;
  margin: 0 auto;
}
.ana-card-common-menu-logo {
  width: 135px;
  float: left;
  padding-top: 14px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .ana-card-common-menu-logo {
    width: 10vw;
  }
}
.ana-card-common-menu-logo-image {
  vertical-align: top;
}
.ana-card-common-menu-togglebutton {
  display: none;
}
.ana-card-common-menu-togglebutton .invisible {
  position: absolute;
  overflow: hidden;
  clip: rect(0,0,0,0);
  width: 0;
  height: 0;
  margin: -1px;
  padding: 0;
  border: 0;
}
.ana-card-common-menu-togglebutton-inner {
  display: block;
  background: #fff;
  height: 1px;
  margin: 0.45em auto;
  position: absolute;
  right: 15px;
  top: 35%;
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  width: 2rem;
}
.ana-card-common-menu-togglebutton-inner:before,
.ana-card-common-menu-togglebutton-inner:after {
  background: #fff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 2rem;
}
.ana-card-common-menu-togglebutton-inner:before {
  top:-8px;
}
.ana-card-common-menu-togglebutton-inner:after {
  top:8px;
}
.ana-card-common-menu-togglebutton.open .ana-card-common-menu-togglebutton-inner {
  background-color: transparent;
}
.ana-card-common-menu-togglebutton.open .ana-card-common-menu-togglebutton-inner:before {
  top:0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ana-card-common-menu-togglebutton.open .ana-card-common-menu-togglebutton-inner:after {
  top:0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ana-card-common-menu-nav {
  margin: 0 auto;
  width: 80%;
  float: right;
}
.ana-card-common-menu-list {
  font-size: 0;
}
.ana-card-common-menu-list-item {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  text-align: center;
}
.ana-card-common-menu-list-item-link {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  padding: 17px 5px;
  line-height: 1.4;
}
.ana-card-common-menu-list-item-link:link,
.ana-card-common-menu-list-item-link:visited {
  color: #fff;
}
.ana-card-common-menu-list-item-link:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background-color: #00146e;
}
.ana-card-common-menu-list-item-link[aria-current="page"]{
  background-color: #00146e;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .ana-card-common-menu-list-item-link {
    font-size: 1.5vw;
  }
}

@media(max-width: 768px) {
  .ana-card-common-menu {
    padding-right: 1.5%;
    padding-left: 1.5%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .ana-card-common-menu-logo {
    margin: 0 auto;
    max-width: 140px;
    padding: 12px 0 8px;
    text-align: center;
    width: 35%;
    float: none;
  }
  .ana-card-common-menu-logo-image {
    width: 80%;
  }
  .ana-card-common-menu-togglebutton {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-color: #122760;
    border: none;
  }
  .ana-card-common-menu-nav {
    display: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
  }
  .ana-card-common-menu-nav.open {
    display: block;
    position: absolute;
    top: calc(100% - 24px);
    left: 0;
    width: 100%;
    background-color: #122760;
    float: none;
    z-index: 9999;
  }
  .ana-card-common-menu-nav.reveal {
    opacity: 1;
    top: 100%;
  }
  .ana-card-common-menu-list {
    position: relative;
  }
  .ana-card-common-menu-list-item {
    width: 100%;
    display: block;
    border-top: 1px solid #173980;
  }
  .ana-card-common-menu-list-item:first-child {
    border-top: none;
  }
  .ana-card-common-menu-list-item-link {
    padding:16.5px 0;
    position: relative;
    font-size: 1.5rem;
  }
  .ana-card-common-menu-list-item-link:after {
    background: transparent url(/amc/common/anacardmenu/image/arrow_right_white.png) no-repeat;
    background-size: 8px;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 5%;
    top: 46%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 8px;
  }
}

/* ANAカードh1＋リード文 */
.amc .anacard-h1 .title-box.h1 {
  font-size: 2.8rem;
  line-height: 1.3;
  margin-top: 4px;
  background-color: transparent;
  color: #333;
}
.amc .anacard-h1 .title-box.h1 .ttl-type-01-01 {
  color: #333;
  width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}
@media (max-width: 1024px) and (min-width: 571px) {
  .amc .anacard-h1 .title-box.h1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.amc .anacard-h1 .title-box.h1 .ttl-caption {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px){
  .amc .anacard-h1 .title-box.h1 .ttl-caption {
    font-size: 2rem;
    line-height: 1.6;
  }
}