.p-flow-2022 {
  font-family: 'Roboto','Noto Sans JP', sans-serif;
  padding: 0 30px;
  margin: 80px auto 0;
  box-sizing: border-box;
}
.p-flow-2022__headline {
  color: #696969;
  font-size: 277%;
  font-weight: bold;
  letter-spacing: .5rem;
  text-indent: .5rem;
  text-align: center;
  margin: 0 auto;
}
.p-flow-2022__lead {
  color: #595757;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: .05rem;
  text-indent: .05rem;
  text-align: center;
  margin: 30px auto 0;
}

.p-flow-2022__body {
  width: 580px;
  margin: 35px auto 80px;
}
.p-flow-2022__caption {
  color: #ffffff;
  line-height: 1;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .1rem;
  text-indent: .1rem;
  text-align: center;
  padding: 8px 0;
  margin: 0 auto 25px;
  border-radius: 5px;
  background: #9ACA5F;
}
.p-flow-2022__caption.is-orange {
  margin: 0 auto 10px;
  background: #ed6c00;
}

.p-flow-2022__row {
  margin: 0 auto 18px;
}
.p-flow-2022__ttl {
  color: #5b8f1c;
  position: relative;
  line-height: 1;
  font-feature-settings: "palt" 1;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding: 6px 0;
  margin: 0 auto 0;
  border-radius: 50px;
  background: #e3efcd;
}
.p-flow-2022__ttl i {
  color: #ffffff;
  width: 39px;
  height: 39px;
  line-height: 39px;
  font-size: 22px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 100%;
  background: #9ACA5F;
  transform: translate(0, -50%);
}
.p-flow-2022__desc {
  color: #595757;
  font-feature-settings: "palt" 1;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: .05rem;
  text-align: justify;
  margin: 12px auto 0;
}
.p-flow-2022__desc > a {
  color: #ed6c00;
  display: block;
}

.c-oneday__head {
  display: flex;
  align-items: center;
}
.c-oneday__date {
  color: #ed6c00;
  width: 340px;
  font-feature-settings: "palt" 1;
  font-size: 22px;
  white-space: nowrap;
  font-weight: 700;
  margin: 0;
}
.c-oneday__lead {
  color: #595757;
  line-height: 1.2;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: .03rem;
  text-align: left;
  margin: 0;
}
.c-oneday__lead span {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  margin: 5px 0 0;
}

.c-oneday__body {
  margin: 10px auto 0;
}
.c-oneday__ttl {
  color: #ed6c00;
  position: relative;
  line-height: 1.2;
  z-index: 1;
  margin: 10px 0 0;
}
.c-oneday__ttl span {
  display: table;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: .07rem;
  text-indent: .07rem;
  text-align: center;
  padding: 0 5px;
  margin: 0 auto;
  background: #ffffff;
}
.c-oneday__ttl span:after {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  background: #ed6c00;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%,-50%);
}
.c-oneday__ttl--crosstalk span:after {
  height: 3px;
}
.c-oneday__list {
  margin: 20px auto 0
}
.c-oneday__item {
  margin: 0 auto 10px;
}
.c-oneday__item dl {
  margin: 0;
}
.c-oneday__item dl dt {
  color: #ed6c00;
  font-feature-settings: "palt" 1;
  line-height: 1.2;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .08rem;
  text-indent: .08rem;
  text-align: center;
  padding: 3px 0;
  margin: 0 auto;
  border: 3px solid #f9c385;
  border-radius: 20px;
}
.c-oneday__item dl dd {
  color: #595757;
  font-feature-settings: "palt" 1;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: .05rem;
  text-align: left;
  margin: 10px auto 15px;
}
.c-oneday__item p {
  color: #ed6c00;
  display: block;
  line-height: 1;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: .5rem;
  text-indent: .5rem;
  text-align: center;
  margin: 5px auto 20px;
}

.c-oneday__list-2 {
  margin: -10px auto 0;
}
.c-oneday__list-2 li {
  color: #ed6c00;
  position: relative;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: .05rem;
  margin: 0;
}
.c-oneday__list-2 li span {
  display: block;
  padding: 0 0 0 1.2em;
}
.c-oneday__list-2 li:before {
  content: '●';
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}

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

  .p-flow-2022 {
    padding: 0 20px;
    margin: 8% auto 0;
  }
  .p-flow-2022__body {
    width: 100%;
    margin: 5% auto 40px;
  }
  .p-flow-2022__headline {
    width: 90%;
    font-size: 5.5vw;
    letter-spacing: 0.1rem;
    padding: 0 0 0 0.1rem;
  }
  .p-flow-2022__lead {
    font-size: 13px;
    letter-spacing: .03rem;
    text-indent: .03rem;
    margin: 20px auto 0;
  }
  .p-flow-2022__caption {
    font-size: 17px;
    letter-spacing: .07rem;
    text-indent: .07rem;
    padding: 6px 0;
  }
  .p-flow-2022__ttl {
    font-size: 16px;
  }
  .p-flow-2022__ttl i {
    font-size: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .p-flow-2022__desc {
    font-size: 14px;
  }

  .c-oneday__head {
    display: block;
  }
  .c-oneday__lead {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .c-oneday__lead span {
    display: inline-block;
    font-size: 11px;
  }
  .p-flow-2022__caption.is-orange {
    margin: 0 auto 4px;
  }
  .c-oneday__date {
    font-size: 18px;
    line-height: 1.2;
    margin: 10px 0 0;
  }
  .c-oneday__ttl {
    margin: 12px 0 0;
  }
  .c-oneday__ttl span {
    font-size: 15px;
  }
  .c-oneday__ttl span:after {
    height: 4px;
  }
  .c-oneday__ttl--crosstalk span:after {
    height: 2px;
  }
  .c-oneday__list {
    margin: 10px auto 0;
  }
  .c-oneday__item dl dt {
    font-size: 16px;
    letter-spacing: .06rem;
    text-indent: .06rem;
    padding: 2px 0;
    border: 2px solid #f9c385;
  }
  .c-oneday__item dl dd {
    font-size: 14px;
    letter-spacing: .04rem;
    margin: 5px auto 12px;
  }
  .c-oneday__item p {
    font-size: 14px;
    letter-spacing: .5rem;
    text-indent: .5rem;
    margin: 0 auto 18px;
  }
  .c-oneday__list-2 li {
    font-size: 14px;
    letter-spacing: .04rem;
  }

}

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

  .p-flow-2022 {
    margin: 12% auto 0;
  }
  .p-flow-2022__ttl {
    font-size: 14px;
    letter-spacing: 0;
    padding: 4px 0;
  }
  .p-flow-2022__ttl.is-sp-small {
    font-size: 10px;
    padding: 6px 0;
  }
  .p-flow-2022__ttl i {
    font-size: 15px;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .p-flow-2022__desc {
    font-size: 13px;
    letter-spacing: 0;
  }
  .c-oneday__ttl span {
    font-size: 13px;
  }
  .c-oneday__item dl dt {
    font-size: 14px;
    letter-spacing: 0;
    text-indent: 0;
  }
  .c-oneday__item dl dd {
    font-size: 13px;
    letter-spacing: 0;
    margin: 5px auto 0px;
  }
  .c-oneday__item p {
    font-size: 13px;
    letter-spacing: .3rem;
    text-indent: .3rem;
    margin: 0 auto 15px;
  }
  .c-oneday__list-2 li {
    font-size: 13px;
    letter-spacing: 0;
  }

}
