/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* スマホ（767px以下） */
@media screen and (max-width: 767px) {
  .zenkoku2025_box_1 {
    margin-left: 0px; /* スマホ用の控えめな余白 */
  }

  .zenkoku2025_box_2 {
    flex-direction: column;
  }

  .arrow-img {
    content: url("https://file.naik.jp/hubfs/%E5%85%A8%E5%9B%BD%E5%A4%A7%E4%BC%9A2025/arrow_symbol_02_blue-a.png"); /* スマホ用：縦向きの矢印画像 */
    width: 40px;
    height: auto;
  }
}

/* デスクトップ（768px以上） */
@media screen and (min-width: 768px) {
  .zenkoku2025_box_1 {
    margin-left: 70px; /* PC用の広めの余白 */
  }

  .zenkoku2025_box_2 {
    flex-direction: row;
  }
}

/* 共通スタイル（画面幅に依存しない） */
.zenkoku2025_box_2 {
  display: flex;
  align-items: center;
  gap: 0px;
}

.zenkoku-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-img {
  width: 30px;
  height: auto;
}

/*--------------------------------------*/
/* 全国大会2025　シンポジウム      */
/*--------------------------------------*/

/*--------------------------------------*/
/* 共通スタイル                         */
/*--------------------------------------*/

/* フォームの全体調整 */
.zenTable-form {
  text-align: center; /* ボタン中央寄せ */
  /*margin-top: 20px;*/
}

/* ボタンのデザインオレンジ */
.submit_btn {
  font-size: 16px !important;
  padding: 10px 25px !important;
  background-color: #e79136 !important;
  color: white !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: background-color 0.3s !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* ボタンのデザイン青 */
.submit_btn_blue {
  font-size: 14px !important;
  padding: 10px 25px !important;
  background-color: #3d85c6 !important;
  color: white !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: background-color 0.3s !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

td, th {
  vertical-align: middle;
}

/*--------------------------------------*/
/* デスクトップ（768px以上）           */
/*--------------------------------------*/
@media screen and (min-width: 768px) {
  /* フォームの全体調整 */
.zenTable-form {
  text-align: center; /* ボタン中央寄せ */!important;
  /*margin-top: 20px;*/
}
  
  /* ボタンのデザイン */
.submit_btn {
  font-size: 20px !important;
  padding: 10px 25px !important;
}
  
  .submit_btn_blue {
  font-size: 16px !important;
  padding: 10px 25px !important;
}
}