@charset "Shift_JIS";
.aeo-main {
  overflow: hidden;
}

.aeo-ttl {
  position: relative;
  height: 240px;
  max-width: 100%;
  margin: 0 auto;
}

.aeo-ttl-inner{
  max-width: 1090px;
  margin: 0 auto;
  padding: 90px 10px;
  display: block;
}

.aeo-ttl::before {
  content: "";
  position: absolute;
  background-image: url(../img/aeo/bg.png);
  width: 100%;
  height: 240px;
  top: 0;
  z-index: -1;
  background-size: cover;
}

@media print {
  .aeo-ttl::before {
    width: 100%;
  }
}

.aeo-ttl h2 {
  font-size: 200%;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}

.aeo-ttl h2 span {
  font-size: 50%;
  /*16px*/
  font-weight: normal;
}

.aeo-content {
  max-width: 1080px;
  margin: 0 auto 90px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aeo-about {
  width: 60%;
  margin-right: 8%;
}

.aeo-top-cmn {
  max-width: 1080px;
  margin: 80px auto 90px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aeo-ttl-h3 {
  font-size: 150%;
  color: #143C85;
  font-weight: bold;
  text-align: left;
  margin-bottom: 45px;
}

.aeo-ttl-h3 small {
  font-size: 66.666%;
  display: inline-block;
}

.aeo-about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aeo-about-inner .text-area p {
  margin-bottom: 30px;
}

.aeo-logo {
  margin-right: 63px;
}

.aeo-logo p {
  font-size: 75%;
  margin: 10px auto 0;
  display: inline-block;
}

.link-cmn {
  font-size: 87.5%;
  display: inline-block;
  text-align: left;
  color: #333333;
  margin-bottom: 5px;
  position: relative;
}

.link-cmn:hover {
  opacity: 1;
}

.link-cmn::before {
  content: "";
  position: relative;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 7px;
  background-image: url(../img/aeo/arrow.svg);
  transition: .2s;
}

.link-cmn::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.link-cmn:hover::after {
  bottom: 0px;
  visibility: visible;
  opacity: 1;
}

.aeo-pamphlet {
  position: relative;
  max-width: 347px;
  border-radius: 6px;
  -ms-box-shadow: 1px 1px 5px 1px #999999;
  -moz-box-shadow: 1px 1px 5px 1px #999999;
  box-shadow: 1px 1px 5px 1px #999999;
  font-size: 100%;
  text-align: left;
  display: block;
  align-items: center;
  padding: 30px 0px 30px 80px;
  margin-top: 30px;
  transition: .2s;
}

.aeo-pamphlet:hover {
  opacity: 1;
  -ms-box-shadow: 1px 1px 10px 1px #999999;
  -moz-box-shadow: 1px 1px 10px 1px #999999;
  box-shadow: 1px 1px 10px 1px #999999;
}

.aeo-pamphlet span {
  position: absolute;
  bottom: 6px;
  right: 10px;
  color: #143C85;
  font-size: 75%;
  /*12px*/
}

.aeo-pamphlet span::after {
  content: "";
  display: inline-block;
  background-image: url(../img/aeo/link-icon.svg);
  width: 14px;
  height: 15px;
  margin-left: 5px;
  margin-bottom: -1px;
}

.aeo-pamphlet::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 65px;
  background-image: url(../img/aeo/aeo-pamf.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width:767px) {
  .aeo-ttl {
    height: 170px;
  }

  .aeo-ttl-inner{
    padding: 60px 20px;
  }

  .aeo-ttl::before {
    background-image: url(../img/aeo/bg_sp.jpg);
    height: 170px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .aeo-ttl h2 {
    font-size: 150%;
    /*24px*/
    left: 20px;
  }
  .aeo-ttl h2 span {
    font-size: 50%;
    /*12px*/
  }
  .aeo-ttl-h3 {
    font-size: 125%;
    margin-bottom: 20px;
  }
  .aeo-ttl-h3 small {
    font-size: 87.5%;
  }
  .aeo-content {
    padding: 0 20px;
    display: block;
    margin: 0 auto 60px;
  }
  .aeo-top-cmn {
    padding: 0 20px;
    display: block;
    margin: 30px auto 60px;
  }
  .aeo-about {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .aeo-about-inner {
    display: block;
  }
  .aeo-logo {
    margin: 0 auto 25px;
    text-align: center;
  }
  .aeo-logo img {
    margin: 0 auto;
    max-width: 103px;
    display: block;
  }
}


/*side-menu*/

.side-menu {
  width: 347px;
  display: block;
  text-align: left;
  width: 32%;
  margin-top: 80px;
}

.side-menu-in {
  border: 1px solid #EDEDED;
  margin-bottom: 30px;
}

.side-menu-in img {
  margin-bottom: 0;
}

.side-menu-link {
  padding: 20px 30px 0px 30px;
}

.side-menu-link .side-menu-ttl {
  font-size: 112.5%;
  font-weight: bold;
  color: #143C85;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
  display: block;
}

.side-menu-link .side-menu-ttl::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 19px;
  background-image: url(../img/aeo/arrow-02.svg);
  background-repeat: no-repeat;
  left: 0px;
  top: 3px;
}

.side-menu-link ul {
  margin-bottom: 30px;
}

.link-list li {
  position: relative;
}

.aeo-news-sec .link-list li {
  padding: 15px 0;
}

@media only screen and (max-width:767px) {
  .aeo-news-sec .link-list li {
    padding: 0px 0;
  }
}

.link-list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E4E6EC;
  position: absolute;
  bottom: 0;
}

.link-list a, .link-list p {
  font-size: 87.5%;
  font-weight: normal;
  display: block;
  padding: 10px 0;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  text-align: left;
}

.link-list li a::after, .link-list li p::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(../img/aeo/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .2s;
}

.link-list li a:hover::after {
  right: -8px;
}

.icon-book::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 17px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/aeo/icon-book.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-draw::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 21px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/aeo/icon-draw.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-faq::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 21px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/aeo/icon-faq.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-contact::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 21px;
  height: 17px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/aeo/icon-contact.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side-menu .aeo-page-btn {
  position: relative;
  background-color: #056957;
  border: solid 1px #056957;
  color: #ffffff;
  font-size: 112.5%;
  font-weight: bold;
  border-radius: 8px;
  max-width: 345px;
  width: 100%;
  display: block;
  padding: 25px 40px 25px 75px;
  font-weight: bold;
  transition: .2s;
  -ms-box-shadow: 0 0 10px #D2D2D2;
  -moz-box-shadow: 0 0 10px #D2D2D2;
  box-shadow: 0 0 10px #D2D2D2;
}

.side-menu .aeo-page-btn:hover, .side-menu .aeo-page-btn:focus {
  background-color: #FFFFFF;
  color: #056957;
  -ms-box-shadow: 0 0 20px #D2D2D2;
  -moz-box-shadow: 0 0 20px #D2D2D2;
  box-shadow: 0 0 20px #D2D2D2;
}

.side-menu .aeo-page-btn::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 26px;
  background-image: url(../img/aeo/icon-lock.svg);
  background-size: cover;
  background-repeat: no-repeat;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side-menu .aeo-page-btn:hover::before {
  background-image: url(../img/aeo/icon-lock-hover.svg);
}

.side-menu .aeo-page-btn::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(../img/aeo/arrow-w.svg);
  background-size: cover;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .2s;
}

.side-menu .aeo-page-btn:hover::after {
  background-image: url(../img/aeo/arrow-gr.svg);
  right: 12px;
}

@media only screen and (max-width:767px) {
  .side-menu {
    width: 100%;
  }
  .side-menu-link {
    padding: 25px 20px 0;
  }
  .side-menu-link ul {
    margin-bottom: 30px;
  }
  .side-menu-in {
    margin-bottom: 45px;
  }
  .side-menu-in img {
    display: block;
    margin: 0 auto;
  }
}


/*aeo-business*/

.bg-blue {
  position: relative;
  padding: 80px 0;
}

.bg-blue::before {
  content: "";
  position: absolute;
  background-color: #F1F5FA;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media print {
  .bg-blue::before {
    width: 100%;
  }
}

.bg-topborder {
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 40px;
  background-color: #ffffff;
  border-top: solid 3px #143C85;
}

.bg-topborder h3 {
  margin-bottom: 30px;
}

.aeo-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 100%;
  text-align: left;
}

.aeo-bs-table {
  width: 65%;
  margin-right: 5%;
}

.aeo-table-top {
  background-color: #143C85;
  color: #FFFFFF;
  padding: 14px 0;
  margin-bottom: 25px;
  position: relative;
}

.aeo-table-top ::after {
  content: "";
  position: absolute;
  background-color: #143C85;
  width: 24px;
  height: 24px;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate( 45deg);
  -ms-transform: translateX(-50%) rotate( 45deg);
  transform: translateX(-50%) rotate( 45deg);
  z-index: -1;
}

.aeo-table-top p {
  text-align: center;
  position: relative;
  z-index: 10;
}

.aeo-table-top p strong {
  font-size: 200%;
  font-family: 'Noto sans JP';
  font-weight: 600;
}

.aeo-table-top p small {
  font-size: 87.5%;
  display: inline-block;
  font-family: 'Noto sans JP';
}

.aeo-tablebg {
  background-color: #F1F5FA;
  padding: 10px 30px;
}

.aeo-table {
  font-size: 87.5%;
  font-weight: normal;
  width: 100%;
  border-collapse: collapse;
  padding: 20px;
}

.aeo-table strong {
  font-size: 150%;
}

.aeo-table th {
  padding-left: 15px;
  font-weight: normal;
}

.aeo-table th, .aeo-table td {
  padding: 10px 0;
  border-bottom: 2px solid #B9C7df;
}

.aeo-table tr:last-child th, .aeo-table tr:last-child td {
  border-bottom: none;
}

.aeo-table-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.aeo-table-flex-in {
  width: 33.333%;
  border-bottom: 2px solid #B9C7df;
  padding: 15px 0;
  position: relative;
}

.aeo-table-flex-in:nth-child(2), .aeo-table-flex-in:nth-child(8) {
  width: 33.3333%;
  padding: 15px 0 15px 20px;
}

.aeo-table-flex-in:nth-child(6) {
  padding: 15px 0 15px 35px;
}

.aeo-table-flex-in:nth-child(5) {
  padding: 15px 0 15px 20px;
}

.aeo-table-flex-in:nth-child(7), .aeo-table-flex-in:nth-child(8), .aeo-table-flex-in:nth-child(9) {
  border-bottom: 0;
}

.aeo-table-flex-in p {
  display: inline-block;
  font-size: 87.5%;
  /*14px*/
}

.aeo-table-flex-ttl {
  position: relative;
  left: 0;
}

.aeo-table-flex-data {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 11px;
}

.aeo-table-flex-in .aeo-table-flex-data strong {
  font-size: 171.4%;
  /*14 / 24px*/
  font-weight: bold;
}

.aeo-bs-link {
  text-align: left;
  width: 30%;
}

.aeo-bs-link li {
  padding: 10px 0;
  border-bottom: solid 1px #E4E6EC;
  position: relative;
}

.aeo-bs-link li::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(../img/aeo/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .2s;
}

.aeo-bs-link li:hover::after {
  right: -8px;
}

.link-pdf02 {
  margin-right: 20px;
}

.link-pdf01, .link-pdf02 {
  padding: 15px 20px 15px 30px;
  margin-top: 15px;
  position: relative;
  font-size: 87.5%;
  border-bottom: solid 1px #E4E6EC;
  position: relative;
  display: inline-block;
}

.link-pdf01::after, .link-pdf02::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(../img/aeo/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .2s;
}

.link-pdf01:hover::after, .link-pdf02:hover::after {
  right: -8px;
}

.link-pdf01 .pdf-icon, .link-pdf02 .pdf-icon {
  margin: 0 7px 0 0px;
}

.link-pdf03 {
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
  display: block;
  font-size: 87.5%;
}

.pdf-icon {
  color: #FFFFFF;
  background-color: #666666;
  border-radius: 4px;
  padding: 0 5px;
  font-size: 62.5%;
  margin: 0 7px 0 10px;
}

br+.pdf-icon {
  margin: 0 7px 0 0;
}

a .pdf-icon+small {
  font-size: 87.5%;
  text-align: left;
  display: inline;
}

.link-pdf01::before, .link-pdf02::before, .link-pdf03::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 22px;
  background-image: url(../img/aeo/icon-list.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-pdf01::before {
  background-image: url(../img/aeo/icon-bookA.png);
}

.link-pdf02::before {
  background-image: url(../img/aeo/icon-bookB.png);
}

.link-pdf03-in {
  text-indent: 30px;
  font-size: 87.5%;
}

.link-pdf03-in::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  background-image: url(../img/aeo/arrow-indent.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}

@media only screen and (max-width:767px) {
  .bg-blue {
    padding: 60px 15px;
  }
  .bg-topborder {
    padding: 30px 20px;
    border-top: solid 4px #143C85;
  }
  .aeo-business {
    display: block;
  }
  .aeo-bs-table {
    width: 100%;
    margin-right: 0;
  }
  .aeo-tablebg {
    padding: 5px 10px;
  }
  .aeo-table-top {
    padding: 5px 0;
  }
  .aeo-table-top ::after {
    bottom: -8px;
  }
  .aeo-table th, .aeo-table td {
    padding: 5px 0;
    font-weight: normal;
    font-size: 75%;
  }
  .aeo-table strong {
    font-size: 137.5%;
  }
  .aeo-table-top p strong {
    font-size: 175%;
  }
  .aeo-table-top p small {
    font-size: 75%;
  }
  .aeo-content.aeo02 {
    margin: 0 auto 10px;
  }
  .aeo-bs-link {
    width: 100%;
  }
  a .pdf-icon+small {
    font-size: 75%;
  }
  .link-pdf02 small {
    font-size: 75%;
  }
  .link-pdf02 {
    margin-right: 0;
  }
  .link-pdf01, .link-pdf02 {
    width: 100%;
    margin-top: 0;
    padding: 15px 0px 15px 30px;
  }
  .link-pdf02 {
    margin-bottom: 20px;
  }
  .link-pdf03 span {
    font-size: 62.5%;
  }
  .link-pdf03 span+small {
    font-size: 75%;
  }
  .bg-topborder .aeo-ttl02 {
    margin-bottom: 5px;
  }
  .aeo-table-flex-in p {
    font-size: 75%;
  }
  .aeo-table-flex-in .aeo-table-flex-data strong {
    font-size: 137.5%;
  }
  .aeo-table-flex-data {
    bottom: 4px;
  }
  .aeo-table-flex-in {
    width: 50%;
    padding: 7px 0;
  }
  .aeo-table-flex-in:nth-child(5) {
    padding: 7px 0;
  }
  .aeo-table-flex-in:nth-child(2), .aeo-table-flex-in:nth-child(8) {
    width: 50%;
    padding: 7px 0;
  }
  .aeo-table-flex-in:nth-child(6) {
    padding: 7px 0;
  }
  .aeo-table-flex-in:nth-child(7), .aeo-table-flex-in:nth-child(9) {
    border-bottom: 2px solid #B9C7df;
  }
  .aeo-table-flex-in:nth-child(2), .aeo-table-flex-in:nth-child(5), .aeo-table-flex-in:nth-child(7) {
    padding: 7px 0 7px 10px;
  }
  .aeo-bs-table .link-pdf02 {
    margin-bottom: 0;
  }
  .aeo-bs-table .link-pdf01 {
    margin-bottom: 20px;
  }
}


/*メリット*/

.aeo-merit {
  padding: 80px 0 40px;
  max-width: 1080px;
  width: 100%;
}

.aeo-merit .aeo-ttl-h3 {
  margin-bottom: 20px;
}

.aeo-merit-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  width: 100%;
}

.aeo-merit-link a {
  width: 32%;
  margin-right: 2%;
  border-radius: 6px;
  font-size: 112.5%;
  /*18px*/
  font-weight: 500;
  text-align: left;
  display: block;
  padding: 13px 20px;
  margin-bottom: 30px;
  position: relative;
  line-height: 2;
  -ms-box-shadow: 0 0 10px #D2D2D2;
  -moz-box-shadow: 0 0 10px #D2D2D2;
  box-shadow: 0 0 10px #D2D2D2;
}

.aeo-merit-link a:hover {
  opacity: 1;
  -ms-box-shadow: 0 0 20px #D2D2D2;
  -moz-box-shadow: 0 0 20px #D2D2D2;
  box-shadow: 0 0 20px #D2D2D2;
}

.aeo-merit-link a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/aeo/arrow-03.svg);
  width: 7.5px;
  height: 13.5px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aeo-merit-link a:nth-child(3n) {
  margin-right: 0;
}

.aeo-merit-link a span {
  font-size: 77.7%;
  /*14px*/
  color: #143C85;
  border: 1px solid #E4E6EC;
  border-radius: 30px;
  padding: 0 10px;
}

@media only screen and (max-width:767px) {
  .aeo-merit {
    padding: 35px 0 10px;
  }
  .aeo-merit-link a {
    width: 48.5%;
    margin-right: 3%;
    font-size: 100%;
    font-weight: bold;
    padding: 7px 15px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .aeo-merit-link a:nth-child(3n) {
    width: 48.5%;
    margin-right: 3%;
  }
  .aeo-merit-link a:nth-child(2n) {
    width: 48.5%;
    margin-right: 0%;
  }
  .aeo-merit-link a span {
    font-size: 75%;
    display: inline-block;
    margin-bottom: 5px;
  }
}


/*aeo-map*/

.aeo-map {
  max-width: 1000px;
}

.sougo-cap {
  margin-bottom: 30px;
}


/*aeo-link*/

.aeo-link .bg-topborder {
  margin-bottom: 55px;
}

.aeo-link :last-child {
  margin-bottom: 0px;
}

.aeo-link-in {
  position: relative;
}

.link-more {
  position: absolute;
  right: 0;
  font-size: 87.5%;
  font-weight: normal;
  top: 0;
}

.link-more:after {
  content: "";
  border-bottom: 1px solid #333333;
  display: block;
  opacity: 0;
  transition: .2s;
}

.link-more:hover:after {
  opacity: 1;
}

.link-more::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(../img/aeo/arrow.svg);
  margin-right: 10px;
  margin-bottom: 1px;
}

.aeo-link-in .link-list a, .aeo-link-in .link-list p {
  padding: 15px 0 15px 30px;
}

.aeo-link-in .link-list a .pdf-icon, .aeo-link-in .link-list a .pdf-icon {
  margin: 0 7px 0 0px;
}

.link-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.link-movie-in {
  width: 23.5%;
  -ms-box-shadow: 0 0 10px #D2D2D2;
  -moz-box-shadow: 0 0 10px #D2D2D2;
  box-shadow: 0 0 10px #D2D2D2;
  padding: 30px 25px 15px;
  margin-right: 2%;
  position: relative;
  border-radius: 6px;
  transition: .2s;
}

.link-movie .link-movie-in{
  margin-bottom: 30px;
}

.link-movie-in:hover {
  -ms-box-shadow: 0 0 20px #D2D2D2;
  -moz-box-shadow: 0 0 20px #D2D2D2;
  box-shadow: 0 0 20px #D2D2D2;
  opacity: 1;
}

.link-movie-in img {
  margin-bottom: 10px;
}

.link-movie-in:nth-child(4n) {
  margin-right: 0;
}

.link-movie-in-img {
  max-width: 151px;
  margin: 0 auto 10px;
}

.link-movie-in p {
  text-align: center;
  font-size: 87.5%;
  font-weight: 500;
}

.link-movie-in .blue-link {
  font-size: 75%;
  text-align: right;
  color: #143C85;
  margin-top: 15px;
  position: relative;
  padding-right: 20px;
}

.link-movie-in .blue-link::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(../img/aeo/icon-popup.svg);
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aeo-link-bnr {
  max-width: 768px;
  margin: 0px auto;
  padding: 0 10px;
}

.aeo-main .aeo-link-bnr{
  max-width: 100%;
  padding: 0 0;
}

.aeo-link-bnr .faq-link-list {
  display: flex;
  flex-wrap: wrap;
}

.aeo-link-bnr .faq-link-list li {
  width: 48%;
  margin-right: 4%;
}

.aeo-link-bnr .faq-link-list li:nth-child(2n) {
  margin-right: 0%;
}

.aeo-link-bnr .faq-link-list-area {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

@media print {
  .aeo-link-bnr {
    max-width: 100%;
  }
}

.aeo-link-bnr img {
  margin-bottom: 0;
  width: 100%;
}

@media only screen and (max-width:767px) {
  .link-more {
    font-size: 75%;
    top: 40px;
  }
  .link-more::before {
    margin-right: 7px;
  }
  .aeo-link .bg-topborder {
    margin-bottom: 30px;
  }
  .aeo-link :last-child {
    margin-bottom: 0px;
  }
  .aeo-link-in .link-list a {
    padding: 15px 30px 15px 30px;
  }
  .aeo-link-bnr .faq-link-list-area {
    margin: 0px auto 0px auto;
    padding-bottom: 0px;
  }
  .link-movie {
    display: block;
  }
  .link-movie-in {
    width: 100%;
    padding: 20px 20px 40px;
    margin-right: 0%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .link-movie .link-movie-in{
    margin-bottom: 20px;
  }

  .link-movie-in p {
    text-align: left;
    font-size: 87.5%;
  }
  .link-movie-in img {
    margin-bottom: 0px;
    width: 100%;
  }
  .link-movie-in-img {
    width: 40%;
    margin: 0 5% 0 0;
  }
  .link-movie-in-text {
    width: 55%;
  }
  .link-movie-in .blue-link {
    position: absolute;
    bottom: 10px;
    margin-top: 0;
  }
  .aeo-link-bnr .faq-link-list li {
    width: 100%;
    margin-right: 0%;
  }
  .aeo-link-bnr .bg-navy-blue {
    padding: 60px 0 30px;
  }

  .aeo-main .aeo-link-bnr .bg-navy-blue{
    padding: 60px 10px 30px;
  }
}


/*ここまで*/

@media only screen and (max-width:1000px) {
  .headLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    line-height: 0;
    width: 46%;
  }
}


/*page-user*/

.aeo-user .page-ttl-inner {
  padding: 0;
  align-items: center;
}

.aeo-user .page-ttl-inner .heading-01 {
  line-height: 0;
}

.aeo-user .aeo-logo-erea {
  margin-right: 25px;
  width: 95px;
  padding-top: 0;
}

.aeo-user .aeo-logo-erea img {
  margin-bottom: 0px;
}

.aeo-user-link .bg-topborder {}

.aeo-user-link .bg-topborder .aeo-ttl-h3 {
  margin-bottom: 10px;
}

.aeo-link-in .link-list.link-news a {
  padding: 0;
  color: #143C85;
  display: inline-block;
  position: relative;
}

.aeo-link-in .link-list.link-news a::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #143C85;
  width: 100%;
  height: 1px;
  bottom: 2px;
  opacity: 0;
  transition: .2s;
}

.aeo-link-in .link-list.link-news a:hover::before {
  bottom: 0px;
  opacity: 1;
}

.aeo-link-in .link-list.link-news span {
  font-weight: bold;
  font-size: 87.5%;
  margin-right: 20px;
  color: #333333;
  display: inline-block;
}

.link-list.link-news li a::after {
  display: none;
}

.aeo-user-benefit {
  max-width: 825px;
  width: 100%;
  margin: 80px auto;
  padding: 0 10px;
  font-size: 100%;
}

.aeo-user-contact {
  max-width: 1090px;
  padding: 0 10px;
  margin: 0 auto;
}

.user-contact-in {
  display: block;
  max-width: 525px;
  margin: 0 auto;
}

.link-faq {
  width: 48%;
  margin-right: 4%;
}

.link-tel {
  width: 48%;
}

.user-document .bg-topborder {
  padding: 40px;
}

.user-document p {
  margin-bottom: 30px;
}

.user-document h5 {
  text-align: left;
  font-size: 87.5%;
  font-weight: bold;
  margin-bottom: 20px;
}

.user-document-link {
  display: block;
  padding: 15px 20px 40px;
  font-size: 87.5%;
  max-width: 236px;
  text-align: left;
  -ms-box-shadow: 0 0 10px #D2D2D2;
  -moz-box-shadow: 0 0 10px #D2D2D2;
  box-shadow: 0 0 10px #D2D2D2;
  position: relative;
  transition: .2s;
  min-height: 96px;
}

.user-document-link:hover {
  -ms-box-shadow: 0 0 20px #D2D2D2;
  -moz-box-shadow: 0 0 20px #D2D2D2;
  box-shadow: 0 0 20px #D2D2D2;
  opacity: 1;
}

.user-document-link::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(../img/aeo/icon-popup.svg);
  background-size: cover;
  background-repeat: no-repeat;
  right: 15px;
  bottom: 15px;
}

.user-doc-in {
  display: flex;
  flex-wrap: wrap;
}

.user-doc-in-btn {
  width: 24%;
  margin-right: 1.3333%;
  margin-bottom: 25px;
}

.user-doc-in-btn:nth-child(4n) {
  width: 24%;
  margin-right: 0%;
}

.btn-aeo {
  display: block;
  padding: 15px 10px 15px 45px;
  margin: 60px auto;
  max-width: 264px;
  border-radius: 30px;
  border: solid 1px #B1B6BC;
  background-color: #ffffff;
  font-size: 87.5%;
  position: relative;
  text-align: center;
  transition: .2s;
}

.btn-aeo:hover {
  color: #ffffff;
  background-color: #143C85;
  opacity: 1;
}

.btn-aeo span {
  font-size: 100%;
  font-weight: bold;
  margin-right: 8px;
}

.btn-aeo::before {
  content: "";
  display: inline-block;
  width: 7.5px;
  height: 13.5px;
  background-image: url(../img/aeo/arrow_04.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .2s;
}

.btn-aeo:hover::before {
  background-image: url(../img/aeo/arrow-left-w.svg);
  left: 22px;
}

.aeo-user-contact {
  border-top: 1px solid #E4E6EC;
  padding: 60px 10px 80px;
}

.user-contact-in .link-faq {
  position: relative;
  transition: .2s;
}

.aeo-link-faq-in {
  border: 1px solid #DCE7FC;
  transition: .2s;
}

.aeo-link-faq-in:hover {
  opacity: .7;
}

.aeo-link-faq-in img {
  margin-bottom: 0;
}

.aeo-link-faq-in p {
  display: block;
  padding: 8px 60px 12px;
  position: relative;
}

.aeo-link-faq-in p::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 26px;
  width: 21px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/aeo/icon-faq.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aeo-link-faq-in p::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(../img/aeo/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-tel {
  border: 1px solid #DCE7FC;
  position: relative;
  text-align: left;
}

.link-tel h3 {
  background-color: #DCE7FC;
  display: block;
  font-weight: bold;
  font-size: 125%;
  color: #143C85;
  padding: 10px;
  text-align: center;
}

.user-contact-tel, .user-contact-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-contact-tel {
  margin-bottom: 15px;
}

.user-contact-tel p, .user-contact-mail p {
  font-size: 87.5%;
  font-weight: 500;
}

.user-contact-mail p {
  margin-bottom: 5px;
}

.user-contact-tel a {
  font-size: 200%;
  font-weight: bold;
  color: #143C85;
}

.user-contact-mail a {
  font-size: 112.5%;
  font-weight: bold;
  color: #143C85;
  border-bottom: solid 1px #143C85;
}

.user-contact-mail a:hover {
  border: none;
}

.user-con-text {
  line-height: 1.1;
}

.con-icon-bg {
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 25px;
  background: linear-gradient(325.6deg, #204B9A 21.89%, #2D61B5 82.73%);
  border-radius: 6px;
  padding: 10px;
}

.user-contact-mail .con-icon-bg {
  padding: 13px 10px;
}

.link-tel-in {
  padding: 25px 40px;
}

@media only screen and (max-width:767px) {
  .aeo-user .page-ttl-inner {
    margin-bottom: 0;
    height: 150px;
    padding: 0 15px;
  }
  .aeo-user .aeo-logo-erea {
    margin-right: 15px;
    width: 61px;
  }
  .aeo-user-link .bg-topborder .aeo-ttl-h3 {
    margin-bottom: 35px;
  }
  .aeo-link-in .link-list.link-news a {
    padding: 0px 0 15px 0px;
  }
  .aeo-link-in .link-list.link-news span {
    display: block;
    font-size: 75%;
    font-weight: bold;
    padding: 15px 0 5px 0;
  }
  .aeo-user-benefit {
    margin: 40px auto;
    padding: 0 20px;
    font-size: 100%;
  }
  .aeo-user-benefit .heading-03 {
    margin: 0px 0px 15px;
  }
  .benefit-inner p {
    margin-bottom: 40px;
  }
  .user-document .bg-topborder {
    padding: 25px 20px 30px;
  }
  .user-document-link {
    max-width: 100%;
    min-height: auto;
  }
  .aeo-link-faq-in p::before {
    left: 19px;
  }
  .user-contact-in {
    display: block;
  }
  .link-tel {
    width: 100%;
  }
  .link-tel-in {
    padding: 15px 20px;
  }
  .con-icon-bg {
    margin-right: 15px;
  }
  .aeo-user-contact {
    border-top: 1px solid #E4E6EC;
    padding: 30px 10px 50px;
  }
  .link-tel h3 {
    font-size: 112.5%;
  }
  .btn-aeo {
    padding: 15px 20px;
    margin: 40px auto;
    max-width: 220px;
  }
  .btn-aeo::before {
    left: 15px;
  }
  .btn-aeo span {
    font-size: 87.5%;
  }
  .user-doc-in-btn {
    width: 100%;
    margin-right: 0%;
  }
  .user-doc-in-btn:nth-child(4n) {
    width: 100%;
    margin-right: 0%;
  }
}


/*AEOTOPコンタクト*/

.aeo-contact {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 10px;
  text-align: center;
}

.aeo-contact a {
  color: #FFFFFF;
  background-color: #143C85;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  padding: 20px 40px;
  border-radius: 6px;
  border: 1px solid #143C85;
  display: inline-block;
}

.aeo-contact a:hover {
  background-color: #FFFFFF;
  color: #143C85;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .aeo-contact {
    padding: 40px 10px;
  }
}


/*AEOトップへ戻るボタン*/

.aeo-link-btn {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .aeo-link-btn {
    bottom: 50px;
  }
}


/*---------------------

aeo-certification.css

-----------------------*/

.page-link {
  color: #ffffff;
}

.link-arrows {
  background: url("../img/aeo/arrow-page-link.svg") no-repeat;
  background-size: 18px auto;
  padding-left: 25px;
  line-height: 18px;
}

.link-arrows a {
  position: relative;
}

.link-arrows a:hover {
  opacity: 1;
}

.link-arrows a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 2px;
  opacity: 0;
  transition: .3s;
}

.link-arrows a:hover::after {
  bottom: 0;
  opacity: 1;
}

.page-list {
  margin: 10px 25px 10px 0px;
  font-size: 87.5%;
}

a.link-underline {
  text-decoration: underline;
  color: #143C85;
}

link-pdf05-in {
  text-indent: 3em;
}

.link-pdf05-in::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  background-image: url(../img/aeo/arrow-indent.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.text-box-wrap {
  margin: 10px 0px 38px 0px;
}

.text-box-wrap p {
  text-align: left;
  margin-bottom: 20px;
  font-size: 100%;
}

.reference {
  font-size: 87.5%!important;
}


/*　ページタイトル　____________________________*/

.page-ttl {
  background: #ffffff;
}

.page-ttl-inner {
  width: 1080px;
  margin: 0px auto;
  display: flex;
  height: 180px;
  align-items: center;
}

.heading-01 {
  line-height: 180px;
  font-size: 175%;
}

.heading-03 {
  font-size: 112.5%;
  text-align: left;
  border-left: 5px solid #143C85;
  padding-left: 20px;
  color: #333333;
  margin: 35px 0px;
}

.aeo-logo-erea {
  margin-right: 25px;
  width: 95px;
  padding-top: 0;
}

.aeo-logo-erea img {
  margin-bottom: 0px;
}


/*　ページ内リンクエリア　____________________________*/

.bg-page-link-area {
  background: linear-gradient(281.32deg, #143C85 2.64%, #345DA9 102.18%);
}

.link-area-inner {
  width: 1080px;
  height: 115px;
  margin: 0px auto;
  padding: 18px 0px
}

.aeo-pagelink-style {
  color: #ffffff;
  display: flex;
  padding: 0px 0px 0px 60px;
}


/*　ダウンロード資料　____________________________*/

.text-indent {
  padding-left: 3em;
  text-indent: -3em;
}

.process-wrap {
  width: 100%;
  background: #F1F5FA;
  padding: 80px 0px 50px 0px;
}

.cont-process {
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 40px;
  background-color: #ffffff;
}


/* btn 承認プロセス図をダウンロード*/

.process-link {
  text-align: right;
}

.process-link-test {
  position: relative;
  border-radius: 6px;
  font-size: 75%;
  align-items: center;
  padding: 5px 10px;
  margin-top: 20px;
  color: #143C85;
  text-align: center;
  display: inline-block;
  border: 1px solid #999999;
  margin-left: 10px;
}

.btn-aeo-process-download {
  position: relative;
  border-radius: 6px;
  box-shadow: 1px 1px 5px 1px #999999;
  font-size: 75%;
  align-items: center;
  padding: 5px 0px 5px 30px;
  margin-top: 20px;
  color: #143C85;
  text-align: center;
  display: inline-block;
}

.btn-aeo-process-download::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 65px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
  left: 15px;
  top: 50%;
  padding-left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-aeo-process-download:hover {
  box-shadow: 1px 1px 20px 1px #999999;
  opacity: 1;
}

@media screen and (max-width:767px) {
  .process-link-test {
    text-align: left;
    margin-left: 0px;
  }
}


/* btn AEO制度に関するお問合せ*/

.btn-aeo-inquiry-inner {
  margin: -5px 0px 28px 5px;
  text-align: center;
}

.btn-aeo-inquiry {
  border-radius: 6px;
  box-shadow: 1px 1px 5px 1px #999999;
  font-size: 87.5%;
  align-items: center;
  padding: 5px 30px 5px 30px;
  color: #143C85;
  text-align: center;
  display: inline-block;
}

.btn-aeo-inquiry:hover {
  box-shadow: 1px 1px 10px 1px #999999;
  background-color: #143C85;
  color: #FFFFFF;
  opacity: 1;
}

.category-cont-inner {
  width: 100%;
  padding: 40px 70px 20px 70px;
  height: auto;
  text-align: center;
  font-size: 100%;
}

.ttl-area {
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
  border-bottom: 4px solid #E4E6EC;
}

.h2-underline {
  width: fit-content;
  position: relative;
  padding-bottom: 11px;
  color: #143C85;
  font-size: 150%;
  display: inline-block;
}

.h2-underline::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: -4px;
  left: 0;
  height: 4px;
  background-color: #2D61B5;
}

.pdf-icon_l {
  color: #FFFFFF;
  background-color: #666666;
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 62.5%;
  margin: 0 7px 0 10px;
}

.bg-navy-blue {
  position: relative;
  padding: 80px 0;
}

.bg-navy-blue::before {
  content: "";
  position: absolute;
  background: linear-gradient(281.32deg, #143C85 2.64%, #345DA9 102.18%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media print {
  .bg-navy-blue::before {
    width: 100%;
  }
}

.aeo-information {
  padding: 80px 0 40px;
  max-width: 1080px;
  width: 100%;
}

.aeo-top-link-area {
  padding: 60px 0 60px;
  max-width: 1080px;
  width: 100%;
  margin: 0px auto;
}

.cont-info {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
}

.inner-2col {
  width: 450px;
  height: auto;
  padding-bottom: 28px;
  background: #ffffff;
  text-align: left;
}

.wrap-faq-ttl {
  padding: 25px 25px 10px;
  margin-bottom: 10px;
}

.aeo-faq-ttl-link {
  font-size: 112.5%;
  font-weight: 700;
  padding: 0px 6px 0px 30px;
  background: url("../img/aeo/arrow_05.svg") no-repeat;
  background-size: 20px;
}

.aeo-faq-ttl-link a {
  color: #143C85;
}

.aeo-inquiry-ttl {
  font-size: 112.5%;
  font-weight: 700;
  padding: 0px 6px 0px 5px;
  color: #143C85;
}

.faq-link-list-area {
  width: 390px;
  margin: 0px auto 45px auto;
}

.faq-link-list li a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(../img/aeo/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
}

.faq-link-list li a:hover::after {
  right: -8px;
}

.faq-link-list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E4E6EC;
}

.faq-link-list a {
  font-size: 87.5%;
  font-weight: normal;
  display: block;
  padding: 10px 0;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  text-align: left;
}

.faq-link-list li a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(../img/aeo/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-faq::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 21px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/aeo/icon-faq.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-download::before {
  content: "";
  display: inline-block;
  position: absolute;
  padding: 0;
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/aeo/link-icon.svg);
  top: 14px;
  left: 9px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-indent::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 15px;
  background-size: 8px 9px;
  background-repeat: no-repeat;
  background-image: url("../img/aeo/icon-indent.svg");
  top: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-box {
  width: 390px;
  margin: 0px auto;
  font-size: 87.5%;
}

.text-box p {
  margin-bottom: 15px;
  font-size: 87.5%;
}

.text-box ul {
  font-size: 87.5%;
}

.text-box ul li {
  margin-bottom: 2px;
}


/* 税関TOPボタン       */

.btn-customs-top {
  position: relative;
  color: #ffffff;
  font-size: 112.5%;
  font-weight: bold;
  border-radius: 38px;
  max-width: 264px;
  width: 100%;
  display: block;
  padding: 15px 40px 15px 55px;
  font-weight: bold;
  margin: 0px auto;
  background: #FFFFFF;
  border: 1px solid #B1B6BC;
  color: #333333;
  font-size: 100%;
}

.btn-customs-top::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 13px;
  background-image: url(../img/aeo/arrow-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-customs-top span {
  font-size: 87.5%;
  font-weight: normal;
}


/* 税関のお問合せ先ボタン*/

.btn-customs-inquiry-form {
  position: relative;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px 1px #999999;
  color: #143C85;
  font-size: 100%;
  font-weight: bold;
  border-radius: 8px;
  max-width: 286px;
  width: 100%;
  display: block;
  padding: 15px 40px 15px 55px;
  margin: 13px auto 30px auto;
  text-align: center;
  font-weight: bold;
}

.btn-customs-inquiry-form:hover {
  background-color: #143C85;
  color: #ffffff;
  opacity: 1;
}


/* お問合せフォームボタン*/

.btn-inquiry-form {
  position: relative;
  background-color: #143C85;
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
  border-radius: 8px;
  max-width: 286px;
  width: 100%;
  display: block;
  padding: 15px 40px 15px 55px;
  margin: 0px auto 2px auto;
  text-align: center;
  font-weight: bold;
  border: 1px solid #143C85;
}

.btn-inquiry-form::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 16px;
  background-image: url(../img/aeo/icon-mail.svg);
  background-size: cover;
  background-repeat: no-repeat;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-inquiry-form:hover::before {
  background-image: url(../img/aeo/icon-mail-blue.svg);
}

.btn-inquiry-form:hover {
  background-color: #FFFFFF;
  color: #143C85;
  opacity: 1;
}

.form-small {
  font-size: 75%;
  text-align: center;
  padding-bottom: 5px;
}

.form-small-left {
  width: 87%;
  font-size: 75%;
  text-align: left;
  margin: 0px auto;
  display: block;
}

.form-small-left span {
  text-align: center;
  display: block;
}

.m-t-30 {
  margin-top: 30px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.p-l-20 {
  padding-left: 20px;
}

.m-r-25 {
  margin-right: 25px;
}

.sp-switching {
  display: none!important;
}

.pc-switching {
  display: block!important;
}

.bg-blue01 {
  position: relative;
  padding: 80px 0;
}

.bg-blue01::before {
  content: "";
  position: absolute;
  background-color: #F1F5FA;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media print {
  .bg-blue01::before {
    width: 100%;
  }
}


/* sp_______________________*/

@media screen and (max-width:767px) {
  .page-ttl-inner {
    width: 100%;
    margin-bottom: 0px;
    height: 150px;
    padding: 0 15px;
  }
  .aeo-logo-erea {
    margin-right: 15px;
    width: 71px;
  }
  .heading-01 {
    font-size: 137.5%;
    line-height: 30px;
    text-align: left;
  }
  .link-area-inner {
    height: auto;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 25px;
    font-size: 87.5%;
  }
  .aeo-pagelink-style {
    flex-wrap: wrap;
    width: 100%;
    padding: 0px;
  }
  .link-area-inner ul li {
    flex: auto;
    text-decoration: underline;
    font-weight: normal;
    letter-spacing: .02em
  }
  .sp-img-process {
    display: block;
  }
  .cont-process {
    max-width: 920px;
    padding-bottom: 40px;
    background-color: #ffffff;
  }
  .category-cont-inner {
    width: 90%;
    padding: 20px 10px;
    margin: 0px auto;
    height: auto;
    text-align: center;
    font-size: 100%;
  }
  .bg-blue01 {
    display: block;
    padding: 40px 0;
  }
  .ttl-area {
    margin: 30px 0px 25px 0px;
  }
  .ttl-area {
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: 26px;
    border-bottom: 3px solid #E4E6EC;
  }
  .h2-underline {
    width: fit-content;
    position: relative;
    padding-bottom: 8px;
    color: #143C85;
    font-size: 125%;
    margin-bottom: -3px;
  }
  .h2-underline::before {
    bottom: 0px;
    height: 3px;
  }
  .heading-03 {
    font-size: 100%;
    border-left: 5px solid #143C85;
    padding-left: 10px;
    color: #333333;
    margin: 25px 0px;
  }
  .cont-info {
    width: 100%;
    display: block;
  }
  .inner-2col {
    width: 90%;
    height: auto;
    margin-left: 18px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .faq-link-list-area {
    width: 90%;
    margin: 0px auto 45px auto;
    padding-bottom: 45px;
  }
  .certification .faq-link-list-area {
    margin: 0px auto 25px auto;
    padding-bottom: 0px;
  }
  .faq-link-list li::after {
    margin: 6px 0px;
  }
  .aeo-faq-ttl-link {
    font-size: 93.75%;
    width: 100%;
    padding: 0px 6px 5px 30px;
    background-size: 7%;
  }
  .aeo-inquiry-ttl {
    padding: 0px 6px 5px 0px;
  }
  .wrap-faq-ttl {
    padding: 18px 15px 8px;
  }
  .text-box {
    width: 90%;
    margin: 0px auto;
    padding-bottom: 5px;
  }
  .text-box p {
    margin-bottom: 15px;
  }
  .text-box ul {
    font-size: 87.5%;
  }
  .text-box ul li {
    margin-bottom: 2px;
  }
  .bg-navy-blue {
    padding: 60px 0;
  }
  /* ダウンロードボタン       */
  .btn-aeo-process-download {
    float: left;
    margin-top: 0px;
  }
  /* 税関TOPボタン       */
  .btn-customs-top {
    font-size: 112.5%;
    border-radius: 38px;
    max-width: 218px;
    padding: 15px 0px 15px 0px;
    font-size: 87.5%;
  }
  /* お問い合わせフォーム       */
  .form-area {
    height: 80px;
  }
  .btn-inquiry-form {
    width: 80%;
    padding: 15px 10px 15px 10px;
    text-align: center;
    font-size: 100%;
  }
  .aeo-top-link-area {
    padding: 30px 0 30px;
  }
  .page-list {
    margin: 10px 16px 10px 0px;
    text-align: left;
  }
  .sp-switching {
    display: block!important;
  }
  .pc-switching {
    display: none!important;
  }
}


/*slide-css*/

.slick-dots {
  box-sizing: border-box;
}


/*------------

カスタムすアンサーTOP

-------------*/

.answer-cmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.answer-cmn-in {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.answer-cmn-in:nth-child(5n) {
  margin-right: 0%;
}

.answer-cmn-in a {
  background-color: #ffffff;
  display: block;
  width: 100%;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  height: 100%;
}

.answer-cmn-in h3 {
  font-size: 112.5%;
  font-weight: bold;
  color: #143c85;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}

.answer-cmn-in h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/item_classification/arrow-02.svg);
  background-size: 100% auto;
  margin: 0 10px 3px 0;
  position: absolute;
  top: 4px;
  left: 0;
}

.answer-cmn-in p {
  font-size: 68.75%;
}

.answer-cmn-img {
  max-width: 50px;
  margin: 0 auto;
  padding: 15px 0;
}

.answer-cmn-text {
  border-top: 1px #E4E6EC solid;
  padding: 15px 10px 0px;
}

/*------

タブ切り替え　AEOニュース

----*/

.aeo-link .tab_wrap{
  padding: 30px 0;
}

.aeo-link .panel_area{
  padding: 0 10px;
}

.aeo-news-more{
  text-align: right;
}

.kyotei-panel .aeo-news-more a{
  text-align: right;
  border-bottom: none;
  padding: 10px 0 10px 20px;
  font-size: 87.5%;
  position: relative;
  color: #333;
  font-weight: bold;
  display: inline-block;
}

.kyotei-panel .aeo-news-more a::before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -3px;
  left: 0;
  border: 1px solid;
  border-color: #143C85 #143C85 transparent transparent;
  transform: rotate(45deg);
}

.kyotei-panel .tab_wrap h3 {
  font-size: 138%;
  font-weight: bold;
  color: #143c85;
  text-align: left;
  margin-bottom: 24px;
}

.kyotei-panel .tab_area button {
  font-size: 100%;
  width: 162px;
  color: #fff;
  background: #143c85;
  line-height: 1.2;
  padding: 16px 0;
  margin: 5px 1px 0 0;
  border-radius: 0;
  font-weight: bold;
  border: none;
  font-family: 'Noto sans JP';
  cursor: pointer;
}

.kyotei-panel .tab_area button:hover, .kyotei-panel .tab_area button:active {
  opacity: .8;
}

.kyotei-panel .tab_area button.kyotei-active-tab {
  border-radius: 6px 6px 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 0 0;
}

.kyotei-panel .panel_list {
  display: flex;
  flex-wrap: wrap;
}

.kyotei-panel .panel_list li {
  font-size: 88%;
  position: relative;
  width: 50%;
}

.kyotei-panel .panel_list li:nth-child(2n) a {
  margin-right: 0;
}

.kyotei-panel a {
  color: #333;
  display: block;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 34px;
  padding-right: 10px;
  margin-bottom: 14px;
  margin-right: 20px;
  border-bottom: 1px solid #e4e6ec;
}

.kyotei-panel .hand-icon a:before {
  content: '';
  background: url(../img/origin_rule/handshake.svg);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -22px;
  left: 0;
}

.kyotei-panel .panel_list li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -16px;
  right: 26px;
  border: 1px solid;
  border-color: #143C85 #143C85 transparent transparent;
  transform: rotate(45deg);
}

.kyotei-panel .panel_list li a:hover:after, .kyotei-panel .panel_list li a:active:after {
  right: 22px;
}

.kyotei-panel .book-icon a:before {
  content: '';
  background: url(../img/origin_rule/book.svg);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 22px;
  top: 50%;
  margin-top: -26px;
  left: 0%;
}

.kyotei-panel .panel_list li:nth-child(2n) a:after {
  right: 6px;
}

.kyotei-panel .panel_list li:nth-child(2n) a:hover:after, .kyotei-panel .panel_list li:nth-child(2n) a:active:after {
  right: 0;
}

.kyotei-panel .hand-icon li:nth-child(2n) a, .kyotei-panel .book-icon li:nth-child(2n) a {
  margin-right: 0;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .aeo-link .tab_wrap{
    padding: 0px 0;
  }
  .kyotei-panel .panel_list {
    display: block;
  }
  .kyotei-panel .panel_list li a:hover:after, .kyotei-panel .panel_list li a:active:after {
    right: 0;
  }
  .kyotei-panel .panel_list li {
    width: 100%;
    display: block;
  }
  .kyotei-panel li a {
    padding-bottom: 14px;
    margin-right: 0;
    padding-right: 0;
  }
  .kyotei-panel .hand-icon a:before {
    margin-top: -14px;
  }
  .kyotei-panel .book-icon a:before {
    margin-top: -18px;
  }
  .kyotei-panel .tab_area {
    width: 767px;
  }
  .kyotei-panel .tab_sbox {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .kyotei-panel .panel_list li a:after {
    right: 6px;
    margin-top: -10px;
  }

  .kyotei-panel .aeo-news-more a{
    padding: 0px 0 0px 20px;
  }
}


.tab_area {
  display: flex;
}

.tab_panel {
  width: 100%;
  padding: 0;
  display: none;
}

.tab_area label {
  width: 190px;
  margin: 0 3px 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  color: #999;
  background: linear-gradient(180deg, rgba(255, 255, 255, .34) 0%, rgba(255, 255, 255, 0) 100%), #DDE2F0;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease .2s opacity;
  border-radius: 4px 4px 0 0;
}

.open-content {
  display: block;
}

.kyotei-panel .tab_area button.kyotei-active-tab {
  border: 1px solid #ededed;
  background-color: #fff;
  color: #143C85;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}

.kyotei-panel .tab_sbox {
  margin-bottom: 40px;
  padding-top: 10px;
}

/*AEOニュース日付*/
.tab_panel .icon-book{
  display: flex;
  flex-wrap: wrap;
}

.aeo-news-date{
  width: 14%;
  margin-right: 2%;
  font-weight: bold;
}

.aeo-news-text{
  width: 84%;
}

@media screen and (max-width: 767px) {
  .aeo-news-date{
    width: 100%;
    margin-right: 0%;
  }

  .aeo-news-text{
    width: 100%;
    padding-right: 10px;
  }

}


/*2021/11　相互認証リンク調節*/

#aeo004-2 .aeo-bs-link{
  width: auto;
  display: inline-block;
  margin: 15px 0;
}

.red-text{
  color: #E02828;
}

/*改正状況リンクボタン*/

.link-btn-kaisei{
  color: #FFFFFF;
  background-color: #143C85;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  padding: 20px 40px;
  border-radius: 6px;
  border: 1px solid #143C85;
  display: block;
  margin: 20px auto 0;
  max-width: 205px;
}

.link-btn-kaisei:hover{
  color: #143C85;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .link-btn-kaisei{
    padding: 15px 40px;
    margin: 8px auto 0;
  }
}

/*説明文追加調節スタイル*/
.aeo-logo {
    margin-right: 10%;
    width: 40%;
    float: left;
    margin-bottom: 24px;
  }

.aeo-about-inner .text-area{
    width: 100%;
  }

@media screen and (max-width: 767px) {
  .aeo-logo {
      margin-right: 0%;
      width: 100%;
    }

  .aeo-about-inner .text-area{
      width: 100%;
    }
}

/*サイドメニュー　パンフレットボタン*/
a.aeo-pamphlet.in-sidemenu {
    margin-bottom: 20px;
}

/*ポップアップ形式*/

.merit-link-popup{
  display: none;
}

.merit-link-popup p{
  font-size: 77.7%;
  font-weight: normal;
}

.aeo-merit-link a:hover .merit-link-popup{
  display: block;
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  padding: 10px;
  background-color: #eef3fd;
  -ms-box-shadow: 0 0 10px #D2D2D2;
  -moz-box-shadow: 0 0 10px #D2D2D2;
  box-shadow: 0 0 10px #D2D2D2;
  z-index: 2;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.aeo-merit-link a:hover .merit-link-popup::before {
  content: "";
  position: absolute;
  bottom: 95%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  margin-left: -15px;
  background-color: #eef3fd;
  -ms-box-shadow: -3px -3px 10px #D2D2D2;
  -moz-box-shadow: -3px -3px 10px #D2D2D2;
  box-shadow: -3px -3px 10px #D2D2D2;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .aeo-merit-link a:hover .merit-link-popup{
    display: none;
  }
}

.aeo-logo img {
 width: 250px;
 ｝

