@charset "#abUTF-8";
/* --------------------------------------------------
   Template by espace（https://espace.monbalcon.net/）
   Copyright: 2020 espace.

   利用規約を遵守の上、ご利用ください。
   二次配布、販売は禁止しています。
   --------------------------------------------------*/
/* ----- ▼ リセット　ここから（基本的には触らない方が良い部分） ▼ ----- */
html {
  font-size: 62.5%;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a, a::after, a::before, button, button::after, button::before, input, textarea, select {
  transition: all 0.7s;
}

a img, button img {
  transition-duration: 0.35s;
}

button {
  outline: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  cursor: hand;
}

input, textarea, select {
  font-size: 1.6rem;
}

input, textarea {
  box-shadow: none;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: button;
  appearance: button;
}

p, dl, ul, form {
  margin: 25px 0;
  word-break: break-all;
}
p:last-child, dl:last-child, ul:last-child, form:last-child {
  margin-bottom: 0;
}

img {
  vertical-align: middle;
}

@media only screen and (max-width: 900px) {
  p, form {
    margin: 0 0 1.7rem;
  }
  p:last-child, form:last-child {
    margin-bottom: 0;
  }
}
/* ----- ▲ リセット　ここまで（基本的には触らない方が良い部分） ▲ ----- */
/* ----- ▼ レイアウト　ここから ▼ ----- */
/* 基本 */
body {
  margin: 0px;
  padding: 0px;
  background-image: url(https://kjaku.lsv.jp/img/kjaku/backgrund_image.png);
  opacity: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

body, button, input, textarea, select {
  font-family: "Shippori Mincho", serif;
  text-shadow:  0 0 11px #fff;
  font-weight: 400;
  font-style: normal;
  color: #13233e;
}

header, main {
  width: 100%;
  max-width: 600px;
}

header {
  margin: 20px auto 50px;
}
header.size-lg {
  min-height: 100vh;
}

main {
  margin: auto;
}
main.no_header {
  margin-top: 20px;
}
main > article:first-child {
  margin-top: 20px;
}
main > article:last-child {
  margin-bottom: 80px;
}

article {
  margin: 40px 0;
  padding: 20px;
  color: #05444f;
  border: 1px solid ;
}



.scroller {
  scrollbar-width: thin;
   height: 200px;
   overflow: scroll;
}

article > h2:first-child {
  margin-top: -25px;
}

footer {
  margin: 10 10 30px;
  text-align: right;
}

#INDEX header {
  min-height: auto;
  margin: 40px auto;
}
#INDEX main > *:last-child {
  margin-bottom: 10px;
}

a {
  color: #520505;
  display: block;
}
a:hover {
  border-color: transparent;
}
a.image {
  border: 0;
  
}

/* 見出し */
h1 {
  margin: auto;
  background-image: url(https://kjaku.lsv.jp/img/kjaku/logo.png);
  background-position-x: 90px;
  background-size: 300px;
  background-repeat: no-repeat;

}
h1 a {

  display: block;
  height: 390px;
  line-height: 200px;
  

  
}

header {
  margin: 40px auto 100px;
}
header.size-lg h1 a {
  height: 400px !important;
  line-height: 350px !important;
}

h2, h3{
  text-align: center;
}

h2 {
  position: relative;
  margin: 50px px ;
  height: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #197282;
  line-height: 10px;
  z-index: 1;

  /* 少しずらしたボックス */
.box2-6 {
    margin: 5px; /* 外側の余白（上下と中央配置） */
    padding: 5px; /* 内側余白 */
    background: none; /* 元のボックス背景色なし */
    border: 1px solid #05444f; /* 線の太さ（1px）、種類（実線）、色（#ccc） */
    position: relative; /* 配置（基準となる位置） */
}

.box2-6:after {
    background-color: #f2fcfc;/* ずらしたボックスの背景色 */
    border: none; /* 枠線なし */
    content: ''; /* 擬似要素にコンテンツなし */
    position: absolute; /* 配置（ここを動かす） */
    top: 0; /* 上から7pxずらす */
    left: 0; /* 左から7pxずらす */
    width: 100%; /* 幅100%（親要素に合わせる） */
    height: 100%; /* 高さ100%（親要素に合わせる） */
    z-index: -1; /* 背景として後ろに表示 */
}


}


h2::before, h2::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
}
h2::before {
  left: calc(50% - 70px);
  width: 140px;
  height: 140px;
  top: -10px;
}
h2::after {
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  top: 0;
  background: auto 100%;
}
h2 span {
  padding: 10px;
}


h3 {
  margin: 70px 0 30px;
  padding: 10px 0;
  border: 1px solid #197282;
  border-left: 0;
  border-right: 0;
  font-weight: 400;
  font-size: 1.6rem;
  color: #197282;
}

h4, h5 {
  margin: 30px 0;
  font-weight: 400;
  font-size: 1.4rem;
}

h4 {
  padding: 5px 10px;
  background: #197282;
}

h5 span {
  padding: 5px 10px;
  background: #197282;
}

h6 span.font1 {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-style: normal;
  color: #520505;

}

/* リスト */
ul .description, ol .description {
  margin-left: 10px;
}
ul .description::before, ol .description::before {
  content: "…";
  margin-right: 10px;
}

ul li.next {
  list-style: none;
}
ul li.next::before {
  content: "→";
  margin-right: 5px;
  font-size: 120%;
}
ul.small {
  list-style: none;
  padding-left: 0;
}
ul.small li {
  display: inline;
}
ul.small li::before {
  color: #197282;
}
ul.small li:not(:first-child):not(.next)::before {
  margin: 0 5px 0 2px;
  content: ":";
  font-weight: 900;
}
ul.small li.next::before {
  margin: 0 7px 0 2px;
}

ul{
  list-style: none;
  padding:initial;
}

li{
  list-style: none;
}

ul.top-banner{
	display: flex;
	flex-wrap:wrap;
}
ul.top-banner li {
	width: calc(100%/3);/*←画像を横に4つ並べる場合*/
	padding:0 3px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;

}
ul.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 0 #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

dl {
  margin: 10px 0;
}
dl dd {
  margin: 0 0 15px;
  padding: 0 0 15px 40px;
  border-bottom: 1px dotted #197282;
}
dl dd:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
dl.inline {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
dl.inline dt, dl.inline dd {
  vertical-align: top;
  margin: 0 0 15px 0;
  padding: 0 0 15px;
}
dl.inline dt:last-of-type, dl.inline dd:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
dl.inline dt {
  width: 110px;
  padding: 0 30px 10px 0;
  padding-right: 30px;
  border-bottom: 1px dotted #e4d4dc;
}
dl.inline dt:last-of-type {
  border-bottom: 0;
}
dl.inline dd {
  width: calc(100% - 130px - 30px);
}
dl.border {
  padding: 15px 20px;
  border: 1px solid #e4d4dc;
  border-radius: 0.25rem;
}

/* フォーム */
.form-inline > *, .form-block > * {
  margin-bottom: 5px;
}

.form-block dl dt, .form-block dl dd {
  border-bottom: 0;
}
.form-block dl.inline dt {
  width: 130px;
}
.form-block dl.inline dd {
  width: calc(100% - 130px - 30px);
}
.form-block > *, .form-block dl dd > * {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.required::after {
  content: "*";
  color: #e1c6b7;
}

input, textarea, select,
button:not(.manu-toggler), input[type=submit], input[type=button] {
  border-radius: 0.25rem;
}
input::placeholder, textarea::placeholder, select::placeholder,
button:not(.manu-toggler)::placeholder, input[type=submit]::placeholder, input[type=button]::placeholder {
  color: #888c6c;
}

input, textarea, select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ecece4;
  box-sizing: border-box;
  background: transparent;
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  background: #ecece4;
}

button:not(.manu-toggler), input[type=submit], input[type=button] {
  background: #ecece4;
  border: 1px solid #ecece4;
  color: #888c6c;
}
button:not(.manu-toggler):hover, input[type=submit]:hover, input[type=button]:hover {
  background: #fff;
}

/* メニュー */
.menu {
  position: relative;
  margin: 50px 0;
  font: 500 1.2rem/2rem "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
}
.menu::before, .menu::after {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  top: -30px;
  left: calc(50% - 35px);
  width: 70px;
}
.menu::before {
  content: "";
  height: 0;
  border: 10px solid #8cc4ce;
  border-color: #12798b transparent #12798b transparent;
}
.menu::after {
  content: "目次";
  text-align: center;
  color: #ffffff;
}
.menu ul {
  padding: 0;
  list-style: none;
  -height: 1;
}
.menu ul li {
  display: inline-block;
  margin: 0 5px;
}
.menu a {
  display: block;
  padding: 5px 0;
  border-bottom: 3px solid transparent;
  color: #12798b;
}
.menu a:hover {
  border-color: #8cc4ce;
}
.menu.scroll {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 7px 0 3px;
  z-index: 200;
  background: #ffffff;
  text-align: left;
}
.menu.scroll + h1 {
  margin-bottom: 125px;
}
.menu.scroll::before, .menu.scroll::after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 70px;
}
.menu.scroll::before {
  border-color: #8cc4ce transparent #8cc4ce #8cc4ce;
}
.menu.scroll ul {
  margin: 0 0 0 80px;
}
.menu.scroll ul li {
  display: inline-block !important;
}
.menu.scroll a {
  border-bottom: 3px solid transparent;
}
.menu.scroll a:hover {
  border-color: #8cc4ce !important;
  letter-spacing: 0 !important;
}

header.size-lg .menu ul li {
  display: block;
}
header.size-lg .menu a {
  border-color: transparent;
}
header.size-lg .menu a:hover {
  letter-spacing: 3px;
}

.fixed-menu {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  text-align: center;
}
.fixed-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fixed-menu ul li {
  display: inline-block;
  vertical-align: middle;
}
.fixed-menu a, .fixed-menu button {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  padding: 0;
  border: 1px solid #fff;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: #8cc4ce;
  color: #fff;
}
.fixed-menu a::before, .fixed-menu button::before {
  position: absolute;
  width: 26px;
  top: 17%;
  left: calc(50% - 13px);
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fixed-menu a:hover, .fixed-menu button:hover {
  background: #8cc4ce;
}
.fixed-menu a:hover::before, .fixed-menu button:hover::before {
  transform: translateY(-3px);
}
.fixed-menu .pagetop a::before, .fixed-menu .pagetop button::before {
  content: '\f106';
}
.fixed-menu .prev a::before, .fixed-menu .prev button::before {
  content: "\f104";
}
.fixed-menu .next::before {
  content: none;
}
.fixed-menu .next a::before, .fixed-menu .next button::before {
  content: "\f105";
}
.fixed-menu .toc a::before, .fixed-menu .toc button::before {
  content: "\f0ca";
}
.fixed-menu .home a::before, .fixed-menu .home button::before {
  content: "\f015";
}

/* 装飾 */
b{
  font-weight: bold;
  color: #466468;
}

strong{
  font-weight: bold;
  font-size: large;
  color: #466468;
}

.px {
  font-size: 30px
}

em {
  color: #520505;
  font-style: normal;
  font-weight: bold;
}

strong {
  font-size: 20px;
  background: 0 ;
}

hr {
  margin: 50px;
  border: 0;
  border-bottom: 2px dotted #8cc4ce;
}

.line{

  position: relative;

}

.line::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 1px;
  border-top:solid 1px #05444f;
  border-bottom: solid 1px #05444f;
  position: absolute;
  left: 0;
  top: 50%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.text-small {
  font-size: smaller;
}



/* 014 */
.button_solid014 a{
  background: #fff;
  border-radius: 3px;
  position:sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  width: 70px;
  height: 10px;
  padding: 10px 25px;
  color: #520505;
  transition: 0.3s ease-in-out;
  font-weight: 50;
  font-size: smaller;
  box-shadow: 0px 0px 5px #12798b;
  border-radius: 50px;
}
.button_solid014 a:hover {
background-color: #cee9ed;
box-shadow: 0 0 0;
transform: translate(1px, 1px);
}
.button_solid014 a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}
/* 014終わり */

/*縦並び*/
.wrapper-tate {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: fit-content;
}
/*縦並び終わり*/

/*横並び*/
.wrapper {
  display: grid;
  grid-auto-columns: 30%;
  grid-auto-flow: column;
  gap: 1rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
/*横並び終わり*/

/* 表示・非表示 */
.collapse .toggler {
  margin-bottom: 5px;
}
.collapse .toggler::before {
  content: "▼";
  margin-right: 2px;
}
.collapse .toggler-block {
  display: block;
  width: 100%;
  text-align: left;
}
.collapse .collapse-body {
  display: none;
  padding-bottom: 15px;
}

/* スマホ設定 */
@media only screen and (max-width: 900px) {
  body, button, input, textarea {
    font-size: 1.4rem;
    line-height: calc(1.4rem + 1.05rem);
  }
  header {
    margin: 15px auto 100px;
  }
  article {
    margin: 200px 15px;
  }
  #INDEX header {
    margin: 15px auto;
  }
  /* リスト */
  ul .description, ol .description {
    display: block;
    margin-left: 10px;
  }
  ul .description::before, ol .description::before {
    content: "└";
    margin-right: 10px;
  }
  dl.border dt, dl.border dd, dl.inline dt, dl.inline dd {
    display: block;
  }
  dl.border dt, dl.inline dt {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  dl.border dd, dl.inline dd {
    width: calc(100% - 40px);
    padding-left: 40px;
  }
  /* フォーム */
  .form-inline input {
    width: 45%;
  }
  .form-block dl.inline dt {
    width: 100%;
  }
  .form-block dl.inline dd {
    width: calc(100% - 40px);
    padding-left: 40px;
  }
  .form-block > *, .form-block dl dd > * {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
  }
}
/* ----- ▲ レイアウト　ここまで ▲ ----- */
