/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　flow
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.flow_wrapper {
  width: 76%;
  margin: 200px auto;
}

.col-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 80px 0;
  text-align: center;
}

.col-2_items {
  text-align: left;
}

.col-2_items_left {
  width: 40%;
}

.col-2_items_right {
  width: 60%;
}

.flow_index {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.flow_txt {
  letter-spacing: 0.02em;
  line-height: 1.8;
  padding-bottom: 20px;
  font-size: 16px;
}

.flow_img {
  max-width: 600px;
  border-radius: 20px;
}

.flow_img_area.col-2 {
  margin: 40px 0;
}

.flow_img_area .col-2_items {
  margin-right: 16px;
}

.flow_img_area .col-2_items .flow_img {
  margin-bottom: 10px;
}

.button {
  max-width: 250px;
}

.enjoy_point .col-2 {
  align-items: center;
  margin: 30px 0;
}

.enjoy_point .attention_icon {
  width: 90px;
  padding: 0 20px;
}

.sp_img {
  display: none;
}

/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){
  .flow_wrapper {
    width: 80%;
    margin: 100px auto;
  }

  .flow_index {
    font-size: 18px;
  }

  .enjoy_point .col-2 {
    margin: 20px 0;
  }

  .enjoy_point .attention_icon {
    width: 60px;
    padding: 0 10px 0 0;
  }

}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {
  .col-2 {
    flex-direction: column;
  }

  .col-2_items_left, .col-2_items_right {
    width: 100%;
  }

  .col-2_items_left {
    margin-bottom: 24px;
  }

  .enjoy_point .col-2 {
    flex-direction: row;
    align-items: flex-start;
  }

  .enjoy_point .attention_icon {
    width: 40px;
    padding: 6px 10px 0 0;
  }

  .pc_img {
    display: none;
  }

  .sp_img {
    display: block;
  }

  .button {
    margin: 0 auto;
  }

}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　attention
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#attention {
  margin: 100px auto;
  width: 82%;
}

.attention_icon {
  width: 160px;
  padding: 0 30px;
}

.attention_icon_2 {
  width: 60px;
  padding: 0 20px 0 0;
}

.caution {
  border: solid 16px #CCF5AC52;
  border-radius: 60px;
  margin: 80px auto;
  padding: 40px;
  max-width: 1000px;
}

.caution_title {
  font-size: 28px;
  font-weight: 600;
}

.marker {
  background: linear-gradient(transparent 70%, #6667AB50 70%);
  padding: 6px;
}

.c-box {
  border-radius: 20px;
  width: 100%;
  margin: 100px auto;
  max-width: 1000px;
  border: 2px solid #8b3b8950;
}

.c-box__header {
  background-color: #6667AB;
  text-align: center;
  border-radius: 19px 19px 0 0;
  padding: 20px;
}

.c-box__headerTitle {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin: 0;
}

.c-box__body {
  border-radius: 0 0 10px 10px;
  padding: 60px 80px;
}

.c-box__body .col-2 {
  margin: 0;
}

.c-box__title {
  font-size: 24px;
  font-weight: 900;
  color: #6667AB;
  margin: 0;
  letter-spacing: 0.18rem;
  margin-top: 36px;
}

ul.c-list {
  padding-left: 0;
}

.c-list__item {
  padding-left: 18px;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
}

.c-list__item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8b3b89;
  position: absolute;
  top: 16px;
  left: 0;
}

.c-box__txt {
  letter-spacing: 0.08rem;
  line-height: 1.6;
}

.c-box__body hr {
  height: 2px;
  background-color: #8b3b8950;
  width: 100%;
  border: none;
  margin: 40px auto 60px;
}

.c-box__title_2 {
  font-size: 24px;
  font-weight: 900;
  color: #6667AB;
  margin: 0;
  letter-spacing: 0.18rem;
  margin-top: 36px;
  text-align: center;
}

.recommendItem {
  margin: 40px auto;
  display: flex;
  justify-content: space-around;
}

.number-08 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: fit-content;
  background-color: #8b3b89;
  border-radius: 50% 50% 8% 50%;
  padding: 18px;
  margin-right: 16px;
}

.col-2_items_recommendItem {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.recommendItem_txt {
  font-size: 18px;
  font-weight: bold;
}

.recommendItem_txt_2 {
  line-height: 2;
  text-align: center;
  letter-spacing: 0.08rem;
}

.recommendItem_txt_2 span {
  color: #c71585;
}

/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){
  #attention {
    margin: 0 auto;
    width: 90%;
  }

  .attention_icon {
    width: 80px;
    padding: 0 20px 0 0;
  }

  .attention_icon_2 {
    width: 40px;
    padding: 4px 10px 0 0;
  }

  .caution .col-2 {
    align-items: flex-start;
  }

  .c-box__title {
    margin-block-start: 0;
  }

  .c-box__body {
    padding: 40px;
  }

  .c-box__txt {
    margin-bottom: 24px;
  }

}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {
  #attention .col-2 {
    margin: 40px 0;
    align-items: flex-start;
  }

  .attention_icon {
    width: 60px;
  }

  #attention p {
    font-size: 14px;
  }

  .caution {
    border: solid 8px #CCF5AC52;
    border-radius: 20px;
    padding: 16px;
  }

  .caution_title {
    font-size: 20px;
  }

  .c-box {
    margin: 50px auto;
  }

  .c-box__header {
    padding: 12px;
  }

  .c-box__headerTitle {
    font-size: 20px;
  }

  .c-box__body {
    padding: 24px;
  }

  .c-box__body .col-2 {
    flex-direction: column-reverse;
    margin: 20px 0;
  }

  .c-box__body img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .c-box__title {
    font-size: 20px;
  }

  .c-list__item {
    font-size: 16px;
  }

  .c-list__item::before {
    top: 13px;
  }

  .recommendItem {
    width: 80%;
    margin: 24px auto;
    flex-direction: column;
  }

  .col-2_items_recommendItem {
    margin-bottom: 16px;
  }

  .recommendItem_txt_2 {
    font-size: 14px;
    text-align: left;
  }

}
