.topContainer{
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.reseFlex{
  display: flex;
  justify-content: space-between;  
  align-items: center;
}
.reseFormDiv{
    width: 55%;
    margin: 20px;
    box-sizing: border-box;
}
.reseInner p{
    line-height: 1.5;
    color: var(--color-blue);
}
.reseTextDiv{
    width: 45%;
    margin: var(--space-20);
}
.atten{
    font-size: var(--font-size-24);
    font-weight: bold;
    color:var(--color-red)!important;
}
.atten1{
    font-weight: bold;
    color:var(--color-red)!important;
}
.atten2{
    font-weight: bold;
    color:var(--color-000)!important;
}
.atten3{
    font-weight: bold;
    color:var(--color-000)!important;
    display: block;
}
.formDivTop a{
    background: var(--color-yellow);
    width: 100%;
    padding: 30px;
    font-size: var(--font-size-24);
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 100%;
    
}
.formDivTop{
    width: 90%;
    max-width: 400px;
    margin: var(--space-10);
}
.topsec{
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    padding: 0 ;
    box-sizing: border-box;
}
.ana{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color:white;
    line-height: 2;
}


.iframe-wrapper1{
    position: relative;
    padding-bottom: 50.25%;
    height: 0;
    overflow: hidden;
  }
  
  .iframe-wrapper1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


   /* ========================================================== */
   /* ==============  2023スマホ     1024px   ==================== */
   /* ========================================================== */
   @media screen and (max-width:1024px){
    .reseFlex{
    flex-direction: column;
      }
      .reseTextDiv,.reseFormDiv{
        width: 100%;
        margin-top: 50px;
    }
    .reseFormDiv{
        margin: 0px;
    }
    .iframe-wrapper1{
        position: relative;
        padding-bottom: 76.25%;
        height: 0;
        overflow: hidden;
      }
      
      .iframe-wrapper1 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
    
   }
    /* ========================================================== */
    /* ==============  2023スマホ     600px   ==================== */
    /* ========================================================== */
    @media screen and (max-width:600px){
        .topsec{
       width: 100%;
        }
        .topContainer{
            flex-direction: column;
            margin: var(--space-50) auto 0;
            width: 90%;

        }
        .reseInner{
        width: 90%;
        margin: 0 auto;
        }
        table td{
            letter-spacing: -1px;
            font-size: 15px;
        }

        .iframe-wrapper1{
            position: relative;
            padding-bottom: 100%;
            height: 0;
            overflow: hidden;
          }
          
          .iframe-wrapper1 iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
          }
        

    }
    