@charset "UTF-8";
/* ====================================================================================

    ---  注意！！  コメントの中にコメントはダメ  動きがおかしくなる  ----

   setting

==================================================================================== */
* {
   box-sizing: border-box;
}

.slidePanelKyoikuH {
    background-image: url('../Images/Kyoikuheader.png');
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: contain; 
    min-width: 100px; 
    height: 150px; 
    display: flex; 
    margin: auto; 

}

.slidePanelKyoiku {
    display: flex;   /* 親要素中央寄せ 両方セット */
    justify-content: center;  /* 親要素中央寄せ 両方セット */
    height: auto; 

}



/* table01 */
table {
    margin: auto;
}

.table-img, table-img1 {
    text-align: center;
}

.table-img img, .table-img1 img {
    max-width: 80%;
}

.table-text {
    padding-bottom: 80px;
}

.text-H {
    padding: 10px;
    color: #FF9933;
    font-size: 25px;
    text-align: center;
    font-weight: bold;

/*
    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;
*/

    margin: 0;
}

.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;
}

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;

}



/* sp */
@media screen and (max-width: 1100px) {

  td {
      width: 100%;
      display: block;
      padding: 10px;
      padding-top: 0;
  }

/*
*/
   .table-img, .table-img1 {
       text-align: center;
   }

  .table-img1 img {
       width: 500px;
  }
  
  .table-text {
     padding-left: 20px;
     padding-right: 20px;
     padding-bottom: 70px;
  }

}

@media screen and (max-width: 640px) {
  .text-K {
     font-size: 15px;
  }

  .slidePanelKyoikuH {
     background-image: url('../Images/Kyoikuheader1.png');
  }

}

