@charset "utf-8";
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

@media print, screen and (min-width:601px) {
body {
  background-color: #eee;
}
.pcon {
  display: block;
}
#container {
  font-family: Helvetica,'Meiryo','メイリオ', sans-serif;  color: #152197;
  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;
  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: 80px;
  height: 24px;
  text-align: center;
  margin: 0 0 0 30px;
  padding-top: 11px;
  background-color: #fff;
}
.menu2 {
  float: left;
  width: 100px;
  height: 24px;
  text-align: center;
  margin-left: 20px;
  padding-top: 11px;
  background-color: #fff;
}
.menu3 {
  float: left;
  width: 100px;
  height: 24px;
  text-align: center;
  margin-left: 20px;
  padding-top: 11px;
  background-color: #fff;
}
.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 20px 40px 20px;
}
h2 {
  width: calc(100% - 20px);
  font-size: 18px;
  font-weight: bold;
  color: #152197;
  line-height: 25px;
  margin: 10px 0px 5px 10px;
  padding: 5px 0 2px 4px;
/*  border-bottom: 3px solid #e3b529;*/
}
.h2_1 {
  width: 92%;
  margin: 10px auto 10px;
  border-top: 3px solid RoyalBlue;
}
.illust1 {
  width: 540px;
  margin: 10px auto 10px;
}
#image1 {
  width: 100%;
}
.image2 {
  position: absolute;
  top: 35px;
  right: 20px;
  width: 106px;
}
.image3 {
  position: absolute;
  top: 190px;
  right: 0px;
  width: 160px;
}
.image4 {
  position: absolute;
  top: 65px;
  right: 100px;
  width: 40px;
}
.image5 {
  position: absolute;
  top: 80px;
  right: 300px;
  width: 60px;
}
#box1 {
  position: relative;
  width: 100%;
  border: 0px solid #000;
}
.text1 {
  width: calc(100% - 50px);
  font-size: 16px;
  margin-left: 30px;
  text-indent: 16px;
  line-height: 25px;
}
.text2 {
  width: calc(100% - 60px);
  font-size: 16px;
  margin-left: 40px;
  line-height: 25px;
}
.bull1 {
  width: calc(100% - 50px);
  font-size: 16px;
  margin-left: 46px;
  text-indent: -16px;
  line-height: 24px;
}
.bull2 {
  width: calc(100% - 251px);
  font-size: 16px;
  margin-left: 60px;
  text-indent: -17px;
  line-height: 24px;
}
.bull3 {
  width: calc(100% - 280px);
  font-size: 16px;
  margin-left: 80px;
  text-indent: -17px;
  line-height: 25px;
}
#img02 {
  position: absolute;
  top: 0px;
  right: 240px;
  width: 55px;
}
#img03 {
  position: absolute;
  top: 10px;
  right: 110px;
  width: 60px;
}
.rdc1 {
  float: left;
  width: 230px;
}
.crimson {
  color: crimson;
}
.bold {
  font-weight: bold;
}
.mt10 {
  margin-top: 10px;
}
footer {
  height: 36px;
  background-color: #444;
  padding: 18px 0 0 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
}










@media screen and (max-width:600px) {
body {
  background-color: #eee;
}
.pcon {
  display: none;
}
#container {
  width: 100%;
  max-width: 600px;
  margin: 4px auto 10px;
  font-family: Helvetica,'Meiryo','メイリオ', sans-serif;  color: #152197;
  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 {
  width: 100%;
  height: 70px;
  background-image: url("../../header-img/tt-common_768_70.png");
  background-size: cover;
  background-position: -40px;
}
header h1 {
  float: right;
  font-size: 26px;
  font-weight: bold;
  margin: 32px 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: 3px;
  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: 75px;
  height: 24px;
  text-align: center;
  margin: 0 0 0 10px;
  padding-top: 11px;
  background-color: #fff;
}
.menu2 {
  float: left;
  width: 95px;
  height: 24px;
  text-align: center;
  margin-left: 15px;
  padding-top: 11px;
  background-color: #fff;
}
.menu3 {
  float: left;
  width: 200px;
  height: 24px;
  text-align: center;
  margin-left: 15px;
  padding-top: 11px;
  background-color: #fff;
}
.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 5px 30px 5px;
}
h2 {
  font-size: 18px;
  font-weight: bold;
  color: #152197;
  line-height: 25px;
  margin: 10px 0px 5px 5px;
}
.h2_1 {
  width: 100%;
  margin: 10px auto 10px;
  border-top: 3px solid RoyalBlue;
}
.illust1 {
  width: calc(100% - 40px);
  margin: 10px auto 10px;
}
#image1 {
  width: 100%;
}
.image2 {
  position: absolute;
  top: 95px;
  right: 10px;
  width: 60px;
}
.image3 {
  position: absolute;
  bottom: 5px;
  right: 0px;
  width: 70px;
}
#box1 {
  position: relative;
  width: 100%;
  border: 0px solid #000;
}
.text1 {
  width: calc(100% - 30px);
  font-size: 16px;
  margin-left: 20px;
  text-indent: 16px;
  line-height: 25px;
}
.text2 {
  width: calc(100% - 50px);
  font-size: 16px;
  margin-left: 40px;
  line-height: 25px;
}
.bull1 {
  width: calc(100% - 36px);
  font-size: 16px;
  margin-left: 26px;
  text-indent: -16px;
  line-height: 20px;
}
.bull2 {
  width: calc(100% - 42px);
  font-size: 16px;
  margin-left: 32px;
  text-indent: -17px;
  line-height: 20px;
}
.bull3 {
  width: calc(100% - 50px);
  font-size: 16px;
  margin-left: 40px;
  text-indent: -17px;
  line-height: 20px;
}

.rdc1 {
  float: left;
  width: 230px;
}
.crimson {
  color: crimson;
}
.bold {
  font-weight: bold;
}
.mt10 {
  margin-top: 10px;
}
footer {
  height: 36px;
  background-color: #444;
  padding: 18px 0 0 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}

}
