@charset "UTF-8";

@media screen and (max-width:768px) {
  body {
    padding-top: 65px;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  img {
    width: 100%;
  }
  .mb30 {
    margin-bottom: 25px;
  }
  /* ----------------------------------------------------------------
      header
  ----------------------------------------------------------------- */
  header {
    border-bottom: 4.5px solid #1d2d7c;
  }
  header .wrapper {
    border-bottom: 2px solid #c50030;
  }
  header .wrapper .container-header {
    max-width: 100%;
    padding: 0 15px;
  }
  header .logo {
    padding: 15px 0 11px;
    max-width: 100%;
    width: 100%;
  }
  header .logo img {
    width: 280px;
    height: auto;
  }
  header .btn-open {
    position: absolute;
    top: 27px;
    right: 12px;
    width: 46px;
  }
  header .btn-open img {
    width: 46px;
  }
  
  /* ----------------------------------------------------------------
      header-menu
  ----------------------------------------------------------------- */
  header .header-menu {
    float: right;
    overflow: hidden;
    padding: 12px 0;
  }
  header .sub-menu {
    display: flex;
    margin-bottom: 10px;
  }
  header .container-fontChange {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header .container-fontChange p {
    margin-right: 9px;
  }
  header .container-fontChange #fontChange {
    display: table-cell;
  }
  header .container-fontChange li {
    float: left;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #1e2b7a;
    background: #ffffff;
    line-height: 1;
    padding: 7px 13px 6px 13px;
  }
  header .container-fontChange .left {
    border-radius: 20px 0 0 20px;
  }
  header .container-fontChange .right {
    border-radius: 0 20px 20px 0;
    padding: 7px 13px 6px 13px;
  }
  header .container-fontChange li.active {
    background: #1d2d7c;
    color: #ffffff;
    font-weight: bold;
  }
  header .container-fontChange li:hover {
    background: #1d2d7c;
    color: #ffffff;
  }
  header .sub-menu p {
    line-height: 1;
  }
  header .sub-menu p:last-child {
    margin-left: 15px;
  }
  header .sub-menu p a {
    border-radius: 20px;
    border: 1px solid #1d2d7c;
    padding: 7px 15px 6px;
    display: block;
    color: #1d2d7c;
    letter-spacing: -0.5px;
  }
  header .sub-menu p a:hover {
    background: #1d2d7c;
    color: #ffffff;
  }
  
  /* ----------------------------------------------------------------
      nav-global
  ----------------------------------------------------------------- */
  .bg {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 204;
    background: rgba(74,76,87,0.8);
  }
  .nav-global {
    position: fixed;
    top: 0;
    right: -100%;
    left: auto;
    background: #1d2d7b;
    width: 250px;
    height: 100%;
    overflow: scroll;
    transition: all 0.5s;
    z-index: 205;
  }
  .nav-global.open {
    right: 0;
   }
  .nav-global {
    padding: 22px 15px;
  }
  .nav-global .sub-menu p:last-child {
    margin-top: 5px;
  }
  .nav-global .sub-menu a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
  }
  .nav-global .btn-close {
    width: 40px;
    position: absolute;
    top: 30px;
    right: 15px;
  }
  .nav-global .btn-close img {
    width: 100%;
  }
  .nav-global ul {
    text-align: center;
    margin-top: 75px;
    line-height: 1;
  }
  .nav-global ul li {
    margin-bottom: 0;
    border-top: 1px solid #5564ab;
  }
  .nav-global ul li:last-child {
    border-bottom: 1px solid #5564ab;
  }
  .nav-global ul li a {
    padding: 18px 0;
    display: block;
    font-size: 16px;
  }
  .nav-global ul li:hover a {
    font-weight: normal;
    background: none;
  }
  .nav-global ul li.now a {
    font-weight: normal;
    background: none;
    padding-right: 0;
  }
  .nav-global ul li.sub-link.open + li {
    border-top: none;
  }
  .nav-global ul li.sub-link ul {
    position: static;
    top: 0;
    left: 0;
    width: 250px;
    min-width: 100%;
    background: #425095;
    margin: 0 0 0 -15px;
    padding: 0 15px;
    display: none;
  }
  .nav-global ul li.sub-link a:hover + ul {
  }
  .nav-global ul li.sub-link ul li:first-child {
    border-top: none;
  }
  .nav-global ul li.sub-link ul li:last-child {
    border-bottom: none;
  }
  .nav-global ul li.sub-link ul li {
    margin: 0;
    border-top: 1px solid #717ebd
  }
  .nav-global ul li.sub-link ul li a {
    padding: 13px 0 12px;
    font-size: 16px;
    line-height: 1.7
  }
  
  /* ----------------------------------------------------------------
      main
  ----------------------------------------------------------------- */
  .main {
    position: relative;
  }
  .main:after {
    content: "";
    position: absolute;
    top: -1px;
    width: 100%;
    height: 453px;
    background: url(/amoai/images/common/bg_sp.jpg) no-repeat center center;
    background-size: cover;
    z-index: -2;
  }
  .main .inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
  }

  /* ----------------------------------------------------------------
      box-content
  ----------------------------------------------------------------- */
  .box-content {
    max-width: 100%;
    margin: 0 0 0 auto;
    background: #ffffff;
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  }
  .box-content h2 {
    color: #8488a7;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .box-content h2:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #8488a7;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .box-content .btn {
    border: 1px solid #1d2d7b;
    width: 225px;
    text-align: center;
    margin: 0 auto;
  }
  .box-content .btn a {
    padding: 13px 0;
    background: #fff url(/amoai/images/common/btn_arrow_sp.png) no-repeat left 15px center;
    background-size: 8px 10px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
  }
  .box-content .btn:hover a {
    background: #fff url(/amoai/images/common/btn_arrow_sp.png) no-repeat left 15px center;
    background-size: 8px 10px;
    color: #1d2d7d;
  }
.box-common .box-content .inner ul.sitemap-ul li p,
.box-common .box-content .inner ul.sitemap-ul li a{
    color: #8488a7;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.box-common .box-content .inner ul.sitemap-ul li.sitemap-company ul {
    margin-top: 15px;
    display: inherit;
}
.box-common .box-content .inner ul.sitemap-ul ul li {
  margin: 0 0 20px;
}
.box-common .box-content .inner ul.sitemap-ul02 {
    margin-top: 50px;
}
.box-common .box-content .inner ul.sitemap-ul02 li a {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    text-decoration: underline;
}

  /* ----------------------------------------------------------------
      box-top
  ----------------------------------------------------------------- */
  .box-top .inner {
    padding-top: 412px;
  }
  .box-top h1 {
    position: absolute;
    top: 165px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
    max-width: 313px;
    width: 100%;
  }
  .box-top .box-content {
    padding: 0;
    max-width: 100%;
    margin: 0 0 0 auto;
    background: none;
    box-shadow: none;
  }
  .box-top .box-content .sp-inner {
    max-width: 100%;
    margin: 0 0 0 auto;
    padding: 33px 0 40px;
    background: #ffffff;
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  }
  .box-top .box-content h2:after {
    content: none;
  }
  .box-top .box-content .box-news {
    margin: 22px 20px 40px;
  }
  .box-top .box-content .box-news li {
    border-top: none;
    padding: 0;
    background: url(/amoai/images/common/link_arrow_sp.png) no-repeat right 15px center;
    background-size: 8px 13px;
  }
  .box-top .box-content .box-news li:nth-child(odd) {
    background: url(/amoai/images/common/link_arrow_sp.png) no-repeat right 15px center #f0f0f0;
    background-size: 8px 13px;
  }
  .box-top .box-content .box-news li a {
    font-size: 16px;
    padding: 18px 30px 18px 15px;
  }
  .box-top .box-content .box-news li a:hover {
    text-decoration: none;
  }
  .box-top .box-content .box-news li .date {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .box-top .box-content .box-news li .pdf {
    background: url(/amoai/images/common/pdf_sp.png) no-repeat left center;
    background-size: 17px 18px;
    margin-left: 0;
    padding-left: 18px;
  }
  .box-top .box-content .box-news li:last-child {
    border-bottom: none;
  }
  .box-top .box-content .box-bnr {
    margin: 80px 0;
    padding: 0;
    background: none;
  }
  .box-top .box-content .box-bnr li {
    display: block;
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .box-top .box-content .box-bnr li img {
    width: 100%;
  }
  .box-top .box-content .box-bnr li:last-child {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .box-top .box-content .box-bnr li a:hover {
    opacity: 0.8;
  }
  
  /* ----------------------------------------------------------------
    box-common
  ----------------------------------------------------------------- */
  .box-common.main .inner {
    padding: 0;
    background: #f2f2f2;
  }
  .box-common .box-content {
    margin-top: 0;
  }
  .box-common .box-content .box-h1 {
    background: url(/amoai/images/common/bg_h1_sp.png) no-repeat center bottom;
    background-size: cover; 
    min-height: 185px;
    padding: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .box-common .box-content .box-h1 h1 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 0;
  }
  .box-common .box-content .inner {
    padding: 35px 15px 40px;
  }
  .box-common .box-content h2 {
    margin-bottom: 50px;
  }
  .box-common .box-content h2:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #8488a7;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .box-common .box-content .box-h3 {
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
    margin-bottom: 40px;
  }
  .box-common .box-content h3 {
    font-size: 19px;
    text-align: center;
    padding: 26px 0;
  }
  .box-common .box-content .box-h2-content {
    margin-bottom: 40px;
    padding: 0 25px;
  }
  .box-common .box-content .box-h3-content {
    padding: 35px 20px;
    background: #ffffff;
  }
  .box-common .box-content p {
    line-height: 1.7;
    margin-bottom: 25px;
  }
  .box-common .box-content .title {
    margin-bottom: 5px;
    font-weight: bold;
    color: #8488a7;
  }
  .box-common .box-content .inner ul li {
    padding-left: 20px;
    position: relative;
    line-height: 1.7;
    margin-bottom: 5px;
  }
  .box-common .box-content .inner ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #666666;
    position: absolute;
    top: 10px;
    left: 3px;
  }
  .box-common .box-content .inner ol li {
    margin-bottom: 5px;
  }
  .box-common .box-content .inner .box-table {
    margin-top: 20px;
    display: block;
  }
  .box-common .box-content .inner .box-table tbody {
    display: block;
  }
  .box-common .box-content .inner .box-table tr {
    background: #ffffff;
    display: block;
    padding: 18px 30px 18px 15px;
  }
  .box-news .box-content .inner .box-table tr:nth-child(odd) {
    background: #f0f0f0;
  }
  .box-news .box-content .inner .box-table tr:nth-child(even) {
    background: #ffffff;
  }
  .box-common .box-content .inner .box-table th {
    padding: 0;
    vertical-align: middle;
    font-size: 14px;
    display: block;
    text-align: left;
    margin-bottom: 5px;
    line-height: 1.8;
  }
  .box-common .box-content .inner .box-table td {
    padding: 0;
    line-height: 1.8;
    display: block;
  }
  .box-common .box-content .inner .box-table td .border {
    padding-left: 0;
    border-left: none;
    display: block;
  }
  .box-common .box-content .inner .box-table td a {
    color: #333333;
  }
  .box-common .box-content .inner .box-table td a:hover {
    text-decoration: none;
  }

  /* ----------------------------------------------------------------
      box-news
  ----------------------------------------------------------------- */
  .box-news  .box-content .box-news1 {
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  }
  .box-news .box-content .inner .box-table tr:nth-child(odd) {
    background: url(/amoai/images/common/link_arrow_sp.png) no-repeat right 15px center #f0f0f0;
    background-size: 8px 13px;
  }
  .box-news .box-content .inner .box-table tr:nth-child(even) {
    background: url(/amoai/images/common/link_arrow_sp.png) no-repeat right 15px center #ffffff;
    background-size: 8px 13px;
  }
  .box-news .box-content .inner .box-table th {
    width: 100%;
    letter-spacing: 0;
  }
  .box-news .box-content .inner .box-table td {
    width: 100%;
  }
  .box-news .box-content .inner .box-table td .pdf {
    background: url(/amoai/images/common/pdf_sp.png) no-repeat left center;
    background-size: 17px 18px;
    margin-left: 0;
    padding-left: 18px;
  }
  .box-news .box-content .inner .box-table td .blank {
    margin: -2px 0 0 5px;
    padding: 0;
    width: 13px;
    height: 13px;
  }
  
  /* ----------------------------------------------------------------
    box-company
  ----------------------------------------------------------------- */
  .box-company .box-content .inner {
    padding: 35px 15px 40px;
  }
  .box-company .box-content .box-h2 {
    padding: 0;
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
    margin-bottom: 0;
  }
  .box-company .box-content .box-h2 h2 {
    font-size: 23px;
    text-align: center;
    margin: 0;
    padding: 23px 0;
    font-weight: bold;
    color: #ffffff;
    background: #8488a7;
  }
  .box-company .box-content .box-h2 h2:after {
    content: none;
  }
  .box-company .box-content .box-h2-content {
    padding: 35px 20px;
    background: #ffffff;
  }
  .box-company .box-content .box-company2 table {
    display: block;
  }
  .box-company .box-content .box-company2 table tr {
    display: block;
    margin-bottom: 20px;
  }
  .box-company .box-content .box-company2 table tr:last-child {
    margin-bottom: 0;
  }
  .box-company .box-content .box-company2 table th {
    font-size: 14px;
    padding: 0;
    width: 100%;
    vertical-align: top;
    line-height: 1.7;
    letter-spacing: 0;
    display: block;
  }
  .box-company .box-content .box-company2 table td {
    padding: 0;
    width: 100%;
    line-height: 1.7;
    display: block;
  }
  .box-company .box-content .box-company2 table td .border {
    padding-left: 0;
    border-left: none;
    display: block;
  }
  .box-company .box-content .box-company3 p {
    font-weight: bold;
  }
  .box-company .box-content .box-company3 p.btn {
    margin: 30px auto 0;
  }
  .box-company .box-content .box-company3 .box-h2-content {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  
  /* ----------------------------------------------------------------
      box-profile
  ----------------------------------------------------------------- */
  .box-profile  .box-content .box-profile1 {
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  }
  .box-profile  .box-content .box-table {
    margin-top: 0;
  }
  .box-common .box-content .box-table tr {
    padding: 18px 25px 18px 25px;
  }
  .box-profile  .box-content .box-table th {
    width: 100%;
    padding-right: 0;
  }
  .box-profile  .box-content .box-table td {
    width: 100%;
  }
  
  /* ----------------------------------------------------------------
      box-organization
  ----------------------------------------------------------------- */
  .box-organization .box-content .box-h3 {
    box-shadow: none;
  }
  .box-organization .box-content .box-h3 img {
    height: 100%;
  }

  .box-organization .box-content .box-h3 .left {
    width: 62.5%;
  }
  .box-organization .box-content .box-h3 .right {
    width: 33.3%;
  }
  .box-organization .box-content h3 {
    font-size: 11px;
    padding: 12px 0;
  }
  .box-organization .box-content .box-h3 .inner {
    padding: 17px 10px 0;
  }
  .box-organization .box-content .box-h3 .inner .wrap-box {
    margin-bottom: 13px;
  }
  .box-organization .box-content .box-h3 .inner .wrap-box .box {
    width: 48.3%;
  }
  .box-organization .box-content .box-h3 .inner .box {
    padding: 12px 0 0;
  }
  .box-organization .box-content .box-h3 .inner .box h4 {
    font-size: 9px;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .box-organization .box-content .box-h3 .inner .box ul {
    font-size: 6px;
    margin: 0 8px 10px 8px;
  }
  .box-organization .box-content .box-h3 .inner .box ul li {
    padding-left: 5px;
    margin-bottom: 2px;
    line-height: 1.3;
  }
  .box-organization .box-content .box-h3 .inner .box ul li:before {
    width: 3px;
    height: 3px;
    top: 20%;
    left: 0px;
  }
  .box-organization .box-content .box-h3 .inner .box p {
    font-size: 6px;
    margin: 0 8px 13px;
  }
  .box-organization .box-content .box-h3 .inner .box .img_from img {
    width: 100%;
    max-width: 76.5px;
    margin: 0 auto;
  }
  .box-organization .box-content .box-h3 .right .inner .box {
    padding: 12px 0 13px;
    position: relative;
  }
  .box-organization .box-content .box-h3 .right .inner .box p {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .box-organization .box-content .box-h3 .right .inner .box .img_from {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 8px;
  }
  .box-organization .box-content .box-h3 .inner .wrap-box + .box {
    padding: 12px 0;
  }
  .box-organization .box-content .box-h3 .inner .wrap-box + .box h4 {
    font-size: 8px;
  }
  .box-organization .box-content .box-h3 .inner .wrap-box + .box p {
    margin-bottom: 0;
  }

/* ----------------------------------------------------------------
    box-jump
----------------------------------------------------------------- */
.box-content .box-jump {
    text-align: left;
    margin-bottom: 40px;
    padding: 0 25px;
}
.box-content .box-jump .btn {
  width: 98%;
    max-width: 280px;
}

  /* ----------------------------------------------------------------
      footer
  ----------------------------------------------------------------- */
  footer {
    margin-top: 0;
    min-width: 100%;
    font-size: 100%;
    background: #3c404f;
    color: #ffffff;
  }
  footer .container {
    width: 100%;
    max-width: 100%;
    padding: 40px 15px;
  }
  footer .nav-footer-1 {
    float: none;
    width: 100%;
    padding: 0 0 35px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #696e80;
  }
  footer .nav-footer-2 {
    float: none;
    width: 100%;
    padding: 0 0 35px;
    border-bottom: 1px solid #696e80;
  }
  footer .nav-footer-1 + .title {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 35px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
  }
  footer .nav-footer {
    float: none;
    width: 100%;
    font-size: 12px;
  }
  footer .nav-footer li {
    margin-bottom: 12px;
  }
  footer .nav-footer li:last-child {
    margin-bottom: 0;
  }
  footer .nav-footer li a {
    text-decoration: underline;
  }
  footer .nav-footer li a:hover {
    text-decoration: underline;
  }
  footer .nav-footer .blank {
    background: url(/amoai/images/common/blank_sp.png) no-repeat left center;
    background-size: 11px 10px;
    padding-left: 15px;
  }
  footer .txt-footer {
    float: none;
    width: 100%;
    padding: 35px 0 0 0;
  }
  footer .txt-footer .title {
    font-weight: bold;
    margin-bottom: 10px;
  }
  footer .txt-footer .txt2 {
    font-size: 12px;
    line-height: 1.8;
  }
  footer small {
    padding: 13px 0;
    font-size: 10px;
  }
  
  /* ----------------------------------------------------------------
      english
  ----------------------------------------------------------------- */
  .nav-global.en {
    width: 322.5px;
  }
  .nav-global.en ul li.sub-link ul {
    width: 322.5px;
  }
  footer.en .container {
    padding: 40px 15px;
  }
  footer.en .nav-footer-1 {
    width: 100%;
    padding: 0;
  }
  footer.en .nav-footer-1 .txt3 {
    margin: 0;
    padding: 0 0 35px;
  }
  footer.en .nav-footer-1 .txt3 a {
    color: #ffffff;
    text-decoration: underline;
  }
  footer.en .nav-footer-1 .txt3 a:hover {
    text-decoration: none;
  }
  footer.en .nav-footer-2 {
    width: 100%;
    padding: 0 0 35px;
  }
  footer.en .nav-footer-1 + .title {
    width: 100%;
    padding: 35px 0 0 0;
  }
  footer.en .nav-footer {
    width: 100%;
    font-size: 12px;
  }
  footer.en .txt-footer {
    width: 100%;
    padding: 35px 0 0 0;
  }

  /* ----------------------------------------------------------------
      box-publicnotice
  ----------------------------------------------------------------- */
  .box-company .box-content .inner .publicnotice-note {
      padding: 0;
  }
  .box-company .box-content .inner .box-publicnotice {
    padding: 0;
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  }
  .box-company .box-content .box-publicnotice h2 {
    font-size: 23px;
    text-align: center;
    margin: 0;
    padding: 23px 0;
    font-weight: bold;
    color: #ffffff;
    background: #8488a7;
  }
  .box-company .box-content .box-publicnotice h2:after {
    content: none;
  }
  .box-company .box-content .box-publicnotice table {
    margin-top: 0 !important;
    background: #ffffff;
  }
  .box-company .box-content .inner .box-publicnotice .box-table tr:nth-child(odd) {
    background: url(/amoai/images/common/link_arrow_sp.png) no-repeat right 15px center #f0f0f0 !important;
    background-size: 8px 13px !important;
  }
  .box-company .box-content .inner .box-publicnotice .box-table tr:nth-child(even) {
    background: url(/amoai/images/common/link_arrow_sp.png) no-repeat right 15px center #ffffff !important;
    background-size: 8px 13px !important;
  }
  .box-company .box-content .inner .box-publicnotice .box-table th {
    width: 100%;
    letter-spacing: 0;
  }
  .box-company .box-content .inner .box-publicnotice .box-table td {
    width: 100%;
  }
  .box-company .box-content .inner .box-publicnotice .box-table td .pdf {
    background: url(/amoai/images/common/pdf_sp.png) no-repeat left center;
    background-size: 17px 18px;
    margin-left: 0;
    padding-left: 18px;
  }
  .box-company .box-content .inner .box-publicnotice .box-table td .blank {
    margin: -2px 0 0 5px;
    padding: 0;
    width: 13px;
    height: 13px;
  }
  .box-company .pc-flex {
    display: block;
  }
}

@media screen and (max-width:355px) {
  header .logo {
    height: 58.5px;
    padding: 18px 0 0;
  }
  header .logo img {
    max-width: 280px;
    width: 100%;
    padding-right: 61px;
  }
  .long-h1 {
    letter-spacing: -1px;
  }
}

@media screen and (max-width:323px) {
  .nav-global.en {
    width: 100%;
  }
  .nav-global.en ul li.sub-link ul {
    width: calc(100% + 30px);
  }
}

