@charset "utf-8";

@media print, screen and (min-width:601px) {

body {
 background-color: #eee;
}
#container {
  width: 100%;
  max-width: 850px;
  font-family :Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size:17px;
  color:#152197;
  background-color: #fff;
  border: 1px solid #777;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  height: 120px;
  background-image: url("../../header-img/tt-common.png");
  background-size: cover;
}
header h1 {
  font-size: 40px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 65px 50px 0 0;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white;
  letter-spacing: 3px;
}
nav {
  color: blue;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 7px 30px;
  border-top: 3px solid blue;
  border-bottom: 1px solid black;
}
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;
}
main {
  width: calc(100% - 60px);
  padding: 25px 30px 0px 30px;
}
h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 20px 20px;
}
.text1 {
  margin: 5px 40px 0 10px;
  text-indent: 17px;
  line-height: 22px;
}
.stitle {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0 30px;
}
.stitle::before {
  content: "■";
  font-family: MS Goyhic;
  font-size: 20px;
  font-weight: bold;
  color: red;
}
.text2 {
  margin: 5px 40px 0 65px;
  text-indent: -20px;
  line-height: 22px;
}
.text2::before {
  content: "・";
  font-family: MS Goyhic;
  font-size: 20px;
  font-weight: bold;
  color: red;
}
.logo_table {
  width: 90%;
  margin: 0px auto 20px;
  display: flex;
  flex-wrap: wrap;
}
.logo {
  flex;0 0 100px;
  height: 55px;
  margin: 10px 0 0 20px;
}
.mt40 {
  margin-top: 40px;
}
footer {
  height: 40px;
  background-color: #444;
  padding-top: 18px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

}






@media screen and (max-width:600px) {
body {
 background-color: #eee;
}
#container {
  margin: auto;
  width: 100%;
  max-width: 600px;
  font-family :Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size:17px;
  color:#152197;
  background-color: #fff;
  border: 1px solid #777;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
}
header {
  height: 120px;
  background-image: url("../../header-img/tt-common_768_120.png");
  background-size: cover;
}
h1 {
  font-size: 36px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 70px 15px 0 0;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white;
  letter-spacing: 1px;
}
nav {
  color: blue;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 7px 30px;
  border-top: 3px solid blue;
  border-bottom: 1px solid black;
}
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;
}
main {
  width: calc(100% - 20px);
  padding: 25px 10px 0px 10px;
}
h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 0 30px;
}
.text1 {
  margin: 5px 10px 0 10px;
  text-indent: 17px;
  line-height: 22px;
}
.stitle {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0 30px;
  text-indent: -20px;
  line-height: 22px;
}
.stitle::before {
  content: "■";
  font-family: MS Goyhic;
  font-size: 20px;
  font-weight: bold;
  color: red;
}
.text2 {
  margin: 5px 40px 0 60px;
  text-indent: -20px;
  line-height: 22px;
}
.text2::before {
  content: "・";
  font-family: MS Goyhic;
  font-size: 20px;
  font-weight: bold;
  color: red;
}
.logo_table {
  width: 90%;
  margin: 0px auto 20px;
  display: flex;
  flex-wrap: wrap;
}
.logo {
  flex;0 0 100px;
  height: 55px;
  margin: 10px 0 0 20px;
}
.mt40 {
  margin-top: 40px;
}
footer {
  height: 40px;
  background-color: #444;
  padding-top: 18px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

}
