.img-fluid {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.s-box {
  margin: 32px 0 0;
}

.s-lead_txt {
  margin-top: 32px;
}

@media only screen and (min-width: 768px) {
  .s-box {
    margin: 64px 0 0;
  }
}

.s-box__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #00ADEE;
  border-bottom: 2px solid #00ADEE;
}

@media only screen and (min-width: 768px) {
  .s-box__title {
    font-size: 24px;
  }
}

.s-flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 870px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .s-flow__box {
    width: 760px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .s-flow .s-scroll_wrap {
    padding-top: 20px;
  }
}

.s-flow .s-scroll_wrap:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .s-flow .s-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #e3f5fc;
  }
  .s-flow .s-scroll::-webkit-scrollbar-thumb {
    background: #00adef;
    border-radius: 2px;
  }
}

.s-flow__box-text {
  width: 164px;
}

.s-flow__box-1 {
  width: 185px;
  padding-bottom: 24px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-flow__box-2 {
  width: 195px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  padding-top: 100px;
}

.s-flow__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  color: #F0A22E;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .s-flow__title {
    font-size: 24px;
  }
}

.s-flow__title--blue {
  color: #00ADEE;
}

.s-flow__list {
  padding: 8px 0 24px;
}

.s-flow__item {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #F0A22E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-flow__item--green {
  color: #33CC33;
}

.s-flow__vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  background-color: #F0A22E;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  max-height: 337px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .s-flow__vertical {
    font-size: 30px;
    max-height: 300px;
    height: 100%;
  }
}

.s-flow__vertical--green {
  background-color: #33CC33;
}

.s-flow__vertical--blue {
  background-color: #00ADEE;
}

.s-flow__banner {
  display: block;
  text-align: center;
  margin-top: 32px;
}

.s-flow__text {
  margin-top: 24px;
}

.s-flow__voice {
  max-width: 1024px;
  margin: 20px auto;
}

@media only screen and (min-width: 768px) {
  .s-flow__voice {
    margin: 40px auto;
  }
}

.s-flow__voice-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .s-flow__voice-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s-flow__voice-img {
  max-width: 85px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .s-flow__voice-img {
    margin-right: 32px;
    text-align: initial;
  }
}

.s-flow__voice-text {
  border: 2px solid #00ADEE;
  border-radius: 16px;
  padding: 16px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .s-flow__voice-text {
    padding: 24px;
  }
}

.s-flow__voice-text::before, .s-flow__voice-text:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid #00ADEE;
  border-bottom: 15px solid transparent;
  right: 100%;
}

@media only screen and (min-width: 768px) {
  .s-flow__voice-text::before, .s-flow__voice-text:after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .s-flow__voice-text::before, .s-flow__voice-text:after {
    top: -11px;
    right: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
  }
}

.s-flow__voice-text::after {
  right: calc(100% - 2.5px);
  border-right: 20px solid #fff;
}

@media only screen and (max-width: 767px) {
  .s-flow__voice-text::after {
    top: -9px;
    right: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
  }
}

.s-flow__voice-text--color {
  border: 2px solid #F0A22E;
  margin-bottom: 20px;
}

.s-flow__voice-text--color::before {
  border-right: 20px solid #F0A22E;
}

@media only screen and (max-width: 767px) {
  .s-flow__voice-text--color::before {
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .s-flow__wrapper {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}

.s-chart__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px -8px 0 -8px;
}

@media only screen and (max-width: 767px) {
  .s-chart__box {
    margin-top: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.s-chart__fig {
  width: 25%;
  padding: 0 8px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .s-chart__fig {
    margin-bottom: 8px;
    width: 50%;
  }
}

.s-chart__fig img {
  width: 100%;
}

/* // 01/28 */

.s-intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -19px 0;
}

@media only screen and (max-width: 767px) {
  .s-intro__wrapper {
    margin: 30px -15px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.s-intro__box {
  padding: 0 19px;
  width: 33.33%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
  text-decoration: none;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.s-intro__box:hover .img-fluid,
.s-intro__box:hover .s-intro__desc {
  opacity: 0.8 ;
}
.s-intro__box:hover .s-intro__link {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .s-intro__box {
    padding: 0 15px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s-intro__desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
  margin: 15px 0 24px;
}

@media only screen and (max-width: 767px) {
  .s-intro__desc {
    font-size: 18px;
    margin: 10px 0 15px;
  }
}

.s-intro__link {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #00ADEE;
  text-align: center;
  display: block;
  text-decoration: underline;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 767px) {
  .s-intro__link {
    font-size: 18px;
  }
}

.s-intro__link:hover {
  text-decoration: none;
}
/*2022/11/08 css added*/
.s-data221108.s-flow__voice-text{
    border: 2px solid #5081A5;
}

.s-data221108.s-flow__voice-text:before,.s-data221108.s-flow__voice-text:after{
  border-right: 20px solid #5081A5;  
}
.s-data221108.s-flow__voice-text:after{
    border-right: 20px solid #fff;
}

.s-data221108.s-box__title{
    color:#5081A5;
    border-bottom: 2px solid #5081A5;
}

.s-data221108 .s-intro__link{
    color:#5081A5;
}
.s-flow__vertical--drkblue{
    background-color: #5081A5;
}
.s-flow__title--drkblue{
    color:#5081A5;
}

/*sapporo table party*/
.sapporotbl{
    border-collapse:collapse; 
    width:100%;
}
.sapporotbl th{
    background:#e6f2f2; 
    width:20%;
}
.thred{
    background:#e6f2f2;
    color:red;
}

.tdred{
    color:red; 
    font-weight:bold;
}

.s-251217{
  max-width: 120px;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
}
/*2022/11/08 css added close*/
/*# sourceMappingURL=branch-sendai-fooddrive.css.map */
