@charset "utf-8";

@media print, screen and (min-width:601px) {
body {
  margin: 0px;
  background-color: #eee;
}
#container {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  font-family: "Meiryo","BIZ UDゴシック","游ゴシック",sans-serif;
  font-size: 16px;
  color: MidnightBlue;
  background-color: #fff;
  border-left: 1px solid #777;
  border-right:1px solid #777;
  box-shadow: 5px 5px 5px #bbb;
  border-top: 1px solid #777;
}
header {
  width: 100%;
  height: 160px;
  background-image: url("../img/header_02_850_160.png");
}
h1 {
  color: DeepPink;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 70px 40px 0 0;
  text-align: right;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white;
}

/* ==========■ nav ■========== */
nav {
  width: 100%;
  background-color: #444;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2px;
}
.menu {
  font-size: 15px;
  color: #fff;
  flex: 0 0 100px;
  padding: 17px 5px 10px 5px;
  text-align: center;
  background-color: #444;
}
.tile:link,.tile:visited {
  color: #fff;
  text-decoration: none;
}
.tile:hover {
  color: #f00;
  font-weight: bold;
  text-decoration: none;
  background-color: #999;
}
.tile2:link,.tile2:visited {
  color: MidnightBlue;
  text-decoration: underline;
  font-weight: bold;
}
.tile2:hover {
  color: #f00;
  font-weight: bold;
  text-decoration: none;
}
.mcom {
  text-decoration: none;
}
.thin {
  background-color: #999;
}

/* ==========■ main ■========== */
main {
  width: calc(100% - 20px);
  padding: 25px 10px 40px 10px;
}
h2 {
  width: 100%;
  font-size: 20px;
  color: blue;
  margin-left: 20px;
  padding-top: 25px;
}
h3 {
  width: calc(100% - 78px);
  margin: 30px 10px 0px 68px;
  font-size: 17px;
  color: #152197;
  line-height: 22px;
  text-indent: -12px;
}
h3::before {
  display: inline-block;
  content: "■ ";
  color: green;
  font-family: "ＭＳ ゴシック";
  font-weight: bold;
  margin-right: 5px;
}
.image {
  width: 80%;
  margin: 10px auto 0;
}
.image2 {
  width: 100%;
  margin: 10px auto 0;
}
.image_s {
  width: 100%;
  max-width: 890px;
  margin: 10px auto 0;
  padding: 2px;
  border: 1px solid #ccc;
}
.com {
  text-align: center;
  margin: 5px auto 0;
}
.text1 {
  width: calc(100% - 90px);
  margin: 0px 40px 0px 50px;
  font-size: 17px;
  color: #152197;
  line-height: 22px;
  text-indent: 18px;
}
.text2 {
  width: calc(100% - 120px);
  margin: 0px 40px 0px 80px;
  font-size: 17px;
  color: #152197;
  line-height: 22px;
  text-indent: 18px;
}
.text3 {
  width: calc(100% - 140px);
  margin: 5px 40px 0px 100px;
  font-size: 18px;
  color: #152197;
  line-height: 22px;
}
.text4 {
  width: calc(100% - 110px);
  margin: 5px 40px 0px 70px;
  font-size: 17px;
  color: #152197;
  text-indent: -17px;
  line-height: 22px;
}
.mt20 {
  margin-top: 20px;
}
/* ==========■ footer ■========== */
footer {
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 5px 0;
  padding-top: 20px;
  background-color: #444;
}
}










@media screen and (max-width:600px) {
body {
  margin: 0px;
  background-color: #eee;
}
#container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-family: "Meiryo","BIZ UDゴシック","游ゴシック",sans-serif;
  font-size: 16px;
  color: MidnightBlue;
  background-color: #fff;
  border-left: 1px solid #777;
  border-right:1px solid #777;
  box-shadow: 5px 5px 5px #bbb;
  border-top: 1px solid #777;
}
header {
  width: 100%;
  height: 160px;
  background-image: url("../img/header_02_850_160.png");
}
h1 {
  color: DeepPink;
  font-size: 26px;
  font-weight: bold;
  padding: 70px 5px 0 0;
  text-align: right;
  text-shadow: 2px 2px 1px white, -2px 2px 1px white, 2px -2px 1px white, -2px -2px 1px white;
}

/* ==========■ nav ■========== */
nav {
  width: 100%;
  background-color: #444;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2px;
}
.menu {
  font-size: 15px;
  color: #fff;
  flex: 0 0 100px;
  padding: 15px 5px 10px 5px;
  text-align: center;
  background-color: #444;
}
.tile:link,.tile:visited {
  color: #fff;
  text-decoration: none;
}
.tile:hover {
  color: #f00;
  font-weight: bold;
  text-decoration: none;
  background-color: #999;
}
.tile2:link,.tile2:visited {
  color: MidnightBlue;
  text-decoration: underline;
  font-weight: bold;
}
.tile2:hover {
  color: #f00;
  font-weight: bold;
  text-decoration: none;
}
.mcom {
  text-decoration: none;
}
.thin {
  background-color: #999;
}

/* ==========■ main ■========== */
main {
  width: calc(100% - 10px);
  padding: 25px 5px 40px 5px;
}
h2 {
  width: 100%;
  font-size: 18px;
  color: MidnightBlue;
  margin-left: 10px;
  padding-top: 25px;
}
h3 {
  width: calc(100% - 53px);
  margin: 30px 5px 0px 48px;
  font-size: 17px;
  color: MidnightBlue;
  line-height: 22px;
  text-indent: -12px;
}
h3::before {
  display: inline-block;
  content: "■ ";
  color: green;
  font-family: "ＭＳ ゴシック";
  font-weight: bold;
  margin-right: 5px;
}
.image {
  width: 80%;
  margin: 10px auto 0;
}
.image2 {
  width: calc(100% - 10px);
  margin: 10px 5px 0 5px;
}
.image_s {
  width: calc(100% - 4px);
  max-width: 890px;
  margin: 10px auto 0;
  padding: 2px;
  border: 1px solid #ccc;
}
.com {
  text-align: center;
  margin: 5px auto 0;
}
.text1 {
  width: calc(100% - 40px);
  margin: 0px 20px 0px 20px;
  font-size: 17px;
  color: #152197;
  line-height: 22px;
  text-indent: 18px;
}
.text2 {
  width: calc(100% - 120px);
  margin: 0px 40px 0px 80px;
  font-size: 17px;
  color: #152197;
  line-height: 22px;
  text-indent: 18px;
}
.text3 {
  width: calc(100% - 140px);
  margin: 5px 40px 0px 100px;
  font-size: 18px;
  color: #152197;
  line-height: 22px;
}
.text4 {
  width: calc(100% - 60px);
  margin: 5px 20px 0px 40px;
  font-size: 17px;
  color: #152197;
  text-indent: -18px;
  line-height: 22px;
}
.mt20 {
  margin-top: 20px;
}
.bl1 {
  border-left: 1px solid #aaa;
}
.br1 {
  border-right: 1px solid #aaa;
}
/* ==========■ footer ■========== */
footer {
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 5px 0;
  padding-top: 20px;
  background-color: #444;
}}
