@charset "UTF-8";
.come_back_2024_body .bold {
  font-weight: bold;
}

@media screen and (min-width: 900px) {
  /*900pxからはここを読み込む*/
  #contentsBox .come_back_2024_body {
    margin: 0 0 20px;
    font-size: 20px;
    color: #1c1c1c;
  }
  #contentsBox .come_back_2024_body .center {
    text-align: center;
  }
  #contentsBox .come_back_2024_body .flex {
    display: flex;
  }
  #contentsBox .come_back_2024_body .flex .left {
    width: 10em;
  }
  #contentsBox .come_back_2024_body .flex .center {
    text-align: left;
    padding-left: 2em;
    padding-top: 0.5em;
    width: 400px;
  }
  #contentsBox .come_back_2024_body .program-content {
    font-size: 25px;
    padding: 1em 0 0;
    text-align: center;
    letter-spacing: 1.8px;
    line-height: 1.8em;
    text-shadow: 2px 2px 0px #fff, 3px 3px 4px #b54941;
    font-weight: bold;
  }
  #contentsBox .come_back_2024_body .wanted-box {
    margin: 2em 0;
    color: #b54941;
  }
  #contentsBox .come_back_2024_body .wanted-box .wanted {
    background-color: #b54941;
    color: #fff;
    padding: 0.5em;
    font-weight: 600;
    text-align: center;
  }
  #contentsBox .come_back_2024_body .line {
    padding: 1em 0;
    border-bottom: 2px dotted #1c1c1c;
  }
  #contentsBox .come_back_2024_body .line .flex-left {
    width: 160px;
  }
  #contentsBox .come_back_2024_body .line .flex-right span {
    background-color: #1c1c1c;
    color: #fff;
    font-size: 0.75em;
    margin: 0 1em 0 0;
    padding: 0 0.75em;
  }
  #contentsBox .come_back_2024_body section .flex {
    display: flex;
  }
  #contentsBox .come_back_2024_body section h2 {
    background-color: #1c1c1c;
    width: 300px;
    margin: 4em 0 0;
    color: #fff;
    text-align: center;
    border-radius: 2em 2em 0 0;
  }
  #contentsBox .come_back_2024_body section .request {
    font-size: 16px;
    display: flex;
    border: 2px dashed #1c1c1c;
    padding: 4em 2em;
  }
  #contentsBox .come_back_2024_body section .request .req_left {
    width: 450px;
    margin: 0 30px 0 0;
  }
  #contentsBox .come_back_2024_body section .request .form {
    margin: 0 0 30px;
  }
  #contentsBox .come_back_2024_body section .request .btn_form {
    text-align: center;
    background-color: #ffb759;
    padding: 10px 0;
    border-radius: 30px;
    margin: 5px 0 0;
  }
  #contentsBox .come_back_2024_body section .request .btn_form a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  #contentsBox .come_back_2024_body section .request .app {
    width: 450px;
  }
  div#app-dl_box {
    display: block;
    margin: 5px 0 0;
  }
  div#app-dl_box p.app-dl_head {
    background-color: #0052a4;
    color: #ffffff;
    text-align: center;
    margin: 0 0 0.5em;
    border-radius: 30px;
    padding: 10px 0;
    font-size: 16px;
  }
  div#app-dl_box ul.app-dl_link {
    display: flex;
  }
  div#app-dl_box ul.app-dl_link li:nth-of-type(2n+1) {
    margin: 0 0.5em;
  }
  div#app-dl_box ul.app-dl_process {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 10px auto 0;
    font-size: 14px;
  }
  div#app-dl_box ul.app-dl_process li.app-btn1 {
    width: 38%;
  }
  div#app-dl_box ul.app-dl_process li.right-arrow {
    width: 10%;
    padding: 0 0.25em 1em;
  }
  div#app-dl_box ul.app-dl_process li.app-btn2 {
    width: 52%;
  }
  div#app-dl_box p.note {
    text-align: center;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 899px) {
  /*899pxまではここを読み込む*/
  #contentsBox .come_back_2024_body {
    margin: 0 0 20px;
    font-size: 16px;
    color: #1c1c1c;
  }
  #contentsBox .come_back_2024_body .center {
    text-align: center;
  }
  #contentsBox .come_back_2024_body .flex {
    display: flex;
  }
  #contentsBox .come_back_2024_body .flex .left {
    width: 10em;
  }
  #contentsBox .come_back_2024_body .flex .center {
    text-align: left;
    padding-left: 2em;
    padding-top: 0.5em;
    width: 400px;
  }
  #contentsBox .come_back_2024_body .program-content {
    font-size: 18px;
    padding: 1em 0 0;
    text-align: center;
    letter-spacing: 1.8px;
    line-height: 1.8em;
    text-shadow: 2px 2px 0px #fff, 3px 3px 4px #b54941;
    font-weight: bold;
  }
  #contentsBox .come_back_2024_body .wanted-box {
    margin: 2em 0;
    color: #b54941;
  }
  #contentsBox .come_back_2024_body .wanted-box .wanted {
    background-color: #b54941;
    color: #fff;
    padding: 0.5em;
    font-weight: 600;
    text-align: center;
  }
  #contentsBox .come_back_2024_body .line {
    padding: 1em;
    border-bottom: 2px dotted #1c1c1c;
  }
  #contentsBox .come_back_2024_body .line .flex-left {
    width: 35%;
  }
  #contentsBox .come_back_2024_body .line .flex-right span {
    background-color: #1c1c1c;
    color: #fff;
    font-size: 0.75em;
    margin: 0 1em 0 0;
    padding: 0 0.75em;
  }
  #contentsBox .come_back_2024_body section {
    box-sizing: border-box;
    width: 98%;
    margin: 0 auto;
  }
  #contentsBox .come_back_2024_body section .flex {
    display: flex;
    width: 98%;
    margin: 0 auto;
  }
  #contentsBox .come_back_2024_body section h2 {
    background-color: #1c1c1c;
    width: 300px;
    margin: 2em 0 0;
    color: #fff;
    text-align: center;
    border-radius: 2em 2em 0 0;
  }
  #contentsBox .come_back_2024_body section .request {
    font-size: 16px;
    display: block;
    border: 2px dashed #1c1c1c;
    padding: 1em;
  }
  #contentsBox .come_back_2024_body section .request .req_left {
    width: 100%;
    margin: 0 30px 0 0;
  }
  #contentsBox .come_back_2024_body section .request .form {
    margin: 0 0 30px;
  }
  #contentsBox .come_back_2024_body section .request .btn_form {
    text-align: center;
    background-color: #ffb759;
    padding: 10px 0;
    border-radius: 30px;
    margin: 5px 0 0;
  }
  #contentsBox .come_back_2024_body section .request .btn_form a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  #contentsBox .come_back_2024_body section .request .app {
    width: 100;
  }
  #contentsBox .come_back_2024_body section .request .app .method {
    margin: 2em 0 0 0;
  }
  div#app-dl_box {
    display: block;
    margin: 5px 0 0;
  }
  div#app-dl_box p.app-dl_head {
    background-color: #0052a4;
    color: #ffffff;
    text-align: center;
    margin: 0 0 0.5em;
    border-radius: 30px;
    padding: 10px 0;
    font-size: 16px;
  }
  div#app-dl_box ul.app-dl_link {
    display: flex;
  }
  div#app-dl_box ul.app-dl_link li:nth-of-type(2n+1) {
    margin: 0 0.5em;
  }
  div#app-dl_box ul.app-dl_process {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 10px auto 0;
    font-size: 14px;
  }
  div#app-dl_box ul.app-dl_process li.app-btn1 {
    width: 38%;
  }
  div#app-dl_box ul.app-dl_process li.right-arrow {
    width: 10%;
    padding: 0 0.25em 1em;
  }
  div#app-dl_box ul.app-dl_process li.app-btn2 {
    width: 52%;
  }
  div#app-dl_box p.note {
    text-align: center;
    font-size: 0.9em;
  }
}/*# sourceMappingURL=2024come-back.css.map */