@charset "UTF-8";
/* ====================================================================================

    ---  注意！！  コメントの中にコメントはダメ  動きがおかしくなる  ----

   setting

==================================================================================== */
* {
   box-sizing: border-box;
}

.slidePanelJigyoH {
    background-image: url('../Images/Jigyoheaderi.png');
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: contain; 
    min-width: 100px; 
    height: 150px; 
    display: flex; 
    margin: auto; 

}

.slidePanelJigyo {
    display: flex;   /* 親要素中央寄せ 両方セット */
    justify-content: center;  /* 親要素中央寄せ 両方セット */
    height: auto; 

}

.Jigyo-textH1 {
    max-width: 590px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: calc(0.2vw + 1.5rem);
    text-align: center;
    font-weight:bold ; 
    height: auto; 
    margin: auto;
    padding: 30px 0;
    color: #FF9933;

/*
    text-shadow:
           1px 1px 0px #000, -1px -1px 0px #000,
          -1px 1px 0px #000,  1px -1px 0px #000,
           1px 0px 0px #000, -1px  0px 0px #000,
           0px 1px 0px #000,  0px -1px 0px #000;
*/
}

.Jigyo-textH2 {
    max-width: 590px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: calc(0.2vw + 1.5rem);
    text-align: center;
    font-weight:bold ; 
    height: auto; 
    margin: auto;
    padding: 100px 0 30px 0;
    color: #FF9933;

/*
    text-shadow:
           1px 1px 0px #000, -1px -1px 0px #000,
          -1px 1px 0px #000,  1px -1px 0px #000,
           1px 0px 0px #000, -1px  0px 0px #000,
           0px 1px 0px #000,  0px -1px 0px #000;
*/
}

/* table01 */
table {
    margin: auto;
}

.table-img {
    text-align: center;

}

tr {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: calc(0.2vw + 1.0rem);

}

td {
    padding: 30px 0;
    border: none;
    width: 500px;

}

.text-K-H {
    font-size: 18px;
    text-align: left;
    color: blue;
    font-weight:bold ; 
}

.text-K {
    line-height: 2.0;
    text-align: left;
    letter-spacing: 0px;
}

.slidePanelJigyo-Open {
    background-image: url('../Images/S-Jigyo-W.jpg');
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
    max-width: 900px;
    display: flex; 
    margin: auto;
    margin-bottom: 50px;
}

.Jigyo-text1,
.Jigyo-text2,
.Jigyo-text3 {
   line-height: 2.0;
   padding: 20px;
}


.slidePanelJigyo-Main {
    background-image: url('../Images/S-Jigyo-M.jpg');
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
    max-width: 900px;
    display: flex; 
    margin: auto;
    margin-bottom: 50px;

}

.slidePanelJigyo-Net {
    background-image: url('../Images/S-Jigyo-I.jpg');
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
    max-width: 900px;
    display: flex; 
    margin: auto;
    margin-bottom: 50px;

}



/* sp */
@media screen and (max-width: 640px) {

  .Jigyo-textH1 {
      text-align: center;
      font-size: calc(0.6vw + 1.0rem);
      padding-top: 0;
      padding-bottom: 30px;
  }

  .Jigyo-textH2 {
      text-align: center;
      font-size: calc(0.6vw + 1.0rem);
      padding-top: 0;
      padding-bottom: 30px;
  }

  td {
      width: 100%;
      display: block;
      padding: 10px;
      padding-top: 0;
  }

  .table-img {
      text-align: center;
  }

  .table-text {
      padding-bottom: 70px;
  }

   .text-K-H {
       font-size: 15px;
   }

  .text-K {
     font-size: 15px;
  }

  .slidePanelJigyoH {
      background-image: url('../Images/Jigyoheaderi1.png');
  }
}


@media screen and (max-width: 500px) {

  .Jigyo-textH1 {
      text-align: center;
      font-size: calc(0.4vw + 1.0rem);
      padding-top: 0;
      padding-bottom: 30px;
  }

}



