@charset "UTF-8";
:root {
  --baceFontColor: #333333;
}

/***
    The new CSS reset - version 1.6.1 (last updated 25.5.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly. */
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*********** 画像切替え *************/
.switch {
  visibility: hidden;
}

/***********************************/
A:link {
  COLOR: #0033cc;
}

A:visited {
  COLOR: #990099;
}

A:HOVER {
  COLOR: red;
}

table {
  width: 100%;
}

#page_title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  background: #00A63B;
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

.section_title, .section_title_mt0 {
  margin: 60px 0 15px 0;
  border-top: 1px solid #00A63B;
  border-bottom: 1px solid #00A63B;
  padding: 0.5em 0.5em 0.3em 0.5em;
  text-align: left;
  font-size: 22px;
  line-height: 33px;
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: bold;
  background: white;
  font-family: "Noto Sans JP", sans-serif;
}
.section_title::before, .section_title_mt0::before {
  display: inline-block;
  content: "";
  background-color: red;
  vertical-align: middle;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"/></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"/></svg>');
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 1em;
  width: 1em;
  margin: 0 0.3em 0 0;
}

.section_title_mt0 {
  margin-top: 0;
}

/********************
	a img:hover {
		filter: alpha(opacity=75);
		-moz-opacity:0.75;
		opacity:0.75;
	}
*********************/
/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
body,
html {
  height: 100%;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-kerning: auto;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "palt" 1, "trad" 1;
}

html {
  scroll-behavior: smooth;
}

html[theme=dark-mode] {
  filter: invert(1) hue-rotate(180deg);
}

html[theme=dark-mode] img {
  filter: invert(1) hue-rotate(180deg);
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

body {
  background: url(../grp/body_bg.png);
}

.backtotop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
}
.backtotop a {
  display: block;
  text-decoration: none;
  color: white !important;
  background: #333;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid white;
}
.backtotop a svg {
  width: 30px;
  height: 30px;
  fill: white;
}
.backtotop a:hover {
  background: #999;
  fill: #42AFE3;
}

#page {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#globalHeader {
  border-top: 5px solid #00A63B;
  background: white;
  padding: 10px 0;
}
#globalHeader #title_description {
  width: min(1200px, 100% - 40px);
  font-size: 0.8rem;
  text-align: left;
  margin: 0 auto;
}
#globalHeader #title_description br {
  display: none;
}
#globalHeader > div {
  width: min(1200px, 100% - 40px);
  display: flex;
  justify-content: space-between;
  margin: 10px auto 0 auto;
  align-items: end;
}
#globalHeader > div #title a {
  display: inline-block;
  color: #333333;
}
#globalHeader > div #title a span {
  display: block;
  font-size: 0.8rem;
}
#globalHeader > div #title a img {
  margin: 3px auto 0 auto;
}
#globalHeader > div #add {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
#globalHeader > div #add p:nth-of-type(1) {
  background: #00A63B;
  color: white;
  margin: 0 0.5em 0 0;
  padding: 0.2em 0.5em;
  border-radius: 5px;
}
#globalHeader > div #add p:nth-of-type(2) svg {
  height: 1.2rem;
  width: 1.2rem;
}
#globalHeader > div #add p:nth-of-type(2) span {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #globalHeader #title_description {
    display: none;
  }
  #globalHeader > div {
    display: block;
  }
  #globalHeader > div #add {
    display: block;
    margin: 5px auto 0 auto;
  }
  #globalHeader > div #add p:nth-of-type(1) {
    display: none;
  }
}

#grobalNav {
  background: #00A63B;
}
#grobalNav ul {
  width: min(1200px, 100% - 20px);
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 8px 0;
}
#grobalNav ul li {
  width: calc(20% - 7px);
}
#grobalNav ul li a {
  display: block;
  background: white;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28.5px;
  font-size: 1.1875rem;
  line-height: 1.78125rem;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 7px;
  color: #00A63B;
  position: relative;
}
#grobalNav ul li a::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-color: #eee;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"/></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"/></svg>');
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 1em;
  width: 1em;
  margin: 0 0.3em 0 0;
}
#grobalNav ul li a:hover::before {
  background: red;
}
#grobalNav ul li.this_page a,
#grobalNav ul li.this_page a:hover {
  color: #00A63B;
  background: #fffcc6;
}
#grobalNav ul li.this_page a::before,
#grobalNav ul li.this_page a:hover::before {
  background: red;
}
@media screen and (max-width: 768px) {
  #grobalNav ul {
    width: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 0;
  }
  #grobalNav ul li {
    width: auto;
    padding: 0;
    position: relative;
  }
  #grobalNav ul li a {
    border-radius: 0px;
    background: #00A63B;
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    padding: 0.7em 0;
  }
  #grobalNav ul li a:hover {
    color: #fffcc6;
  }
  #grobalNav ul li a::after {
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background: white;
  }
  #grobalNav ul li a::before {
    width: 0;
    height: 0;
    margin: 0 0 0 0;
  }
  #grobalNav ul li:nth-of-type(1) {
    display: none;
  }
  #grobalNav ul li:nth-of-type(2) a::after {
    width: 0;
  }
  #grobalNav ul li:last-child a::after {
    border-right: none;
  }
  #grobalNav ul li.this_page a, #grobalNav ul li.this_page a:hover {
    background: #00A63B;
    color: white;
  }
}

#preamble {
  width: min(1200px, 100% - 40px);
  margin: 30px auto 0 auto;
}

#main_space {
  padding: 0 0 30px 0;
}

#breadcrumb {
  margin: 30px auto 0 auto;
}
#breadcrumb ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: min(1200px, 100% - 40px);
  margin: 0 auto;
}
#breadcrumb ul li {
  font-size: 0.9rem;
}
#breadcrumb ul li a {
  text-decoration: none;
}
#breadcrumb ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../svg/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 0.5em;
}
#breadcrumb ul li:first-child::before {
  background-image: none;
  margin: 0 0 0 0;
}

#sns_btn {
  margin: 60px auto 0 auto;
}
#sns_btn > div {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}
#sns_btn > div ul {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#sns_btn > div ul li > a {
  border: 2px solid #eee;
  border-radius: 0.4rem;
  display: block;
  text-decoration: none;
  padding: 0.5em 0.7em;
  font-weight: bold;
  background: white;
}
#sns_btn > div ul li > a:hover {
  color: white !important;
}
#sns_btn > div ul li.facebook a {
  color: #3c5a99;
  border-color: #3c5a99;
}
#sns_btn > div ul li.facebook a:hover {
  background: #3c5a99;
}
#sns_btn > div ul li.twitter a {
  color: #333;
  border-color: #333;
}
#sns_btn > div ul li.twitter a:hover {
  background: #333;
}
#sns_btn > div ul li.hatena a {
  color: #009fd7;
  border-color: #009fd7;
}
#sns_btn > div ul li.hatena a:hover {
  background: #009fd7;
}
#sns_btn > div ul li.pocket a {
  color: #ed374d;
  border-color: #ed374d;
}
#sns_btn > div ul li.pocket a:hover {
  background: #ed374d;
}
#sns_btn > div ul li.line a {
  color: #01ba01;
  border-color: #01ba01;
}
#sns_btn > div ul li.line a:hover {
  background: #01ba01;
}
#sns_btn > div ul:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
@media screen and (max-width: 768px) {
  #sns_btn > div ul {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
  }
  #sns_btn > div ul li a {
    padding: 0.5rem 0;
  }
}

#globalFooter {
  position: sticky;
  top: 100vh;
  padding: 30px 0;
  background: #00A63B;
  color: white;
  margin: 30px auto 0 auto;
}
#globalFooter > div {
  width: min(1200px, 100% - 40px);
  margin: 0 auto;
  position: relative;
}
#globalFooter > div > div {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
#globalFooter > div > div h3 {
  padding: 15px 0 0 0;
  margin: 0 15px 0 0;
}
#globalFooter > div p#copyright {
  position: absolute;
  bottom: 30px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #globalFooter > div > div {
    display: block;
  }
  #globalFooter > div > div h3 {
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
    text-align: center;
  }
  #globalFooter > div > div p {
    display: none;
  }
  #globalFooter > div p#copyright {
    position: static;
    bottom: auto;
    right: auto;
    margin: 5px 0 0 0;
  }
}

.bukken_list {
  display: none;
}
.bukken_list ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.bukken_list ul li {
  width: 23.5%;
  margin: 35px 2% 0 0;
}
.bukken_list ul li:nth-child(-n+4) {
  margin-top: 0;
}
.bukken_list ul li:nth-child(4n) {
  margin-right: 0;
}
.bukken_list ul li > article {
  padding: 10px 10px 10px 10px;
  border: 1px solid silver;
  height: 100%;
  position: relative;
}
.bukken_list ul li > article div.photo {
  width: 100%;
  position: relative;
  max-width: 100%;
}
.bukken_list ul li > article div.photo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.bukken_list ul li > article div.photo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bukken_list ul li > article div.photo a img {
  min-width: 100%;
  min-height: 100%;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.bukken_list ul li > article div.com h3 {
  margin: 5px 0 0 0;
  background: #B9EEFF;
  font-weight: bold;
  padding: 0.3em 0.5em 0.2em 0.5em;
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.bukken_list ul li > article div.com h3 span {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
  margin: 0 0.5em 0 0;
}
.bukken_list ul li > article div.com p:nth-of-type(1) {
  color: red;
  padding: 5px 0;
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: bold;
}
.bukken_list ul li > article div.com p:nth-of-type(1) span {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
}
.bukken_list ul li > article div.com p:nth-of-type(2) {
  text-align: left;
}
.bukken_list ul li > article div.com aside {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#shosai_list section {
  margin-top: 30px;
  border: 1px solid silver;
  border-top: 5px solid #00A63B;
  border-radius: 10px;
  background: white;
  padding: 20px;
}
#shosai_list section h3 {
  text-align: left;
  font-size: 21px;
  line-height: 31.5px;
  font-size: 1.3125rem;
  line-height: 1.96875rem;
  font-family: "Noto Sans JP", sans-serif;
}
#shosai_list section h3 span {
  background: #00A63B;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  color: white;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
  border-radius: 3px;
}
#shosai_list section > div {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}
#shosai_list section > div div:nth-child(1) {
  width: 400px;
}
#shosai_list section > div div:nth-child(1) a {
  display: block;
  position: relative;
  text-decoration: none;
  color: white;
}
#shosai_list section > div div:nth-child(1) a img {
  border-radius: 5px;
}
#shosai_list section > div div:nth-child(1) a::after {
  display: block;
  content: "";
  background-color: white;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>');
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 1em;
  width: 1em;
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
#shosai_list section > div div:nth-child(1) a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#shosai_list section > div div:nth-child(1) ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
  margin-top: 10px;
}
#shosai_list section > div div:nth-child(2) {
  width: calc(100% - 420px);
  padding: 0 0 60px 0;
  position: relative;
}
#shosai_list section > div div:nth-child(2) ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#shosai_list section > div div:nth-child(2) ul li {
  width: calc(50% - 10px);
  padding: 0.7em 0 0.5em 0;
  border-top: 1px solid silver;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
#shosai_list section > div div:nth-child(2) ul li h4 {
  width: 6em;
  text-align: right;
}
#shosai_list section > div div:nth-child(2) ul li p {
  width: calc(100% - 7em);
  text-align: left;
}
#shosai_list section > div div:nth-child(2) ul li:nth-child(1) {
  align-items: center;
}
#shosai_list section > div div:nth-child(2) ul li:nth-child(1) p {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: bold;
  color: #F60;
}
#shosai_list section > div div:nth-child(2) ul li:nth-child(1) p span {
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #333333;
  font-weight: normal;
}
#shosai_list section > div div:nth-child(2) ul li:nth-last-child(1) {
  border-bottom: 1px solid silver;
}
#shosai_list section > div div:nth-child(2) ul li:nth-last-child(2) {
  border-bottom: 1px solid silver;
}
#shosai_list section > div div:nth-child(2) aside {
  margin: 10px 0 0 0;
  padding: 15px;
  background: #eee;
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
#shosai_list section > div div:nth-child(2) > p {
  margin: 10px 0 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
#shosai_list section > div div:nth-child(2) > p a {
  display: inline-block;
  border-radius: 10px;
  border: 2px solid #00A63B;
  color: #00A63B;
  text-decoration: none;
  padding: 0.5em 1em 0.3em 1em;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-family: "Noto Sans JP", sans-serif;
}
#shosai_list section > div div:nth-child(2) > p a svg {
  margin: 0 0.3em 0 0;
  fill: silver;
  vertical-align: middle;
}
#shosai_list section > div div:nth-child(2) > p a:hover svg {
  fill: red;
}
#shosai_list section:nth-child(1) {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  #shosai_list section > div div:nth-child(2) ul {
    display: block;
  }
  #shosai_list section > div div:nth-child(2) ul li {
    width: auto;
  }
  #shosai_list section > div div:nth-child(2) ul li:nth-last-child(2) {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  #shosai_list section > div {
    display: block;
  }
  #shosai_list section > div div:nth-child(1) {
    width: auto;
  }
  #shosai_list section > div div:nth-child(1) > a {
    display: block;
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
  }
  #shosai_list section > div div:nth-child(2) {
    width: auto;
    margin-top: 20px;
  }
}

.junbi {
  padding: 300px 0;
  font-size: 22px;
  line-height: 33px;
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: bold;
  color: #00A63B;
}/*# sourceMappingURL=master.css.map */