@charset "utf-8";
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
@media print, screen and (min-width:769px) {
body {
  margin: 0;
  background-color: #eee;
  font-size: 17px;
  font-family: Helvetica,'Meiryo','メイリオ', sans-serif;
  color: #152197;
}
#container {
  margin: 4px auto 10px;
  width: 100%;
  max-width: 850px;
  background-color: #fff;
  border-right: 1px solid #777;
  border-left: 1px solid #777;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  position: relative;
  width: 100%;
  height: 120px;
  background-image: url("../../header-img/tt-common.png");
  background-size: cover;
}
header h1 {
  float: right;
  font-size: 42px;
  font-weight: bold;
  margin: 60px 30px 0 0;
  color: deeppink;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  letter-spacing: 5px;
  border: 0px solid #000;
}
nav {
  position: relative;
  width: calc(100% - 4px);
  height: 40px;
  padding: 4px 0 1px 4px;
  background-color: #ffffff;
  border-top: 3px solid blue;
  border-bottom: 1px solid #000;
}
.pc_menu {
  display: block;
  font-size: 17px;
}
a.tile:link,
a.tile:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile:hover {
  font-weight: bold;
  text-decoration: none;
}
.menu1 {
  float: left;
  width: 100px;
  height: 24px;
  text-align: center;
  margin: 0 0 0 30px;
  padding-top: 11px;
}
.menu2 {
  float: left;
  width: 160px;
  height: 24px;
  text-align: center;
  margin-left: 10px;
  padding-top: 11px;
}
.menu3 {
  float: left;
  width: 150px;
  height: 24px;
  text-align: center;
  margin-left: 10px;
  padding-top: 11px;
}
.menu4 {
  float: left;
  width: 260px;
  height: 24px;
  text-align: center;
  margin-left: 10px;
  padding-top: 11px;
  background-color: #fff;
  border: 0px solid #000;
}
main {
  margin: 20px 45px 30px 60px;
}
h2 {
  width: 95%;
  font-size: 18px;
  font-weight: bold;
  color: #152197;
  line-height: 25px;
  margin: 10px 0px 10px 0px;
  padding: 5px 0 2px 4px;
  border-bottom: 3px solid #999;
}
.text1 {
  width: 91%;
  font-size: 17px;
  margin-left: 30px;
  text-indent: 16px;
  line-height: 25px;
  border: 0px solid #000;
}
#table {
  width: calc(100% - 40px);
  margin: 5px 10px 0 30px;
  line-height: 20px;
  font-size: 17px;
  display: grid;
  grid-auto-rows: minmax(26px, auto);
  grid-template-columns: 220px 60px 1fr;
}
.c1 {
  border: 0px solid #000;
}
.c2 {
  text-align: right;
  padding-right: 5px;
}
.c3 {
  padding-left: 5px;
}
.k12-cook {
  width: 250px;
  margin: 10px auto -30px;
  display: block;
}
footer {
  height: 34px;
  padding-top: 20px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #444;
}

}









@media print, screen and (max-width:768px) {
body {
  margin: 0;
  background-color: #eee;
  font-size: 17px;
  font-family: Helvetica,'Meiryo','メイリオ', sans-serif;
  color: #152197;
}
#container {
  margin: 4px auto 10px;
  width: 100%;
  max-width: 768px;
  background-color: #fff;
  border-right: 1px solid #777;
  border-left: 1px solid #777;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  position: relative;
  width: 100%;
  height: 120px;
  background-image: url("../../header-img/tt-common_768_120.png");
  background-size: cover;
}
header h1 {
  float: right;
  font-size: 32px;
  font-weight: bold;
  margin: 60px 30px 0 0;
  color: deeppink;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  letter-spacing: 2px;
}
nav {
  position: relative;
  width: calc(100% - 4px);
  height: 40px;
  padding: 4px 0 1px 4px;
  background-color: #ffffff;
  border-top: 3px solid blue;
  border-bottom: 1px solid #000;
}
.pc_menu {
 display: block;
 font-size: 16px;
}
a.tile:link,
a.tile:visited {
 color: #152197;
 text-decoration: underline solid #777;
}
a.tile:hover {
 font-weight: bold;
 text-decoration: none;
}
.menu1 {
 float: left;
 width: 80px;
 height: 22px;
 text-align: center;
 padding-top: 10px;
}
.menu2 {
 float: left;
 width: 100px;
 height: 22px;
 text-align: center;
 margin-left: 5px;
 padding-top: 10px;
}
.menu3 {
 float: left;
 width: 100px;
 height: 22px;
 text-align: center;
 margin-left: 5px;
 padding-top: 10px;
}
main {
 width: 100%;
 margin: 20px auto 40px;
 border: 0px solid #000;
}
h2 {
 font-size: 18px;
 font-weight: bold;
 color: #152197;
 line-height: 25px;
 width: 95%;
 margin: 10px auto 10px;
 border-bottom: 3px solid #999;
 padding: 5px 0 0 4px;
}
.text1 {
  width: calc(100% - 40px);
  font-size: 17px;
  margin-left: 20px;
  text-indent: 16px;
  line-height: 25px;
  border: 0px solid #000;
}
#table {
  width: calc(100% - 40px);
  margin: 5px 10px 0 30px;
  line-height: 19px;
  font-size: 17px;
  display: grid;
  grid-auto-rows: minmax(26px, auto);
  grid-template-columns: 0.1fr minmax(130px,230px) 60px 110px 0.9fr;
  grid-row-gap: 5px;
}
.c11 {
  grid-row: 1/2;  grid-column: 2/3;
  border: 0px solid #000;
}
.c12 {
  grid-row: 1/2;  grid-column: 3/4;
  text-align: right;
  padding-right: 5px;
}
.c13 {
  grid-row: 1/2;  grid-column: 4/5;
  padding-left: 5px;
}
.c21 {
  grid-row: 2/3;  grid-column: 2/3;
  border: 0px solid #000;
}
.c22 {
  grid-row: 2/3;  grid-column: 3/4;
  text-align: right;
  padding-right: 5px;
}
.c23 {
  grid-row: 2/3;  grid-column: 4/5;
  padding-left: 5px;
}
.c31 {
  grid-row: 3/4;  grid-column: 2/3;
  border: 0px solid #000;
}
.c32 {
  grid-row: 3/4;  grid-column: 3/4;
  text-align: right;
  padding-right: 5px;
}
.c33 {
  grid-row: 3/4;  grid-column: 4/5;
  padding-left: 5px;
}
.c41 {
  grid-row: 4/5;  grid-column: 2/3;
  border: 0px solid #000;
}
.c42 {
  grid-row: 4/5;  grid-column: 3/4;
  text-align: right;
  padding-right: 5px;
}
.c43 {
  grid-row: 4/5;  grid-column: 4/5;
  padding-left: 5px;
}
.k12-cook {
 width: 170px;
 margin: 10px auto -10px;
 display: block;
}
footer {
 height: 34px;
 padding-top: 20px;
 font-size: 18px;
 color: #fff;
 letter-spacing: 0.1em;
 text-align: center;
 background-color: #444;
}
}
