@charset "UTF-8";

.update-navi__list {
   padding: 30px 0;
   border-bottom: 2px solid #4a7ebb;
   border-top: 2px solid #4a7ebb;
  }

.box__head__inner {
   border-left: 4px solid #005ab4;
   padding-left: 16px;
  }

.box .login__title {
   display: flex;
   align-items: center;
   margin-bottom: 15px;
   height: 60px;
  }

.box .login__title span {
   display: inline-block;
   width: 44px;
   height: 44px;
   color: #FFF;
   background: #C4BD97;
   text-align: center;
   border-radius: 50%;
   margin-right: 10px;
   padding-top: 10px;
  }
  
.box .smartphone__img {
   height: 210px;
  }

.check .box__head {
  margin-bottom: 1.3em;
  }

.check .box__title {
   text-align: center;
   font-size: 2.8rem;
   font-weight: 700;
  }
  
.box .check__img {
   height: 200px;
  }

.check .check__list {
  background: url("/myepson/help/info/images/icon_check.svg") no-repeat 0% 50%;
  padding-left: 35px;
  }
.trademark {
    margin-top: 50px;
 }

@media screen and (max-width: 767px) {
   .box__head__inner {
    padding-left: 11px;
    border-width: 2px;
  }
   .box .smartphone__img {
   height: auto;
  }
  
  .box .login__title {
   height: auto;
  }
  
  .box .login__title span {
   width: 36px;
   height: 36px;
   margin-right: 10px;
   padding-top: 8px;
  }
  .check .box__title {
    font-size: 2.1rem;
  }
 }

/* faq
================================================== */
.faq {
  margin-bottom: 5.4em;
}

.faq .faq__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 10px;
}
.faq__item + .faq__item {
  margin-top: 20px;
}

.faq__item {
  border-radius: 10px;
  border: 2px solid #EEECE1;
  overflow: hidden;
}

.faq__item button{
  width: 100%;
  padding: 0;
  text-align: left;
  border: none;
  background: #EEECE1;
}

.faq__item__title, .faq__item__body {
  position: relative;
}
.faq__item__title > div, .faq__item__body > div {
  display: flex;
  gap: 12px;
  padding: 20px 70px 20px 20px;
}
.faq__item__title > div > i, .faq__item__body > div > i {
  flex: 0 0 30px;
  border-radius: 15px;
  background: #000;
  line-height: 30px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.faq__item__title > div > div, .faq__item__body > div > div {
  flex: 1 0 0%;
}
.faq__item__title > div > div > * + *, .faq__item__body > div > div > * + * {
  margin-top: 1em;
}
.faq__item__title {
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none !important;
}
.faq__item__title:hover {
  opacity: 0.7;
}
.faq__item__title > span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
}
.faq__item__title > span::before, .faq__item__title > span::after {
  display: block;
  content: "";
  background: #c4bd97;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 11px;
  left: 0;
}
.faq__item__title > span::before {
  transition: 0.2s;
  transform: rotate(-90deg);
}
.faq__item__title.is-open {
  background: #eeece1;
}
.faq__item__title.is-open > div i {
  background: #948a54;
}
.faq__item__title.is-open > span::before {
  transform: rotate(0);
}
.faq__item__title > div {
  align-items: center;
}
.faq__item__body {
  display: none;
  background: #fff;
}
.faq__item__body p {
  margin: 0;
}
.faq__item__body > div {
  align-items: flex-start;
  padding-right: 20px;
}
.faq__item__body > div > i {
  background: #000;
}
.faq__item__body > div > div {
  padding-top: .25em;
}
@media only screen and (max-width: 767px) {
  .faq {
    margin-bottom: 4.4em;
  }
  .faq .faq__title {
    font-size: 2.1rem;
    margin: 30px 0 10px;
  }
  .faq__item__title > div, .faq__item__body > div {
    padding: 15px 60px 15px 20px;
  }
  .faq__item__title > span {
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .faq__item__title > span::before, .faq__item__title > span::after {
    width: 20px;
    height: 2px;
    top: 8px;
  }
  .faq__item__body > div {
    padding-right: 20px;
  }
}
