@charset "UTF-8";
body {
  background: #fff;
}

a {
  text-decoration: none;
}

figure {
  margin-bottom: 10px;
}

ol.toc-list ol li {
  list-style: disc;
}

.ol-n ol {
  padding-left: 0;
}
.ol-n ol li {
  list-style: none;
}

.ul-n {
  padding-left: 0 !important;
}
.ul-n li {
  list-style: none;
}

.more-link {
  margin-top: 30px;
}
.more-link p {
  text-align: center;
}
.more-link a {
  border: 1px solid #0C3E7A;
  background: #0C3E7A;
  color: #fff;
  padding: 10px 30px;
}
.more-link a:hover {
  background: #fff;
  color: #0C3E7A;
  transition: 0.5s;
}

#main {
  padding: 0;
  margin: 0;
}

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#content {
  margin-top: 0;
  flex: 1;
}

.header-container .logo {
  text-align: left;
}

.logo-menu-button img {
  margin: 5px auto;
}

.mobile-header-menu-buttons {
  display: grid;
  grid-template-columns: 1fr 1.5fr 0.5fr;
}
.mobile-header-menu-buttons li.menu-button:nth-child(1) {
  order: 3;
  color: #0C3E7A;
  width: 100%;
  justify-content: right;
  padding-right: 20px;
}
.mobile-header-menu-buttons li.menu-button:nth-child(2) {
  justify-content: left;
  margin-left: 10px;
}
.mobile-header-menu-buttons li.menu-button:nth-child(3) {
  color: #0C3E7A;
}
.mobile-header-menu-buttons .search-menu-button {
  width: 100%;
}
.mobile-header-menu-buttons .search-menu-button .menu-caption {
  display: none;
}
.mobile-header-menu-buttons .search-menu-content {
  display: block !important;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: unset;
  right: -5px;
}
.mobile-header-menu-buttons .search-menu-content .search-box {
  margin: 0;
  width: 85%;
}
.mobile-header-menu-buttons .search-menu-content .search-edit {
  font-size: 10px !important;
  padding: 8px 10px;
}
.mobile-header-menu-buttons #search-menu-open {
  display: none !important;
}
.mobile-header-menu-buttons .menu-content {
  max-width: 100%;
}
.mobile-header-menu-buttons .navi-menu-content {
  transform: translateY(-100%);
  background: #002857;
}
.mobile-header-menu-buttons #navi-menu-input:checked ~ #navi-menu-content {
  transform: translateY(0%);
  max-width: 100%;
}
.mobile-header-menu-buttons .menu-close-button {
  text-align: right;
  margin: 10px 20px;
  color: #fff;
}
.mobile-header-menu-buttons .menu-close-button span.fa.fa-close:before {
  content: "\f00d";
}
.mobile-header-menu-buttons .menu-drawer {
  background: #fff;
  margin: 20px;
  border-radius: 30px;
  padding: 50px 30px;
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mobile-header-menu-buttons .menu-drawer li {
  width: 48%;
}
.mobile-header-menu-buttons .menu-drawer li.menu-item-40,
.mobile-header-menu-buttons .menu-drawer li.menu-item-47,
.mobile-header-menu-buttons .menu-drawer li.menu-item-49 {
  width: 100%;
}
.mobile-header-menu-buttons .menu-drawer a {
  padding: 25px 0;
}
.mobile-header-menu-buttons .menu-drawer a:hover {
  background: #F4522D;
  color: #fff;
}
.mobile-header-menu-buttons .menu-drawer li:nth-child(1) {
  border-top: 1px solid #F4522D;
}
.mobile-header-menu-buttons .menu-drawer li:nth-child(1),
.mobile-header-menu-buttons .menu-drawer li:nth-child(2),
.mobile-header-menu-buttons .menu-drawer li:nth-child(3),
.mobile-header-menu-buttons .menu-drawer li:nth-child(4),
.mobile-header-menu-buttons .menu-drawer li:nth-child(5) {
  border-bottom: 1px solid #F4522D;
}
.mobile-header-menu-buttons .menu-drawer li:nth-child(2),
.mobile-header-menu-buttons .menu-drawer li:nth-child(4),
.mobile-header-menu-buttons .menu-drawer li:nth-child(6) {
  border-right: 1px solid #F4522D;
}
.mobile-header-menu-buttons .menu-drawer li:nth-child(8) {
  border-top: 1px solid #F4522D;
  border-bottom: 1px solid #F4522D;
}

.copyright {
  font-size: 10px;
  background-color: #0C3E7A;
  color: #fff;
  padding: 3px 0;
}

.footer-bottom {
  padding: 0;
}

.footer-bottom-logo img {
  height: auto !important;
  width: 100% !important;
}

#footer {
  background: #f7f7f7;
}

.navi-footer {
  margin: 20px 0 60px;
}
.navi-footer .menu-footer {
  border-radius: 30px;
  padding: 30px 20px 0;
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.navi-footer .menu-footer li {
  width: 48%;
}
.navi-footer .menu-footer li.menu-item-59,
.navi-footer .menu-footer li.menu-item-60,
.navi-footer .menu-footer li.menu-item-61 {
  width: 100%;
}
.navi-footer .menu-footer a {
  padding: 10px 0 !important;
}
.navi-footer .menu-footer a:hover {
  background: #F4522D;
  color: #fff;
}

.cat-all {
  display: none;
}

.post-category a {
  font-size: 10px;
}
.post-category a:before {
  content: "＃";
  display: inline-block;
}
.post-category .category-all {
  display: none;
}

.front-page-content .slick-dots {
  display: block !important;
  bottom: -40px;
}
.front-page-content .slick-slide img {
  vertical-align: bottom;
}
.front-page-content .slick-dots li button:before {
  color: #000;
  font-size: 10px;
}
.front-page-content .slick-dots li.slick-active button:before {
  color: #F4522D;
}
.front-page-content .custom-new-list,
.front-page-content .custom-popular-list {
  padding: 80px 10px 20px;
}
.front-page-content .custom-new-list h2,
.front-page-content .custom-popular-list h2 {
  font-size: 24px;
  position: relative;
  margin-bottom: 24px;
}
.front-page-content .custom-new-list h2 .fas,
.front-page-content .custom-popular-list h2 .fas {
  margin-right: 10px;
}
.front-page-content .custom-new-list h2:after,
.front-page-content .custom-popular-list h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #F4522D;
}
.front-page-content .custom-new-list .fa,
.front-page-content .custom-popular-list .fa {
  margin-right: 10px;
}
.front-page-content .custom-new-list .fa-paper-plane:before,
.front-page-content .custom-popular-list .fa-paper-plane:before {
  color: #0571e4;
}
.front-page-content .custom-new-list .fa-crown:before,
.front-page-content .custom-popular-list .fa-crown:before {
  color: #feba46;
}
.front-page-content .custom-new-list {
  margin-bottom: 80px;
}
.front-page-content .custom-new-list h2 .fas {
  color: #005bcc;
}
.front-page-content .custom-popular-list {
  background: #fff9f0;
  padding: 80px 10px;
  margin-bottom: 120px;
}
.front-page-content .custom-popular-list h2 .fas {
  color: #feba46;
}
.front-page-content .article-wrapper {
  padding: 10px;
}
.front-page-content .article-wrapper .article-box {
  margin-bottom: 35px;
}
.front-page-content .article-wrapper .article-box:nth-child(n+2) article {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 5px;
  align-items: center;
}
.front-page-content .article-wrapper .article-box:nth-child(n+2) article .entry-title {
  font-size: 16px;
  padding: 5px 0 0;
}
.front-page-content .article-wrapper .entry-title {
  padding: 10px 0 5px;
  margin: 0;
  text-decoration: none;
}

.archive-page-content,
.search-page {
  max-width: 1024px;
  margin: auto;
}
.archive-page-content h1,
.search-page h1 {
  text-align: center;
  margin: 60px 0;
}
.archive-page-content .search-form-container,
.search-page .search-form-container {
  width: 70%;
  margin: 0 auto 60px;
}
.archive-page-content article,
.search-page article {
  margin: 0 10px 40px;
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 10px;
}
.archive-page-content h2.entry-title,
.search-page h2.entry-title {
  font-size: clamp(16px, 2.5vw, 24px);
  padding: 0;
  margin-bottom: 0;
}
.archive-page-content .search-box,
.search-page .search-box {
  width: 80%;
  margin: 0 auto 60px;
}

.posts-not-found {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 10px;
}
.posts-not-found p {
  margin-bottom: 40px;
}

.single-page-content,
.fix-page-content,
.not-found-page {
  max-width: 900px;
  margin: 10px auto;
  padding: 10px;
}
.single-page-content p a,
.fix-page-content p a,
.not-found-page p a {
  color: #005bcc !important;
  font-weight: bold;
}
.single-page-content p a:hover,
.fix-page-content p a:hover,
.not-found-page p a:hover {
  opacity: 0.6;
}
.single-page-content h1,
.fix-page-content h1,
.not-found-page h1 {
  margin-top: 60px;
  margin-bottom: 10px;
  padding: 0;
}
.single-page-content .date-tags,
.fix-page-content .date-tags,
.not-found-page .date-tags {
  text-align: left;
}
.single-page-content .cat-link-13,
.fix-page-content .cat-link-13,
.not-found-page .cat-link-13 {
  display: none;
}
.single-page-content .cat-link,
.fix-page-content .cat-link,
.not-found-page .cat-link {
  background: #fff;
  color: #333;
}
.single-page-content .fa-folder:before,
.fix-page-content .fa-folder:before,
.not-found-page .fa-folder:before {
  content: "#";
}
.single-page-content .post-views,
.fix-page-content .post-views,
.not-found-page .post-views {
  display: none;
}
.single-page-content .pager-post-navi,
.fix-page-content .pager-post-navi,
.not-found-page .pager-post-navi {
  margin-bottom: 60px;
}
.single-page-content .pager-post-navi a .iconfont,
.fix-page-content .pager-post-navi a .iconfont,
.not-found-page .pager-post-navi a .iconfont {
  padding: 8px 8px 8px 0;
}
.single-page-content .related-entry-heading,
.fix-page-content .related-entry-heading,
.not-found-page .related-entry-heading {
  text-align: center;
}
.single-page-content .entry-content,
.fix-page-content .entry-content,
.not-found-page .entry-content {
  margin-bottom: 6em;
}
.single-page-content .search-box-404,
.fix-page-content .search-box-404,
.not-found-page .search-box-404 {
  margin: 60px 10px;
}
.single-page-content .search-box-404 h2,
.fix-page-content .search-box-404 h2,
.not-found-page .search-box-404 h2 {
  text-align: center;
}
.single-page-content .search-category,
.fix-page-content .search-category,
.not-found-page .search-category {
  margin: 60px 10px;
}
.single-page-content .search-category h2,
.fix-page-content .search-category h2,
.not-found-page .search-category h2 {
  text-align: center;
}
.single-page-content .search-category ul,
.fix-page-content .search-category ul,
.not-found-page .search-category ul {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.single-page-content .search-category li,
.fix-page-content .search-category li,
.not-found-page .search-category li {
  width: 46%;
  list-style: none;
}
.single-page-content .search-category li a,
.fix-page-content .search-category li a,
.not-found-page .search-category li a {
  padding: 10px;
}
.single-page-content .search-category li a:hover,
.fix-page-content .search-category li a:hover,
.not-found-page .search-category li a:hover {
  background: #F4522D;
  color: #fff;
  transition: 0.3s;
}
.single-page-content .search-category li.menu-item-59,
.fix-page-content .search-category li.menu-item-59,
.not-found-page .search-category li.menu-item-59 {
  width: 100%;
}

.fix-page-content .date-tags,
.fix-page-content .read-time {
  display: none;
}

div.yyi-rinker-contents div.yyi-rinker-box {
  display: grid;
  gap: 10px;
}

div.yyi-rinker-contents div.yyi-rinker-image {
  width: 100%;
}

div.yyi-rinker-contents div.yyi-rinker-info {
  width: 100%;
  padding-left: 0;
}

.article h2 {
  background: #ffd044;
}

.article h3 {
  border-left: 7px solid #F4522D;
}

@media screen and (min-width: 1024px) {
  .mobile-menu-buttons {
    display: none;
  }
  #header-container-in {
    display: grid;
    grid-template-columns: 0.15fr 1fr;
    align-items: center;
    max-width: 1024px;
    margin: auto;
  }
  .navi-in > ul li {
    width: auto !important;
    margin-right: 30px;
  }
  .wrap {
    width: 100%;
  }
  .main {
    width: 100%;
  }
  .navi-in a {
    padding: 3px;
  }
  .navi-in a:hover {
    background: #F4522D;
    color: #fff;
  }
  .front-page-content .slick-slider {
    max-width: 1024px;
    margin: auto;
  }
  .front-page-content .custom-new-list {
    max-width: 900px;
    margin: 100px auto;
  }
  .front-page-content .article-wrapper .article-box article {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 20px;
    align-items: center;
  }
  .front-page-content .article-wrapper .article-box article .post-date,
  .front-page-content .article-wrapper .article-box article .post-update,
  .front-page-content .article-wrapper .article-box article .post-author,
  .front-page-content .article-wrapper .article-box article .amp-back,
  .front-page-content .article-wrapper .article-box article .entry-category {
    font-size: 16px !important;
  }
  .front-page-content .article-wrapper .article-box article .post-category a {
    font-size: 16px;
  }
  .front-page-content .article-wrapper .article-box:nth-child(n+2) article {
    gap: 20px;
  }
  .front-page-content .article-wrapper .article-box:nth-child(n+2) article .entry-title {
    font-size: 26px;
  }
  .front-page-content .custom-popular-list .custom-popular-list-box {
    max-width: 900px;
    margin: 0 auto;
  }
  .archive-page-content article,
  .search-page article {
    grid-template-columns: 1fr;
  }
  .archive-page-content .article-box,
  .search-page .article-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  .single-page-content,
  .fix-page-content,
  .not-found-page {
    padding: 20px;
  }
  .single-page-content .search-box-404,
  .fix-page-content .search-box-404,
  .not-found-page .search-box-404 {
    max-width: 600px;
    margin: 60px auto;
  }
  .single-page-content .search-category ul li:nth-child(n+2),
  .fix-page-content .search-category ul li:nth-child(n+2),
  .not-found-page .search-category ul li:nth-child(n+2) {
    width: auto;
  }
  #footer #footer-in {
    max-width: 1024px;
  }
  #footer #footer-in .footer-bottom-logo {
    width: 40%;
    position: relative;
    margin: 30px 40px 40px;
  }
  #footer #footer-in .footer-bottom-content {
    float: none;
    text-align: center;
  }
  #footer #footer-in .footer-bottom-content .navi-footer .menu-footer li {
    border: none;
  }
  #footer #footer-in .footer-bottom-content .navi-footer .menu-footer a {
    padding: 10px !important;
  }
  #footer #footer-in .copyright {
    background: unset;
    color: #333;
  }
  div.yyi-rinker-contents div.yyi-rinker-box {
    grid-template-columns: 0.5fr 1fr;
  }
}/*# sourceMappingURL=style.css.map */