@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Kosugi+Maru&display=swap");
h1.pw_h1 {
  margin: 0px 0px 32px 0px;
  line-height: 1.5em;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 26px;
}

h2.pw_h2 {
  margin: 32px 0px;
  line-height: 1.5em;
  font-size: 23px;
}

h3.pw_h3 {
  margin: 26px 0px !important;
  padding: 6px 0px 6px 12px;
  font-weight: normal !important;
  border-left: solid 6px #93c3d1;
  line-height: 1.5em;
  font-size: 20px;
}

h4.pw_h4 {
  margin: 20px 0px !important;
  font-weight: bold;
  line-height: 1.5em;
}

p.pw_p {
  line-height: 1.7em;
  font-size: 16px;
}

ul.pw_ul {
  margin: 16px 0px;
}
ul.pw_ul li {
  line-height: 1.7em;
  font-size: 16px;
  list-style: none !important;
  position: relative;
  padding-left: 28px;
  margin: 6px 0px !important;
}
ul.pw_ul li:before {
  position: absolute;
  font-size: 11px;
  content: "●";
  color: rgb(111, 134, 136);
  left: 4px;
}

a.pw_a {
  color: #2e6a7c;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.2s;
}
a.pw_a:hover {
  opacity: 0.8;
}

div.topics_02 {
  background: #e6e7e8;
  box-shadow: 1px 1px 10px #d0d0d0;
  border-radius: 15px;
  padding: 32px 48px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  font-family: "Kosugi Maru", sans-serif;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 600px) {
  div.topics_02 {
    padding: 16px 24px;
  }
}
div.topics_02 p {
  padding: 0xp;
  margin: 0px;
}
div.topics_02 img.medal {
  position: absolute;
  width: 30%;
  opacity: 0.3;
}
div.topics_02 img.cert {
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 50%;
  max-width: 600px;
  min-width: 240px;
  display: flex;
  text-align: center;
  box-shadow: 3px 3px 10px #d0d0d0;
}
div.topics_02 img.trifill_01 {
  width: 30%;
  text-align: center;
  padding-left: 5%;
}
div.topics_02 a {
  text-decoration: underline;
  color: #489bb4;
}
div.topics_02 text {
  white-space: nowrap;
}

table.pw_detail_table {
  width: -moz-max-content !important;
  width: max-content !important;
}
table.pw_detail_table tr th {
  border: 1px solid #d6dddf;
  background: #d6dddf;
  padding: 4px;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #ffffff;
}
table.pw_detail_table tr th:last-child {
  border-right: 1px solid #d6dddf;
}
table.pw_detail_table tr td {
  vertical-align: top;
  border: 1px solid #d6dddf;
  padding: 4px;
  font-size: 14px;
  vertical-align: top;
}

.table_scroll_enable {
  display: block;
  overflow-x: scroll;
  width: auto;
  margin: 10px 0px;
  position: relative;
}
.table_scroll_enable table {
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}
.table_scroll_enable:before {
  content: " ";
  background-image: url("../images/scroll_right.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 90px;
  height: 90px;
  top: 40px;
  left: 40px;
  transition: opacity 3s ease-in-out;
}

.table_scroll_enable_fadeout:before {
  opacity: 0;
}

.mishounin {
  background: #e0e0e0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 12px 0px;
  border-radius: 10px;
  max-width: 800px;
}
.mishounin h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 21px;
  margin: 8px 0px 18px 0px !important;
  padding: 0px !important;
  font-weight: normal !important;
}
.mishounin h3 {
  font-size: 19px !important;
  margin: 10px 0px !important;
  padding: 0px !important;
  font-weight: normal !important;
}
.mishounin h3:before {
  content: "■";
  font-size: 17px;
  color: #707070;
}
.mishounin h4 {
  font-size: 17px !important;
  padding: 0px !important;
  margin: 10px 0px 2px 0px !important;
  font-weight: bold;
}
.mishounin p {
  padding: 0px !important;
  margin: 0px 0px 14px 0px !important;
  font-size: 17px !important;
}

img.pw_sample {
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
}

#wrapper_table-of-contents {
  padding-top: 30px;
  clear: both;
}
#wrapper_table-of-contents #table-of-content {
  background-color: #fff;
  max-width: 1000px;
}
#wrapper_table-of-contents #table-of-content ol {
  padding: 10px 20px;
}
#wrapper_table-of-contents #table-of-content ol li {
  list-style: none;
  font-size: 14px;
  padding: 6px 0;
}
#wrapper_table-of-contents #table-of-content ol li a {
  text-decoration: none;
  display: block;
  transition: 0.2s;
}
#wrapper_table-of-contents #table-of-content ol li a:hover {
  opacity: 0.8 !important;
}
#wrapper_table-of-contents #table-of-content .contents1 {
  margin-left: 0px;
}
#wrapper_table-of-contents #table-of-content .contents2 {
  margin-left: 0px;
  font-weight: bold;
  cursor: pointer;
}
#wrapper_table-of-contents #table-of-content .contents2:before {
  content: "●";
  padding-right: 10px;
  color: #93c3d1;
}
#wrapper_table-of-contents #table-of-content .contents3 {
  margin-left: 7px;
  font-weight: bold;
}
#wrapper_table-of-contents #table-of-content .contents4 {
  margin-left: 15px;
}
#wrapper_table-of-contents #table-of-content .contents5 {
  margin-left: 30px;
}
#wrapper_table-of-contents #table-of-content .contents6 {
  margin-left: 45px;
}
#wrapper_table-of-contents #table-of-content summary {
  display: list-item;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #92C2D0;
  padding: 10px 20px;
}
#wrapper_table-of-contents #table-of-content summary:hover {
  cursor: pointer;
}/*# sourceMappingURL=new_style.css.map */