@charset "utf-8";
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
/*　PC用 769px以上のCSS　*/
@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 {
  width: 100%;
  max-width: 850px;
  margin: 5px auto 5px;
  background-color: #fff;
  border: 1px solid #444;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  width: 100%;
  height: 120px;
  text-align: right;
  padding: 0;
  color: #deeppink;
  background-color: #fff;
  background-image: url("../../header-img/tt-common.png");
}
h1 {
  display: inline-block;
  font-size: 45px;
  font-weight: bold;
  color: deeppink;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  letter-spacing: 0.3em;
  padding: 65px 50px 0 0;
}
h2 {
  width: calc(100% - 44px);
  font-size: 20px;
  font-weight: bold;
  color: #284b15;
  margin: 20px 20px 15px 20px;
  border-bottom: 3px solid #999;
  padding: 5px 0 2px 4px;
}
h3 {
  width: calc(100% - 50px);
  margin: 15px 20px 0px 30px;
  padding: 2px 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.h3c1 {
  width: 292px;
  margin: 2px 10px 5px 40px;
  border: 0px solid #000;
  background-color: #fff6a3;
}
.h3c2 {
  width: 350px;
  margin: 20px 10px 5px 40px;
  border: 0px solid #000;
  background-color: #d1ffce;
}
.h3c3 {
  width: 190px;
  margin: 20px 10px 5px 40px;
  border: 0px solid #000;
  background-color: #f4e5ff;
}
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 0 30px 0;
}
.text1 {
  width: calc(100% - 100px);
  margin: 0px 20px 0px 80px;
  font-size: 18px;
  color: #152197;
  line-height: 26px;
  text-indent: -12px;
}
.text1::before {
  display: inline-block;
  content: "●";
  color: orange;
  font-weight: bold;
  margin-right: 5px;
}
.text2 {
  width: calc(100% - 100px);
  margin: 0px 20px 0px 80px;
  font-size: 18px;
  color: #152197;
  line-height: 26px;
  text-indent: -12px;
}
.text2::before {
  display: inline-block;
  content: "● ";
  color: green;
  font-weight: bold;
  margin-right: 5px;
}
#form {
  position: relative;
  width: 95%;
  max-width: 655px;
  font-size: 16px;
  margin: 10px auto 0px;
  padding: 10px 20px 20px 20px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
}
#title2 {
  width: 95%;
  height: 30px;
  font-size: 20px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  margin: 10px auto;
  padding-bottom: 10px;
  border-bottom: 2px dotted #000;
}
#time {
  position: absolute;
  right: 25px;
  top: 45px;
  font-size: 17px;
  text-align: right;
  margin: -10px 20px 0px 0;
}
#table {
  width: 95%;
  font-size: 17px;
  color: #000;
  margin: 20px auto 0;
  display: grid;
  grid-template-rows: repeat(4, 29px) 76px;
  grid-auto-rows: minmax(29px, auto);
  grid-template-columns: 165px 1fr;
  grid-row-gap: 10px;
  border: 0px solid #00f;
}
.c21 {
  height: 25px;
  text-align: center;
  padding: 7px 10px 0 15px;
  background-color: azure;
}
.c22 {
  text-align: center;
  padding: 18px 10px 0 15px;
  background-color: azure;
}
.b-color{
  border: 1px #999 solid;
  height: 25px;
  margin: 0px 0px 0 10px;
}
.textarea {
  width: 310px;
  margin-left: 10px;
}
.com2,.com3 {
  display: inline-block;
  height: 18px;
  font-size: 16px;
  color: #f00;
  margin: 5px 0 0 10px;
  vertical-align: middle;
}
.com2::before,.com3::before {
  display: inline-block;
  content: "［";
  color: #000;
}
.com2::after,.com3::after {
  display: inline-block;
  content: "］";
  color: #000;
}
.com-text {
  vertical-align: top;
  margin-top: 28px;
}
.pb {
  padding-bottom: 10px;
}
.pt {
  padding-top: 20px;
}
.button1 {
  border: 1px #ffa6a6 solid;
  height: 35px;
  width: 80px;
  font-size: 16px;
  margin: 0px 0px 0px 85px;
  background-color: #ffe8e8;
  border-radius: 8px;
}
.button2 {
  border: 1px #6896ff solid;
  height: 35px;
  width: 80px;
  font-size: 16px;
  margin: 0px 0px 0px 30px;
  background-color: azure;
  border-radius: 8px;
}
.input {
  border: 1px #999 solid;
  height: 25px;
  margin: 0px 0px 0px 10px;
}
footer {
  width: 100%;
  height: 34px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.3em;
  text-align: center;
  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: 14px;
  color: #152197;
}
#container {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #444;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  width: 100%;
  height: 120px;
  text-align: right;
  padding: 0;
  color: #deeppink;
  background-color: #fff;
  background-image: url("../../header-img/tt-common_768_120.png");
}
h1 {
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  color: deeppink;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  letter-spacing: 0.2em;
  padding: 60px 30px 0 0;
}
h2 {
  width: calc(100% - 40px);
  font-size: 20px;
  font-weight: bold;
  color: #284b15;
  margin: 20px 20px 15px 20px;
  border-bottom: 3px solid #999;
  padding: 5px 0 2px 4px;
}
h3 {
  width: calc(100% - 50px);
  margin: 15px 20px 0px 30px;
  padding: 2px 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.h3c1 {
  width: 260px;
  margin: 2px 10px 5px 40px;
  border: 0px solid #000;
  background-color: #fff6a3;
}
.h3c2 {
  background-color: #d1ffce;
}
.h3c3 {
  background-color: #f4e5ff;
}
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 0 30px 0;
}
.text1 {
  width: calc(100% - 92px);
  margin: 0px 20px 0px 60px;
  font-size: 18px;
  color: #152197;
  line-height: 26px;
  text-indent: -12px;
}
.text1::before {
  display: inline-block;
  content: "●";
  color: orange;
  font-family: "MS ゴシック";
  font-weight: bold;
  margin-right: 5px;
}
.text2 {
  width: calc(100% - 92px);
  margin: 0px 20px 0px 60px;
  font-size: 18px;
  color: #152197;
  line-height: 26px;
  text-indent: -12px;
}
.text2::before {
  display: inline-block;
  content: "● ";
  color: green;
  font-family: "MS ゴシック";
  font-weight: bold;
  margin-right: 5px;
}
#form {
  position: relative;
  width: calc(100% - 35px);
  font-size: 16px;
  margin: 10px 20px 0px 15px;
  padding: 10px 0 20px 0;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
}
#title2 {
  width: 95%;
  height: 35px;
  font-size: 20px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  margin: 10px auto;
  padding-bottom: 10px;
  border-bottom: 2px dotted #000;
}
#time {
  position: absolute;
  right: 20px;
  top: 55px;
  font-size: 17px;
  text-align: right;
  margin: -10px 5px 0px 0;
}
#table {
  width: calc(100% - 20px);
  font-size: 17px;
  color: #000;
  margin: 20px 10px 0 10px;
  display: grid;
  grid-auto-rows: minmax(36px, auto);
  grid-template-columns: 130px 1fr;
  grid-row-gap: 10px;
}
.c21 {
  height: 25px;
  text-align: center;
  padding-top: 7px;
  background-color: azure;
}
.c22 {
  text-align: center;
  padding-top: 18px;
  background-color: azure;
}
.b-color{
  border: 1px #999 solid;
  height: 25px;
  margin: 2px 0px 0 10px;
}
.textarea {
  width: calc(100% - 86px);
  margin-left: 10px;
}
.com2,.com3 {
  display: inline-block;
  height: 18px;
  font-size: 16px;
  color: #f00;
  margin: 5px 0 0 10px;
  vertical-align: middle;
}
.com2::before,.com3::before {
  display: inline-block;
  content: "［";
  color: #000;
}
.com2::after,.com3::after {
  display: inline-block;
  content: "］";
  color: #000;
}
.com-text {
  vertical-align: top;
  margin: 28px 0 0 5px;
}
.pb {
  padding-bottom: 10px;
}
.pt {
  padding-top: 20px;
}
.button1 {
  border: 1px #ffa6a6 solid;
  height: 35px;
  width: 80px;
  font-size: 16px;
  margin: 0px 0px 0px 40px;
  background-color: #ffe8e8;
  border-radius: 8px;
}
.button2 {
  border: 1px #6896ff solid;
  height: 35px;
  width: 80px;
  font-size: 16px;
  margin: 0px 0px 0px 30px;
  background-color: azure;
  border-radius: 8px;
}
.input {
  border: 1px #999 solid;
  height: 25px;
  margin: 0px 0px 0px 10px;
}
footer {
  width: 100%;
  height: 34px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 5px;
  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: 14px;
  color: #152197;
}
#container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #444;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.0);
}
header {
  width: 100%;
  height: 120px;
  text-align: right;
  padding: 0;
  color: #deeppink;
  background-color: #fff;
  background-image: url("../../header-img/tt-common_768_120.png");
}
h1 {
  display: inline-block;
  font-size: 38px;
  font-weight: bold;
  color: deeppink;
  text-shadow: 3px 3px 1px white, -3px 3px 1px white, 3px -3px 1px white, -3px -3px 1px white;
  letter-spacing: 0.2em;
  padding: 65px 20px 0 0;
}
h2 {
  width: calc(100% - 40px);
  font-size: 20px;
  font-weight: bold;
  color: #284b15;
  margin: 20px 20px 15px 20px;
  border-bottom: 3px solid #999;
  padding: 5px 0 2px 4px;
}
h3 {
  width: calc(100% - 40px);
  margin: 15px 20px 0px 20px;
  padding: 2px 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.h3c1 {
  width: 260px;
  margin: 2px 10px 5px 40px;
  border: 0px solid #000;
  background-color: #fff6a3;
}
.h3c2 {
  background-color: #d1ffce;
}
.h3c3 {
  background-color: #f4e5ff;
}
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 0 30px 0;
}
.text1 {
  width: calc(100% - 72px);
  margin: 0px 10px 0px 50px;
  font-size: 18px;
  color: #152197;
  line-height: 26px;
  text-indent: -12px;
}
.text1::before {
  display: inline-block;
  content: "●";
  color: orange;
  font-family: "MS ゴシック";
  font-weight: bold;
  margin-right: 5px;
}
.text2 {
  width: calc(100% - 92px);
  margin: 0px 20px 0px 60px;
  font-size: 18px;
  color: #152197;
  line-height: 26px;
  text-indent: -12px;
}
.text2::before {
  display: inline-block;
  content: "● ";
  color: green;
  font-family: "MS ゴシック";
  font-weight: bold;
  margin-right: 5px;
}
#form {
  position: relative;
  width: calc(100% - 20px);
  max-width: 655px;
  font-size: 16px;
  margin: 10px 10px 0 10px;
  padding: 10px 0 20px 0;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
}
#title2 {
  width: 95%;
  height: 35px;
  font-size: 20px;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  margin: 10px auto;
  padding-bottom: 10px;
  border-bottom: 2px dotted #000;
}
#time {
  position: absolute;
  right: 20px;
  top: 55px;
  font-size: 17px;
  text-align: right;
  margin: -10px 5px 0 0;
}
#table {
  width: 95%;
  font-size: 16px;
  color: #000;
  margin: 20px auto 0;
  display: grid;
  grid-auto-rows: minmax(36px, auto);
  grid-template-columns: 70px 1fr;
  grid-row-gap: 10px;
  border: 0px solid #00f;
}
.c21 {
  height: 25px;
  text-align: center;
  padding-top: 7px;
  background-color: azure;
}
.c22 {
  text-align: center;
  padding-top: 18px;
  background-color: azure;
}
.b-color{
  border: 1px #999 solid;
  height: 25px;
  margin: 0px 0px 0 5px;
}
.textarea {
  width: calc(100% - 86px);
  margin-left: 10px;
}
.com2,.com3 {
  display: inline-block;
  height: 18px;
  font-size: 16px;
  color: #f00;
  margin: 5px 0 0 5px;
  vertical-align: middle;
}
.com2::before,.com3::before {
  display: inline-block;
  content: "［";
  color: #000;
}
.com2::after,.com3::after {
  display: inline-block;
  content: "］";
  color: #000;
}
.com-text {
  vertical-align: top;
  margin-top: 28px;
}
.pb {
  padding-bottom: 10px;
}
.pt {
  padding-top: 20px;
}
.button1 {
  border: 1px #ffa6a6 solid;
  height: 35px;
  width: 80px;
  font-size: 16px;
  margin: 0px 0px 0px 20px;
  background-color: #ffe8e8;
  border-radius: 8px;
}
.button2 {
  border: 1px #6896ff solid;
  height: 35px;
  width: 80px;
  font-size: 16px;
  margin: 0px 0px 0px 20px;
  background-color: azure;
  border-radius: 8px;
}
.input {
  border: 1px #999 solid;
  height: 25px;
  margin: 0px 0px 0px 10px;
}
footer {
  width: 100%;
  height: 34px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 20px;
  background-color: #444;
}
}
