@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  box-sizing: border-box;
}

img, object, embed {
  max-width: 100%;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

a {
  color: #4e76ef;
}
a:link {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  text-decoration: none;
}

button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 10px 25px 10px 25px;
  margin: 15px 0;
  min-width: 130px;
  max-height: 44px;
  appearance: none;
  background: #6c7481;
  border-radius: 22px;
  color: #fff;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
button:hover {
  opacity: 0.8;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  font-feature-settings: "palt";
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #0d0d0d;
  height: 100%;
}

.flex {
  display: flex;
}

body {
  background: #6c7481;
}
body::before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #ff6d00;
}
body .mobileHeader {
  display: none;
}
@media screen and (max-width: 768px) {
  body .mobileHeader {
    display: block;
  }
  body .mobileHeader .mobileBtn {
    flex-shrink: 0;
    position: relative;
    width: 51px;
    height: 51px;
    background: url("../img/mobileBtn2.svg") no-repeat center;
    background-size: cover;
    cursor: pointer;
  }
  body .mobileHeader .mobileBtn:hover {
    opacity: 0.8;
  }
}
body .mobileHeader .flex {
  align-items: center;
  margin: 15px 0 0 15px;
}
body .mobileHeader .flex .titleWrap .mainTitle {
  color: #fff;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body .mobileHeader .flex .titleWrap .mainTitle {
    margin: 0 5px 0 10px;
  }
}
body .mobileHeader .flex .titleWrap .date {
  color: #fff;
  font-size: clamp(1rem, 3vw, 1.4rem);
  line-height: clamp(1rem, 3vw, 1.4rem);
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  body .mobileHeader .flex .titleWrap .date {
    margin-left: 10px;
  }
}
body .mainWrap {
  display: flex;
  align-items: flex-start;
  padding: 12px 15px 12px;
  gap: 10px;
}
body .mainWrap nav {
  position: sticky;
  top: 15px;
  width: 280px;
  height: 100px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  body .mainWrap nav {
    position: fixed;
    top: 0;
    left: -280px;
    height: 100vh;
    background: #6c7481;
    padding-top: 30px;
    margin-top: 0;
    z-index: 101;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  body .mainWrap nav.open {
    left: 0;
  }
}
body .mainWrap nav li span {
  display: flex;
  gap: 3px;
  padding: 5px;
  margin-bottom: 7px;
  line-height: 1.1;
  margin-top: 1px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body .mainWrap nav li span.open {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
body .mainWrap nav li span.open::before {
  content: "-";
  cursor: pointer;
}
body .mainWrap nav li span::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  background: #ffab40;
  border-radius: 3px;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  padding-top: 1px;
}
body .mainWrap nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1.1;
  margin-top: 1px;
}
body .mainWrap nav li a:hover {
  color: #ffab40;
}
body .mainWrap nav li a.active {
  color: #ffab40 !important;
}
body .mainWrap nav ul ul {
  margin-left: 1.4rem;
}
body .mainWrap nav ul ul ul {
  margin-left: 1.4rem;
}
body .mainWrap nav li:has(> ul) > span::before {
  content: "+";
  cursor: pointer;
}
body .mainWrap nav .mainTitle {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body .mainWrap nav .mainTitle {
    margin: 0 5px 0 10px;
  }
}
body .mainWrap nav .date {
  color: #fff;
  font-size: clamp(1rem, 3vw, 1.4rem);
  line-height: clamp(1rem, 3vw, 1.4rem);
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  body .mainWrap nav .date {
    margin-left: 10px;
  }
}
body .mainWrap nav .tabMenuWrap {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #858b96;
  margin: 15px -10px 0 -15px;
}
@media screen and (max-width: 768px) {
  body .mainWrap nav .tabMenuWrap {
    margin: 15px 0 0 0;
  }
}
body .mainWrap nav .tabMenuWrap .tabMenu {
  width: 50%;
  text-align: center;
  margin-bottom: -2px;
  cursor: pointer;
  color: #fff;
  padding-bottom: 5px;
}
body .mainWrap nav .tabMenuWrap .tabMenu.active {
  font-weight: bold;
  color: #ffab40;
  border-bottom: 2px solid #ffab40;
}
body .mainWrap nav .tabContent.midashi > ul {
  position: sticky;
  top: 142px;
  overflow-y: auto;
  height: calc(100vh - 153px);
  padding-top: 15px;
}
body .mainWrap nav .tabContent.taikei {
  padding: 15px 10px;
  position: sticky;
  top: 142px;
  overflow-y: auto;
  height: calc(100vh - 153px);
}
body .mainWrap nav .tabContent.taikei .taikeiTitle {
  color: #fff;
  font-size: 1.6rem;
  border-bottom: 1px solid #dbdbdb;
}
body .mainWrap nav .tabContent.taikei .taikeiTitle + ul li span {
  padding: 5px 5px 5px 0;
}
body .mainWrap nav .tabContent.taikei .taikeiTitle + ul li span a {
  pointer-events: none;
}
body .mainWrap nav .tabContent.taikei .taikeiTitle + ul + .taikeiTitle {
  margin-top: 20px;
}
body .mainWrap main {
  position: sticky;
  top: 14px;
  left: 290px;
  right: 15px;
  width: calc(100% - 280px);
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  body .mainWrap main {
    width: 100%;
  }
}
body .mainWrap main .searchWrap {
  position: sticky;
  top: 12px;
  z-index: 99;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 0;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #e6e7e9;
}
@media screen and (max-width: 1100px) {
  body .mainWrap main .searchWrap {
    justify-content: space-between;
    padding: 8px 30px;
  }
}
@media screen and (max-width: 768px) {
  body .mainWrap main .searchWrap {
    padding: 8px 8px;
  }
}
body .mainWrap main .searchWrap .searchInputWrap {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
}
body .mainWrap main .searchWrap .searchInputWrap::before {
  position: absolute;
  top: 11px;
  left: 15px;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/search.svg") no-repeat left center;
  background-size: 18px 18px;
}
body .mainWrap main .searchWrap .searchInputWrap input[type=text] {
  background: rgb(248, 248, 248);
  background: linear-gradient(180deg, rgb(240, 240, 240) 0%, rgb(248, 248, 248) 100%);
  min-width: 290px;
  height: 40px;
  border-radius: 20px 0 0 20px;
  padding: 3px 5px 0 40px;
  line-height: 1;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1100px) {
  body .mainWrap main .searchWrap .searchInputWrap input[type=text] {
    min-width: auto;
    width: 100%;
  }
}
body .mainWrap main .searchWrap .searchInputWrap input[type=text]::placeholder {
  color: #979da6;
}
body .mainWrap main .searchWrap .searchInputWrap input[type=text]:hover {
  border: 1px solid #ff6d00;
}
body .mainWrap main .searchWrap .searchInputWrap input[type=text]:focus {
  border: 1px solid #ff6d00;
  background: #fff3e0;
}
body .mainWrap main .searchWrap .searchInputWrap button {
  margin: 0;
  padding: 10px;
  min-width: 40px;
  border-radius: 0;
  width: 40px;
  height: 40px;
}
body .mainWrap main .searchWrap .searchInputWrap button.prev img {
  width: 12px;
  margin-bottom: 2px;
}
body .mainWrap main .searchWrap .searchInputWrap button.next {
  margin: 0 1px;
}
body .mainWrap main .searchWrap .searchInputWrap button.next img {
  width: 12px;
  margin-top: 2px;
}
body .mainWrap main .searchWrap .searchInputWrap button.reset {
  border-radius: 0 20px 20px 0;
}
body .mainWrap main .searchWrap .searchInputWrap button.reset img {
  width: 15px;
}
body .mainWrap main .searchWrap a:has(.print) {
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 900px) {
  body .mainWrap main .searchWrap a:has(.print) {
    position: relative;
    right: 0;
  }
}
body .mainWrap main .searchWrap a button.print {
  display: flex;
  align-items: center;
  margin: 0;
  max-height: 23px;
  min-width: 80px;
  color: #6c7481;
  font-size: 1.4rem;
  line-height: 14px;
  padding: 5px 7px 5px 5px;
  background: #f8f8f8;
  border: 1px solid #6c7481;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  body .mainWrap main .searchWrap a button.print {
    position: relative;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  body .mainWrap main .searchWrap a button.print {
    font-size: 1.2rem;
  }
}
body .mainWrap main .searchWrap a button.print::before {
  display: block;
  content: "";
  width: 16px;
  height: 14px;
  background: url("../img/print.svg") no-repeat left center;
  background-size: cover;
  flex-shrink: 0;
}
body .mainWrap main .contentWrap {
  position: relative;
  z-index: 97;
  padding: 30px 30px 20px;
  overflow-y: auto;
  height: calc(100vh - 84px);
}
@media screen and (max-width: 768px) {
  body .mainWrap main .contentWrap {
    height: calc(100vh - 150px);
  }
}
body .mainWrap main .contentWrap:has(.message) {
  padding: 0 30px 20px;
}
body .mainWrap main .contentWrap .message {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", sans-serif;
  width: calc(100% + 60px);
  text-align: center;
  margin: 0 -30px 30px -30px;
  line-height: 1;
  padding: 8px 0 5px;
  font-size: 1.4rem;
  position: sticky;
  top: 0;
}
body .mainWrap main .contentWrap .message.green {
  color: #4caf50;
  background: #e8f5e9;
  border-top: 1px solid #81c784;
  border-bottom: 1px solid #81c784;
}
body .mainWrap main .contentWrap .message.blue {
  color: #1e88e5;
  background: #e3f2fd;
  border-top: 1px solid #64b5f6;
  border-bottom: 1px solid #64b5f6;
}
body .mainWrap main .contentWrap .message.red {
  color: #e53935;
  background: #ffebee;
  border-top: 1px solid #e57373;
  border-bottom: 1px solid #e57373;
}
body .mainWrap main .contentWrap .message.orange {
  color: #ff6f00;
  background: #fff3e0;
  border-top: 1px solid #ffd54f;
  border-bottom: 1px solid #ffd54f;
}
body .menuBg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body .menuBg.show {
  opacity: 0.6;
  visibility: visible;
}
body .editedAll {
  border-radius: 5px;
  border: 1px solid #81c784;
  padding: 3px;
}
body li.editedAll .editedAllLabel {
  color: #81c784;
}
body .added {
  border-radius: 5px;
  border: 1px solid #C6C6FF;
  padding: 3px;
}
body li.added .addedLabel {
  color: #C6C6FF;
}
body .removed {
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  padding: 3px;
}
body li.removed .removedLabel {
  color: #CCCCCC;
}
body .erased {
  border-radius: 5px;
  border: 1px solid #FF9999;
  padding: 3px;
}
body li.erased .erasedLabel {
  color: #FF9999;
}
body .chapterTitleOnly {
  position: relative;
  padding: 30px 5px 5px !important;
}
body .chapterTitleOnly .editedAllLabel, body .chapterTitleOnly .erasedLabel, body .chapterTitleOnly .addedLabel {
  position: absolute;
  top: 5px;
}
body span.changed {
  position: relative;
}
body span.changed::after {
  position: absolute;
  left: 12px;
  top: 5px;
  content: "";
  display: flex;
  width: 8px;
  height: 8px;
  background: #FF1744;
  border-radius: 0 3px 0 0;
  flex-shrink: 0;
  box-sizing: border-box;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}