@charset "Shift_JIS";
* {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  transition: .3s;
  color: #333333;
  text-decoration: none;
}

main button, section button, main h1, main h2, main h3, main h4, main h5, main h6, section h1, section h2, section h3, section h4, section h5, section h6 {
  box-sizing: border-box;
}

main {
  font-family: 'Noto sans JP';
}

main p {
  font-size: 100%;
  text-align: left;
}

footer a {
  transition: .2s;
  color: #333333;
}

main a:hover {
  opacity: .7;
}

main img {
  max-width: 100%;
}

.cp_container a:hover, .cp_container a:active {
  text-decoration: underline;
}

.top-impnews-in label:hover, .top-impnews-in label:active {
  opacity: .8;
}

.info-content .all-show a:hover, .info-content .all-show a:active {
  text-decoration: underline;
}

.p-bread.pc-display {
  border-bottom: 1px solid #eef3fd;
  position: relative;
}


/* main */
.index-main{
  overflow: hidden;
}


/*  パネルメニュー */

.popup-menu {
  padding: 70px 0 50px 0;
  background-color: #f1f5fa;
}

.popup-list {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1120px) {
  .popup-list {
    padding: 0 4%;
  }
}

.popup-list .quick-access {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 190px;
  opacity: 1;
}

.popup-list>li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}

.popup-list>li {
  width: calc(100% / 5 - 18px);
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  border-radius: 6px;
}

.popup-list li:nth-child(5n) {
  margin-right: 0;
}

.popup-list .p-icon {
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  height: 60px;
}

.popup-list .p-icon.kyouji {
  margin-left: 10px;
}

.popup-list .p-detaile {
  font-size: 112.5%;
  font-weight: bold;
  color: #143c85;
  line-height: 1.6;
}

@media all and (-ms-high-contrast: none) {
  .popup-list .quick-access {
    padding-top: 34px;
  }
  .popup-list .p-detaile {
    max-width: 164px;
  }
  .popup-list>li {
    max-width: 194px;
  }
}

@media all and (max-width:1130px) and (-ms-high-contrast: none) {
  .popup-list>li {
    margin-right: 17px;
  }
}

@media all and (max-width:767px) and (-ms-high-contrast: none) {
  .popup-list>li {
    max-width: none;
  }
}

@media screen and (max-width: 1000px) {
  .popup-list .p-detaile {
    font-size: 100%;
  }
  .popup-list a {
    min-height: 160px;
  }
}

@media screen and (max-width: 900px) {
  .popup-list .p-detaile {
    font-size: 87.5%;
  }
}

@media screen and (max-width: 767px) {
  .popup-list li {
    width: calc(100% / 2 - 12px);
  }
  .popup-list {
    padding: 0 4%;
  }
  .popup-list li {
    margin-right: 0;
  }
  .popup-list li:nth-child(odd) {
    margin-right: 20px;
  }
  .popup-list .p-detaile {
    font-size: 100%;
  }
}

@media screen and (max-width: 680px) {
  .sp-none {
    display: none;
  }
}

.title_01 a::before, .list_arrow::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 6px;
  top: 50%;
  margin-top: -6px;
  left: -14px;
  border: 1px solid;
  border-color: transparent transparent #143C85 #143C85;
}

.title_01 a::after, .list_arrow01::after {
  background-color: #001f50;
  width: 6px;
  height: 6px;
}


/*-------
様式ダウンロード (ac.css)
---------*/


/*accordion*/

.ac {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 80px;
  font-size: 100%;
}

.ac-parent button {
  width: 100%;
  height: 74px;
  line-height: 74px;
  text-align: left;
  position: relative;
  background-color: #143C85;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
  border-radius: 6px;
  font-size: 112.5%;
  padding: 0px 30px 0px 65px;
  color: #ffffff;
  cursor: pointer;
  transition: .3s;
  font-family: 'Noto Sans JP';
}

.ac-parent button:focus-visible {
  outline: solid 2px #143C85;
}

.ac-child li {
  border-bottom: 1px solid #e4e6ec;
  background-color: #eef3fd;
}

.ac-child-item a {
  font-size: 100%;
  font-weight: normal;
  display: block;
  padding: 20px 40px 20px 30px;
  position: relative;
  line-height: 1.8;
  color: #333333;
}

.icon-dl::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 30px;
  width: 20px;
  height: 22px;
  background-size: cover;
  background-image: url(../img/top/icon-dl.svg);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.ac-parent button::after {
  content: "";
  position: absolute;
  background-image: url(../img/global/sp/sp-ellipse.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  transition: .3s;
}

.ac-parent button:hover {
  opacity: .7;
}

.ac-parent.open button::after {
  background: url(../img/top/icon-close-w.png);
  background-size: cover;
}

.ac-parent:focus {
  border: solid 3px #333333;
}

.ac-child-item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  transform: rotate(45deg);
  transition: all .3s;
}

.ac-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.ac-flex a {
  width: 16.66666%;
  padding: 20px 40px 20px 5px;
  font-size: 87.5%;
}

.ac-flex .ac-flex-25{
  width: 25%;
}

.ac-content {
  padding: 20px 0;
}

.link-ac .ac {
  margin-top: 20px;
  text-align: left;
}

/*検討中*/
.ac-child-item p{
  font-weight: bold;
  padding-left: 30px;
  width: 50%;
  padding: 20px 40px 20px 30px;
}
@media only screen and (max-width:767px) {
  .ac-parent button {
    font-size: 87.5%;
  }
  .ac-child-item a {
    font-size: 87.5%;
  }
  .ac-flex {
    flex-wrap: wrap;
  }
  .ac-flex a,
  .ac-flex .ac-flex-25 {
    padding: 10px 35px 10px 20px;
    width: 50%;
    margin-right: 0;
  }
  .link-ac .ac-child-item a {
    padding: 10px 35px 10px 20px;
  }
  .ac-child-item a {
    padding-left: 30px;
  }
  .ac-content {
    padding: 10px 0;
  }
  .link-ac .ac-parent button {
    padding: 0px 30px 0px 45px;
  }
  .link-ac .icon-dl::before {
    left: 15px;
    width: 14px;
    height: 15px;
  }
  .ac-parent button::after {
    width: 17px;
    height: 17px;
    right: 15px;
  }
  .ac-child-item a {
    padding-left: 30px;
  }
  .link-ac .ac {
    width: 100%;
  }

  .ac-child-item p{
    padding: 10px 35px 10px 20px;
    width: 100%;
  }
}


/*acここまで*/

[data-whatinput="mouse"] *:focus, [data-whatinput="touch"] *:focus {
  outline: none;
}

[data-whatinput="keyboard"] *:focus {
  outline: solid 2px #143C85;
}


/*0512*/

.only-pcbr {
  display: inline-block;
}

.only-spbr {
  display: none;
}

.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

@media only screen and (max-width:767px) {
  .only-pcbr {
    display: none;
  }
  .only-spbr {
    display: inline-block;
  }
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  img {
    margin-bottom: 0;
  }
}


/*TOPスライド*/

.top-main {
  background-image: url(../img/top/top-main-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  padding: 50px 0px 90px;
  position: relative;
}

.top-main-in {
  position: relative;
  max-width: 1090px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-main-slider {
  width: 65%;
  margin-right: 5%;
  max-height: 365px;
}

.top-main-slider-in {
  background-color: #FFFFFF;
  padding: 5px;
  border-radius: 6px;
  position: relative;
}

.top-main-link {
  width: 30%;
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 20px;
}

.top-main-link-ttl {
  font-size: 100%;
  font-weight: bold;
  font-family: 'Noto Sans JP';
  margin-bottom: 20px;
}

.top-main-link-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B1B6BC;
  margin-top: 10px;
}

.top-main-link-list li a {
  font-size: 87.5%;
  font-weight: 500;
  color: #143C85;
  border: 1px solid #A7B6D1;
  border-radius: 10px;
  padding: 5px 15px 5px 30px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.top-main-link-list li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(../img/aeo/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-main-link-list li a:hover, .top-main-link-list li a:focus {
  opacity: 1;
  color: #FFFFFF;
  background-color: #143C85;
}

.top-main-link-list li a:hover::before, .top-main-link-list li a:focus::before {
  background-image: url(../img/aeo/arrow-w.svg);
}

.top-main-slider {
  position: relative;
}

.top-main-slider .prev-arrow {
  position: absolute;
  z-index: 1;
  top: 53%;
  -webkit-transform: translateY(-53%);
  -ms-transform: translateY(-53%);
  transform: translateY(-53%);
  left: -10px;
  cursor: pointer;
  transition: .2s;
}

.top-main-slider .next-arrow {
  position: absolute;
  z-index: 1;
  top: 53%;
  -webkit-transform: translateY(-53%);
  -ms-transform: translateY(-53%);
  transform: translateY(-53%);
  right: -10px;
  cursor: pointer;
  transition: .2s;
}

.top-main-slider .next-arrow:hover, .top-main-slider .prev-arrow:hover {
  opacity: .7;
}

.top-main-slider .slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.slick01 .slick-dots {
  bottom: -33px;
  padding: 0 30px 0 0;
}

.slick01 .slick-dots li {
  margin: 0;
}

.slick-slide img {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-main {
    padding: 0px 0 30px;
    background-image: none;
  }
  .top-main-in {
    display: block;
    padding: 0;
  }
  .top-main-slider {
    width: 100%;
    margin-right: 0%;
    padding: 0px 0;
  }
  .top-main-link {
    width: 100%;
    margin-top: 20px;
    border-radius: 0px;
    border-top: 1px solid #B1B6BC;
    padding: 35px 20px 20px;
  }
  .top-main-slider .next-arrow, .top-main-slider .prev-arrow {
    width: 30px;
  }
  .top-main-slider .prev-arrow {
    left: 0px;
  }
  .top-main-slider .next-arrow {
    right: 0px;
  }
  .slick-slide img {
    margin: 0 auto;
  }
  .top-main-slider-in {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}


/*スライド再生・停止ボタン*/

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 11px;
  left: calc(50% + 50px);
}

.buttons button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
}

.buttons .button {
  transition: all 300ms ease;
}

.buttons .button:focus {
  background-color: #FFF968;
}

.buttons .button:hover {
  cursor: pointer;
  transition: all 300ms ease;
}

.off-btn {
  display: none;
}

.button.js-play {
  max-width: 20px;
}

@media only screen and (max-width: 767px) {
  .buttons {
    bottom: -32px;
  }
}


/*重要なお知らせ*/

.top-impnews {
  padding: 25px 60px 25px 40px;
  background-color: #FFFFFF;
  position: relative;
  top: 93%;
  max-width: 1080px;
  width: 100%;
  border-radius: 4px;
  -ms-box-shadow: 0 0 1px #8C8C8C;
  -moz-box-shadow: 0 0 1px #8C8C8C;
  box-shadow: 0 0 1px #8C8C8C;
  margin: -120px auto 65px;
}

.top-impnews-in {
  position: relative;
  display: flex;
}

.top-impnews-ttl {
  margin-right: 35px;
  min-width: 175px;
}

.top-impnews-ttl h3::before {
  content: "";
  position: absolute;
  background-image: url(../img/top/imp-icon.svg);
  background-size: cover;
  width: 20px;
  height: 19px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.top-impnews-ttl h3 {
  position: relative;
  left: 0;
  top: 0;
  font-size: 100%;
  color: #E02828;
  font-weight: bold;
  padding-left: 30px;
}

.imp-slide .slick-list.draggable {
  max-height: 26px;
}

.top-impnews li {
  font-size: 100%;
}

.top-impnews .slick-slide li {
  height: 25px;
  overflow: hidden;
}

.top-impnews li span {
  color: #E02828;
  font-weight: bold;
  margin-right: 35px;
  position: relative;
}

.top-impnews li span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  background-image: url(../img/top/imp-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-impnews-in *, .top-impnews-in *:before, .top-impnews-in *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top-impnews-in {
  position: relative;
}

.top-impnews-in .cp_container {
  transition: all .5s;
}

.imp-slide .slick-list li a {
  height: 25px;
  overflow: hidden;
  display: block;
}

@media screen and (max-width:767px) {

  .imp-slide .slick-list li a {
    height: 40px;
    overflow: hidden;
    display: block;
  }

  .top-impnews .top-impnews-in .slick-slide{
    padding: 0 0;
  }
}


.top-impnews-in .cp_container.view-more {
  height: auto;
}

.btn-off {
  display: none;
}

.imp-news-btn {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 2;
}

.imp-btn-off, .imp-btn-on {
  max-width: 26px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}

.slid-display-on .slide-ul{
  display: none;
}

.slid-display-on .slide-ul.slick-initialized{
  display: block;
}

.slid-display-on .slick-vertical .slick-slide{
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .top-impnews {
    top: 0;
    border-radius: 0px;
    padding: 15px 45px 15px 20px;
    margin: 0 auto;
    font-size: 100%;
    z-index: 1;
  }
  .imp-slide .slick-list.draggable {
    max-height: 62px;
  }
  .top-impnews-in {
    display: block;
  }
  .top-impnews-in .cp_container {
    height: 41px;
  }
  .top-impnews-ttl h3 {
    font-size: 87.5%;
    margin-bottom: 5px;
  }
  .top-impnews li {
    font-size: 87.5%;
  }
  .top-impnews ul :nth-child(n+2) {
    margin-top: 0px;
  }
  .top-impnews .top-impnews-in li {
    padding: 10px 0 0;
  }
  .top-impnews .top-impnews-in .slick-slide {
    padding: 0px 0;
  }
  .top-impnews li a::after {
    right: 15px;
  }
  .top-impnews li span {
    display: block;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  .top-impnews li span::before {
    width: 16px;
    height: 15px;
    left: 0;
  }
  .cp_container ul {
    padding-bottom: 10px;
  }
  .imp-news-btn {
    right: -30px;
    top: 20px;
  }
}


/* 新着情報 */

.top-news-in {
  max-width: 1080px;
  padding: 100px 0;
  margin: 0 auto;
}

label {
  position: relative;
}

input[type="radio"], input[type="checkbox"] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.newinfo-in {
  max-width: 1080px;
  padding: 100px 0;
  margin: 0 auto;
}

.newinfo-wrapper {
  background-image: url(../img/origin_rule/sectionbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.new-info {
  max-width: 1080px;
  padding: 100px 0;
  margin: 0 auto;
}

@media only screen and (max-width: 1120px) {
  .top-news-in {
    padding: 55px 10px;
  }
  .new-info {
    padding: 100px 4%;
  }
}

.new-info .h-title {
  width: 344px;
  border: 1px solid #ededed;
  background-color: #fff;
  color: #143C85;
  font-size: 137.5%;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
  padding: 16px 0 6px 24px;
  line-height: 1;
}

.info-content .all-show {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}

.info-content .all-show a {
  font-size: 87.5%;
  position: relative;
  color: #333;
  font-weight: bold;
  display: inline-block;
  padding-left: 15px;
}

.info-content .all-show 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);
}

.new-info .h-title span {
  font-size: 72.72%;
}

.new-info .info-content {
  padding: 20px 24px;
  background-color: #fff;
}

.new-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e4e6ec;
}

.new-info .info-tag {
  min-width: 70px;
  max-width: 120px;
  width: 100%;
  text-align: center;
  display: block;
  height: auto;
  padding: 2px 10px;
  margin-right: 14px;
  background-color: #e4e6ec;
  border-radius: 20px;
  font-weight: bold;
  font-size: 87.5%;
}


/*統計*/

.new-info .info-tag.p-tag {
  background-color: #FFD8EF;
}


/*報道資料*/

.new-info .info-tag.g-tag {
  background-color: #C9F68F;
}


/*その他*/

.new-info .info-tag.y-tag {
  background-color: #FFF968;
}


/*手続*/

.new-info .info-tag.b-tag {
  background-color: #ADF0FF;
}


/*法令*/

.new-info .info-tag.be-tag {
  background-color: #EDC58F;
}


/*採用*/

.new-info .info-tag.gr-tag {
  background-color: #87E7B0;
}


/*調達*/

.new-info .info-tag.rd-tag {
  background-color: #f6e8c1;
}


/*広報*/

.new-info .info-tag.bl-tag {
  background-color: #C8C9FF;
}


/*全国の税関の動き*/

.new-info .info-tag.pu-tag {
  background-color: #C7B2DE;
}

.new-info dl dt {
  font-size: 87.5%;
  font-weight: bold;
}

.new-info dl dd {
  font-size: 87.5%;
}

.new-info dl dd a {
  color: #143c85;
  line-height: 1.8;
  position: relative;
}

.new-info dl dd a:hover {
  border-bottom: 1px solid #143c85;
  text-decoration: none;
}

.news-flex {
  display: flex;
}

.news-flex dt {
  width: 12%;
  margin-right: 1%;
}

.news-flex dd {
  width: 75%
}

.news-flex .info-tag {
  width: 10%;
  margin-right: 2%;
}

@media only screen and (max-width: 767px) {
  .new-info {
    padding: 40px 4%;
  }
  .new-info .h-title {
    width: 70%;
    font-size: 112.5%;
    padding: 16px 0 6px 4%;
  }
  .new-info dl {
    position: relative;
    display: block;
    text-align: left;
  }
  .new-info .info-content {
    padding: 5% 4%;
  }
  .new-info .info-tag {
    text-align: center;
    position: absolute;
    top: -4px;
    left: 122px;
    margin-right: 0;
    font-size: 87.5%;
  }
  .info-content .all-show a {
    font-size: 75%;
  }
  .new-info .h-title span {
    font-size: 87.5%;
  }
  .new-info dl dt {
    margin-bottom: 10px;
    line-height: 1;
  }
  .new-info dl dd a {
    font-size: 87.5%;
  }
  .news-flex dt {
    width: 100%;
    margin-right: 0%;
  }
  .news-flex dd {
    width: 100%;
  }
  .news-flex .info-tag {
    width: 100%;
    margin-right: 0%;
  }
}


/*------タブやり直し------*/

.top-news .new-info {
  padding: 0;
}

.top-news .info-content {
  padding: 30px 40px;
}

.top-news .tab_area {
  font-size: 0;
  border-radius: 6px 6px 0 0;
  align-items: flex-end;
  margin-bottom: -1px;
  font-size: 100%;
}

.tab_labelA, .tab_labelB {
  width: 265px;
  display: inline-block;
  padding: 13px 0;
  color: #333333;
  background: #ddd;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  transition: ease .2s opacity;
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  border-radius: 4px 4px 0 0;
  border: none;
  font-family: 'Noto sans JP';
}

.tab_labelB {
  margin-left: -5px;
}

.tab_labelA:active, .tab_labelB:active {
  outline: none;
}

.tab_labelA:focus-visible, .tab_labelB:focus-visible {
  outline: solid;
}

.tab_labelA:hover, .tab_labelB:hover {
  opacity: .8;
}

.top-news .panel_area {
  background: #FFFFFF;
}

.top-news .tab_panel {
  width: 100%;
  display: none;
}

.top-news .tab_panel.open {
  display: block;
}

.top-news .tab_panel p {
  font-size: 87.5%;
  letter-spacing: 1px;
  text-align: center;
}

.tab_labelA.active-tab, .tab_labelB.active-tab {
  background: #FFFFFF;
  border-radius: 6px 6px 0 0;
  color: #143C85;
  font-size: 125%;
  font-weight: bold;
  margin: 0;
  padding: 20px 0 12px;
  font-family: 'Noto sans JP';
}

.top-news #tabB:checked~.tab_area .tabB_label {
  background: #fff;
  border-radius: 6px 6px 0 0;
  color: #143C85;
  font-size: 125%;
  font-weight: bold;
  padding: 20px 0 12px;
}

.top-news #tabB:checked~.panel_area #panelB {
  display: block;
}

@media only screen and (max-width: 767px) {
  .top-news .tab_wrap {
    padding: 50px 4%;
  }
  .top-news .tab_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-news .tab_area label {
    width: 50%;
    font-size: 87.5%;
  }
  .top-news .info-content {
    padding: 20px;
    font-size: 100%;
  }
  .top-news #tabA:checked~.tab_area .tabA_label {
    font-size: 100%;
    padding: 15px 0;
  }
  .top-news #tabB:checked~.tab_area .tabB_label {
    font-size: 100%;
    padding: 15px 0;
  }
  .tab_labelB {
    margin-left: 0;
  }
}


/*新着情報アコーディオン*/

.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_box {
  position: relative;
}

.cp_box .cp_container:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100px;
  /* グラデーションの高さ */
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(255, 255, 255, 1) 90%);
}

.cp_box .cp_container.news-view-more::after {
  display: none;
}

.news-btn-off {
  display: none;
}

.news-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.news-open, .news-close {
  text-align: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  position: relative;
  padding-right: 40px;
  height: 26px;
  font-size: 100%;
}

.top-news .tab_panel .news-open p, .top-news .tab_panel .news-close p {
  font-size: 87.5%;
  font-weight: bold;
  font-family: 'Noto sans JP';
}

.news-open::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 26px;
  height: 26px;
  background: url(../img/top/icon-open.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

.news-close::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 26px;
  height: 26px;
  background: url(../img/top/icon-close.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

.cp_box .cp_container {
  overflow: hidden;
  height: 355px;
  /* 開く前に見えている部分の高さ */
  transition: all .5s;
}

.cp_box .cp_container.news-view-more {
  height: auto;
  padding-bottom: 25px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all .5s;
}

@media only screen and (max-width: 767px) {
  .cp_box label {
    /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, .95) 80%);
  }
  .cp_box label:before {
    bottom: 0px;
  }
  .cp_box label:after {
    bottom: 0px;
  }
  .cp_box .cp_container {
    font-size: 100%;
    padding: 5px 0;
    height: 390px;
    /* 開く前に見えている部分の高さ */
  }
}

@media only screen and (max-width: 767px) {
  .bg-topborder.mb-80-sp50 {
    margin: 0 auto 50px;
    font-size: 100%;
  }
}

.aeo-user .page-list {
  margin: 10px 8px 10px 0px;
}

.aeo-link-bnr .cont-info {
  max-width: 1080px;
  display: block;
  margin: 0 auto;
  font-size: 100%;
}

.aeo-main .aeo-link-bnr .cont-info{
  max-width: 768px;
}

.aeo-link-bnr .cont-info .inner-2col {
  width: 100%;
  padding-bottom: 35px;
}

.topic-path {
  font-size: 87.5%;
  background-color: #FFFFFF;
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 0 0;
}

.topic-path-in {
  height: 30px;
  overflow: hidden;
}

.topic-path-in li {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.topic-path-in a:hover {
  border-bottom: 1px solid #333333;
}

.topic-path-in li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(../img/aeo/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topic-path-in li:first-child {
  padding-left: 0px;
}

.topic-path-in li:first-child::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .topic-path-in ul {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }
  .aeo-link-bnr .cont-info .inner-2col {
    margin-left: 0;
  }
}


/*トップバナー*/

.top-bnr .information-wrapper {
  padding: 60px 10px;
  background-color: #F1F5FA;
}

.top-bnr .top-bnr-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.top-bnr-in a {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 15px;
}

.top-bnr-in a:nth-child(4n) {
  margin-right: 0%;
}

@media only screen and (max-width: 767px) {
  .top-bnr .information-wrapper {
    padding: 30px 10px;
  }
  .top-bnr-in a {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .top-bnr-in a:nth-child(2n) {
    margin-right: 0%;
  }
}

@media only screen and (max-width: 767px) {
  header .sp-display.sp-relative {
    position: relative;
  }
}


/*チャットボット*/

.chat-bot {
  position: fixed;
  bottom: 85px;
  right: 20px;
  border: solid 2px #2E9BD9;
  background-color: #DEF3FF;
  border-radius: 8px;
  cursor: pointer;
  z-index: 10;
  font-family: 'Noto sans JP';
}

.chat-bot:focus {
  background-color: #DEF3FF;
  opacity: .5;
  border-radius: 8px;
  border: solid 2px #2E9BD9;
}

.chat-bot-btn {
  cursor: pointer;
  position: absolute;
  right: -8px;
  top: -10px;
  transform: rotate(45deg);
  z-index: 12;
}

.chat-bot-big {
  color: #143C85;
  font-size: 100%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  box-sizing: border-box;
}

.chat-bot-big p {
  margin-right: 10px;
}

.chat-bot-big small {
  display: inline;
  font-size: 87.5%;
}

.chat-bot a {
  max-width: 300px;
}

.chat-bot-small {
  display: none;
  font-size: 75%;
  font-weight: bold;
  max-width: 160px;
  padding: 10px 35px;
  color: #143C85;
}

.chat-bot label {
  position: absolute;
  right: 0;
  top: 0px;
}

.chat-bot label:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/global/sp/sp-ellipseft.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -10px;
  right: -10px;
  transform: rotate(45deg);
}

.chat-bot input:checked+label:after {
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
  top: 9px;
  right: 8px;
}

.chat-bot input:checked~.chat-bot-big {
  display: none;
}

.chat-bot input:checked~.chat-bot-small {
  display: block;
  padding: 10px 45px 10px 25px;
}

.chat-bot-img {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  .chat-bot-big {
    font-size: 87.5%;
  }
  .chat-bot-img {
    width: 75px;
  }
  .chat-bot-img img {
    width: 100%;
  }
}

.chat-bot-big {
  align-items: center;
  line-height: 1.6;
  padding: 10px 15px;
}

.bg-topborder.mb-80-sp50 {
  margin: 0 auto 80px;
}


/*header・TOPへ戻るボタン*/

.drop-ttl p {
  font-weight: 500;
}

.menu_contents li p {
  font-size: 87.5%;
  margin-bottom: 20px;
  padding-left: 26px;
  display: block;
  text-align: left;
  position: relative;
}

.menu_contents li p:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 6px;
  top: 50%;
  margin-top: -6px;
  left: 14px;
  border: 1px solid;
  border-color: transparent transparent #143C85 #143C85;
}

a:focus {
  color: #333333;
  background-color: #F1F5FA;
}

/*2021 11-16 更新*/

.aeo-main .aeo-link-bnr .cont-info.cont-info-1080{
  max-width: 1080px;
  padding: 60px 10px 30px;
}

@media only screen and (max-width: 767px) {
  .aeo-main .aeo-link-bnr .cont-info.cont-info-1080{
    padding: 10px 0px 0px;
  }

  .aeo-link-bnr .cont-info.cont-info-1080 .inner-2col{
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
