@charset "UTF-8";

/* yakuhanmp-noto */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp-noto.min.css");

/* Noto Serif Japanese */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

* {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

*:focus {
  outline: none !important;
}

*:focus {
  box-shadow: none !important;
}

html {
  font-size: 90.6% !important;
  /*14.5px*/
  min-width: 320px !important;
}

body {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN",
    "Yu Mincho", YuMincho, serif;
  line-height: 1.75 !important;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  overflow: auto;
  color: #333;
  letter-spacing: 0.01rem;
}

.mx600 {
  max-width: 940px;
}

ul {
  margin: 0 0 20px;
  padding: 0;
}

ul > li {
  list-style: none;
  line-height: 1.65;
  padding-left: 1.35rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
}

ul > li:first-child {
  font-weight: bold;
  font-size: 1.05rem !important;
  padding-left: 0 !important;
  padding-bottom: 10px !important;
  line-height: 1.45 !important;
}

ul > li.memo02 {
  margin-top: -5px;
  margin-bottom: 12px;
  font-size: 14px;
}

ol {
  margin: -10px 0 0;
  padding: 15px;
  border: solid 1px #ccc;
  background-color: #fcfcfc;
}

ol > li {
  list-style-type: none;
  line-height: 1.45;
  margin-left: 0;
  padding-left: 0rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

ol > li > span {
  font-weight: bold;
  color: rgb(0, 37, 160);
  text-decoration: underline;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.int {
  padding-left: 1rem;
  text-indent: -1rem;
}

ul.d-lang {
  max-width: 15rem !important;
  margin-top: -100px !important;
  margin-bottom: 35px !important;
}

ul.secretariat {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block !important;
}

ul.secretariat > li {
  line-height: 1.25;
  padding: 0;
}

ul.secretariat > li:nth-child(1) {
  /* display: inline-block !important; */
  color: #fff;
  background-color: #3c3c3c;
  font-weight: bold;
  font-size: 15px !important;
  padding: 5px !important;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.1rem;
}

ul.secretariat > li:nth-child(2) {
  color: #333;
  font-weight: bold;
}

ul.secretariat > li:nth-child(3) {
  padding-top: 3px;
}

ul.secretariat > li:nth-child(4) {
  padding-top: 7px;
}

ul.secretariat > li:nth-child(5) {
  padding-top: 3px;
}

.d-lang {
  display: inline-flex !important;
  margin: 0;
  padding: 0;
}

.d-lang li.nav-item {
  margin: 0 !important;
  padding: 0 !important;
}

.bg-lightgray {
  background-color: rgb(238, 237, 237) !important;
}

dl.error-message {
  margin: 0;
  padding: 0;
}

dl.error-message dt {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.45;
}

dl.error-message dd {
  font-size: 14px;
  font-weight: bold;
  color: rgb(0, 37, 160);
}

.txt-blue{
  color:#0044ff !important; 
}