@charset "utf-8";


/*　PC用 769px以上のCSS　*/
@media print, screen and (min-width:769px) {
body {
  background-color: #eee;
  color: #152197;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  margin: 4px auto 10px;
}
#container {
  display: grid;
  grid-template-rows: 120px 38px auto 36px;
  grid-template-columns: 100%;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  background-color: #fff;
  border:1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
  max-width: 850px;
  margin: 0 auto;
}
header {
  position: relative;
  grid-row: 1/2;  grid-column: 1/2;
  background-image: url("../../img/c01_850_120.png");
  width: 100%;
  z-index: 1;
}
h1 {
  color: #f09;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 65px 50px 0 0;
  text-align: right;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  z-index: 3;
}
nav {
  grid-row: 2/3;  grid-column: 1/2;
  color: blue;
}
.tile_menu {
  display: grid;
  grid-template-rows: 35px;
  grid-template-columns: 30px 70px 20px 90px 20px 1fr;
  padding-top: 5px;
}
.menu1 {
  grid-row: 1/2;  grid-column: 2/3;
  padding-top: 7px;
  text-align: center;
  border: 0px solid #000;
}
.menu2 {
  grid-row: 1/2;  grid-column: 4/5;
  padding-top: 7px;
  text-align: center;
  border: 0px solid #000;
}
.menu3 {
  grid-row: 1/2;  grid-column: 6/7;
  padding-top: 7px;
  text-align: left;
  border: 0px solid #000;
}
main {
  grid-row: 3/4;  grid-column: 1/2;
  padding: 40px 0 40px 0;
}
.table1 {
  font-size: 18px;
  display: grid;
  grid-template-rows: 25px 25px;
  grid-template-columns: 50px 90px 1fr 20px;
  gap: 5px;
}
.t1_1_1 {grid-row: 1/2;  grid-column: 2/3;}
.t1_1_2 {grid-row: 1/2;  grid-column: 3/4;}
.t1_2_1 {grid-row: 2/3;  grid-column: 2/3;}
.t1_2_2 {grid-row: 2/3;  grid-column: 3/4;}
.t1_1_1::before,.t1_2_1::before {
  display: inline-block;
  content: url("../../img/kaku14.png");
  margin: 0 5px -1px 2px;
  vertical-align: bottom;
}
.t1_1_2::before,.t1_2_2::before {
  content: "：";
}
.table2 {
  font-size: 18px;
  margin: 20px 0 0 20px;
  display: grid;
/*  grid-template-rows: repeat(autofit, minmax(40px,1fr));*/
  grid-template-rows: minmax(30px,1fr);
  grid-template-columns: 50px 100px 1fr 20px;
  grid-auto-rows: minmax(30px, 1fr);
  border: 0px solid #000;
}
.t2_1_1 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.t2_1_2 {
  grid-row: 1/2;
  grid-column: 3/4;
}
.t2_2_1 {
  grid-row: 2/3;
  grid-column: 2/3;
  margin-top: 10px;
}
.t2_2_2 {
  grid-row: 2/3;
  grid-column: 3/4;
  margin-top: 10px;
}
h3 {
  font-size: 17px;
  margin: 5px 20px 0 50px;
}
.text1 {
  margin: 10px 10px 0 27px;
  text-indent: -17px;
}
.text1::before {
  content: "★";
  font-weight: bold;
}
.text2 {
  margin: 10px 0 0 0;
}
.text3 {
  margin: 5px 0 0 17px;
  padding: 0 10px 0 0;
  text-indent: -17px;
  line-height: 20px;
  white-space: nowrap;
  z-index: 0;
}
.text3::before {
  content: "・";
}
.text3::after {
  content: "･･････････";
  color: #ccc;
  vertical-align: top;
  z-index: 0;
}
.text4 {
  margin: 5px 0 0 18px;
  line-height: 20px;
  text-indent: -18px;
  background-color: #fff;
  z-index: 10;
}
.text5 {
  margin: 5px 0 0 20px;
  line-height: 20px;
}
a.tile:link,a.tile:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile:active,a.tile:hover {
  font-weight: bold;
  text-decoration: none;
}
.pc {
  display: block;
}
.tb {
  display: none;
}
.sp {
  display: none;
}
footer {
  grid-row: 4/5;
  grid-column: 1/2;
  height: 36px;
  background-color: #a0a0ff;
  padding: 20px 0px 0px 0px;
}
footer p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

}





/*　タブレット用 481px以上768pxまでのCSS　*/
@media screen and (min-width:481px) and (max-width:768px) {
body {
  background-color: #eee;
  color: #152197;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  margin: 4px auto 10px;
}
#container {
  display: grid;
  grid-template-rows: 120px 38px auto 36px;
  grid-template-columns: 100%;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  background-color: #fff;
  border:1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
  max-width: 768px;
  margin: 0 auto;
}
header {
  position: relative;
  grid-row: 1/2;  grid-column: 1/2;
  background-image: url("../../img/c01_850_120.png");
  width: 100%;
  z-index: 1;
}
h1 {
  color: #f09;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 70px 20px 0 0;
  text-align: right;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  z-index: 3;
}
nav {
  grid-row: 2/3;  grid-column: 1/2;
  color: blue;
}
.tile_menu {
  display: grid;
  grid-template-rows: 35px;
  grid-template-columns: 30px 70px 20px 90px 20px 1fr;
  padding-top: 5px;
}
.menu1 {
  grid-row: 1/2;  grid-column: 2/3;
  padding-top: 7px;
  text-align: center;
  border: 0px solid #000;
}
.menu2 {
  grid-row: 1/2;  grid-column: 4/5;
  padding-top: 7px;
  text-align: center;
  border: 0px solid #000;
}
.menu3 {
  grid-row: 1/2;  grid-column: 6/7;
  padding-top: 7px;
  text-align: left;
  border: 0px solid #000;
}
main {
  grid-row: 3/4;  grid-column: 1/2;
  padding: 40px 0 40px 0;
}
.table1 {
  display: grid;
  grid-template-rows: 25px 25px;
  grid-template-columns: 30px 90px 1fr 20px;
  gap: 5px;
}
.t1_1_1 {grid-row: 1/2;  grid-column: 2/3;}
.t1_1_2 {grid-row: 1/2;  grid-column: 3/4;}
.t1_2_1 {grid-row: 2/3;  grid-column: 2/3;}
.t1_2_2 {grid-row: 2/3;  grid-column: 3/4;}
.t1_1_1::before,.t1_2_1::before {
  display: inline-block;
  content: url("../../img/kaku14.png");
  margin: 0 5px -1px 2px;
  vertical-align: bottom;
}
.t1_1_2::before,.t1_2_2::before {
  content: "：";
}
.table2 {
  font-size: 18px;
  margin: 20px 0 0 0;
  display: grid;
/*  grid-template-rows: repeat(autofit, minmax(40px,1fr));*/
  grid-template-rows: minmax(30px,1fr);
  grid-template-columns: 30px 100px 1fr 20px;
  grid-auto-rows: minmax(30px, 1fr);
  border: 0px solid #000;
}
.t2_1_1 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.t2_1_2 {
  grid-row: 1/2;
  grid-column: 3/4;
}
.t2_2_1 {
  grid-row: 2/3;
  grid-column: 2/3;
  margin-top: 10px;
}
.t2_2_2 {
  grid-row: 2/3;
  grid-column: 3/4;
  margin-top: 10px;
}
h3 {
  font-size: 17px;
  margin: 5px 20px 0 50px;
}
.text1 {
  margin: 10px 10px 0 27px;
  text-indent: -17px;
}
.text1::before {
  content: "★";
  font-weight: bold;
}
.text2 {
  margin: 10px 0 0 0;
}
.text3 {
  margin: 5px 0px 0 17px;
  padding: 0 10px 0 0;
  text-indent: -17px;
  line-height: 20px;
  white-space: nowrap;
  z-index: 0;
}
.text3::before {
  content: "・";
}
.text3::after {
  content: "･･････････";
  color: #ccc;
  vertical-align: top;
  z-index: 0;
}
.text4 {
  margin: 5px 0 0 15px;
  line-height: 20px;
  text-indent: -18px;
  background-color: #fff;
  z-index: 10;
}
.text5 {
  margin: 5px 0 0 10px;
  line-height: 20px;
}
a.tile:link,a.tile:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile:active,a.tile:hover {
  font-weight: bold;
  text-decoration: none;
}
.pc {
  display: block;
}
.tb {
  display: none;
}
.sp {
  display: none;
}
footer {
  grid-row: 4/5;
  grid-column: 1/2;
  height: 36px;
  background-color: #a0a0ff;
  padding: 20px 0px 0px 0px;
}
footer p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

}





/*　スマホ用のCSS　*/
@media screen and (max-width:480px) {
body {
  background-color: #eee;
  color: #152197;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  margin: 4px auto 10px;
}
#container {
  display: grid;
  grid-template-rows: 120px 38px auto 36px;
  grid-template-columns: 100%;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  background-color: #fff;
  border:1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
  max-width: 480px;
  margin: 0 auto;
}
header {
  position: relative;
  grid-row: 1/2;  grid-column: 1/2;
  background-image: url("../../img/c01_850_120.png");
  width: 100%;
  z-index: 1;
}
h1 {
  color: #f09;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 80px 10px 0 0;
  text-align: right;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  z-index: 3;
}
nav {
  grid-row: 2/3;  grid-column: 1/2;
  color: blue;
}
.tile_menu {
  display: grid;
  grid-template-rows: 35px;
  grid-template-columns: 10px 70px 10px 90px 10px 1fr;
  padding-top: 5px;
}
.menu1 {
  grid-row: 1/2;  grid-column: 2/3;
  padding-top: 7px;
  text-align: center;
  border: 0px solid #000;
}
.menu2 {
  grid-row: 1/2;  grid-column: 4/5;
  padding-top: 7px;
  text-align: center;
  border: 0px solid #000;
}
.menu3 {
  grid-row: 1/2;  grid-column: 6/7;
  padding-top: 7px;
  text-align: left;
  border: 0px solid #000;
}
main {
  grid-row: 3/4;  grid-column: 1/2;
  padding: 40px 0 40px 0;
}
.table1 {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 10px 90px 1fr 20px;
  gap: 5px;
}
.t1_1_1 {grid-row: 1/2;  grid-column: 2/3;}
.t1_1_2 {grid-row: 1/2;  grid-column: 3/4;
  margin-left: 16px;
  text-indent: -16px;
}
.t1_2_1 {grid-row: 2/3;  grid-column: 2/3;}
.t1_2_2 {grid-row: 2/3;  grid-column: 3/4;}
.t1_1_1::before,.t1_2_1::before {
  display: inline-block;
  content: url("../../img/kaku14.png");
  margin: 0 5px -1px 2px;
  vertical-align: bottom;
}
.t1_1_2::before,.t1_2_2::before {
  content: "：";
}

.table2 {
  font-size: 16px;
  margin: 20px 0 0 0;
  display: grid;
/*  grid-template-rows: repeat(autofit, minmax(40px,1fr));*/
  grid-template-rows: minmax(30px,1fr);
  grid-template-columns: 10px 100px 30px 50px 1fr 20px;
  grid-auto-rows: minmax(30px, 1fr);
  border: 0px solid #000;
}
.t2_1_1 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.t2_1_2 {
  grid-row: 1/2;
  grid-column: 3/6;
}
.t2_2_1 {
  grid-row: 2/3;
  grid-column: 2/3;
  margin-top: 10px;
}
.t2_2_2 {
  grid-row: 2/3;
  grid-column: 3/6;
  margin-top: 10px;
}
.text1 {
  margin: 10px 10px 0 27px;
  text-indent: -17px;
}
.text1::before {
  content: "★";
  font-weight: bold;
}
.text2 {
  margin: 10px 0 0 0;
}
.text3 {
  margin: 5px 0px 0 17px;
  padding: 0 10px 0 0;
  text-indent: -17px;
  line-height: 20px;
  white-space: nowrap;
  z-index: 0;
}
.text3::before {
  content: "・";
}
.text3::after {
  content: "・・・・・・・・";
  color: #ccc;
  vertical-align: top;
  z-index: 0;
}
.text4 {
  margin: 5px 0 0 18px;
  line-height: 20px;
  text-indent: -18px;
  background-color: #fff;
  z-index: 10;
}
.text5 {
  margin: 5px 0 0 20px;
  line-height: 20px;
}
a.tile:link,a.tile:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile:active,a.tile:hover {
  font-weight: bold;
  text-decoration: none;
}
.pc {
  display: block;
}
.tb {
  display: none;
}
.sp {
  display: none;
}
footer {
  grid-row: 4/5;
  grid-column: 1/2;
  height: 36px;
  background-color: #a0a0ff;
  padding: 20px 0px 0px 0px;
}
footer p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}


}