@charset "UTF-8";

.main_content {
  position: relative;
}
.main_content h2 {
  font-size: 2.8rem;
  font-weight: 500;
}
.main_content h2::before {
  content: "■";
  color: #4FADC7;
  margin-right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .main_content h2 {
    font-size: 2rem;
  }
  .main_content h2::before {
    margin-right: .4rem;
  }
}

/* ---------------------------------
  flow_block
--------------------------------- */
.flow_block {
  margin-bottom: 5rem;
}
.flow_block h2 {
  margin-bottom: 1.2rem;
}
.flow_text {
  margin-bottom: 3rem;
}
.flow_list {
  display: flex;
  width: 100%;
}
.flow_list_column {
  display: flex;
  flex-flow: column;
  border: .4rem solid #F38223;
  border-right: 0;
}
.flow_list_column:first-child {
  font-weight: 700;
  color: #F38223;
  background-color: #FDFDA4;
}
.flow_list_column:first-child,
.flow_list_column:last-child {
  flex-shrink: 0;
}
.flow_list .step01 .flow_list_row {
  padding: 0 1.2rem;
}
.flow_list_column:not(:first-child, :last-child) {
  font-weight: 500;
  color: #4C4948;
}
.flow_list_column:last-child {
  font-weight: 700;
  color: #FFF33F;
  background-color: #F38223;
}
.flow_list_row {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  position: relative;
  padding: 0 2rem 0 4rem;
  row-gap: 1.5rem;
}
.step02 .flow_list_row {
  row-gap: .6rem;
  padding: 1.1rem 2rem 2rem 4rem;
}
.two-tiered .flow_list_row {
  height: 50%;
}
.flow_list_row + .flow_list_row {
  border-top: .4rem solid #F38223;
}
.flow_list_column:not(:last-child) .flow_list_row::before,
.flow_list_column:not(:last-child) .flow_list_row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  margin: auto;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.flow_list_column:not(:last-child) .flow_list_row::before {
  right: -2.5rem;
  background-color: #F38223;
}
.flow_list_column:not(:last-child) .flow_list_row::after {
  right: -1.8rem;
  height: 3.2rem;
  background-color: #fff;
}
.flow_list_column:first-child .flow_list_row::after {
  background-color: #FDFDA4;
}
.one-tiered:not(.flow_list_column:last-child) .flow_list_row::before,
.one-tiered:not(.flow_list_column:last-child) .flow_list_row::after {
  height: 7.7rem;
}
.one-tiered:not(.flow_list_column:last-child) .flow_list_row::after {
  right: -2rem;
}
.two-tiered:not(.flow_list_column:last-child) .flow_list_row::before,
.two-tiered:not(.flow_list_column:last-child) .flow_list_row::after {
  height: 3.2rem;
}
.flow_list_row h3 {
  font-size: 2.8rem;
  text-align: center;
}
.flow_list_row p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .flow_block {
    margin-bottom: 4rem;
    padding: 0 3.2rem;
  }
  .flow_block h2 {
    margin-bottom: 1rem;
  }
  .flow_text {
    margin-bottom: 4.2rem;
  }
  .flow_list {
    flex-flow: column;
  }
  .flow_list_column {
    flex-flow: row;
    border: .3rem solid #F38223;
    border-bottom: 0;
  }
  .flow_list .step01 .flow_list_row {
    padding: 1.5rem 0 2.4rem;
  }
  .flow_list_row {
    padding: 3rem 1rem 2.3rem 1.8rem;
    row-gap: 1rem;
  }
  .step02 .flow_list_row {
    row-gap: .6rem;
    padding: 2.5rem 1.1rem 2.1rem 1.2rem;
  }
  .step02 .flow_list_row p {
    letter-spacing: -0.1rem;
  }
  .two-tiered .flow_list_row {
    width: 50%;
    height: auto;
  }
  .flow_list_row + .flow_list_row {
    border-top: 0;
    border-left: .3rem solid #F38223;
  }
  .flow_list_row:last-child {
    margin: 0 auto;
  }
  .flow_list_column:not(:last-child) .flow_list_row::before,
  .flow_list_column:not(:last-child) .flow_list_row::after {
    top: auto;
    bottom: -2rem;
    margin: 0;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
  .flow_list_column:not(:last-child) .flow_list_row::before,
  .flow_list_column:not(:last-child) .flow_list_row::after,
  .one-tiered:not(.flow_list_column:last-child) .flow_list_row::after {
    right: 50%;
    transform: translateX(50%);
  }
  .one-tiered:not(.flow_list_column:last-child) .flow_list_row::before,
  .one-tiered:not(.flow_list_column:last-child) .flow_list_row::after,
  .two-tiered:not(.flow_list_column:last-child) .flow_list_row::before,
  .two-tiered:not(.flow_list_column:last-child) .flow_list_row::after {
    height: 2rem;
  }
  .one-tiered:not(.flow_list_column:last-child) .flow_list_row::before,
  .one-tiered:not(.flow_list_column:last-child) .flow_list_row::after {
    width: 8.3rem;
  }
  .one-tiered:not(.flow_list_column:last-child) .flow_list_row::after {
    bottom: -1.7rem;
  }
  .two-tiered:not(.flow_list_column:last-child) .flow_list_row::before,
  .two-tiered:not(.flow_list_column:last-child) .flow_list_row::after {
    width: 4.2rem;
  }
  .two-tiered:not(.flow_list_column:last-child) .flow_list_row::after {
    bottom: -1.6rem;
  }
  .step01 .flow_list_row h3 {
    font-size: 2.2rem;
    text-align: center;
  }
  .flow_list_row h3 {
    font-size: 2.4rem;
    text-align: center;
  }
}

/* ---------------------------------
  about_block
--------------------------------- */
.about_block h2 {
  margin-bottom: 2.2rem;
}
.about_text {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.attention_list {
  font-weight: 500;
  margin-bottom: 2rem;
}
.attention_list li {
  text-indent: calc(-1em - .7rem);
  margin-left: calc(1em + .7rem);
}
.attention_list li:not(:last-child) {
  margin-bottom: .4rem;
}
.attention_list li::before {
  content: "●";
  color: #4FADC7;
  margin-right: .7rem;
}
.delivery_range_container {
  display: flex;
  align-items: center;
  border: .1rem solid #707070;
  border-radius: 1.6rem;
  font-size: 2.2rem;
  font-weight: 500;
}
.delivery_range_header {
  padding: 1.4rem 2.9rem 1.4rem 3.6rem;
  flex-shrink: 0;
}
.delivery_range_text {
  padding: 1.4rem 2.9rem;
  border-left: .1rem solid #707070;
}
.delivery_range_text span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .about_block {
    padding: 0 3.2rem;
  }
  .about_block h2 {
    margin-bottom: .9rem;
  }
  .about_text {
    font-size: 1.8rem;
    margin-bottom: 1.1rem;
    letter-spacing: -0.08rem;
  }
  .attention_list li {
    line-height: 1.7;
  }
  .delivery_range_container {
    flex-flow: column;
    font-size: 2rem;
  }
  .delivery_range_header {
    padding: .9rem 0 1rem;
  }
  .delivery_range_text {
    text-align: center;
    padding: 1rem 3.2rem 1.5rem;
    border-left: 0;
    border-top: .1rem solid #707070;
  }
  .delivery_range_text span {
    display: inline-block;
    margin-top: .8rem;
  }
}