@charset "utf-8";

/*　PC用 769px以上のCSS　*/
@media print, screen and (min-width:769px) {

body {
  margin: 0px;
  background-color: #eee;
  font-family :Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size:16px;
  color:#152197;
}
.container {
  margin: 5px auto 5px;
  width: 850px;
  background-color: #fff;
  border-left: 1px solid #777;
  border-right: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");
}
header h1 {
  font-size: 42px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 65px 60px 0 0;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  letter-spacing: 5px;
}
nav {
  color: blue;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 7px 30px;
  border-top: 3px solid blue;
  border-bottom: 1px solid black;
  font-size: 17px;
}
main {
  width: 750px;
  padding: 25px 0px 0px 50px;
}
h2 {
  font-size: 30px;
  font-weight: bold;
  color: #284b15;
  width: 730px;
  margin: 10px 0px 16px 0px;
  /* border-bottom: 3px solid #999; */
  padding: 5px 0 2px 4px;
}
ol {
  line-height: 150%;
  margin-top: 10px;
  margin-left: 80px;
  font-size: 18px;
}

.text1a {
  width: calc(100% - 100px);
  margin: 0px 20px 0px 80px;
  font-size: 18px;
  color: hsla(136, 76%, 40%, 0.785);
  line-height: 26px;
  text-indent: -12px;
}

.text1b {
  width: calc(100% - 100px);
  margin: 0px 20px 0px 80px;
  font-size: 18px;
  color: hsl(32, 76%, 34%);
  line-height: 26px;
  text-indent: -12px;
}
.text1c {
  width: calc(100% - 100px);
  margin: 0px 20px 0px 80px;
  font-size: 18px;
  color: #9818cb;
  line-height: 26px;
  text-indent: -12px;
}

.text1d {
  width: calc(100% - 100px);
  margin: 0px 20px 0px 80px;
  font-size: 18px;
  color: #152197;
  line-height: 26px;
  text-indent: -12px;
}





.text1 {
  font-size: 17px;
  line-height: 22px;
  margin: 20px 20px 0 20px;
  text-indent: 18px;
}
.thema {
  width: calc(100% - 30px);
  margin: 20px 0 0 30px;
}
.text2 {
  font-size: 18px;
  line-height: 23px;
  margin-top: 6px;
  margin-left: 0px;
}
.photobox1 {
  width: 700px;
  margin: 0px auto;
}
.photobox2 {
  width: 700px;
  margin:-50px auto 0px;
}

.photobox3 {
  width: 700px;
  margin:-30px auto 0px;
}
.picture1 {
  margin: 40px auto 0;
}
.picture2 {
  margin: 0 auto 0;
}
.text3 {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}
footer {
  width: 100%;
  height: 34px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 20px;
  background-color: #444;
}
}









/*　タブレット用 481px以上768pxまでのCSS　*/

@media screen and (min-width:481px) and (max-width:768px) {
body {
  margin: 0px;
  background-color: #eee;
  font-family :Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size:16px;
  color:#152197;
}
.container {
  margin: 5px auto 5px;
  width: 100%;
  max-width: 768px;
  background-color: #fff;
  border-left: 1px solid #777;
  border-right:1px solid #777;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  height: 120px;
  background-image: url("../../header-img/tt-common_768_120.png");
}
header h1 {
  font-size: 38px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 65px 30px 0 0;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  letter-spacing: 5px;
}
nav {
  color: blue;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 7px 30px;
  border-top: 3px solid blue;
  border-bottom: 1px solid black;
  font-size: 17px;
}
main {
  width: 100%;
  padding: 25px 0px 0px 0px;
}
h2 {
  width: calc(100% - 20px);
  font-size: 20px;
  font-weight: bold;
  color: #284b15;
  margin: 0px 0px 16px 0px;
  border-bottom: 3px solid #999;
  padding: 5px 0 2px 20px;
}
.text1 {
  font-size: 17px;
  line-height: 22px;
  margin: 20px 20px 0 20px;
  text-indent: 18px;
}
.thema {
  width: calc(100% - 30px);
  margin: 20px 0 0 30px;
}
.text2 {
  font-size: 18px;
  line-height: 23px;
  margin-top: 6px;
  margin-left: 0px;
}
.photobox1 {
  width: 90%;
  margin: 0px auto;
}
.photobox2 {
  width: 90%;
  margin: 0px auto 30px;
}
.picture1 {
  width: 100%;
  margin: 40px auto 0;
}
.picture2 {
  width: 100%;
  margin: 0 auto 0;
}
.text3 {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}
footer {
  width: 100%;
  height: 34px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.3em;
  text-align: center;
  padding-top: 20px;
  background-color: #444;
}




}









/*　スマホ用のCSS　*/
@media screen and (max-width:480px) {
body {
  margin: 0px;
  background-color: #eee;
  font-family :Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size:16px;
  color:#152197;
}
.container {
  margin: 5px auto 5px;
  width: 480px;
  background-color: #fff;
  border-left: 1px solid #777;
  border-right:1px solid #777;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  height: 120px;
  background-image: url("../../header-img/tt-common_768_120.png");
}
header h1 {
  font-size: 36px;
  font-weight: bold;
  color: deeppink;
  text-align: right;
  padding: 70px 20px 0 0;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  letter-spacing: 5px;
}
nav {
  color: blue;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 7px 30px;
  border-top: 3px solid blue;
  border-bottom: 1px solid black;
  font-size: 17px;
}
main {
  width: 100%;
  padding: 25px 0px 0px 0px;
}
h2 {
  width: calc(100% - 20px);
  font-size: 20px;
  font-weight: bold;
  color: #284b15;
  margin: 0px 10px 16px 10px;
  border-bottom: 3px solid #999;
  padding: 5px 0px 2px 0px;
}
.text1 {
  font-size: 17px;
  line-height: 22px;
  margin: 20px 20px 0 20px;
  text-indent: 18px;
}
.thema {
  width: calc(100% - 30px);
  margin: 20px 0 0 30px;
}
.text2 {
  font-size: 18px;
  line-height: 23px;
  margin-top: 6px;
  margin-left: 0px;
}
.photobox1 {
  width: 90%;
  margin: 0px auto;
}
.photobox2 {
  width: 90%;
  margin: 0px auto 30px;
}

.picture1 {
  width: 100%;
  margin: 40px auto 0;
}
.picture2 {
  width: 100%;
  margin: 0 auto 0;
}
.text3 {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}
footer {
  width: 100%;
  height: 34px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.3em;
  text-align: center;
  padding-top: 20px;
  background-color: #444;
}

}
