@charset "utf-8";

@media print, screen and (min-width:601px) {
body {
  background-color: #eee;
}
#container {
  width: 100%;
  max-width: 850px;
  color: #152197;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",
    "Hiragino Sans",Meiryo,sans-serif;
  font-size: 17px;
  margin: 5px auto 5px;
  background-color: #fff;
  border:1px solid #777;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  width: 100%;
  height: 120px;
  background-image: url("../../header-img/tt-common_850_120.png");
  background-size: cover;
}
h1 {
  color: deeppink;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 70px 30px 0 0;
  text-align: right;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white;
}
h2 {
 font-size: 20px;
 color: #152197;
 line-height: 20px;
 margin: 20px 0px 15px 0px;
 letter-spacing: 2px;
 text-align: center;
}
nav {
  width: 100%;
  height: 30px;
  padding: 15px 0 0 20px;
  border-bottom: 1px solid black;
  border-top: 2px solid blue;
  color: blue;
}
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;
}
#box-1 {
  width: 70%;
  max-width: 650px;
  margin: 0 auto;
  padding: 15px 20px 20px 20px;
  border: 2px blue dotted;
  border-radius: 15px;
}
.top {
  line-height: 20px;
  text-indent: 17px;
  margin-top: 5px;
}
.resque {
  width: 70%;
  max-width: 350px;
  margin: 10px auto 10px;
}
.image {
  width: 100%;
}
#box-2 {
  width: 70%;
  max-width: 650px;
  line-height: 20px;
  margin: 0 auto;
  padding: 20px 5px 10px 20px;
  border: 2px blue dotted;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
}
.part1 {
  width: calc(100% - 76px);
}
.part2 {
  width: 71px;
  padding-top: 0px;
}
.text1 {
  margin-left: 25px;
  text-indent: -25px;
}
.pr-man {
  width: 100%;
}
.mt40 {
  margin-top: 40px;
}
.card {
  width: 80%;
  margin: 20px auto 30px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}
.c1 {
  grid-row: 1/2;grid-column: 1/2;
}
.c2 {
  grid-row: 1/2;grid-column: 2/3;
}
.c3 {
  grid-row: 2/3;grid-column: 1/3;
}
.card_pdf {
  width: 90px;
  margin: 0 auto;
}
.card_doc {
  width: 80px;
  margin: 0 auto;
}
.card_image {
  width: 300px;
  margin: 0 auto;
}
.cmt1 {
  width: 95px;
  margin: 5px auto 0;
}
.cmt2 {
  width: 200px;
  margin: 5px auto 0;
}
.cmt3 {
  width: 350px;
  font-size: 15px;
  margin: 5px auto 0;
  line-height: 18px;
}
.cmt4 {
  width: 60%;
  font-size: 15px;
  margin: 20px auto 30px;
  line-height: 18px;
}
.image2 {
  width: 300px;
  border: 1px solid #000;
}
.emargency-card-red {
  margin: 20px auto 10px;
  display: block;
  width: 220px;
  border: 1px #666 solid;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}
.microsoft-card {
  width: 248px;
  margin: 10px auto 0px;
}
.text2 {
  font-size: 17px;
  color: #152197;
  line-height: 20px;
  margin: 0px 75px 15px 80px;
}
#box-ani-card {
  width: 70%;
  margin: 40px auto 20px;
  padding: 10px 10px 8px 0px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #ffb4b4
}
.h3 {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-shadow: 2px 2px 2px white;
}
.text3 {
  width: 100%;
  margin-top: 5px;
}
.ani-card {
  width: 300px;
  margin: 20px auto 5px;
}
footer {
  height: 32px;
  padding-top: 18px;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #444;
}

}





@media screen and (max-width:600px) {
body {
  background-color: #eee;
}
#container {
  width: 100%;
  max-width: 600px;
  color: #152197;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",
    "Hiragino Sans",Meiryo,sans-serif;
  font-size: 17px;
  margin: 5px auto 5px;
  background-color: #fff;
  border:1px solid #777;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  width: 100%;
  height: 120px;
  background-image: url("../../header-img/tt-common_768_120.png");
  background-size: cover;
}
h1 {
  color: deeppink;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 70px 30px 0 0;
  text-align: right;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white;
}
h2 {
 font-size: 20px;
 color: #152197;
 line-height: 20px;
 margin: 20px 0px 15px 0px;
 letter-spacing: 1px;
 text-align: center;
}
nav {
  width: 100%;
  height: 30px;
  padding: 15px 0 0 20px;
  border-bottom: 1px solid black;
  border-top: 2px solid blue;
  color: blue;
}
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;
}
#box-1 {
  width: 85%;
  max-width: 650px;
  margin: 0 auto;
  padding: 15px 20px 20px 20px;
  border: 2px blue dotted;
  border-radius: 15px;
}
.top {
  line-height: 20px;
  text-indent: 17px;
  margin-top: 5px;
}
.resque {
  width: 70%;
  max-width: 350px;
  margin: 10px auto 10px;
}
.image {
  width: 100%;
}
#box-2 {
  width: 85%;
  max-width: 650px;
  line-height: 20px;
  margin: 0 auto;
  padding: 20px 5px 10px 20px;
  border: 2px blue dotted;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
}
.part1 {
  width: calc(100% - 76px);
}
.part2 {
  width: 71px;
  padding-top: 0px;
}
.text1 {
  margin-left: 25px;
  text-indent: -25px;
}
.pr-man {
  width: 100%;
}
.mt40 {
  margin-top: 40px;
}
.card {
  width: 80%;
  margin: 20px auto 30px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}
.c1 {
  grid-row: 1/2;grid-column: 1/2;
}
.c2 {
  grid-row: 1/2;grid-column: 2/3;
}
.c3 {
  grid-row: 2/3;grid-column: 1/3;
}
.card_pdf {
  width: 90px;
  margin: 0 auto;
}
.card_doc {
  width: 80px;
  margin: 0 auto;
}
.card_image {
  width: 300px;
  margin: 0 auto;
}
.cmt1 {
  width: 95px;
  margin: 5px auto 0;
}
.cmt2 {
  width: 200px;
  margin: 5px auto 0;
}
.cmt3 {
  width: 315px;
  font-size: 15px;
  margin: 5px auto 0;
  line-height: 18px;
}
.cmt4 {
  width: 300px;
  font-size: 15px;
  margin: 20px auto 30px;
  line-height: 18px;
}
.image2 {
  width: 300px;
  border: 1px solid #000;
}
.emargency-card-red {
  margin: 20px auto 10px;
  display: block;
  width: 220px;
  border: 1px #666 solid;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}
.microsoft-card {
  width: 248px;
  margin: 10px auto 0px;
}
.text2 {
  width: 85%;
  line-height: 20px;
  margin: 0px auto 15px;
}
#box-ani-card {
  width: 70%;
  margin: 40px auto 20px;
  padding: 10px 10px 8px 0px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background-color: #ffb4b4
}
.h3 {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-shadow: 2px 2px 2px white;
}
.text3 {
  width: 100%;
  margin-top: 5px;
}
.ani-card {
  width: 245px;
  margin: 20px auto 0;
}
footer {
  height: 32px;
  padding-top: 18px;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #444;
}

}
