@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  color: #333;
  line-height: normal;
}

img {
  vertical-align: bottom;
}

a,
a:visited {
  color: #333;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 1rem;
}

span.page-numbers {
  background: rgba(254, 86, 33, 0.5);
}

span.page-numbers {
  display: block;
  background: #dadada;
  padding: 10px;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 35px;
  font-size: 9px;
}

.page-numbers a {
  display: block;
  background: #9f9f9f;
  padding: 10px;
  color: #fff;
  width: 40px;
  height: 35px;
  font-size: 9px;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.breadcrumb-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  color: #fff;
}

.breadcrumb-area a {
  color: #fff;
}

.breadcrumb-area li:last-child::after {
  display: none;
}

.post,
.page {
  margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 2rem 0;
}

.post-main h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.post-main .pagination {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-main .pagination a {
  background: #47a48f;
  display: block;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  padding: 10px;
  background: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  line-height: normal;
  padding: 1rem;
  margin: 0 auto;
  display: block;
  width: 200px;
  text-align: center;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

select::-ms-expand {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

summary {
  display: block;
}

.error-404 {
  margin-top: 3rem;
}

.error-404 h1 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
}

.error-404 p {
  text-align: center;
}

.error-404 a {
  display: block;
  width: 200px;
  margin: 2rem auto 0;
  background: #080f57;
  text-align: center;
  color: #fff;
  padding: 10px;
}

i.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}

i.prev-arrow {
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

i.next-arrow {
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#colophon {
  padding: 1rem;
  text-align: center;
  font-size: 70%;
  line-height: 25px;
}

#colophon p a {
  text-decoration: underline;
}

.pp p {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
}

.pp h2 {
  margin: 2rem 0 1rem;
}

.pp ol {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
  list-style: auto;
  margin-left: 30px;
}

.pp ul {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
}

.blog-content p {
  margin-top: 1rem;
}

.blog-content h2 {
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
  background: #ffcdd2;
  padding: 10px;
}

.blog-content h3 {
  font-size: 1.2rem;
  margin: 2rem 0 1rem;
  border-bottom: 2px solid #ffcdd2;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.blog-content h4 {
  font-size: 1.1rem;
  border-left: 2px solid #fecdd3;
  padding-left: 1rem;
}

.blog-content p a {
  color: #3f51b5;
  text-decoration: underline;
}

.blog-content ul {
  margin-top: 1rem;
  list-style: disc;
  margin-left: 2rem;
}

.blog-content ol {
  margin-top: 1rem;
  list-style: decimal;
  margin-left: 2rem;
}

.pp-area p {
  font-size: 90%;
  margin-top: 1rem;
}

.pp-area h2 {
  text-align: left;
  font-size: 18px;
  margin: 2rem 0 1rem;
}

.pp-area ol {
  font-size: 90%;
  list-style: decimal;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.pp-area ul {
  font-size: 90%;
  list-style: decimal;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

p.tR {
  text-align: right;
}

#map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  line-height: 40px;
}

#map > li {
  width: calc(25% - 1.5rem);
}

#map li a {
  display: block;
  position: relative;
  border-bottom: 1px dotted rgba(204, 204, 204, 0.8);
}

#map li a::after {
  content: "＞";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* bottom */ 
.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.site-branding h1 {
  text-align: center;
}
.site-branding img {
  width: 150px;
}
.site-branding span {
  display: block;
  font-weight: 600;
}

.hd-navigation {
  margin: 1rem 0 0;
  background: #333;
  padding: 1rem;
}
.hd-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.hd-navigation ul a {
  color: #fff;
}

.top-search-box {
  background: #e4e4e4;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.top-search-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin: 0 auto;
  gap: 1rem;
}
.top-search-box form label {
  width: 70%;
}
.top-search-box form .search-field {
  width: 100%;
  border: none;
}
.top-search-box form .search-submit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  background: #333;
  color: #fff;
}

.top-area section {
  padding: 2rem 0;
}
.top-area section h2 {
  font-size: 1.5rem;
}

.top-news-box,
.top-categories-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.top-news-box .top-news-title,
.top-news-box .top-categories-title,
.top-categories-box .top-news-title,
.top-categories-box .top-categories-title {
  width: 20%;
}
.top-news-box .top-news-list,
.top-categories-box .top-news-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-news-box .top-news-list article,
.top-categories-box .top-news-list article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
}
.top-news-box .top-news-list article:first-child,
.top-categories-box .top-news-list article:first-child {
  border-top: 1px solid #ccc;
}

.top-categories-box .top-categories-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-categories-box .top-categories-list li {
  width: calc(25% - 0.75rem);
}
.top-categories-box .top-categories-list li a {
  display: block;
  border: 1px solid #333;
  padding: 10px;
  text-align: center;
  font-size: 90%;
  position: relative;
}
.top-categories-box .top-categories-list li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.front-login {
  padding: 2rem 0;
  text-align: center;
}
.front-login a {
  text-decoration: underline;
  color: #303f9f;
}

.custom-toc {
  position: relative;
}

.custom-toc ul {
  list-style: disc;
  padding-left: 1.5em;
  margin-top: 1rem;
}
.custom-toc ul li {
  margin-top: 1rem;
}

.custom-toc a {
  text-decoration: none;
  color: #4169e1;
}

.custom-toc a:hover {
  text-decoration: underline;
}

.post-main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  gap: 2rem;
}
.post-main-area .custom-toc {
  width: 30%;
}
.post-main-area .custom-toc strong {
  display: block;
}
.post-main-area .custom-toc .custom-toc-inner {
  position: sticky;
  top: 1rem;
  max-height: 80vh;
  overflow-y: auto;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  padding: 1em;
  margin-bottom: 2em;
}
.post-main-area .entry-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

.post-main header {
  margin-top: 2rem;
  border-bottom: 1px solid #333;
  padding-bottom: 2rem;
}
.post-main header h1 {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
.post-main .entry-content h2 {
  background: #333;
  color: #fff;
  padding: 1rem;
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  font-weight: 600;
}
.post-main .entry-content h3 {
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
.post-main .entry-content h4 {
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
  border-left: 2px solid #333;
  padding-left: 10px;
  font-weight: 600;
}
.post-main .entry-content p {
  margin-top: 1rem;
  line-height: 1.5;
}
.post-main .entry-content p a {
  color: #4169e1;
}
.post-main .entry-content ul,
.post-main .entry-content ol {
  margin-top: 1rem;
  margin-left: 2rem;
}
.post-main .entry-content ul {
  list-style: disc;
}
.post-main .entry-content ol {
  list-style: decimal;
}
.post-main .entry-content table {
  margin-top: 1rem;
  width: 100%;
}
.post-main .entry-content table th,
.post-main .entry-content table td {
  padding: 1rem;
  border: 1px solid;
}
.post-main .entry-content blockquote {
  margin-top: 1rem;
  padding: 1rem;
  background: #f9f9f9;
}
.post-main .entry-content blockquote p {
  margin-top: 0;
  text-align: right;
  font-size: 10px;
}
.post-main .entry-content blockquote p img {
  max-width: 100%;
  height: auto;
}
.post-main .entry-content blockquote p a {
  display: inline-block;
  color: #4169e1;
  margin-top: 5px;
}
.post-main .entry-content > *:first-child {
  margin-top: 0;
}

.archive-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.archive-box main {
  width: 75%;
}
.archive-box .archive-sidebar {
  width: 25%;
}

.a-archive-header {
  text-align: center;
  margin: 2rem 0;
}
.a-archive-header h1 {
  font-size: 2rem;
}

.archive-box main article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.archive-box main article a.post-link {
  display: block;
  position: relative;
}
.archive-box main article a.post-link .post-dates {
  margin-top: 5px;
  font-size: 90%;
}
.archive-box main article a.post-link::after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.back a {
  display: block;
  width: 200px;
  background: #333;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 1rem;
}

.related-posts {
  margin-top: 2rem;
}
.related-posts h2 {
  background: #333;
  color: #fff;
  padding: 1rem;
  font-size: 1.3rem;
}
.related-posts ul {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2rem;
}
.related-posts ul li {
  width: calc(50% - 1rem);
}
.related-posts ul li a {
  display: block;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 90%;
}
.related-posts ul li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.related-posts ul a {
  display: block;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 90%;
}
.related-posts ul a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.tag-a-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 90%;
}
.tag-a-area a {
  color: #4169e1;
}

.tag-archive-info a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #333;
}

.archive-sidebar h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.archive-sidebar .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-sidebar .search-form label {
  width: 70%;
}
.archive-sidebar .search-form .search-field {
  width: 100%;
  border-radius: 0;
}
.archive-sidebar .search-form .search-submit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 44px;
  line-height: 1;
  padding: 0;
  background: #333;
  color: #fff;
  border-radius: 0;
}

.page-header h1 {
  text-align: center;
  margin: 2rem 0;
  font-size: 1.5rem;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.search-box article {
  padding: 1rem;
  width: calc(50% - 1rem);
  border: 1px solid #ccc;
  border-radius: 1rem;
}

.search-no h2 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  text-align: center;
}
.search-no ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-no ul li {
  border: 1px solid;
  padding: 1rem;
  width: calc(20% - 1rem);
  text-align: center;
  font-size: 90%;
}

#colophon {
  padding: 1rem;
  text-align: center;
  font-size: 70%;
  line-height: 25px;
  background: #333;
  color: #fff;
  margin-top: 1rem;
}

.page-hd-text {
  padding: 2rem 0;
  text-align: center;
}
.page-hd-text h1 {
  font-size: 20px;
}

.men-page {
  max-width: 600px;
  margin: 0 auto;
  background: #e9e9e9;
  padding: 2rem;
}
.men-page .swpm-text-field {
  width: 100%;
  margin-top: 5px;
}
.men-page .swpm-login-form-submit {
  background: #333;
  color: #fff;
}
.men-page .swpm-forgot-pass-link a,
.men-page .swpm-join-us-link a {
  text-decoration: underline;
}/*# sourceMappingURL=main.css.map */