/* CSS Document */
.poRe {
  position: relative;
}

.txtId01 {
  text-indent: -1em;
  padding-left: 1em;
}

.note {
  font-size: 0.8em;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}

.sec {
  width: 1080px;
  margin: 0 auto;
}
.sec .inner {
  background-color: #fff;
  padding-bottom: 4rem;
}
.sec .sectionInner {
  max-width: 920px;
  margin: 0 auto;
}

#sec01 .ttl {
  background-color: #E70012;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#sec01 .accBox {
  font-size: 22px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}
#sec01 .accBox .accBtn {
  line-height: 1.45;
  background: #FCE5E6;
  display: flex;
  padding: 20px 72px 20px 20px;
  position: relative;
}
#sec01 .accBox .accBtn .ttlIco {
  font-size: 24px;
  color: #E70012;
  margin-right: 20px;
}
#sec01 .accBox .accBtn .ico {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(../img/ico_open.png) center/cover no-repeat;
  transform: translate(0, -50%);
}
#sec01 .accBox .accBtn.active .ico {
  background: url(../img/ico_close.png) center/cover no-repeat;
}
#sec01 .accBox .accInner {
  line-height: 1.8;
  padding: 20px;
  display: flex;
  background-color: #fff;
  display: none;
}
#sec01 .accBox .accInner > div {
  display: flex;
}
#sec01 .accBox .accInner .ttlIco {
  font-size: 24px;
  color: #E70012;
  margin-right: 20px;
}
#sec01 .accBox .accInner .accWrap {
  width: 825px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
}
#sec01 .accBox .accInner .accWrap p {
  width: 100%;
  text-align: justify;
}
#sec01 .accBox + .accBox {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sec {
    width: 94.67vw;
  }
  .sec .inner {
    padding-bottom: 3rem;
  }
  .sec .sectionInner {
    padding-left: 4%;
    padding-right: 4%;
  }
  #sec01 .ttl {
    font-size: 4.8vw;
    margin-bottom: 30px;
  }
  #sec01 .accBox + .accBox {
    margin-top: 8%;
  }
  #sec01 .accBox .accBtn {
    font-size: 16px;
    padding: 5% 14% 5% 4%;
    position: relative;
    align-items: start;
  }
  #sec01 .accBox .accBtn .ttlIco {
    font-size: 18px;
    margin-right: 5%;
  }
  #sec01 .accBox .accBtn .ico {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: 4%;
    background: url(../img/ico_open.png) center/cover no-repeat;
    transform: translate(0, -50%);
  }
  #sec01 .accBox .accInner {
    line-height: 1.7;
    padding: 5% 4%;
    font-size: 16px;
  }
  #sec01 .accBox .accInner .ttlIco {
    font-size: 18px;
    margin-right: 5%;
  }
  #sec01 .accBox .accInner .accWrap {
    width: 100%;
    font-size: 16px;
  }
  #sec01 .accBox .accInner .accWrap p {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */