@charset "Shift_JIS";
.aeo-link-btn {
  margin-bottom: 10px;
}

.accordion_header button:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}

.imtsuka-inner {
  position: relative;
  padding: 60px 0;
  max-width: 1080px;
  margin: 0 auto;
}

.imtsuka-main-inner h2 {
  font-size: 200%;
  font-weight: bold;
  text-align: left;
  padding-top: 80px;
  color: #333333;
}

.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;
}

h2.imtsuka-main-inner {
  font-size: 170%;
}

.accordion_inner a:hover {
  opacity: .7;
  text-decoration: underline;
}

.accordion_header button:after {
  content: "";
  position: absolute;
  background-image: url(../img/top/icon-open.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  transition: .3s;
}

.accordion_header.open button::after {
  background: url(../img/top/icon-close.png);
  background-size: cover;
}

.category-cont-inner {
  width: 100%;
  padding: 40px 70px;
  height: auto;
  text-align: center;
}

section.link-ac {
  margin-bottom: 40px;
}

.ttl-area {
  width: 100%;
  text-align: left;
  margin-bottom: 50px;
  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;
}

.bg-blue01 {
  background-color: #F1F5FA;
  padding: 100px 0;
}

.customs-search {
  max-width: 1080px;
  margin: 0 auto -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-box-shadow: 0 0 10px #D2D2D2;
  -moz-box-shadow: 0 0 10px #D2D2D2;
  box-shadow: 0 0 10px #d2d2d2;
}

.customs-search-icon {
  width: 10%;
  background-color: #ffffff;
  position: relative;
  max-height: 78px;
}

.customs-search-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 38px;
  width: 1px;
  background-color: #E4E6EC;
}

.customs-search-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.customs-search-form {
  width: 90%;
}

.customs-search table.gsc-search-box {
  margin-bottom: 0;
}

.customs-search table.gsc-search-box tr td.gsc-input {
  width: 88%;
  padding: 0;
}

.customs-search table.gsc-search-box tr td .gsc-input {
  height: 76px;
  padding-left: 10px;
}

.customs-search tr .gsc-search-button-v2 svg {
  display: none;
}

.customs-search tr .gsc-search-button-v2 {
  position: relative;
  width: 100%;
  height: 78px;
  font-size: 100%;
  border-radius: 0 0 0 0;
  transition: .2s;
}

.customs-search tr .gsc-search-button-v2::before {
  content: '';
  color: #ffffff;
  font-size: 125%;
  font-weight: bold;
  letter-spacing: 5px;
}

.customs-search .gsc-search-button-v2:hover {
  background-color: #ffffff;
  border: solid 1px #143C85;
  opacity: 1;
}

.customs-search tr td.gsc-search-button:hover {
  opacity: 1;
}

.customs-search .gsc-search-button-v2:hover::before {
  color: #143C85;
}

.customs-search form.gsc-search-box {
  margin-bottom: 0px;
  background-color: #ffffff;
}

.customs-search table.gsc-search-box td {
  padding: 0px 0px;
}

.customs-search table.gsc-search-box td.gsib_a {
  padding-left: 20px;
}

.customs-search-form input#gsc-i-id1{
  font-size: 125%;
}

.customs-search tr .gsc-input-box {
  border-radius: 0;
  border-color: #ffffff;
}

.customs-search .gsst_b {
  width: 10px;
}

.accordion_header .ac-btn {
  width: 100%;
  height: 62px;
  text-align: left;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  border-radius: 6px;
  font-size: 112.5%;
  font-weight: bold;
  padding: 0 40px;
  color: #333;
  cursor: pointer;
  border: none;
  outline: none;
  transition: .3s;
  font-family: 'Noto sans JP';
}

.accordion_inner li {
  border-bottom: 1px solid #e4e6ec;
  background-color: #eef3fd;
  text-align: left;
  padding: 0;
}

.accordion_inner li:last-child {
  border-bottom: none;
}

.accordion_inner li:first-child a {
  padding: 10px 10px 20px 40px;
}

.accordion_inner li:last-child a {
  padding: 20px 10px 10px 40px;
}

.accordion_inner a {
  color: #143C85;
  font-size: 100%;
  width: 100%;
  display: block;
  padding: 20px 10px 20px 40px;
  font-family: "Noto Sans JP";
}

.accordion_inner {
  display: none;
  padding: 10px 0;
  border-left: 1px solid #e4e6ec;
  border-right: 1px solid #e4e6ec;
  border-bottom: 1px solid #e4e6ec;
  background-color: #eef3fd;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .imtsuka-inner {
    padding: 60px 15px;
  }
  .category-cont-inner {
    width: 100%;
    padding: 20px 4%;
  }
  .accordion_header .ac-btn {
    font-size: 86.5%;
    padding: 0 40px 0 20px;
  }
  .accordion_inner a {
    font-size: 86.5%;
    padding: 20px;
  }
  .accordion_inner li:last-child a {
    padding: 20px 10px 10px 20px;
  }
  .accordion_inner li:first-child a {
    padding: 10px 10px 20px 20px;
  }
  h2.imtsuka-main-inner {
    font-size: 137.5%;
  }
  .aeo-link-btn {
    bottom: 50px;
  }
  .aeo-link-btn {
    margin-bottom: 10px;
  }
  .h2-underline {
    font-size: 110%;
  }
}

@media only screen and (max-width:767px) {
  .customs-search {
    padding: 0 0;
    margin: 0 4% -30px;
  }
  .customs-search tr .gsc-input-box {
    padding: 0;
  }
  .customs-search table.gsc-search-box tr td .gsc-input {
    height: 63px;
  }
  .customs-search tr .gsc-search-button-v2 {
    height: 48px;
    width: 60px;
    padding: 6px 8px;
  }
  .customs-search-icon {
    width: 15%;
    max-height: 50px;
  }
  .customs-search-form {
    width: 85%;
  }
  .customs-search tr .gsc-search-button-v2::before {
    font-size: 100%;
    letter-spacing: 2px;
  }
  .customs-search .gsst_b {
    width: 20px;
  }
  .customs-search table.gsc-search-box tr td .gsc-input {
    height: 48px;
  }

  .customs-search-form input#gsc-i-id1{
    font-size: 100%;
  }
}

header #cse-search-box input[type="submit"] {
  width: 52px;
  background-color: #143C85;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
