@charset "UTF-8";
/* CSS Document */
/*====================================================================
.parent_category
====================================================================*/
.parent_category .mod-information {
  margin-top: 0;
}
/*====================================================================
.customerInfo
====================================================================*/
.customerInfo__inner {
  display: block;
  width: 70%;
  margin: 0 auto;
  border-radius: 36px;
  box-sizing: border-box;
  transition-duration: .4s;
}
.customerInfo__inner.nav100 {
  width: 100%;
  box-sizing: border-box;
}
h2.customerInfo__ttl {
  width: max-content;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}
h2.customerInfo__ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 102px;
  height: 87px;
  left: -90px;
  bottom: -10px;
  background: no-repeat url("../img/img_momo.png");
  background-size: contain;
}
.customerInfo__inner-btn {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.customerInfo__inner .customerInfo__inner-btn {
  padding: 10px 0;
}
.customerInfo__plusIcon {
  position: absolute;
  top: 36%;
  right: 30px;
  transition-duration: 0.4s;
}
.customerInfo__plusIcon-inner {
  display: block;
  width: 18px;
  height: 18px;
  transition-duration: 0.4s;
  position: relative;
}
.customerInfo__inner.open .customerInfo__plusIcon {
  transform: rotate(-135deg);
}
.customerInfo__plusIcon-inner:before, .customerInfo__plusIcon-inner:after {
  content: '';
  background-color: #fff;
  border-radius: 2px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
}
.customerInfo__plusIcon-inner:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}
.open .customerInfo__inner-box {
  height: 100%;
  overflow: hidden;
}
.customerInfo__inner-box {
  display: none;
  width: 100%;
  height: 0;
  padding: 10px;
  padding-top: 0;
  text-align: center;
}
.customerInfo__inner-box-bg {
  background: #fff;
  border-radius: 0 0 28px 28px;
  padding: 0 20px;
}
.customerInfo__inner-box .customerInfo__inner-box-ttl {
  font-size: 2.1rem;
  font-weight: bold;
  padding: 25px 0;
}
.customerInfo__inner-box-lead {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}
.customerInfo__inner-box-bg p {
  font-size: 1.6rem;
}
.customerInfo__inner-box-bg .btnTxtGray {
  padding-bottom: 20px;
  text-align: center;
}
.customerInfo__inner-box--list {
  text-align: left;
}
.customerInfo__inner-box--list.col2, .customerInfo__inner-box--list.col3 {
  gap: 0;
}
.customerInfo__inner-box--list li {
  padding: 0 10px;
  border-right: 1px solid #EAEAEA;
}
.customerInfo__inner-box--list li:first-of-type {
  padding: 0 10px 0 0;
}
.customerInfo__inner-box--list li:nth-last-child(1) {
  padding: 0 0 0 10px;
  border-right: none;
}
.customerInfo__inner-box--list dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
  text-align: left;
  margin: 0 auto;
  justify-content: center;
}
.customerInfo__inner-box--list dd {
  margin-left: 1em;
}
.customerInfo__inner-box-text span {
  display: block;
  text-align: left;
}
/*------------------------------
hover
------------------------------*/
@media (hover: hover) {
  .customerInfo__inner:hover {
    opacity: 0.6;
  }
  .customerInfo__inner.nav100:hover {
    opacity: 1.0;
  }
}
@media screen and (max-width: 1080px) {
  .col2.customerInfo__inner-box--list, .col3.customerInfo__inner-box--list {
    grid-template-columns: repeat(1, 1fr);
  }
  .customerInfo__inner-box--list li {
    padding: 20px 0;
    border-bottom: 1px solid #EAEAEA;
    border-right: none;
  }
  .customerInfo__inner-box--list li:first-of-type {
    padding: 0 0 10px 0;
  }
  .customerInfo__inner-box--list li:nth-last-child(1) {
    padding: 20px 0 0;
    border-bottom: none;
  }
  .customerInfo__inner-box--list dl {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .customerInfo__inner-box--list dt {
    margin-bottom: 10px;
    text-align: right;
  }
  .customerInfo__inner-box--list dd {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  h2.customerInfo__ttl {
    font-size: 1.4rem;
  }
  h2.customerInfo__ttl::before {
    width: 88px;
    height: 74px;
    left: -74px;
    bottom: -10px;
  }
  .customerInfo__inner-box h3.customerInfo__inner-box-ttl {
    font-size: 1.8rem;
    text-align: center;
  }
  .customerInfo__inner {
    width: 90%;
  }
  .customerInfo__inner-box {
    text-align: center;
  }
  .customerInfo__inner-box p {
    display: inline-block;
    text-align: left;
  }
  .customerInfo__inner-btn {
    padding: 12px;
  }
  .customerInfo__inner-box-bg .btnArrow {
    display: block;
    text-align: center;
  }
  .customerInfo__inner-box--list dt {
    text-align: left;
  }
}
/*====================================================================
parentBtn
====================================================================*/
.parentBtn__box li {
  display: flex;
}
.parentBtn__box a {
  display: flex;
  min-height: 80px;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 8px 16px;
}
