/*@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";*/
/*@page { size: A4 }  A4縦 */
@media print {
  /**********印刷用設定**********/
  
   html, body { height: auto; }
  
  
@page { size: A4 } /* A4縦 */

    body {
        -webkit-print-color-adjust: exact;
width:100%;        
    }
    header {
        background-color: #fff!important;
    }
    /*html, body { width: 100%; height: 100%; }*/
   

}





table.basic{
    font-size:14px;
    border-collapse: collapse;
}
table.basic th{
    font-weight:bold;
    border: solid black 1px;
    background-color:#C9E2FA;
    padding:10px;
}
table.basic td{
    border: solid black 1px;
    padding:10px;
}



a.button_kenkyuu {
  color: black;
  font-size: 14px;
  font-weight: bold;
  background: plum;
  padding:5px;
  border-radius: 5px;
  transition: .3s;
  margin:5px;
  text-decoration:none;
  border:solid 1px gray;
  line-height:2.5em;
}

a.button_kenkyuu:hover {
  background: blue;
  color:white;
  font-weight:bold;
}

a.button_kyouiku {
  color: black;
  font-size: 14px;
  font-weight: bold;
  background: yellowgreen;
  padding:5px;
  border-radius: 5px;
  transition: .3s;
  margin:5px;
  text-decoration:none;
  border:solid 1px gray;
  line-height:2.5em;
  
}

a.button_kyouiku:hover {
  background: blue;
  color:white;
  font-weight:bold;
}




/*スマホ*/
@media screen and (max-width:700px){
    table.basic{
  width: 100%;
  table-layout: fixed;
}
    
    a.button_kenkyuu {
  font-size: 6px;
  line-height:0.5em;
  margin:0px;
  padding:1px;
}
table.basic th{
    /*width:18%;*/
}
table.basic td{
    /*width:18%;*/
}

td.td_button{
    padding:0px;
    margin:0px;
width:20%;
}

a.button_kyouiku {
  font-size: 6px;
  line-height:0.5em; 
  margin:0px;
  padding:1px;
}
    
}