@charset "utf-8";
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
@media print, screen and (min-width:769px) {
body {
  margin: 0px;
  background-color: #eee;
  font-family :Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size:14px;
  color:#152197;
}
#container {
  margin: 4px auto 10px;
  width: 100%;
  font-size: 16px;
  max-width: 850px;
  background-color: #fff;
  border-left: 1px solid #b19582;
  border-right:1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
 -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
 -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
header {
  width: 100%;
  height: 120px;
  background-image: url("../header-img/tt-common.png");
}
header h1 {
  font-size: 42px;
  font-weight: bold;
  text-align: right;
  padding: 55px 20px 0 0;
  color: deeppink;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white;
  letter-spacing: 3px;
  border: 0px solid #000;
}
nav {
  position: relative;
  width: calc(100% - 20px);
  height: 40px;
  margin: 0 0 10px 0;
  padding: 4px 0 1px 20px;
  background-color: #ffffff;
  border-top: 3px solid blue;
  border-bottom: 1px solid #000;
}
.menu1 {
  float: left;
  width: 80px;
  height: 24px;
  text-align: center;
  padding-top: 11px;
  text-decoration: underline solid #777;
}
.menu2 {
  float: left;
  width: 122px;
  height: 24px;
  color: red;
  text-align: center;
  margin-left: 10px;
  padding-top: 11px;
}
.menu3 {
  float: left;
  width: 140px;
  height: 24px;
  text-align: center;
  margin-left: 10px;
  padding-top: 11px;
  text-decoration: underline solid #777;
}
a.tile:link,
a.tile:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile:hover {
  font-weight: bold;
  text-decoration: none;
}
.pc-man {
  position: relative;
  width: 100%;
  height: 160px;
  margin: 30px 0 0 0;
  border: 0px solid #000;
}
.pc_img {
  float: left;
  width:180px;
  height: 150px;
  margin: 0 0 0 100px;
  border: 0px solid #0f0;
}
.pc-png {
  width: 100%;
}
.pc-text {
  float: left;
  width: calc(100% - 400px);
  margin: 20px 20px 0px 15px;
  background-color: #fffbf2;
  border-radius: 20px;
  font-size: 17px;
  line-height: 24px;
  color: black;
}
h2 {
  font-size: 17px;
  color: #222;
  width: 90%;
  margin: 20px 0px 16px 40px;
  border-bottom: 3px solid #d4ad5a;
  padding: 5px 0 2px 4px;
}
.text11 {
  margin: 0px 50px 0px 65px;
  text-indent: 17px;
  line-height: 24px;
}
.text12 {
  font-weight: bold;
  margin: 10px 50px 0px 65px;
  text-indent: 17px;
  line-height: 24px;
}
.text13 {
  margin: 0px 50px 0px 90px;
  text-indent: -22px;
  line-height: 24px;
}
.text13::before {
  content: "◆ ";
  color: skyblue;
}
.text51 {
  margin: 5px 0 0 22px;
  text-indent: -22px;
}
.text51::before {
  content: "★ ";
  color: red;
}
#mailing-img_box {
  width: 505px;
  margin: 20px auto 20px;
  border: 0px solid #000;
}
.vista {
  width: 200px;
  margin: 0px auto;
}
.rich-mail {
  width: 100%;
}
.heavy {
  width: 170px;
  margin: 0px auto;
  border: 0px solid #000;
}
.heavy-mail {
  width: 100%;
}
.limit_box {
  position: relative;
  width: 60%;
  margin: 15px auto 15px;
  padding: 20px 20px 20px 20px;
  border-radius: 15px;
  border: 1px #555 solid;
  font-size: 17px;
  color: #222;
  background-color: #fffbfb
}
.limit_illust {
  float: left;
  width: 60px;
  margin-left: 20px;
}
.limit_img {
  width: 100%;
}
.limit_text_box {
  float: left;
}
.limit_text {
  margin: 0px 20px 0px 10px;
  text-indent: 17px;
  line-height: 24px;
}
.limit_text:before {
  content: "＊";
  color: red;
}
.red {
  color: red;
}
.redbold {
  font-weight: bold;
  color: red;
}
.bold {
  font-weight: bold;
}
footer {
  width: 100%;
  height: 27px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 23px 0px 10px 0px;
  background-color: #444;
}
}









@media screen and (max-width:768px) {
body {
  margin: 0px;
  background-color: #eee;
  font-family :Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size:14px;
  color:#152197;
}
#container {
  margin: 4px auto 10px;
  width: 100%;
  max-width: 768px;
  font-size: 16px;
  background-color: #fff;
  border-left: 1px solid #b19582;
  border-right:1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
 -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
 -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
header {
  width: 100%;
  height: 120px;
  background-image: url("../header-img/tt-common_768_120.png");
}
header h1 {
  float: right;
  font-size: 32px;
  font-weight: bold;
  padding: 70px 20px 0 0;
  color: deeppink;
  text-shadow: 2px 2px 1px white, -1px 1px 1px white, 1px -1px 1px white, -1px -1px 1px white;
  letter-spacing: 3px;
}
nav {
  position: relative;
  width: calc(100% - 10px);
  height: 40px;
  margin: 0 0 10px 0;
  padding: 4px 0 1px 0px;
  background-color: #ffffff;
  border-top: 3px solid blue;
  border-bottom: 1px solid #000;
}
.menu1 {
  float: left;
  width: 80px;
  height: 24px;
  text-align: center;
  padding-top: 11px;
  text-decoration: underline solid #777;
}
.menu2 {
  float: left;
  width: 122px;
  color: red;
  height: 24px;
  text-align: center;
  margin-left: 5px;
  padding-top: 11px;
}
.menu3 {
  float: left;
  width: 140px;
  height: 24px;
  text-align: center;
  margin-left: 5px;
  padding-top: 11px;
  text-decoration: underline solid #777;
}
a.tile:link,
a.tile:visited {
  color: #152197;
  text-decoration: underline solid #777;
}
a.tile:hover {
  color: red;
  font-weight: bold;
  text-decoration: none;
}
.pc-man {
  position: relative;
  width: 100%;
  height: 250px;
  margin: 10px 0 0 0;
  border: 0px solid #000;
}
.pc_img {
  width: 120px;
  margin: 10px auto 0;
  border: 0px solid #0f0;
}
.pc-png {
  width: 100%;
}
.pc-text {
  width: 85%;
  margin: 0px auto 10px;
  padding: 10px;
  background-color: #fffbf2;
  border-radius: 20px;
  font-size: 16px;
  line-height: 24px;
  color: black;
}
h2 {
  font-size: 17px;
  color: #222;
  width: 85%;
  margin: 20px 10px 16px 38px;
  text-indent: -20px;
  line-height: 22px;
  border-bottom: 3px solid #d4ad5a;
  padding: 5px 0 2px 0;
}
.text11 {
  margin: 0px 15px 0px 20px;
  text-indent: 17px;
  line-height: 24px;
}
.text12 {
  font-weight: bold;
  margin: 10px 20px 0px 20px;
  text-indent: 17px;
  line-height: 24px;
}
.text13 {
  margin: 0px 20px 0px 50px;
  text-indent: -22px;
  line-height: 24px;
}
.text13::before {
  content: "◆ ";
  color: skyblue;
}
.text51 {
  margin: 5px 0 0 22px;
  text-indent: -22px;
}
.text51::before {
  content: "★ ";
  color: red;
}
#mailing-img_box {
  width: 90%;
  margin: 20px auto 20px;
  border: 0px solid #000;
}
.mailing-img {
  width: 100%;
}
.vista {
  width: 40%;
  margin: 0 auto;
}
.rich-mail {
  width: 100%;
  margin: 0;
  border: 0px solid #000;
}
.heavy {
  width: 30%;
  margin: 0 auto;
}
.heavy-mail {
  width: 100%;
  text-align: center;
}
.limit_box {
  position: relative;
  width: 90%;
  margin: 15px auto 15px;
  padding: 10px 5px 10px 5px;
  border-radius: 15px;
  border: 1px #555 solid;
  font-size: 17px;
  color: #222;
  background-color: #fffbfb
}
.limit_illust {
  float: left;
  width: 60px;
  margin-left: 10px;
}
.limit_img {
  width: 100%;
  margin: 15px 0 0 0;
}
.limit_text_box {
  float: left;
  width: calc(100% - 70px);
}
.limit_text {
  margin: 0px 10px 0px 22px;
  text-indent: -17px;
  line-height: 24px;
}
.limit_text:before {
  content: "＊";
  color: red;
}
#pc-man {
  width: 600px;
  height: 108px;
  margin: -30px 0px 55px 80px;
}
#pc-man-text {
  width: 400px;
  margin: 50px 0px 0px 200px;
  padding: 15px 20px 15px 10px;
  background-color: #fffbf2;
  border: 0px;
  border-radius: 20px;
  font-size: 17px;
  line-height: 25px;
  color: black;
}
#mailing-img {
  width: 503px;
  height: 308px;
  margin: 10px 0px 10px 120px;
}
.red {
  color: red;
}
.redbold {
  font-weight: bold;
  color: red;
}
.bold {
  font-weight: bold;
}
footer {
  width: 100%;
  height: 27px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 23px 0px 10px 0px;
  background-color: #444;
}
}
