@charset "utf-8";
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
@media print, screen and (min-width:769px) {

body {
  background-color: #eee;
  font-size: 17px;
  font-family: Helvetica,'Meiryo','メイリオ', sans-serif;
  color: #152197;
}
#container {
  margin: 4px auto 10px;
  width: 100%;
  max-width: 850px;
  font-size: 17px;
  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: 38px;
  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;
  margin: 0px;
  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: 10px 0 30px 0;
}
h2 {
  width: calc(100% - 44px);
  font-size: 18px;
  font-weight: bold;
  color: #152197;
  line-height: 25px;
  margin: 10px 0px 10px 20px;
  padding: 5px 0 2px 4px;
  border-bottom: 3px solid #999;
}
.text1 {
  width: calc(100% - 70px);
  margin: 5px 30px 0 40px;
  text-indent: 17px;
  line-height: 22px;
}
.text2 {
  width: calc(100% - 92px);
  margin: 5px 30px 0 62px;
  line-height: 22px;
  text-indent: -22px;
}
.text3 {
  width: calc(100% - 102px);
  margin: 20px 30px 0 70px;
  text-indent: -22px;
  line-height: 22px;
}
.eith {
  display: inline-block;
  width: 15px;
}
#box1 {
  width: calc(100% - 95px);
  margin-top: 5px;
  padding: 0 50px 0 45px;
  line-height: 20px;
  display: grid;
  grid-auto-rows: minmax(26px, auto);
  grid-template-columns: 65px 50px 90px 30px 65px 50px 120px 1fr;
}
.r1c1 {  grid-row: 1/2;  grid-column: 1/2;}
.r1c2 {  grid-row: 1/2;  grid-column: 2/3;}
.r1c3 {  grid-row: 1/2;  grid-column: 3/4;}
.r2c1 {  grid-row: 2/3;  grid-column: 1/2;}
.r2c2 {  grid-row: 2/3;  grid-column: 2/3;}
.r2c3 {  grid-row: 2/3;  grid-column: 3/4;}
.r2c5 {  grid-row: 2/3;  grid-column: 5/6;}
.r2c6 {  grid-row: 2/3;  grid-column: 6/7;}
.r2c7 {  grid-row: 2/3;  grid-column: 7/8;}

footer {
  height: 34px;
  background-color: #444;
  padding: 20px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
}









@media print, screen and (max-width:768px) {
body {
  background-color: #eee;
  font-size: 17px;
  font-family: Helvetica,'Meiryo','メイリオ', sans-serif;
  color: #152197;
}
#container {
  margin: 4px auto 10px;
  width: 100%;
  max-width: 850px;
  font-size: 17px;
  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: 24px;
  font-weight: bold;
  margin: 60px 5px 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;
  margin: 0px;
  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;
}
main {
  margin: 10px 0 30px 0;
}
h2 {
  width: calc(100% - 44px);
  font-size: 18px;
  font-weight: bold;
  color: #152197;
  line-height: 25px;
  margin: 10px 0px 10px 20px;
  padding: 5px 0 2px 4px;
  border-bottom: 3px solid #999;
}
.text1 {
  width: calc(100% - 70px);
  margin: 5px 30px 0 40px;
  text-indent: 17px;
  line-height: 22px;
}
.text2 {
  width: calc(100% - 92px);
  margin: 5px 30px 0 62px;
  line-height: 22px;
  text-indent: -22px;
}
.text3 {
  width: calc(100% - 102px);
  margin: 20px 30px 0 70px;
  text-indent: -22px;
  line-height: 22px;
}
.eith {
  display: inline-block;
  width: 15px;
}
#box1 {
  width: calc(100% - 95px);
  margin-top: 5px;
  padding: 0 50px 0 45px;
  line-height: 20px;
  display: grid;
  grid-auto-rows: minmax(26px, auto);
  grid-template-columns: 65px 50px 90px 30px 65px 50px 120px 1fr;
}
.r1c1 {  grid-row: 1/2;  grid-column: 1/2;}
.r1c2 {  grid-row: 1/2;  grid-column: 2/3;}
.r1c3 {  grid-row: 1/2;  grid-column: 3/4;}
.r2c1 {  grid-row: 2/3;  grid-column: 1/2;}
.r2c2 {  grid-row: 2/3;  grid-column: 2/3;}
.r2c3 {  grid-row: 2/3;  grid-column: 3/4;}
.r2c5 {  grid-row: 3/4;  grid-column: 1/2;}
.r2c6 {  grid-row: 3/4;  grid-column: 2/3;}
.r2c7 {  grid-row: 3/4;  grid-column: 3/4;}

footer {
  height: 34px;
  background-color: #444;
  padding: 20px 0 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
}
