@charset "UTF-8";

:root {
  --colorred: #d6094d;
  --colororange: #f08502;
  --colorlightblue: #81cce3;
  --colornavy: #005c99;
  --colorblue: #0066ff;
  --colorpurple: #812394;
  --colorgray: #333;
  --colorlightgray: #CCCCCC;
  --colorwhite: #FFF;

}

.oubo .bk .request .form .btn_form a.color_red {
  background: var(--colorred);
}

.oubo .bk .request .form .btn_form a.color_orange {
  background: var(--colororange);
}

.oubo .bk .request .form .btn_form a.color_lightblue {
  background: var(--colorlightblue);
}

.oubo .bk .request .form .btn_form a.color_navy {
  background: var(--colornavy);
}

.oubo .bk .request .form .btn_form a.color_purple {
  background: var(--colorpurple);
}

.color_yellow_underline {
  background-color: #fff266;
}

.spring_cp_body section .ttl {
  padding: 0.5em;
  text-shadow: 2px 2px 3px gray;
}

/* #contentsBox a {
  color: var(--colorwhite);
} */

.spring_cp_body {
  /* background: linear-gradient(90deg, rgba(193,201,214,1) 0%, rgba(223,231,235,1) 50%, rgba(216,224,230,1) 100%); */
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.spring_cp_body .bk-color {
  /* background: linear-gradient(45deg, rgba(161,172,194,1) 0%, rgba(191,201,215,1) 50%, rgba(228,238,242,1) 100%); */
  background: url(https://www.ohbsn.com/tv/campaign/spring-cp/images/thetime-spring-cp_202504_event_bkimg_w1920.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.spring_cp_body section .inner_wrap {
  background-color: rgba(255, 255, 255, 1);
}

.spring_cp_body .center {
  text-align: center;
}

/* .spring_cp_body section:first-of-type {
  margin: 3em 0 0 0;
} */
.spring_cp_body section .info {
  text-align: center;
  font-weight: bold;
}

.spring_cp_body section .color_blue {
  color: #0066ff;
}

.spring_cp_body section .color_yellow {
  color: #fff266;
}

.spring_cp_body section .border_blue {
  border-bottom: 5px solid #0066ff;
}

.spring_cp_body section .border_yellow {
  border-bottom: 5px solid #fff266;
}

.spring_cp_body section .step_down {
  padding: 0 0 0 1em;
  color: red;
  font-weight: bold;
}

.inner_wrap.inner_wrap_bottom {
    font-size: 100% !important;
}

.inner_wrap.inner_wrap_bottom {
    display: inline-block;
    text-align: left;
}

@media screen and (min-width: 900px) {
  .spring_cp_body {
    font-size: 18px;
    line-height: 2.3em;
    padding: 0 0 5em 0;
    margin-top: 50px;
  }

  .spring_cp_body .bk-color .kv-img {
    max-width: 1280px;
    display: block;
    margin: 0 auto;
  }

  .spring_cp_body section {
    width: 960px;
    margin: 0 auto;
            text-align: center;
  }


  .spring_cp_body section .ttl {
    padding: 1rem 2rem;
    /* margin: 2em 0 0 0; */
    font-weight: bold;
    font-size: 1.75em;
        display: inline-block;
  }

  .spring_cp_body section .inner_wrap {
        padding: 1em 0 2.5em;
        font-size: 140%;
  }

  .spring_cp_body section .info {
    letter-spacing: 5px;
  }




  /*========== 応募方法 Start. ==========*/
  .oubo {
    /* width: 960px; */
    margin: 0 auto;
  }

  .oubo .bk {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
  }

  .oubo .bk .info {
    text-align: center;
    font-size: 20px;
    margin: 0 auto 30px;
    font-weight: bold;
    color: var(--colorgray);
    line-height: 1.8em;
  }

  .oubo .bk .request {
    margin: 20px auto;
    width: 90%;
    /* background: rgba(255, 255, 255, 0.5); */
    padding: 30px 0 40px 0;
    border-radius: 10px;
    border: 2px solid var(--colorgray);
  }

  .oubo .bk .request .method {
    font-size: 22px;
    padding: 0 0 1em 1em;
  }

  .oubo .bk .request .box-size90 {
    width: 90%;
    margin: 0 auto;
  }

  .oubo .bk .request .box-size90 p.text-w {
    font-weight: bolder;
  }

  .oubo .bk .request .text-center {
    text-align: center;
  }

  /* .oubo .bk .request .form {
    color: var(--colorwhite);
  } */

  .oubo .bk .request .form .btn_form a {
    display: block;
    padding: 0.5em;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 3em;
    width: 500px;
    margin: 0.5em auto;
    text-decoration: none;
    font-weight: 500;
    color: #fff!important;
  }



  .oubo .bk .request .ap {
    color: var(--colorgray);
  }

  .oubo .bk .request .ap .flow_head {
    position: relative;
    overflow: hidden;
    padding: 1.3rem 2rem 1.3rem 110px;
    border-top: 3px solid var(--colorgray);
    font-size: 1.24em;
    margin: 20px;
    font-weight: bold;
  }

  .oubo .bk .request .ap .flow_head:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
    content: "";
    transform: rotate(25deg);
    background: var(--colorgray);
  }

  .oubo .bk .request .ap .flow_head span {
    font-size: 1.5em;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 3px;
    padding-left: 16px;
    color: var(--colorwhite);
  }

  .oubo .bk .request .ap div#app-dl_box {
    width: 610px;
    display: block;
    margin: 0 auto 40px 130px;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_link {
    display: flex;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_link li:nth-of-type(2n+1) {
    margin: 0 0.5em;
  }

  .oubo .bk .request .ap div#app-dl_box .app-dl_free {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 0.25em 0 0;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_process {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_process li {
    text-align: center;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_process li.app-btn1 {
    width: 38%;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_process li.right-arrow {
    width: 10%;
    margin: 0 2%;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_process li.app-btn2 {
    width: 50%;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_process li.app-btn1 img,
  .oubo .bk .request .ap div#app-dl_box ul.app-dl_process li.app-btn2 img {
    filter: drop-shadow(1px 1px 2px #333333);
  }

  .oubo .bk .request .post {
    color: var(--colorblue);
  }

  .oubo .bk .request .mail {
    color: var(--colorgray);
  }

  .oubo .bk .request .mail .btn_form a {
    color: var(--colorwhite);
    display: block;
    background: var(--colorgray);
    padding: 1.25em;
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 0.25em;
    border-radius: 2em;
    width: 500px;
    margin: 0 auto;
    text-decoration: none;
  }

  /*========== 応募方法 end. ==========*/

  /* リンクbtnここから */
  .spring_cp_body section .inner_wrap .link_wrap .btn-link .btn {
    color: #ffff;
    border-radius: 1em;
    padding: 0.5em;
    width: 380px;
    margin: 1em auto 0;
    text-align: center;
  }

  .spring_cp_body section .inner_wrap .link_wrap .btn-link:hover {
    text-decoration: none;
  }

  .spring_cp_body section .inner_wrap .link_wrap p {
    text-align: center;
  }

  .spring_cp_body section .inner_wrap .link_wrap .btn-link .btn--green {
    background: #0066ff;
  }

  .spring_cp_body section .inner_wrap .link_wrap .btn-link .btn--pink {
    background: #f4b4cf;
  }


  /* リンクbtnここまで */


}

@media screen and (max-width: 899px) {
  .spring_cp_body {
    font-size: 1.25em;
  }

  .spring_cp_body section {
    padding: 0 1em;
  }

  /* .spring_cp_body section:first-of-type {
    margin: 1em 0 0 0;
  } */

  .spring_cp_body section .inner_wrap {
    /* margin: 1em 0 2em 0; */
    padding: 1em;
  }

  /*========== 応募方法 Start. ==========*/
  .oubo .bk {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1em 0 1em 0;
  }

  .oubo .bk .info {
    text-align: center;
    font-size: 16px;
    margin: 0 auto 30px;
    font-weight: bold;
    color: var(--colorgray);
    line-height: 1.8em;
  }

  .oubo .bk .request {
    margin: 20px auto;
    width: 90%;
    /* background: var(--colorwhite); */
    padding: 30px 0 40px 0;
    border-radius: 10px;
    border: 2px solid var(--colorlightgray);
  }

  .oubo .bk .request .method {
    font-size: 1.2em;
    text-align: center;
    padding: 0 0 1em;
  }

  .oubo .bk .request .box-size90 {
    width: 90%;
    margin: 0 auto;
  }

  /* .oubo .bk .request .box-size90 p.text-size17 {
    font-size: 17px;
  }
  .oubo .bk .request .box-size90 p.text-size18 {
    font-size: 18px;
  } */
  .oubo .bk .request .box-size90 p.text-w {
    font-weight: bolder;
  }

  .oubo .bk .request .text-center {
    text-align: center;
  }

  /* .oubo .bk .request .form {
    color: var(--colorblue);
  } */

  .oubo .bk .request .form .btn_form a {
    display: block;
    padding: 0.75em;
    font-size: 1em;
    text-align: center;
    letter-spacing: 0.25em;
    border-radius: 2em;
    width: 90%;
    margin: 0.75em auto;
    text-decoration: none;
    color: #fff!important;
  }

  .oubo .bk .request .ap {
    color: var(--colorgray);
  }

  .oubo .bk .request .ap .flow_head {
    position: relative;
    overflow: hidden;
    padding: 5px 5px 5px 60px;
    border-top: 3px solid var(--colorgray);
    font-size: 1.2em;
    margin: 20px;
    font-weight: bold;
  }

  .oubo .bk .request .ap .flow_head:before {
    position: absolute;
    top: -150%;
    left: -150px;
    width: 200px;
    height: 300%;
    content: "";
    transform: rotate(25deg);
    background: var(--colorgray);
  }

  .oubo .bk .request .ap .flow_head span {
    font-size: 1em;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 3px;
    padding-left: 16px;
    color: var(--colorwhite);
  }

  .oubo .bk .request .ap div#app-dl_box {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_link {
    display: flex;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_link li:nth-of-type(2n+1) {
    margin: 0 0.5em;
  }

  .oubo .bk .request .ap div#app-dl_box .app-dl_free {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin: 0.25em 0 0;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_process {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_process li {
    text-align: center;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_process li.app-btn1 {
    width: 70%;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_process li.right-arrow {
    width: 10%;
    margin: 0 2%;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_process li.app-btn2 {
    width: 100%;
  }

  .oubo .bk .request .ap div#app-dl_box ul.app-dl_process li.app-btn1 img,
  .oubo .bk .request .ap div#app-dl_box ul.app-dl_process li.app-btn2 img {
    filter: drop-shadow(1px 1px 2px #333333);
  }

  .oubo .bk .request .post {
    color: var(--colorblue);
  }

  .oubo .bk .request .mail {
    color: var(--colorgray);
  }

  .oubo .bk .request .mail .btn_form a {
    color: var(--colorwhite);
    display: block;
    background: var(--colorgray);
    padding: 1.25em;
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 0.25em;
    border-radius: 2em;
    width: 500px;
    margin: 0 auto;
    text-decoration: none;
  }

  /*========== 応募方法 end. ==========*/

  /* リンクbtnここから */
  .spring_cp_body section .inner_wrap .link_wrap .btn-link .btn {
    color: #ffff;
    border-radius: 2em;
    padding: 0.5em;
    width: 85%;
    margin: 1em auto 0;
    text-align: center;
  }

  .spring_cp_body section .inner_wrap .link_wrap .btn-link:hover {
    text-decoration: none;
  }

  .spring_cp_body section .inner_wrap .link_wrap p {
    text-align: center;
  }

  .spring_cp_body section .inner_wrap .link_wrap .btn-link .btn--green {
    background: #0066ff;
  }

  .spring_cp_body section .inner_wrap .link_wrap .btn-link .btn--pink {
    background: #f4b4cf;
  }


  /* リンクbtnここまで */

}