@charset "utf-8";

* {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック",
    YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0582b1;
}

body {
  background-size: contain;
  width: 100%;
  position: relative;
}
body.active {
  position: fixed;
}

a,
p,
h1 {
  font-size: 14px;
  text-decoration: none;
  color: black;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

img {
  width: 100%;
}

html {
  scroll-padding-top: 104px;
  scroll-behavior: smooth;
}

.sp {
  display: block !important;
}
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 168px;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}

/* ************************** */
/* 商品ページstyle */
/* ************************** */

span.catch_copy {
  color: #0582b1;
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

/* ************************** */
/* header */
/* ************************** */
.header {
  background-color: #fff;
  border-bottom: solid 1px #dcdcdc;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: white;
  height: 85px;
  /* padding: 0 10px; */
  display: none;
}
.header__sp {
  position: fixed;
}
.header .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}
.header .header__logo h1,
.header__category {
  display: none;
}
.header .header__logo {
  width: 250px;
}
.header .header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .header__logo a img {
  width: auto;
  height: 50px;
}
.header label {
  width: 35px;
}
.header .top_icon img {
  width: 30px;
}

@media screen and (min-width: 768px) {
  .header {
    display: block;
    height: 90px;
  }
  .header__pc {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .header .header__logo {
    width: 20%;
    max-width: 200px;
  }
  .header__logo a h1 {
    display: block;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    margin: auto 0;
    font-weight: 400;
  }
  .header__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__text img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .header__text p {
    font-weight: 900;
    font-size: 16px;
    color: #0582b1;
  }
  .header__nav-list {
    width: 75%;
  }
  .header__nav {
    height: 100%;
  }
  .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__nav a {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    vertical-align: top;
  }

  .header__nav .search_box {
    border: solid 1px #333;
    margin: 0;
    width: 100%;
    max-width: 200px;
  }
  .header__nav .search_box form input {
    font-size: 13px;
  }

  /* カテゴリー */
  .header__category {
    background-color: #333;
  }

  .header__category .main-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .header__category .main-list > li {
    width: calc(100% / 4);
    height: 58px;
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .category__title {
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 1.3em;
  }
  .category__title-sub {
    font-size: 12px;
    color: #fff;
    line-height: 1.3em;
  }

  .header__category .main-list > li:hover p.category__title-sub {
    border-bottom: solid 1px #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .child-list {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: 1000px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
    padding: 20px 15px;
    -webkit-box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px,
      rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px,
      rgb(0 0 0 / 30%) 0px 1px 3px -1px;
  }

  .child-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .child-list__title {
    color: #333;
    border-bottom: solid 1px #333;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 17px;
    text-align: left;
  }
  .child-list__inner li {
    width: calc(100% / 4);
    padding: 15px 10px;
    text-align: center;
  }
  .child-list__name {
    font-size: 17px;
  }
  .child-list__img {
    width: 60%;
  }
  .child-list__name-sub {
    margin-top: 5px;
    font-size: 12px;
  }
  .child-list li a:hover p {
    color: #0582b1;
  }

  /* 全商品一覧  共通*/
  .child-list .all_item a {
    color: #333;
    border: solid 1px #333;
    border-radius: 3px;
    padding: 15px 30px;
    margin-top: 35px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .child-list .all_item a:hover {
    color: #fff;
    background-color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (min-width: 1000px) {
  .center {
    width: 1000px;
    margin: 0 auto;
  }
}
/* ************************** */
/* お知らせ */
/* ************************** */
.news {
  width: 100%;
  background: #c00c24;
  padding: 20px 0;
}

.news_title {
  font-size: 15px;
  color: #fff;
  text-align: center;
  /* font-weight: bold; */
  letter-spacing: 3px;
  display: block;
}
.news_title:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  .news_title {
    font-size: 17px;
  }
}
/* ************************** */
/* スライダー */
/* ************************** */
.slider {
  overflow: hidden;
  padding-top: 85px;
  /* padding-top: 84px; */
}
.swiper {
  overflow: hidden;
  width: 100%;
  /* height: 100vh; */
  max-width: 1000px !important;
  margin: 0 auto !important;
  overflow: visible !important;
}

.swiper-slide a {
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0.6;
}

.slider .swiper-button-prev,
.slider .swiper-rtl .swiper-button-next {
  left: 0px;
  right: auto;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
}

.slider .swiper-button-next,
.slider .swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #0d82b1;
  font-size: 20px;
}

.swiper-slide-next,
.swiper-slide-prev {
  position: relative;
}

.slider .swiper-slide-prev::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
  display: block;
}
.slider .swiper-slide-next::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
  display: block;
}
.slider > .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 2px;
}

@media screen and (min-width: 768px) {
  .slider {
    margin-top: 0px;
    padding-top: 148px;
    /* padding-top: 203px; */
  }
  .slider .swiper-wrapper {
    margin-bottom: 35px;
  }
  .slider > .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -15px;
  }

  .slider .swiper-button-prev,
  .slider .swiper-rtl .swiper-button-next {
    left: -1px;
    right: auto;
    width: 50px;
    height: 50px;
  }

  .slider .swiper-button-next,
  .slider .swiper-rtl .swiper-button-prev {
    right: -1px;
    left: auto;
    width: 50px;
    height: 50px;
  }

  .slider .swiper-button-next:after,
  .slider .swiper-button-prev:after {
    color: #0d82b1;
    font-size: 30px;
  }
}
/* ************************** */
/* スライダーここまで */
/* ************************** */

/* ************************** */
/* 検索バー */
/* ************************** */
.search_bar {
  padding: 20px 15px;
  background-color: #333;
}
.search_box {
  width: 100%;
  margin-bottom: 15px;
}
.search_box form {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.search_box form input {
  font-size: 16px;
  width: 100%;
  height: 40px;
  padding: 0 5px;
  border: none;
}
.search_box button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 100%;
  border: none;
  padding: 0;
  background-color: transparent;
}

.search_box button i {
  font-size: 20px;
  color: #666;
}

.word_box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.word_box__inner a {
  color: #fff;
  font-size: 14px;
  padding: 5px 9px;
}

/* ************************** */
/* section */
/* ************************** */
section.box {
  padding: 0 8px;
  width: 100%;
  max-width: 1000px;
  margin: 60px auto 0;
}

@media screen and (min-width: 768px) {
  section.box {
    margin: 100px auto 0;
  }
}
/* ************************** */
/* title */
/* ************************** */
.title {
  margin-bottom: 30px;
  text-align: center;
}
.title__main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  letter-spacing: 2px;
}
.title__sub {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .title {
    margin-bottom: 40px;
  }
  .title__main {
    font-size: 40px;
  }
  .title__sub {
    margin-top: 15px;
    font-size: 16px;
  }
}
/* ************************** */
/* 一覧はこちらのボタン */
/* ************************** */
.btn-all {
  margin-top: 20px;
}
.btn-all a {
  background: #0582b1;
  color: #fff;
  position: relative;
  padding: 20px 0px;
  font-size: 15px;
  letter-spacing: 2px;
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  border: solid 1px #0582b1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-all a:after {
  content: "";
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0px;
  height: 0px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.btn-all a:hover {
  background: #fff;
  color: #0582b1;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.btn-all a:hover:after {
  border-color: transparent transparent transparent #0582b1;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

@media screen and (min-width: 768px) {
  .btn-all {
    margin-top: 30px;
  }
  .btn-all a {
    padding: 25px 0px;
    font-size: 16px;
    width: 50%;
  }
}

/* ************************** */
/* topics */
/* ************************** */
.scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  white-space: nowrap;
}
.scroll__inner {
  width: 143%;
  margin-bottom: 8px;
}

.topics__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 10px;
}
.topics__inner li {
  width: 30%;
}

/* スクロールバーのデザイン */
.scroll::-webkit-scrollbar {
  overflow: hidden;
  width: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.scroll::-webkit-scrollbar:horizontal {
  height: 2px;
}
.scroll::-webkit-scrollbar-button {
  display: none;
}
.scroll::-webkit-scrollbar-piece {
  background: #eee;
}
.scroll::-webkit-scrollbar-piece:start {
  background: #eee;
}
.scroll::-webkit-scrollbar-thumb {
  background: #0582b1;
}
.scroll::-webkit-scrollbar-corner {
  background: #333;
}

@media screen and (min-width: 768px) {
  .scroll {
    overflow-x: hidden;
  }
  .scroll__inner {
    width: 100%;
    margin-bottom: 8px;
  }
}

/* ************************** */
/* newitem */
/* ************************** */
.new-item {
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
}
.new-item .swiper-slide {
  border: solid 1px #ddd;
}
.new-item .swiper-slide-next::after {
  content: none;
}

.new-item .swiper-slide-next::after {
  opacity: 0;
}
.new-item .swiper-button-prev,
.new-item .swiper-rtl .swiper-button-next {
  left: -8px;
}
.new-item .swiper-button-next,
.new-item .swiper-rtl .swiper-button-prev {
  right: -8px;
}
.new-item .swiper-button-prev:after,
.new-item .swiper-rtl .swiper-button-next:after,
.new-item .swiper-button-next:after,
.new-item .swiper-button-prev:after {
  font-size: 30px;
  color: #0582b1;
}

.swiper-pagination-bullet-active {
  background: #999;
}
.new-item .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -15px;
}
.new-item .btn-all {
  margin-top: 35px;
}

/* ************************** */
/* recommend */
/* ************************** */
.recommend__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 0;
}

.recommend__inner li {
  width: calc((100% / 3) - 8px);
  border: solid 1px #ddd;
}

/* ************************** */
/* special */
/* ************************** */
.special__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 0;
}

.special__inner li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .special__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .special__inner li {
    width: 32%;
  }
}

/* ************************** */
/* pickup */
/* ************************** */
.pickup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 0;
}

.pickup__inner li {
  width: calc((100% / 2) - 8px);
}
.pickup__inner li a p {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .pickup__inner {
    gap: 40px 0;
  }
  .pickup__inner li {
    width: calc((100% / 4) - 8px);
  }
  .pickup__inner li a p {
    font-size: 18px;
  }
}

/* ************************** */
/* special */
/* ************************** */
.bland__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 0;
}

.bland__inner li {
  width: 100%;
}
.bland__inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 0;
  margin-top: 10px;
}
.bland__inner-column li {
  width: calc((100% / 2) - 8px);
}

/* ************************** */
/* item-list */
/* ************************** */
.item-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 0;
}
.item-list__inner:before,
.item-list__inner:after {
  content: "";
  display: block;
  width: calc((100% / 3) - 8px);
}
.item-list__inner:before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.item-list__inner li {
  width: calc((100% / 3) - 8px);
  text-align: center;
}

.item-list__inner li p {
  font-size: 13px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .item-list__inner {
    gap: 30px 0;
  }
  .item-list__inner li {
    width: calc((100% / 4) - 8px);
    text-align: center;
  }
  .item-list__inner li p {
    font-size: 14px;
  }
}

/* ************************** */
/* info */
/* ************************** */
.info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 0;
}

.info__inner li {
  width: calc((100% / 3) - 4px);
  text-align: center;
}
.info__inner li img {
  width: 84%;
}
.info__inner li p {
  font-size: 11px;
  line-height: 1.4em;
  margin-top: 6px;
  letter-spacing: 0;
}

.info {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .info__inner li img {
    width: 64%;
  }
  .info__inner li p {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 6px;
    letter-spacing: 0;
  }
}

/* ************************** */
/* footer */
/* ************************** */
footer {
  /* font-size: 15px; */
}
.footer__inner__box,
.j-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
}
.footer__inner__box li {
  padding: 16px 10px;
  width: calc(100% / 2);
  text-align: center;
  font-size: 15px;
}
.footer__inner__box li {
  /* border-bottom: solid 1px #888; */
}
.footer__inner__box li:nth-child(2n + 1),
.j-accordion > li:nth-child(even) {
  /* border-left: solid 1px #888; */
}
.footer__inner__box .footer__inner__title {
  width: 100%;
  font-size: 16px;
  padding: 23px 10px;
  border: 0;
}
.footer__inner__title p {
  color: #fff;
  text-align: center;
}
.footer__inner__box .inquiry {
  border: solid 1px #333 !important;
  background-color: #fff;
  padding: 12px 5px;
  border: 0;
  width: 90%;
  margin: 0 auto 32px;
}
/* .footer__inner__box .inquiry {
  border: solid 1px #fff !important;
  background-color: #333;
  width: 100%;
  margin-top: 30px;
  padding: 0;
} */
.footer__accordion {
  position: relative;
}

.footer__accordion:after {
  content: "";
  position: absolute;
  top: 43%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.j-accordion {
  display: none;
  /* overflow: hidden;
  height: 0%;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s; */
}
.j-accordion.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  visibility: visible;
  height: 100%;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.copyright {
  color: #fff;
  background-color: #333;
  font-size: 11px;
  padding: 15px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer {
    background: #333;
  }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .footer__inner__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% / 2);
  }
  .footer__inner__box li {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
  /* .footer__inner__box:before,
  .footer__inner__box:after{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
  } */
  .footer__inner__box:before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__inner__box li a {
    color: #fff;
  }
  .footer__inner__box li a:hover {
    color: #0582b1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .footer__inner__box li:nth-child(-n + 3) {
    border-bottom: none;
  }
  .footer__inner__box li:nth-of-type(3),
  .footer__inner__box li:nth-of-type(5) {
    border-bottom: 0;
    border-left: 0;
  }
  .footer__inner__box .footer__inner__title {
    padding: 25px 0;
    border: 0;
    background: #333;
  }
  .footer__inner__title p {
    color: #fff;
    text-align: center;
    font-size: 17px;
  }
  .footer__inner__box .inquiry {
    border: solid 1px #fff !important;
    background-color: #333;
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .footer__inner__box .inquiry a {
    color: #fff;
    background-color: #333;
    padding: 25px 0px;
    display: block;
  }
  .footer__inner__box .inquiry a:hover {
    color: #333;
    background-color: #fff;
    opacity: 1;
  }
  .footer__accordion:after {
    content: none;
  }
  .footer__inner__box li {
    border-bottom: none;
  }
  .footer__inner__box li:nth-child(2n + 1),
  .j-accordion > li:nth-child(even) {
    border-left: none;
  }
  .j-accordion {
    display: block;
  }
  .copyright {
    color: #333;
    background-color: #fff;
  }
}
