@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@charset "UTF-8";

html {
  box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  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);
  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;
  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: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
}

.pagination li {
}

.pagination a {
}

span.page-numbers {
  background: rgb(254 86 33 / 50%);
}

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 {
  padding: 10px;
  background: #f8f8f8;
}

.breadcrumb-area ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #333;
}

.breadcrumb-area li {
}

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

.breadcrumb-area li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  margin: 0 10px;
}

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

.post,
.page {
  margin: 0;
}

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

.container {
  width: 95%;
  margin: 0 auto;
}

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

.entry-meta {
  display: flex;
  gap: 2rem;
}

.post-main .pagination {
  margin: 0;
  display: flex;
  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: 2rem auto 0;
  display: block;
  width: 200px;
  text-align: center;
  background: #fff462;
}

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

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

.entry-area table {
}

.entry-area th,
.entry-area td {
  padding: 1rem;
  border-bottom: 5px solid #ccc;
  position: relative;
  width: 70%;
}

.entry-area th {
  width: 30%;
  border-color: #fff362;
}

.entry-area th span {
  position: absolute;
  display: block;
  right: 1rem;
  top: 1rem;
  padding: 5px 10px;
  background: #f44336;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  border-radius: 1rem;
}

.entry-area th span.nini {
  background: #3f51b5;
}

.entry-area td dl {
}

.entry-area td dt {
  margin-bottom: 0.5rem;
}

.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;
  border-top: 1px solid #e1e1e1;
}

#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: flex;
  flex-wrap: wrap;
  gap: 2rem;
  line-height: 40px;
}

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

#map > li ul {
}

#map > li ul li {
}

#map li a {
  display: block;
  position: relative;
  border-bottom: 1px dotted #cccc;
}

#map li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* bottom */

.form-area table {
}

.form-area th,
.form-area td {
  padding: 1rem 0;
  border-bottom: 5px solid #ccc;
  vertical-align: middle;
  width: 70%;
}

.form-area th {
  width: 30%;
  border-color: #ffeb3b;
}

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

.form-area td p a {
  color: #f44336;
  text-decoration: underline;
  text-underline-offset: 5px;
}

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

.site-branding h1 {
  width: 160px;
  margin: 0 auto 1rem;
}

.pc-navigation {
  padding: 0 1rem;
}

ul#pc-menu {
  font-size: 90%;
  line-height: 30px;
}

ul#pc-menu > li {
  color: #333;
  position: relative;
  border-bottom: 1px dotted #333;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.sub-menu {
  display: none;
}

.page-hd {
}

.page-hd h1,
.page-hd p {
  text-align: center;
  margin: 3rem 0;
  font-size: 1.2rem;
}

.page-hd h1::after,
.page-hd p::after {
  content: "";
  display: block;
  background: #f9bf03;
  width: 20px;
  height: 2px;
  margin: 1rem auto 0;
}

.p-navi ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.p-navi li {
  width: 200px;
  text-align: center;
}

.p-navi li a {
  display: block;
  border: 1px solid #333;
  padding: 10px;
  font-size: 90%;
}

.tip-box,
.tip-box-post {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.tip-box main {
  width: 75%;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.tip-box-post main {
  width: 75%;
}

.tip-box main article {
  width: calc(100% / 2 - 1rem);
}

.tips-img {
  position: relative;
}

.tips-img span {
  font-size: 80%;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fabf02;
}

.tips-txt {
  margin-top: 1rem;
}

.tips-txt h2 {
}

.tips-txt p {
  margin-top: 0.5rem;
  font-size: 90%;
}

.tips-txt ul {
  font-size: 85%;
  margin-top: 0.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.tips-txt ul a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tip-box .side-menu,
.tip-box-post .side-menu {
  width: 25%;
}

.side-menu h2 {
  border-bottom: 2px solid #fabf02;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

#categories-2 ul {
  font-size: 90%;
}

#categories-2 ul li {
  padding: 0 1rem 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dotted #cccc;
}

.pc-area {
  display: flex;
}

.pc-menu {
  width: 20%;
  height: 100vh;
}

.main-area {
  width: 80%;
  border-left: 1px solid #e1e1e1;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > a {
  pointer-events: none;
}

.menu-item-has-children::after {
  font-family: "Font Awesome 5 Free";
  content: "\2b";
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 0;
}

.top-menu,
.top-news {
  margin-bottom: 5rem;
}

.top-area h2 {
  border-top: 1px solid #f9bf03;
  border-bottom: 1px solid #f9bf03;
  padding: 1rem 0;
  margin-bottom: 3rem;
}

.top-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  font-size: 85%;
}

.top-menu li {
  display: block;
  width: calc(100% / 3 - 1.34rem);
}

.top-menu a {
  display: block;
  position: relative;
  padding: 1rem;
  border: 1px solid #333;
}

.top-menu a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.top-news ul {
}

.top-news li {
  padding: 0 0 1rem;
  border-bottom: 1px dotted #ccc;
}

.top-news li a {
  display: flex;
  gap: 2rem;
  position: relative;
  padding: 0 1rem;
}

.top-news li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.top-news li time {
  width: 10%;
}

.top-news li h3 {
  width: 90%;
}

.top-tips > ul {
  display: flex;
  gap: 2rem;
}

.top-tips > ul > li {
  width: calc(100% / 2 - 1rem);
  display: flex;
  gap: 2rem;
}

.front-tips-img {
  position: relative;
  width: 40%;
}

.front-tips-img span {
  padding: 5px;
  background: #ffeb3b;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 80%;
}

.front-tips-txt {
  width: 60%;
}

.front-tips-txt h3 {
  margin-bottom: 0.5rem;
}

.front-meta-box time {
  display: block;
  text-align: right;
  font-size: 80%;
}

.front-meta-box ul {
  margin-top: 1rem;
  font-size: 90%;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.front-meta-box li a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.entry-content #wpmem_login .button_div,
.entry-content #wpmem_reg .button_div {
  text-align: center;
}

.entry-content #wpmem_login button,
.entry-content #wpmem_login input,
.entry-content #wpmem_reg button,
.entry-content #wpmem_reg input,
.entry-content #wpmem_reg select,
.entry-content #wpmem_reg textarea {
  margin: 1rem auto 0;
}

.entry-content #wpmem_login .link-text {
  text-align: center;
  margin-top: 1rem;
}

.entry-content #wpmem_login .link-text a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p-hd h1 {
  font-size: 1.2rem;
}

.post-date {
  margin-top: 1rem;
  font-size: 80%;
  line-height: 25px;
  display: flex;
  gap: 2rem;
}

#wpmem_restricted_msg {
  text-align: center;
  background: #ff9800;
  padding: 1rem;
  color: #fff;
}
.entry-content #wpmem_login,
.entry-content #wpmem_msg,
.entry-content #wpmem_reg,
.entry-content .wpmem_msg {
  width: 100%;
}

h3#reply-title {
  margin: 2rem 0 1rem;
  background: #ff9800;
  color: #fff;
  padding: 1rem;
  font-size: 1rem;
  border: none;
}

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

p.logged-in-as a {
  text-decoration: underline;
}

p.logged-in-as > span {
  display: block;
}

p.comment-form-comment > label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 95%;
}

#comments {
  padding-bottom: 2rem;
}

.page-area p {
  margin-top: 1rem;
}

.page-area ul {
  margin-top: 1rem;
  list-style: disc;
  margin-left: 2rem;
  line-height: 30px;
}

.page-area li {
  margin-bottom: 1rem;
}

.page-area ul li:last-child {
  margin-bottom: 0;
}

.page-area figure {
  margin-top: 1rem;
  padding: 1rem;
  background: #efefef;
}

.page-area h2 {
  font-size: 1.2rem;
  border-top: 2px solid #f44336;
  border-bottom: 2px solid #f44336;
  padding: 1rem 0;
  margin: 2rem 0 1rem;
}

.page-area h3 {
  margin: 2rem 0 1rem;
  border-bottom: 4px dotted #f44336;
  padding-bottom: 1rem;
  font-size: 1.1rem;
}

.page-area h4 {
  margin: 2rem 0 1rem;
  background: #f44336;
  color: #fff;
  padding: 1rem;
}

.page-area ul.tag-list {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 80%;
}

#ez-toc-container li,
#ez-toc-container ul,
#ez-toc-container ul li,
div.ez-toc-widget-container,
div.ez-toc-widget-container li {
  line-height: 30px;
}
