@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-height: 650px) {
  .height {
    height: calc(100vh - 340px);
  }
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

#wrap {
  margin: 0 auto 50px;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.button {
  text-align: center;
  margin: 25px;
}
.button__click {
  font-size: 20px;
  background: #0a1945;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 20px;
  transition: 0.2s;
}
.button__click:visited {
  color: white;
}
.button__click:hover {
  background: #183796;
}

.inquiry {
  text-decoration: none;
  font-weight: 500;
  color: #0044ff;
}

.contents h1 {
  margin: 0 0 10px 0;
  padding: 10px 0 8px 10px;
  background-color: #0A1945;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}
.contents h2 {
  margin: 0 0 10px 0;
  padding: 7px 0 6px 10px;
  background-color: #999;
  color: #fff;
  font-size: 14px;
}
.contents h3 {
  font-size: 14px;
  color: white;
  background-color: #666;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contents {
    margin: 20px;
  }
}

.mailform th {
  text-align: center;
  width: 20%;
  border-bottom: 1px dotted #ccc;
  padding: 7px 0 5px 0;
}
.mailform td {
  width: 80%;
  border-bottom: 1px dotted #ccc;
  padding: 7px 0 5px 0;
}
.mailform .submit {
  text-align: center;
  background-color: #eee;
  padding: 10px 0 8px 0;
  margin: 10px 0 0 0;
}

.tab_menu a {
  padding: 7px 5px 5px;
  background-color: #ccc;
  color: #222;
  font-weight: bold;
  display: block;
  transition: 0.2s;
}
.tab_menu a .selected {
  background-color: #666;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.tab_menu a:hover {
  opacity: 0.8;
}
.tab_menu ul {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
  list-style: none;
}
.tab_menu ul li {
  float: left;
  padding: 0;
  text-align: center;
  font-size: 13px;
}

.dropdown {
  position: relative;
  text-align: center;
}
.dropdown__options {
  display: none;
  text-align: center;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  max-height: 25vh;
  overflow-y: scroll;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
}
.dropdown__options a {
  display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;
  padding: 20px 40px;
}
.dropdown__options a:hover {
  color: #0a0a23;
  background-color: #ddd;
  border-radius: 5px;
}

.ssh {
  height: 30vh;
}

button {
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 18px;
  cursor: pointer;
}
button:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown__options {
  display: block;
}/*# sourceMappingURL=style2.css.map */