 /* 2026.3.12 */
  
  
  .fx9 {
    box-shadow: 0px 1px 3px 2px rgba(200, 200, 200, 0.5);
    margin-bottom: 20px;
    background: #fff;
    display: block;
    width: 1000px;
    margin: 0 auto 45px;
  }
  .fx9 .fx9_contents {
      border-left: 10px solid #072152;
      border-right: 10px solid #072152;
      border-bottom: 10px solid #072152;
      border-top: 10px solid #072152;
      padding: 20px;
  }
  .fx9 .fx9_contents p {
      margin-bottom: 1em;
      font-size: 19px;
  }

  .fx9 .fx9_contents .fx9tittle {
    text-align: center;
    margin-bottom: 1em;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}

.fx9 .fx9_contents .fx9tittle2 {
    text-align: center;
    margin-bottom: 1em;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}
 
  .fx9 .fx9_left {
      float: left;
      width: 630px;
  }
  .fx9 .fx9_right {
      float: right;
      width: 260px;
  }
  
  .fx9 .fx9_seminar_contents {
      border-left: 10px solid #072152;
      border-right: 10px solid #072152;
      border-bottom: 10px solid #072152;
      padding: 10px;
  }
  
  .fx9 .fx9_seminar_contents p {
      margin-bottom: 1em;
      font-size: 19px;
      font-weight: bold;
  }
  
  .fx9 .fx9_seminar_left {
      float: left;
      width: 590px;
  }
  
  .fx9 .fx9_seminar_right {
      float: right;
      width: 305px;
  }
  
  .fx9 .fx9_left2 {
      float: left;
      margin-top: 20px;
      width: 420px;
  }
  .fx9 .fx9_right2 {
      float: right;
      margin-top: 20px;
      width: 480px;
  }
  .fx9 .fx9_btn {
      text-align: center;
      margin-top: 10px;
      margin-bottom: 15px;
  }
  .fx9 .fx9_btn a {
      display: inline-block;
    background: url(../images/btn_8fx_on.png) no-repeat;
    background-size: contain;
  }
  .fx9 .fx9_btn a:hover img {
      opacity: 0;
  }
  
  .fx9 .fx9_seminar_btn {
      text-align: center;
      margin-top: 10px;
      margin-bottom: 15px;
  }
  .fx9 .fx9_seminar_btn a {
      display: inline-block;
    background: url(../images/btn_8fx_on.png) no-repeat;
    background-size: contain;
  }
  .fx9 .fx9_seminar_btn a:hover img {
      opacity: 0;
  }
  
        .br-sp {
    display: none;
}

    .br-pc {
        display: block;
    }

  @media screen and (max-width:1000px){
    .fx9 {
        width: auto;
        margin:0 20px 20px;
      }
            .fx9 h2 img {
        width: 100%;
      }
  
            
            }


  
  @media screen and (max-width:415px){
    .fx9 {
        box-shadow: none;
        width: auto;
        margin:0 20px 20px;
      }
      .fx9 h2 img {
        width: 100%;
      }
  
      .fx9 .fx9_seminar_contents {
          border: none;
          padding: 10px;
      }
      
        .fx9 .fx9_contents .fx9tittle {
    text-align: center;
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: bold;
}

.fx9 .fx9_contents .fx9tittle2 {
    text-align: center;
    margin-bottom: 1em;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
}
      
      .fx9 .fx9_seminar_contents p {
          margin-bottom: 1em;
          font-size: 12px;
          font-weight: bold;
      }
      .fx9 .fx9_seminar_left {
          float: none;
          width: auto;
      }
      .fx9 .fx9_seminar_right {
          float: none;
          width: auto;
      }
  
      .fx9 .fx9_contents {
                border: 6px solid #072152;
          padding: 15px;
      }
      .fx9 .fx9_contents p {
          margin-bottom: 1em;
          font-size: 12px;
          font-weight: bold;
      }
      .fx9 .fx9_left {
          float: none;
          width: auto;
      }
      .fx9 .fx9_right {
          float: none;
          width: auto;
      }
      .fx9 .fx9_left2 {
          float: none;
          width: auto;
      }
      .fx9 .fx9_right2 {
          float: none;
          width: auto;
      }
      .fx9 .fx9_btn {
          text-align: center;
          margin-top: 10px;
          margin-bottom: 0;
      }
      .fx9 .fx9_btn a {
        background: none;
          box-shadow: 0px 1px 3px 2px rgba(200, 200, 200, 0.5);
          display: block;
      }
      .fx9 .fx9_btn a img {
        width: 100%;
      }
      .fx9 .fx9_btn a:hover img {
          opacity: 1;
      }

    .br-sp {
        display: block;
    }
    
        .br-pc {
        display: none;
    }
}