@charset "UTF-8";

.campaign {
  width: 100%;
  margin: 0 auto;
  padding: 12rem 4.6666666667vw 0;
  background: linear-gradient(180deg, #feecaf 0%, rgba(254, 240, 191, 0.74) 25.68%, rgba(255, 250, 233, 0.24) 75.63%, rgba(255, 255, 255, 0) 99.82%);
  /* MD */
  /* PC */ }

 
  .campaign .campaign-wrap {
    position: relative;
    /* MD */
    /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .campaign .campaign-wrap {
      padding: 0 1.5vw 9.8vw;
      max-width: 90vw; } }
  @media screen and (min-width: 60em) {
    .campaign .campaign-wrap {
      max-width: 900px;
      padding: 0;
      margin: 0 auto; } }

  .campaign__title{
    font-size: 5.9333333333vw;
    color: #FF48A5;
    font-weight: 700;
    text-align: center;
    padding-bottom: 5vw;
  }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .campaign__title{
      font-size: 5.9333333333vw;
    } }
  @media screen and (min-width: 60em) {
    .campaign__title{
      font-size: 58px;
      padding-bottom: 50px;
    } 
    

  }
 
  .campaign--in {
    border: 0.5333333333vw solid #59c6d2;
    background-color: #fff;
    padding: 5.6vw 4.6666666667vw 0 4.6666666667vw;
    border-radius: 1.6vw;
    /* MD */
    /* PC */ }
    .campaign--in + .campaign--in {
      margin-top: 5.3333333333vw; }
    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .campaign--in {
        border: 0.3vw solid #59c6d2;
        padding: 4.5vw 7vw 0;
        border-radius: 1.5vw; }
        .campaign--in + .campaign--in {
          margin-top: 4vw; } }
    @media screen and (min-width: 60em) {
      .campaign--in {
        border: 3px solid #59c6d2;
        padding: 45px 70px 0;
        border-radius: 15px; }
        .campaign--in + .campaign--in {
          margin-top: 40px; } }

  .campaign--ttl {
    position: relative;
    text-align: center;
    /* display: flex;
    align-items: center;
    cursor: pointer;
    padding-bottom: 6.6666666667vw; */
    /* MD */
    /* PC */ }

    /* .campaign--ttl::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1.3333333333vw;
      background: linear-gradient(90deg, #ff48a5 0%, rgba(254, 220, 107, 0.6) 99.91%); } */



  /* @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .campaign--ttl {
      padding-bottom: 50px; }
    .campaign--ttl::after {
      height: 1.2vw;
      background: linear-gradient(90deg, #ff48a5 0%, rgba(254, 220, 107, 0.6) 99.91%); } 
  }
  @media screen and (min-width: 60em) {
     .campaign--ttl {
      padding-bottom: 50px; }
      .campaign--ttl::after {
        height: 12px;
        background: linear-gradient(90deg, #ff48a5 0%, rgba(254, 220, 107, 0.6) 99.91%); } 
  }*/

  .campaign--ttl em {
    font-size: 4.9333333333vw;
    font-weight: 700;
    font-style: normal;
    color: #666666;
    font-feature-settings: "palt";
    line-height: 1.38;
    /* MD */
    /* PC */ }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .campaign--ttl em {
      font-size: 3.4vw; } }
  @media screen and (min-width: 60em) {
    .campaign--ttl em {
      font-size: 30px;
      margin: auto -14px; } }



  .campaign--dtail dl {
    margin-top: 4.6666666667vw;
    /* MD */
    /* PC */ }
  .campaign--dtail dl ._title {
    margin-bottom: 4.6666666667vw; }
  .campaign--dtail dl ._title span {
    font-size: 4.4vw;
    font-weight: 700;
    color: #2db8c7;
    font-feature-settings: "palt";
    line-height: 1.379; }
  .campaign--dtail dl ._title span .dokokani_txt{
    margin: 10px 0; }
  .campaign--dtail dl ._title span a{
      text-decoration: underline; }
  @media screen and (min-width: 47.9375em) and (max-width: 60em) {
    .campaign--dtail dl {
      margin-top: 3.5vw;
      padding: 0; }
    .campaign--dtail dl ._title {
      margin-bottom: 4vw; }
    .campaign--dtail dl ._title span {
      font-size: 2.4vw; } }
  @media screen and (min-width: 60em) {
    .campaign--dtail dl {
      margin-top: 35px;
      padding: 0; }
    .campaign--dtail dl ._title {
      margin-bottom: 40px; }
    .campaign--dtail dl ._title span {
      font-size: 22px; } }


  .campaign--dtail dd._tips {
    margin-top: 7.3333333333vw;
    margin-bottom: 6vw;
    /* MD */
    /* PC */ }
  .campaign--dtail dd._tips h4 {
    color: #FF48A5;
    font-size: 4vw;
    font-weight: 700;
   } 
  .campaign--dtail dd._tips p {
    margin-top: 2vw;
    font-size: 3.2vw;
    line-height: 1.458; }
  .campaign--dtail dd._tips p a {
    text-decoration: underline; }
  .campaign--dtail dd._tips p a::after {
    content: "";
    background: url(/afl/summer25_visa/img/icon-window-b.svg) center center / contain no-repeat;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    margin-left: .5rem;
    vertical-align: -.4rem;
  }
  .campaign--dtail dd._tips ul {
    margin-top: 2vw;}
  .campaign--dtail dd._tips .text-blank{
    position: relative;
    padding-right: 3.3333333333vw;
    text-decoration: underline;
  }
  .campaign--dtail dd._tips .text-blank::after {
    content: "";
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background: url(/afl/navi/img/notes/icon_blank_text.svg) no-repeat 0 0 / 100% auto;
    }

    @media screen and (min-width: 47.9375em) and (max-width: 60em) {
      .campaign--dtail dd._tips {
        margin-top: 2.8vw;
        margin-bottom: 6vw; }
      .campaign--dtail dd._tips h4 {
        color: #FF48A5;
        font-size: 2vw;
        font-weight: 700; }
      .campaign--dtail dd._tips p {
        margin-top: 1vw;
        font-size: 1.46359vw;
        line-height: 1.5; }
      .campaign--dtail dd._tips ul {
        margin-top: 1vw;
        font-size: 1.46359vw; }
      .campaign--dtail dd._tips .text-blank{
          padding-right: 18px; }
      .campaign--dtail dd._tips .text-blank::after {
        top: 60%;
        width: 13px;
        height: 13px;} }
    
    @media screen and (min-width: 60em) {
      .campaign--dtail dd._tips {
        margin-top: 28px;
        margin-bottom: 40px; }
        .campaign--dtail dd._tips h4 {
          font-size: 20px; }
      .campaign--dtail dd._tips p {
        margin-top: 10px;
        font-size: 14.6359px;
        line-height: 1.5; }
      .campaign--dtail dd._tips ul {
        margin-top: 10px;
        font-size: 14.6359px; }
      .campaign--dtail dd._tips .text-blank::after {
        top: 60%;
        width: 13px;
        height: 13px; }
      .campaign--dtail dd._tips .text-blank {
        padding-right: 18px; } }

