@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  line-height: 1.15;
  color: #252525;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  background: none;
}
body::after {
  /*display: none !important;
  content: '' !important;*/
}
.fz-18px {
  font-size: 1.5rem;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: #252525;
}
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
  color: #848484;
}
img {
  width: 100%;
  height: auto;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
@media print, screen and (min-width: 737px) {
.sp-only {
  display: none;
}
}
@media print, screen and (max-width: 736px) {
.pc-only {
  display: none;
}
}
.mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.header-top {
  background-color: #003B77;
  color: #fff;
}
.header-top .inner {
  width: 990px;
  margin: 0 auto;
  padding: 6px 10px;
}
@media print, screen and (max-width: 736px) {
.header-top .inner {
  width: 100%;
}
}
.header-top p {
  font-size: 14px;
}
@media print, screen and (max-width: 736px) {
.header-top p {
  font-size: 12px;
}
}
#header-container {
  position: sticky;
  top: 0;
  z-index: 9;
}
.header-in {
  width: 100%;
}
.h-inner {
  width: 1000px;
  position: relative;
  display: flex;
  margin: auto;
  padding: 12px 15px;
  z-index: 100;
  justify-content: flex-end;
}
@media print, screen and (min-width: 737px) {
.h-inner {
  align-items: center;
}
}
@media print, screen and (max-width: 736px) {
.h-inner {
  width: 100%;
  height: 60px;
  background: #fff;
  padding: 0;
  position: relative;
  box-shadow: 0 0px 9px 0 rgba(0, 0, 0, .2);
  justify-content: space-between;
}
}
.header-logo {
  font-size: initial;
  margin-right: auto;
}
@media print, screen and (max-width: 736px) {
.header-logo {
  width: 200px;
  display: flex;
  align-items: center;
  margin: 0 0 0 10px;
}
}
.header-logo img {
  width: 241px;
  vertical-align: top;
}
.header-jpx.pc {
  max-width: 40px;
  margin: 0 24px 0 28px;
}
@media print, screen and (max-width: 736px) {
.header-jpx.pc {
  margin-right: 56px;
  margin-top: 5px;
}
}
.header-jpx.pc img {
  vertical-align: top;
}
@media print, screen and (max-width: 736px) {
.trigger {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 0 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  pointer-events: none;
}
}
@media print, screen and (max-width: 736px) {
.menu-trigger {
  display: inline-block;
  position: relative;
  width: 29px;
  height: 22px;
  top: 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  pointer-events: auto;
}
}
@media print, screen and (max-width: 736px) {
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #003b77;
  transition: all .5s .2s;
}
.menu-trigger.active span {
  background-color: #003b77;
}
}
@media print, screen and (max-width: 736px) {
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
}
@media print, screen and (max-width: 736px) {
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
}
@media print, screen and (max-width: 736px) {
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(43deg);
}
}
#header-container .nav {
  right: 0px;
  margin-top: 8px;
  font-size: 1.5rem;
  padding-left: 0;
}
#header-container .nav li {
  list-style: none;
  font-size: 16px;
  display: inline-block;
  font-size: 15px;
}
#header-container .nav li a {
  padding: 0 30px 16px 30px;
  display: inline-block;
  font-weight: 500;
}
#header-container .nav li a:hover {
  border-bottom: solid 1px;
}
@media print, screen and (max-width: 736px) {
#header-container nav {
  width: 100%;
  text-align: center;
  display: none;
  position: absolute;
  top: 49px
  left: 0;
  z-index: 1;
}
}
@media print, screen and (max-width: 736px) {
#header-container nav ul {
  padding: 0 0 100%;
  background-color: #fff;
  margin-top: 60px;
  border-top: 1px solid #003b77;
}
}
#header-container nav .sp-only li {
  list-style: none;
}
#header-container nav .sp-only a {
  display: block;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 736px) {
#header-container nav li {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  text-align: left;
}
}

/* ◆パンくず */
@media screen and (max-width: 736px) {
.breadcrumb {
  font-size: 12px;
}
}
.breadcrumb.sbp-main-before {
  margin-top: 0;
  /*background-color: #f4f1ee;*/
  color: #252525;
  padding: .6em 0;
  width: 100%;
}
.breadcrumb a {
  color: #252525;
}
.breadcrumb .breadcrumb-inner {
  max-width: 990px;
  margin: 0 auto;
  display: block;
  padding: 0 10px;
}
.breadcrumb .fa {
  font-size: 16px;
}
.fa-angle-right::before {
  content: "\f054";
  color: #999;
  font-size: 12px;
}

/* カテゴリーページ */
#archive-title {
  font-weight: 400;
}
body.archive .entry-card-title {
  font-weight: 400;
}
@media screen and (max-width: 736px) {
.a-wrap {
  padding: 1.5% 10px;
}
#archive-title {
  padding: 0 10px;
  font-size: 20px;
}
#list {
  row-gap: 0;
}
}
.pagination-next .pagination-next-link {
  background-color: #003B77;
  border: none;
  color: #fff;
}
.pagination-next-link:hover, .comment-btn:hover {
  background-color: #396A9B;
}
.page-numbers {
  border: none;
  background-color: #003B77;
  color: #fff;
}
.page-numbers.current {
  color: #252525;
}
.pagination a:hover {
  background-color: #396a9b;
  color: #fff;
}
.pagination-next {
  padding: 0 10px;
}

/* ◆投稿記事ページ */
.entry-categories-tags {
  margin: 0 10px 18px;
}
.date-tags {
  text-align: left;
  margin: 0 10px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 736px) {
.date-tags {
  font-size: 14px;
}
}
.article h1.entry-title {
  line-height: initial;
  margin: 8px 10px 6px;
  font-size: 28px;
  padding: 0;
  color: #145BA4;
  font-weight: 700;
}
@media screen and (max-width: 736px) {
.article h1.entry-title {
  font-size: 20px;
}
}

.exclamation-icon {
  width: 14px;
  height: auto;
  vertical-align: bottom;
  margin-right: 6px;
}
.ad-txt {
  display: inline-block;
  padding: 6px 8px;
  border: 2px solid #999;
  font-size: 12px;
  margin: 0 10px;
}
.ad-txt p {
  display: inline-block;
  margin: 0;
  position: relative;
  top: -1px;
}
.eye-catch-wrap {
  padding: 10px;
}
.entry-content {
  margin-top: 0;
  padding: 0 10px 1.5em;
  margin-bottom: 0;
}
.eye-catch {
  width: 100%;
  margin: 0;
}
body.single .entry-content a,
body.single .entry-content a:hover {
  color: #1878d4;
}
body.single .entry-content ol,
body.single .entry-content ul {
  padding-left: 1em;
}
body.single .entry-content ul li,
body.single .entry-content ol li {
  margin: 0.2em;
}
body.single .entry-content h2 {
  padding: .3em 1em;
  color: #fff;
  background-color: #145ba4;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  margin: 2em 0 1em;
}
@media screen and (max-width: 736px) {
body.single .entry-content h2 {
  font-size: 1.2em;
}
}
body.single .entry-content h3 {
  font-size: 1.3em;
  line-height: 1.4;
  margin: 1.8em 0 1em;
  position: relative;
  padding: 0 .5em;
  font-weight: 400;
  border: none;
  border-left: 4px solid #145ba4;
}
@media screen and (max-width: 736px) {
body.single .entry-content h3 {
  font-size: 1.2em;
  margin: 2em 0 1.62em;
}
}
body.single .entry-content table th,
body.single .entry-content table td {
  text-align: left;
  padding-left: 12px;
}
body.single .entry-content ol {
  margin-bottom: 2em;
  list-style: none;
  counter-reset: li-num;
  padding-left: 3em;
}
@media screen and (max-width: 736px) {
body.single .entry-content ol {
  padding-left: 2em;
}
}
body.single .entry-content ol li {
  line-height: 1.5;
  margin: .35em 0;
  position: relative;
}
body.single .entry-content ol li::before {
  content: counter(li-num);
  counter-increment: li-num;
  display: block;
  font-family: inherit;
  letter-spacing: -.1px;
  line-height: 1.3;
  padding: 0 0 0 0;
  position: absolute;
  right: calc(100% + .5em);
  top: 0.12em;
  white-space: nowrap;
  background-color: #4acbd6;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
body.single .entry-content .txt-center {
  text-align: center;
}
body.single .entry-content iframe,
body.single .entry-content .twitter-tweet {
  margin: 0 auto;
}
body.single .blue-line-box {
  border: 2px solid #145ba4;
  position: relative;
  padding: 1em;
}
body.single .blue-thickline-box {
  border: 2px solid #145ba4;
  margin-bottom: 1.8em;
  padding: 1em;
  position: relative;
}
body.single .blue-thickline-box::after {
  content: '';
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #145ba4;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  box-sizing: border-box;
}
body.single .blue-line-box ul,
body.single .blue-line-box ol,
body.single .blue-line-box p,
body.single .blue-thickline-box ul,
body.single .blue-thickline-box ol,
body.single .blue-thickline-box p {
  margin-bottom: 0;
}
body.single .marker-yellow {
  background: linear-gradient(transparent 10%, #fffd99 0%);
}
body.single .entry-content .blue-cta-btn {
  text-align: center;
}
body.single .entry-content .blue-cta-btn a {
  background-color: #145ba4;
  padding: 0.75em 1.5em;
  border-radius: 80px;
  box-shadow: 0 4px 0 0 #626262;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (max-width: 736px) {
body.single .entry-content .blue-cta-btn a {
  padding: 0.5em 1.5em;
  border-radius: 24px;
}
}
body.single .entry-content .blue-cta-btn a:hover {
  box-shadow: 0 0 0 transparent !important;
  -webkit-transform: translate3d(0,4px,0);
  transform: translate3d(0,4px,0);
  color: #fff;
}
@media print, screen and (max-width: 736px) {
.posts-not-found {
  font-size: 14px;
  padding: 0 10px 50px;
  text-align: center;
}
}
body.single .entry-content .blue-thinline-box {
  border: 1px solid #145ba4;
  padding: 1em 1.8em;
  position: relative;
  background-color: #f7f7f7;
  margin-top: 3.8em;
}
body.single .entry-content .bluebox-tilte {
  position: absolute;
  left: -1px;
  top: -30px;
  background-color: #145ba4;
  display: inline-block;
  height: 30px;
  color: #fff;
  padding: 0 1em;
}
body.single .entry-content .font-blue {
  color: #145ba4;
  font-size: 110%;
}
body.single .entry-content hr {
  margin-bottom: 1.8em;
}
body.single .prev-next-link {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
body.single .prev-next-link a {
  background-color: #145ba4;
  color: #fff;
  transition: 0.3s;
  padding: 10px 15px;
}
body.single .prev-next-link a:hover {
  opacity: 0.7;
}
body.single .next-link {
  margin-left: auto;
}
body.single .prev-next-link a {
  background-color: #145ba4;
  color: #fff;
  transition: 0.3s;
}
body.single .prev-next-link a.prev-link {
  padding: 10px 30px 10px 20px;
}
body.single .prev-next-link a.next-link {
  padding: 10px 20px 10px 30px;
}
body.single .prev-next-link a.prev-link::before,
body.single .prev-next-link a.next-link::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 7px 2px;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}
body.single .prev-next-link a.prev-link::before {
  transform: rotate(225deg);
}
body.single .prev-next-link a.next-link::after {
  transform: rotate(45deg);
}

/* おすすめ関連コンテンツ */
#content .recommend-post {
  padding: 0 10px;
}
#content .recommend-post h2 {
  background: none;
  margin-bottom: 0;
  padding: 0;
}
#content .recommend-post .section-title .title-jp {
  font-size: 20px;
  text-align: left;
  border-bottom: 2px solid #145ba4;
  padding: 0 6px 10px;
  font-weight: 600;
}
#content .recommend-post ul {
  list-style: none;
  padding: 0;
  margin: 6px 0 42px;
}
#content .recommend-post ul li {
  margin: 0;
  border-bottom: 1px solid #d0d0d0;
}
#content .recommend-post a {
  padding: 0.8em 0;
  display: inline-block;
  line-height: 1.4;
}
@media print, screen and (max-width: 736px) {
#content .recommend-post a {
  font-size: 14px;
}
}

.heroimg {
  position: relative;
  color: #00004e;
}
.heroimg img {
  vertical-align: top;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 737px) {
body:not(.home) .heroimg img {
  aspect-ratio: 6/1;
}
}
.heroimg .fv-top {
  position: absolute;
  top: 39%;
  left: 7%;
  font-size: 1.7vw;
  font-weight: bold;
  opacity: 0
}
body:not(.home) .heroimg .fv-top {
  top: 35%;
}
@media print, screen and (max-width: 736px) {
.heroimg .fv-top {
  left: 1%;
  font-size: 2.3vw;
  top: 37%;
}
}
.heroimg .fv-bottom {
  position: absolute;
  top: 48%;
  left: 7.5%;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 3px;
  opacity: 0;
  transform: translateY(20px);
}
body:not(.home) .heroimg .fv-bottom {
  top: 46%;
}
@media print, screen and (max-width: 736px) {
.heroimg .fv-bottom {
  left: 2%;
  top: 47%;
  font-size: 4.1vw;
}
}
.heroimg .fv-bottom span {
  letter-spacing: -3px;
}
#content-in {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 15px 0 15px;
  overflow: hidden;
  display: flex;
}
@media print, screen and (max-width: 736px) {
#content-in {
  width: auto;
  padding: 0 0;
  display: block;
}
}
#main {
  padding: 0 40px 0 0;
  width: calc(100% - 300px);
}
@media print, screen and (max-width: 736px) {
#main {
  padding: 20px 0 0;
  width: 100%;
}
}
.anime-txt span {
  will-change: transform;
  font-weight: 400;
  display: inline-block;
}

.section-title {
  text-align: center;
}
.section-title .title-en {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
  color: #cbcbcb;
}
.section-title .title-jp {
  display: block;
  font-size: 30px;
  font-weight: 400;
}
@media print, screen and (max-width: 736px) {
.section-title .title-jp {
  font-size: 24px;
}
}

#category_list .section-inner {
  padding: 0 0 30px;
}
@media print, screen and (max-width: 736px) {
#category_list .section-inner {
  padding: 0 10px 30px;
}
}
#category_list .top-category-list {
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin: 24px 0 0 0;
  padding: 0;
}
@media print, screen and (max-width: 736px) {
#category_list .top-category-list {
  gap: 10px 10px;
}
}
#category_list .top-category-list a:hover {
  color: inherit;
}
#category_list li {
  list-style: none;
}
#category_list .top-category-list .category-item.flex {
  border: 1px solid #252525;
  height: 80px;
  width: 100%;
  align-items: center;
  padding: 0 17% 0 9%;
  transition: 0.3s;
  position: relative;
}
@media print, screen and (max-width: 736px) {
#category_list .top-category-list .category-item.flex {
  padding: 0 22% 0 2%;
  height: 64px;
}
}
#category_list .top-category-list .category-item.flex:hover {
  background-color: #f7f7f7;
}
#category_list .top-category-list .img-box {
  width: 56px;
  height: 56px;
}
@media print, screen and (max-width: 736px) {
#category_list .top-category-list .img-box {
  width: 50px;
  height: 50px;
}
}
#category_list .top-category-list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#category_list .top-category-list .category-name {
  margin-left: 2%;
  font-size: 16px;
}
@media print, screen and (max-width: 736px) {
#category_list .top-category-list .category-name {
  font-size: 14px;
}
}
#category_list .top-category-list .category-item.flex::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 10px;
  border-top: 1px solid #252525;
  border-right: 1px solid #252525;
  transform: rotate(45deg);
  position: absolute;
  right: 8%;
  transition: 0.3s;
}
#category_list .top-category-list .category-item.flex:hover::before {
  right: 5%;
}

body.home .category-list {
  padding: 30px 0 30px;
}
body.single .article-header .category-list {
  padding: 6px 5px 12px;
}
.category-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 12px;
  margin: 0;
}
body.home .category-list ul {
  gap: 12px;
}
body.single .article-header .category-list ul {
  gap: 4px;
}

@media print, screen and (max-width: 736px) {
body.home .category-list ul,
#sidebar .category-list ul {
  justify-content: center;
  gap: 10px;
}
}
.category-list a {
  border-radius: 15px;
  display: block;
  font-size: 15px;
  /*padding: 5px 13px 6px;*/
  padding: 5px 26px 6px;
  transition: 0.3s;
}
body.home .category-list a {
  background-color: #ececec;
}
body.single .article-header .category-list a {
  background-color: #fff;
  color: #145ba4;
  border: 1px solid #145ba4;
  transition: 0.3s;
}
body.single .article-header .category-list a:hover {
  background-color: #145ba4;
  color: #fff;
}
@media print, screen and (max-width: 736px) {
.entry-header .category-list a {
  font-size: 12px;
}
}
body.home .category-list li a:hover {
  background-color: #8f8f8f;
  color: #fff;
}
@media print, screen and (min-width: 737px) {
#post_list {
  margin-bottom: 20px;
}
}
#post_list .section-inner {
  padding: 50px 0 50px;
}
@media print, screen and (max-width: 736px) {
#post_list .section-inner {
  padding: 50px 10px 70px;
}
}
#post_list .post-list ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 24px;
}
@media print, screen and (max-width: 736px) {
#post_list .post-list ul {
  gap: 20px 12px;
}
}
#post_list .img-box {
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}
#post_list .img-box img {
  aspect-ratio: 5/3;
  object-fit: cover;
  transition: 0.3s;
  vertical-align: top;
}
#post_list a:hover img {
  transform: scale3d(1.1,1.1,1);
}
#post_list .post-list-title {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
}
@media print, screen and (max-width: 736px) {
#post_list .post-list-title {
  font-size: 14px;
}
}

/* toc用 */
#toc {
  /*background: linear-gradient(-45deg,transparent 25%, hsla(0,0%,78%,.15 ) 25%,hsla(0,0%,78%,.15) 50%,transparent 50%,transparent 75%,hsla(0,0%,78%,.15) 75%,hsla(0,0%,78%,.15));*/
  padding: 2em;
  counter-reset: toc;
  width: 100%;
  background-color: #f7f7f7;
  border: none;
}
body.single .entry-content ol.toc-list, body.single .entry-content .toc-list ol {
  padding-left: 0;
}
body.single .entry-content ol.toc-list,
body.single .entry-content .toc-list ol {
  list-style: none;
}
body.single .entry-content ol.toc-list > li {
  margin-left: 3em;
}
body.single .entry-content ol.toc-list li::before {
  border-right: 1px solid;
  content: counters(toc,"-");
  counter-increment: toc;
  display: block;
  font-family: inherit;
  letter-spacing: -.1px;
  line-height: 1.1;
  padding: 0 0.5em 0 0;
  position: absolute;
  right: calc(100% + 0.5em);
  top: .25em;
  -webkit-transform: scale(.95);
  transform: scale(.95);
  white-space: nowrap;
  width: auto;
  background-color: initial;
  color: #145ba4;
  box-shadow: none;
  border-radius: initial;
  margin-right: 0.5em;
}
#toc a {
  color: #444;
}
.toc-title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0ca";
  margin-right: 10px;
}

/* サイドバー */
#sidebar {
  width: 300px;
}
@media print, screen and (max-width: 736px) {
#sidebar {
  width: 100%;
}
#sidebar .sidebar-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  padding: 10px 10px 20px;
}
sidebar {
  padding: 20px 0 20px;
}
}
#sidebar .recommend-item h3 {
  font-size: 14px;
  padding: 3px 0;
  font-weight: 300;
  line-height: 1.4;
}
#sidebar .textwidget > p {
  margin-top: 10px;
}
#sidebar .sidebar-link a:hover {
  opacity: 0.8;
  transition: 0.7s;
}
#sidebar .widget-sidebar:first-child {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 736px) {
#sidebar .widget-sidebar:first-child {
  display: none;
}
#sidebar .widget-sidebar {
  margin-bottom: 0;
}
}
#sidebar_category_list {
  padding: 15px 20px 10px;
  border: 2px solid #e7e7e7;
  border-radius: 12px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 736px) {
#sidebar_category_list {
  padding: 14px 10px 6px;
  margin: 0 10px;
}
}
#sidebar_category_list .title-jp {
  font-size: 20px;
  text-align: left;
  border-bottom: 2px solid #000;
  padding: 0 6px 10px;
  margin-bottom: 4px;
  font-weight: 600;
}
#sidebar_category_list .sidebar-category-list ul {
  list-style: none;
  padding: 0;
}
#sidebar_category_list .sidebar-category-list li {
  padding: 10px 6px;
  position: relative;
}
#sidebar_category_list .sidebar-category-list li:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}
#sidebar_category_list .sidebar-category-list a {
  display: block;
}
#sidebar_category_list .sidebar-category-list li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 10px;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  transition: 0.3s;
  top: 0;
  bottom: 0;
}
#sidebar_category_list .sidebar-category-list li:hover::before {
  border-color: #000;
}
#sidebar_recommend_post {
  margin: 50px auto 40px;
}
@media print, screen and (max-width: 736px) {
#sidebar_recommend_post {
  margin: 50px 10px 0;
}
}
#sidebar_recommend_post .title-jp {
  font-size: 20px;
  text-align: left;
  border-bottom: 2px solid #000;
  padding: 0 6px 14px;
  font-weight: 600;
}
#sidebar_recommend_post .recommend-item {
  display: flex;
  gap: 3%;
  align-items: flex-start;
  margin: 14px 0 0;
}
#sidebar_recommend_post .thumbnail-box {
  width: 27%;
  padding: 2px 0 0 0;
}
#sidebar_recommend_post .thumbnail-box img {
  width: 100%;
  aspect-ratio: 5/3;
  height: auto;
  object-fit: cover;
}
#sidebar_recommend_post .title-box {
  width: 70%;
  display: flex;
  flex-direction: column;
}
#sidebar_recommend_post .recommend-post-date {
  line-height: 1;
  font-size: 12px;
  display: inline-block;
  color: #999;
}

/* フッター手前 */
@media print, screen and (min-width: 737px) {
#content-bottom .textwidget {
  width: 990px;
  margin: 0 auto;
  padding: 0 10px;
}
}
@media print, screen and (max-width: 736px) {
#content-bottom .textwidget {
  padding: 0 10px 0;
  line-height: 1.4;
  font-size: 14px;
  margin-top: 40px;
}
}
#content-bottom .textwidget a {
  color: #306da6;
  text-decoration: underline;
}
#content-bottom .bottom-notes {
  background-color: #f4f1ee;
  padding: 18px 30px;
  line-height: 1.4;
  margin-top: 16px;
}
@media print, screen and (max-width: 736px) {
#content-bottom .bottom-notes {
  padding: 10px 15px;
}
}

/* フッター */
#footer {
  background-color: #f0f6fa;
  padding: 0;
  letter-spacing: 1px;
}
#footer-in {
  width: 100%;
}
.footer-bottom {
  font-size: inherit;
  width: 1000px;
  padding: 0 15px;
  margin: 0 auto 0;
}
@media print, screen and (max-width: 736px) {
.footer-bottom {
  width: 100%;
  padding: 0 10px;
}
}
.footer-bottom-inner {
  padding: 60px 0 0;
}
@media print, screen and (max-width: 736px) {
.footer-bottom-inner {
  padding: 34px 0 0;
}
}
.footer-bottom-logo {
  width: 240px;
  float: none;
  position: relative;
  line-height: 1.15;
  margin: 0 0 26px;
}
@media print, screen and (max-width: 736px) {
.footer-bottom-logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 26px;
}
}
.footer-bottom-logo img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 736px) {
.footer-navi.flex {
  flex-direction: column;
  text-align: center;
}
}
@media screen and (max-width: 736px) {
.navi-footer {
  display: inline-block;
  width: auto;
}
}
#navi-ir ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  list-style: none;
  padding: 12px 10px 20px 0;
}
@media print, screen and (max-width: 736px) {
#navi-ir ul {
  padding: 12px 0;
}
}
#navi-co ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  list-style: none;
  padding: 0 20px 0 56px;
}
@media print, screen and (max-width: 736px) {
#navi-co ul {
  padding: 10px 0 30px;
  grid-template-rows: auto;
  grid-auto-flow: initial;
}
}
.footernav-title {
  font-weight: 700;
  font-size: 15px;
}
@media print, screen and (max-width: 736px) {
.footernav-title {
  display: block;
  text-align: center;
}
}
#navi-ir li {
  text-align: left;
}
#navi-ir ul li a {
  padding: 5px 20px 5px 0;
  display: inline-block;
  font-size: 14px;
}
#navi-ir ul li a::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 10px 1px 0;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  transform: rotate(45deg);
  transition: 0.3s;
}
#navi-ir ul li a:hover::before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
#navi-co ul li a {
  padding: 5px 50px 5px 0;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
}
@media print, screen and (max-width: 736px) {
#navi-co ul li a {
  padding: 5px 10px 5px;
  font-weight: 300;
}
}

/* フッターバナー */
#footer .widget {
  margin-bottom: 0;
  padding: 0 0 32px;
}
#footer .footer-banner {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 18px;
  padding-left: 0;
}
@media print, screen and (max-width: 736px) {
#footer .footer-banner {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
}

/* フッターコピーライト */
#footer-in .source-org.copyright {
  margin: auto;
  background: #003b77;
  padding: 6px 0 8px;
  text-align: center;
  color: #fff;
}
#footer-in .source-org.copyright small {
  font-size: 80%;
  letter-spacing: 0.1rem;
}
