@charset "utf-8";

/* CSS Document */
body {
  margin: auto;
  letter-spacing: 1px;
  max-width: 700px;
  font-size: 20px;
  font-family: sans-serif;
  text-decoration-skip-ink: none;
}

/* 画面幅500pxから　(pc) */
@media (min-width: 700px) {
  body {
    font-size: 32px;
  }

  .d0 {
    left: calc(48% - 400px/2);
    max-width: 400px;
  }

  .d0 img {
    max-width: 350px;
  }
}

/* 画面幅500pxまで　(スマホ) */
@media (max-width: 500px) {
  body {
    font-size: calc(30px + ((1vw - 7.6px)*(16/4.4)));
  }

  .d0 {
    max-width: 90%;
    left: 0.5%;
  }

  .d0 img {
    max-width: 90%;
  }
}

div {
  width: auto;
  margin-left: 2%;
  margin-right: 2%;
}

img {
  max-width: 100%;
}

.d0 {
  position: fixed;
  bottom: 2px;
}

.d0 a {
  display: flex;
  text-align: center;
  align-items: center;
  width: 100%;
  height: 15%;
  color: #ffffff;
  background-color: #ff6500;
  border-radius: 20px;
  border: outset 10px #ff6500;
  justify-content: center;
}

.d0 a:hover {
  height: 15%;
  background: -moz-radial-gradient(#ffcc00, #ff6500);
  background: -webkit-radial-gradient(#ffcc00, #ff6500);
  background: radial-gradient(#ffcc00, #ff6500);
  border-radius: 20px;
  border: outset 10px #ff6500;
}

.d2 {
  margin-top: 3px;
  display: flex;
}

.d2 img {
  max-width: 90%;
}

.d2 a {
  display: flex;
  text-align: center;
  align-items: center;
  width: 100%;
  height: 15%;
  color: #ffffff;
  background-color: #ff6500;
  border-radius: 20px;
  border: outset 10px #ff6500;
  justify-content: center;
}

.d2 a:hover {
  height: 15%;
  background: -moz-radial-gradient(#ffcc00, #ff6500);
  background: -webkit-radial-gradient(#ffcc00, #ff6500);
  background: radial-gradient(#ffcc00, #ff6500);
  border-radius: 20px;
  border: outset 10px #ff6500;
}

.d3 {
  margin: auto;
  background-color: #cccccc;
  padding: 1%;
}

.d3-1 {
  margin: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: #666666;
  border: 5px solid #000000;
  color: #ffffff;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}

.d3-2 {
  vertical-align: middle;
  margin: auto;
  background-color: #ffffff;
  margin: 2%;
  padding: 1%;
  padding-top: 4%;
  padding-bottom: 4%;
  font-size: 70%;
  font-weight: bold;
}

.d3-2 img {
  vertical-align: middle;
  max-width: 5%;
  margin-left: 3%;
  margin-right: 3%;
}

.d4-1 {
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 90%;
  background-color: #44a46b;
  padding: 2%;
}

.d4-2 {
  text-align: center;
  color: #44a46b;
  font-size: 100%;
  font-weight: 600;
  padding: 15px;
}

.d4-3 {
  text-align: center;
  color: #44a46b;
  text-decoration-line: underline;
  text-decoration-color: yellow;
  text-decoration-thickness: 5px;
  text-underline-offset: -4px;
  font-size: 100%;
  font-weight: 600;
}

.d4-4 {
  text-align: center;
  color: red;
  text-decoration-line: underline;
  text-decoration-color: yellow;
  text-decoration-thickness: 5px;
  text-underline-offset: -4px;
  font-size: 100%;
  font-weight: 600;
}

.d4-5 img {
  border: solid 3px #44a46b;
}

.d4-5 table {}

.d4-5 th {
  text-align: left;
  font-size: 60%;
  font-weight: bold;
  padding: 2%;
  vertical-align: middle;
}

.d4-5 td {
  font-weight: normal;
  font-size: 40%;
  border: none;
  padding: 2%;
}

.d5-1 {
  color: #44a46b;
  text-align: center;
  font-size: 100%;
  font-weight: 800;
}

.d5-2 {
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  justify-content: space-between;
}

.d5-3 {
  margin: 2px;
  width: 45%;
  height: 25vw;
  max-height: 250px;
  font-size: 80%;
  border: solid 5px #44a46b;
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding: 10px;
  box-sizing: border-box;
  text-decoration-line: underline;
  text-decoration-color: yellow;
  text-decoration-thickness: 5px;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
  letter-spacing: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.d5-4 {
  color: red;
}

.d6 {
  background-color: #ecf6ee;
  padding-bottom: 2%;
  padding-top: 1%;
  margin: auto;
}

.d6-1 {
  background-color: #44a46b;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 1%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 2%;
}

.d6-2 {
  font-size: 1%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 2%;
}

.d6-2 img {
  max-width: 100%;
}

.d6-3 {
  text-align: center;
  font-size: 70%;
  font-weight: bold;
}

.d7 {
  background-color: #44a46b;
  margin: auto;
  padding: 2%;
}

.d7-1 {
  background-color: #44a46b;
  color: #ffffff;
  text-align: center;
  margin: 2%;
  font-weight: bold;
}

.d7-2 {
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.d7-2 img {
  background-color: #ffffff;
  max-width: 32%;
}

.d8 {
  text-align: center;
}

.d8-1 {
  color: #fff;
  font-weight: bolder;
  font-size: 120%;
  text-align: center;
  text-shadow: 3px 3px 0 #44a46b;
  -webkit-text-stroke: 1px #888;
  text-stroke: 1px #888;
  margin-top: -30px;
}

.d8-2 {
  display: flex;
  justify-content: space-around;
}

.d8-2 img {
  max-width: 30%;
}

.d9-1 {
  background-color: #ecf6ee;
  font-size: 100%;
  font-weight: 700;
  color: #44a46b;
  text-align: center;
  padding: 10px;
  padding-bottom: 30px;
}

.d10-1 {
  font-size: 100%;
  text-align: center;
  font-weight: 600;
}

.d10-1-2 {
  color: #44a46b;
}

.d10-2 {
  margin-top: 3px;
  display: flex;
  padding: 5px;
  font-size: 50%;
  letter-spacing: 0px;
  color: #666666;
  border: solid #44a46b 3px;
  align-items: center;
}

.d10-2 img {
  max-width: 45px;
}

.d10-3 {
  margin-top: 3px;
  display: flex;
  padding: 5px;
  font-size: 50%;
  letter-spacing: 0px;
  color: #666666;
  border: solid #ff6500 3px;
  align-items: center;
}

.d10-3 img {
  max-width: 45px;
}

.d11-1 {
  background-color: #44a46b;
  text-align: center;
  color: #ffffff;
  padding: 2%;
  font-weight: bolder;
}

.d11-2 {
  justify-content: center;
}

.d12-1 {
  text-align: center;
  background-color: #ecf6ee;
  border-top: 6px solid #44a46b;
  border-bottom: 6px solid #44a46b;
  padding: 2%;
  font-weight: bolder;
}

.d12-2 table {
  margin-left: 2.5%;
  margin-right: 2.5%;
  border-collapse: collapse;
  width: 95%;
}

.d12-2 th {
  background-color: #ecf6ee;
  width: 25%;
  font-weight: normal;
}

.d12-2 th, td {
  border: 1px solid #44a46b;
  padding: 1%;
  font-size: 50%;
}

.footer {
  font-size: 40%;
  color: #333333;
  text-align: center;
}

.footer a {
  text-decoration: none;
  color: #333333;
}

.footer a:hover {
  text-decoration: none;
  color: #44a46b;
}
