/*
https://www.aster-one.com/contact/
contact.css
*/
.cnt_flow b {
  color: inherit;
}

.cnt_btn {
  text-align: center;
}


.cnt_flow .flow {
  background: #eff4ff;
}

.flow h6 {
  text-align: center;
}

@media (min-width: 768px) {
  .cnt_flow {
    position: relative;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: #fff;
    border: 2px solid #becbec
  }

  .cnt_flow .txt1 {
    margin: 1.5em 0 2em;
  }

  .cnt_btn .txt2 {
    font-size: 13px;
    margin-top: 1em;
  }

  .flow {
    margin-top: 40px;
    padding: 40px 10.11% 40px 8.41%;
    border-radius: 10px;
  }

  .flow h6 {
    font-size: 20px;
  }

  .flow ol {
    display: flex;
    margin-top: 32px;
  }

  .flow li {
    flex: 1;
  }

  .flow img {
    display: block;
    width: 100%;
    height: auto;
  }

  .flow span {
    display: block;
    line-height: 1.625;
    margin: 1em 0 0 47px;
  }

  .flow li:nth-child(2) span {
    margin-left: 58px;
  }
}

@media (max-width: 767px) {
  .cnt_flow {
    position: relative;
    padding: 4vw;
    margin-bottom: 2.66vw;
    border-radius: 8px;
    background-color: #fff;
    border: 2px solid #becbec;
    cursor: pointer;
  }

  .contact_box_accordion h5 {
    font-size: 5vw;
  }

  .cnt_flow .txt1 {
    font-size: 4vw;
    margin: 1em 0 2em;
  }

  .cnt_flow .txt2 {
    font-size: 3.2vw;
    margin-top: 1em;
  }

  .btn_mypage {
    display: block;
    width: 66.67vw;
    margin: auto;
  }

  .flow {
    margin-top: 8vw;
    padding: 8vw 9.33vw 8vw 5.87vw;
    border-radius: 10px;
  }

  .flow span {
    display: block;
    font-size: 3.9vw;
    margin-top: 0.8em;
  }

  .flow li:nth-child(1) {
    margin-bottom: 4vw;
  }
}