@charset "UTF-8";
/* Reset
   ----------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

/* メディアクエリー */
/* コンテンツの横幅を設定 */
/* Staticなブロック要素を中央揃え */
/* tbサイズの横余白 */
/* リンク化された画像ホバー時の動き */
/* 記事カードの横幅や余白の調整 */
/* 画像のアスペクト比を設定するためのスタイルシート */
:root {
  --sp-top-margin: 62px;
}

body {
  font-size: 16px;
  min-height: 100vh;
  /*←相対位置*/
  position: relative;
  /*←全て含めてmin-height:100vhに*/
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    display: block;
    /* スマホのヘッダーのサイズを56pxにしている */
    margin-top: var(--sp-top-margin);
  }
}

h1 {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

ul, ol {
  box-sizing: border-box;
}

iframe {
  max-width: 100%;
}

svg {
  margin-right: 0.38em;
}

.contents {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  box-sizing: border-box;
}

/* ヘッダー */
.l-header {
  top: -100px;
  position: static;
  width: 100%;
  box-sizing: border-box;
  line-height: 1;
  z-index: 900;
  /* Toggle Button */
}
@media screen and (min-width: 1180px) {
  .l-header {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.l-header--serial {
  display: block;
  margin: 0 calc(50% - 50vw) 0.3em calc(50% - 50vw);
  width: 100vw;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1179px) {
  .l-header--serial {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-header--serial {
    margin: 0;
  }
}
.l-header__description {
  display: block;
  color: inherit;
  font-size: 13px;
}
.l-header__description--serial {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-header__description {
    display: none;
  }
}
.l-header__inner {
  position: static;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.l-header__inner--parallel {
  display: flex;
  flex-wrap: wrap;
}
.l-header__inner--parallel .c-header__widget {
  margin-left: auto;
}
@media screen and (max-width: 1179px) {
  .l-header__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0;
  }
}
.l-header__inner::after {
  content: "";
  clear: both;
  display: block;
}
.l-header--mobile {
  display: inline-block;
  min-height: 50px;
}
@media screen and (max-width: 767px) {
  .l-header--mobile {
    text-align: center;
    top: -3px;
  }
}
.l-header--toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 900;
}
.l-header--toggle div {
  position: relative;
}
.l-header--toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.l-header--toggle span:nth-child(1) {
  top: 0;
}
.l-header--toggle span:nth-child(2) {
  top: 11px;
}
.l-header--toggle span:nth-child(3) {
  top: 22px;
}
.l-header a {
  text-decoration: none;
}
.l-header a:hover {
  color: #007BBB;
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
}
@media screen and (min-width: 1180px) {
  .l-header .sub-menu {
    background: #333;
    color: inherit;
  }
}

/* 固定ヘッダー */
@media screen and (min-width: 768px) {
  .l-header.fixed .l-fixed-header {
    top: 0;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    transition: top 0.65s ease-in;
  }
  .l-header.fixed .l-fixed-header .l-fixed-header-content {
    display: flex;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .l-header.fixed {
    /* Fixed reset */
    padding-top: 0;
    background: transparent;
  }
}

.l-fixed-header {
  position: fixed;
  top: -50%;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 0;
  z-index: 900;
  box-sizing: border-box;
  padding-left: 2em;
  padding-right: 2em;
}
.l-fixed-header .l-header-nav {
  width: auto;
  display: block;
  margin: auto 0 auto auto;
}
.l-fixed-header .page_item {
  list-style: none;
}
.l-fixed-header a:hover {
  color: #007BBB;
}

.l-fixed-header-logo {
  font-size: 24px;
  color: inherit;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}

/* PC用ナビゲーションメニュー */
.l-header-nav {
  position: static;
  width: auto;
  min-height: auto;
  display: block;
  text-align: right;
  /* サブメニューの設定
    初期表示では、サブメニューは非表示にしておく */
}
.l-header-nav--parallel {
  width: 100%;
}
.l-header-nav--hover-border > div > ul > li > a > span,
.l-header-nav--hover-border > ul > li > a > span {
  display: inline-block;
  background: linear-gradient(currentColor 0 0) bottom/var(--d, 0) 3px no-repeat;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 1.5em;
}
.l-header-nav--hover-border > div > ul > li:hover > a > span,
.l-header-nav--hover-border > ul > li:hover > a > span {
  --d: 100%;
}
.l-header-nav__menu {
  position: static;
  display: flex;
  flex-wrap: nowrap;
  right: 0;
  bottom: 0;
  width: auto;
  font-size: 14px;
  list-style: none;
}
.l-header-nav__menu > .nav-item > .sub-menu {
  left: 0;
  width: 100%;
  min-width: 175px;
  transform: translateY(0%);
}
.l-header-nav__menu > .nav-item > .sub-menu > li.nav-item {
  width: 100%;
}
.l-header-nav__menu > .nav-item > .sub-menu > li.nav-item .sub-menu {
  right: -100%;
  top: 0;
}
.l-header-nav__menu > .nav-item > .sub-menu > li.nav-item .sub-menu li.nav-item {
  width: 100%;
}
.l-header-nav__menu > .nav-item:nth-last-child(2) > .sub-menu li.nav-item > .sub-menu, .l-header-nav__menu > .nav-item:nth-last-child(3) > .sub-menu li.nav-item > .sub-menu {
  left: -100%;
}
.l-header-nav__menu > .nav-item:nth-last-child(2) > .sub-menu li.nav-item > .sub-menu > li.nav-item .sub-menu, .l-header-nav__menu > .nav-item:nth-last-child(3) > .sub-menu li.nav-item > .sub-menu > li.nav-item .sub-menu {
  left: -100%;
}
.l-header-nav__menu > .nav-item:last-child > .sub-menu {
  left: auto;
  right: 0;
}
.l-header-nav__menu > .nav-item:last-child > .sub-menu > li.nav-item .sub-menu {
  left: -100%;
}
.l-header-nav .sub-menu {
  position: absolute;
  background: #333;
  width: 100%;
  color: white;
  z-index: 900;
}
.l-header-nav .sub-menu .nav-link {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .l-header-nav .sub-menu {
    transition: all 0.2s ease;
    visibility: hidden;
    opacity: 0;
  }
}
.l-header-nav .nav-item,
.l-header-nav .page_item {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0;
  border: none;
  background-color: inherit;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .l-header-nav .nav-item,
.l-header-nav .page_item {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    font-size: 12px;
  }
}
.l-header-nav .nav-item:last-child,
.l-header-nav .page_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .l-header-nav .nav-item:hover > .sub-menu,
.l-header-nav .page_item:hover > .sub-menu {
    display: inline-block;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav .nav-item:hover,
.l-header-nav .page_item:hover {
    background: inherit;
  }
}
.l-header-nav .nav-item i,
.l-header-nav .page_item i {
  margin-right: 0.5em;
}
.l-header-nav .nav-link,
.l-header-nav .page_item a {
  display: block;
  padding: 1em 2em;
  margin-left: 0;
  color: inherit;
  text-align: left;
  text-decoration: none;
}
.l-header-nav .nav-link span,
.l-header-nav .page_item a span {
  display: inline;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .l-header-nav .nav-link,
.l-header-nav .page_item a {
    display: block;
    padding: 18px 0 18px 30px;
    color: #FFF;
  }
}

@media screen and (max-width: 767px) {
  .l-fixed-header {
    display: none;
  }
}
/* スマホ・タブレット用ヘッダー・ナビゲーションメニュー */
.l-sp-header-logo {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .l-sp-header-logo {
    display: none;
  }
}
.l-sp-header-logo__img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-sp-header-logo__img {
    display: none;
  }
}

.l-header-logo {
  color: inherit;
  font-size: 28px;
  text-align: left;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    display: none;
  }
}
.l-header-logo--frontpage {
  color: inherit;
  font-size: 28px;
  text-align: left;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header-logo--frontpage {
    display: none;
  }
}

.l-header-img {
  width: 100%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.open .l-overlay {
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  transition: background 0.35s;
  display: none;
}
@media screen and (max-width: 767px) {
  .open .l-overlay {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 901;
  }
}

.c-submenu-toggle,
.c-submenu-toggle--vertical,
.c-submenu-toggle--horizontal {
  display: none;
}

@media screen and (max-width: 767px) {
  .have-submenu > .c-submenu-toggle,
.have-submenu > .c-submenu-toggle .c-submenu-toggle--vertical,
.have-submenu > .c-submenu-toggle .c-submenu-toggle--horizontal {
    display: block;
  }
  .have-submenu.open-menu > .c-submenu-toggle > .c-submenu-toggle--vertical, .have-submenu.open-menu > .c-submenu-toggle > .c-submenu-toggle--horizontal {
    transform: rotate(90deg);
  }
  .have-submenu.open-menu > .sub-menu {
    max-height: none;
    opacity: 1;
    visibility: visible;
  }

  .c-submenu-toggle {
    position: absolute;
    border: none;
    background: inherit;
    top: 0;
    right: 15%;
    min-width: 54px;
    width: 18%;
    height: 48px;
  }
  .c-submenu-toggle--vertical, .c-submenu-toggle--horizontal {
    position: absolute;
    background: white;
    top: calc(50% - 8px);
    right: 45px;
    width: 1px;
    height: 16px;
    transition: all 0.2s;
  }
  .c-submenu-toggle--vertical {
    transform: rotate(0deg);
  }
  .c-submenu-toggle--horizontal {
    transform: rotate(-90deg);
  }

  .sub-menu .c-submenu-toggle {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .l-header,
.l-header__inner {
    width: 100%;
    padding: 0;
  }

  .l-header--mobile {
    width: 100%;
    z-index: 900;
    position: relative;
  }
  .l-header--toggle {
    display: block;
  }
  .l-header-nav__menu {
    position: fixed;
    flex-direction: column;
    margin: 0;
    padding: 10px 0 3em;
    min-height: 100vh;
    max-height: 100vh;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100%;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    background: #333;
    z-index: 900;
  }
  .l-header-nav__menu .nav-item {
    position: relative;
  }
  .l-header-nav__menu .nav-link {
    width: 45%;
  }
  .l-header-nav__menu > .nav-item {
    background: inherit;
  }
  .l-header-nav__menu > .nav-item .sub-menu > .nav-item .nav-link {
    padding: 1em 0 1em;
  }
  .l-header-nav__menu > .nav-item .sub-menu > .nav-item span {
    font-size: 10px;
  }
  .l-header-nav__menu > .nav-item .sub-menu > .nav-item > .nav-link {
    padding-left: 40px;
  }
  .l-header-nav__menu > .nav-item .sub-menu > .nav-item > .sub-menu > .nav-item > .nav-link {
    padding-left: 60px;
  }
  .l-header-nav__menu > .nav-item .sub-menu > .nav-item > .sub-menu > .nav-item > .sub-menu > .nav-item > .nav-link {
    padding-left: 80px;
  }

  .sub-menu {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: static;
    display: block;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }

  /* コンテンツのスライドアニメーション */
  .l-header,
.l-footer,
.l-header-img,
.p-slider-firstview,
.p-slider-header,
.p-recommend,
.contents {
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .l-header.open,
.l-footer.open,
.l-header-img.open,
.p-slider-firstview.open,
.p-slider-header.open,
.p-recommend.open,
.contents.open {
    -moz-transform: translateX(-85%);
    -webkit-transform: translateX(-85%);
    transform: translateX(-85%);
  }

  /* .l-header--toggle 切り替えアニメーション */
  .open .l-header--toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open .l-header--toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open .l-header--toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
}
.l-header-content,
.l-fixed-header-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.custom-logo-link {
  display: block;
}
@media screen and (max-width: 767px) {
  .custom-logo-link {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.l-main {
  background-color: white;
  padding: 10px 1%;
  box-sizing: border-box;
}
@media screen and (max-width: 1179px) {
  .l-main {
    max-width: 100%;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 0 1% 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    padding: 10px 1.2em;
  }
}

.wp-embedded-content {
  max-width: 100%;
}

.l-sidebar {
  max-width: 30%;
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}
.l-sidebar--left {
  margin: 1% 1% 2% 0;
}
.l-sidebar--right {
  margin: 1% 0 2% 1%;
}
@media screen and (max-width: 1179px) {
  .l-sidebar {
    max-width: 100%;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
    margin: 2% 0 1% 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-sidebar {
    box-sizing: border-box;
    padding: 10px 1.2em;
  }
}

.l-sidebar li,
.editor-styles-wrapper[data-widget-area-id=widget_sidebar] li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 5px;
}
.l-sidebar .wp-block-latest-posts li,
.editor-styles-wrapper[data-widget-area-id=widget_sidebar] .wp-block-latest-posts li {
  margin-top: 0;
  margin-bottom: 5px;
}
.l-sidebar .wp-block-latest-posts li *,
.l-sidebar .wp-block-latest-posts li a,
.l-sidebar .wp-block-latest-posts li time,
.l-sidebar .wp-block-latest-posts li div,
.editor-styles-wrapper[data-widget-area-id=widget_sidebar] .wp-block-latest-posts li *,
.editor-styles-wrapper[data-widget-area-id=widget_sidebar] .wp-block-latest-posts li a,
.editor-styles-wrapper[data-widget-area-id=widget_sidebar] .wp-block-latest-posts li time,
.editor-styles-wrapper[data-widget-area-id=widget_sidebar] .wp-block-latest-posts li div {
  margin: 0;
}
.l-sidebar .wp-block-categories-list,
.editor-styles-wrapper[data-widget-area-id=widget_sidebar] .wp-block-categories-list {
  width: 100%;
}
.l-sidebar .wp-block-categories-list ul.children,
.editor-styles-wrapper[data-widget-area-id=widget_sidebar] .wp-block-categories-list ul.children {
  margin-left: 0.8em;
  margin-top: 5px;
  margin-bottom: 0;
}
.l-sidebar .wp-block-categories-list li,
.editor-styles-wrapper[data-widget-area-id=widget_sidebar] .wp-block-categories-list li {
  margin-left: 0;
}
.l-sidebar .wp-block-categories-list li:last-child,
.editor-styles-wrapper[data-widget-area-id=widget_sidebar] .wp-block-categories-list li:last-child {
  margin-bottom: 0;
}
.l-sidebar .wp-block-categories-list li:not(:last-child),
.editor-styles-wrapper[data-widget-area-id=widget_sidebar] .wp-block-categories-list li:not(:last-child) {
  margin-bottom: 5px;
}
.l-sidebar .wp-block-categories-list.alignleft li,
.editor-styles-wrapper[data-widget-area-id=widget_sidebar] .wp-block-categories-list.alignleft li {
  text-align: left;
}
.l-sidebar .wp-block-categories-list.aligncenter li,
.editor-styles-wrapper[data-widget-area-id=widget_sidebar] .wp-block-categories-list.aligncenter li {
  text-align: center;
}
.l-sidebar .wp-block-categories-list.alignright li,
.editor-styles-wrapper[data-widget-area-id=widget_sidebar] .wp-block-categories-list.alignright li {
  text-align: right;
}

.l-footer {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1180px) {
  .l-footer {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.l-footer__p--center {
  text-align: center;
  padding: 15px 0;
}

.c-article-category {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.6);
  top: 6px;
  right: 6px;
  padding: 0 5px;
  z-index: 100;
}
.c-article-category a {
  font-size: 14px;
}

.c-news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.c-news-card {
  position: relative;
  width: 100%;
  margin: 1.5% 0 10px 0;
  padding: 0 0 0.5em 0;
  box-sizing: border-box;
  background-color: white;
  overflow: hidden;
  /* リスト型記事 */
  /* カード型記事（１カラム） */
  /* カード型記事（２カラム） */
  /* カード型記事（３カラム） */
}
.c-news-card__img img {
  width: 100%;
  height: auto;
}
.c-news-card__content {
  display: block;
  padding: 0.5em 9px 0.5em 9px;
  text-decoration: none;
  min-height: 135px;
  overflow-wrap: break-word;
}
.c-news-card__title {
  margin-bottom: 0.5em;
  color: #333;
}
.c-news-card__description {
  font-size: 14px;
  color: #666;
}
.c-news-card__readmore {
  text-decoration: none;
  color: gray;
  border: 1px solid gray;
  padding: 7px 9px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  text-align: center;
}
.c-news-card__readmore:hover {
  color: skyblue;
}
@media screen and (max-width: 767px) {
  .c-news-card {
    width: 100%;
    margin: 2% 0 1% 0;
  }
}
.c-news-card:hover img {
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}
.c-news-card--list {
  display: flex;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-news-card--list {
    display: block;
  }
}
.c-news-card--list .c-news-card__img {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .c-news-card--list .c-news-card__img {
    width: 100%;
  }
}
.c-news-card--list .c-news-card__content {
  position: absolute;
  right: 0;
  width: 60%;
  min-height: auto;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-news-card--list .c-news-card__content {
    position: static;
    min-height: 135px;
    padding: 0.5em 9px 0.5em 9px;
    width: 100%;
  }
}
.c-news-card--list .c-news-card__title {
  font-size: 18px;
  margin-bottom: 0.3em;
}
.c-news-card--list .c-news-card__readmore {
  display: none;
}
.c-news-card--card_1 .c-news-card__description {
  height: 5em;
}
.c-news-card--card_2 {
  width: calc(50% - 0.5em);
}
@media screen and (max-width: 767px) {
  .c-news-card--card_2 {
    width: 100%;
  }
}
.c-news-card--card_2:not(:nth-of-type(2n-1)) {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .c-news-card--card_2:not(:nth-of-type(2n-1)) {
    margin: 2% 0 1% 0;
  }
}
.c-news-card--card_2 .c-news-card__description {
  height: 5em;
}
.c-news-card--card_3 {
  width: calc(33.3333333333% - 0.6666666667em);
}
@media screen and (max-width: 767px) {
  .c-news-card--card_3 {
    width: 100%;
  }
}
.c-news-card--card_3:not(:nth-of-type(3n-2)) {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .c-news-card--card_3:not(:nth-of-type(3n-2)) {
    margin: 2% 0 1% 0;
  }
}
.c-news-card--card_3 .c-news-card__description {
  height: 8.5em;
}
@media screen and (max-width: 767px) {
  .c-news-card {
    width: 100%;
  }
}

.c-breadcrumb {
  margin: 5px 10px 7px 10px;
  list-style: none;
}
.c-breadcrumb .fas {
  margin-right: 0.3em;
}
.c-breadcrumb li + li::before {
  content: ">";
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.c-breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
}
.c-breadcrumb li a {
  text-decoration: none;
}

.c-category,
.c-tag {
  margin: 5px 10px 18px;
  padding: 5px 10px;
  display: inline-block;
  background-color: whitesmoke;
}
.c-category a.c-category__a,
.c-tag a.c-category__a {
  text-decoration: none;
  color: dimgray;
}
.c-category a.c-category__a:visited,
.c-tag a.c-category__a:visited {
  color: dimgray;
}

.c-post-tags__icon {
  color: dimgray;
  margin-left: 6px;
  margin-right: 6px;
}
.c-post-tags__tag {
  display: inline-block;
  background: whitesmoke;
  text-decoration: none;
  color: black;
  size: 15px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 3px 12px;
  border-radius: 34%;
}
@media screen and (max-width: 767px) {
  .c-post-tags__tag {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* コメントフォーム */
.comment-form .comment-form-author label,
.comment-form .comment-form-comment label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label {
  display: block;
}
.comment-form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 4px 6px;
}
.comment-form input[type=text] {
  box-sizing: border-box;
  max-width: 50%;
  padding: 4px 6px;
}
.comment-form input[type=submit] {
  background: lightgray;
  border: none;
  width: 100%;
  height: 45px;
}
.comment-form input[type=submit]:hover {
  background: gray;
}

/* 共通マージン */
/* 投稿されたコメント */
#comments ul {
  list-style: none;
}
#comments #comments-list {
  margin-top: 20px;
  padding-left: 14px;
  /* 返信 */
}
#comments #comments-list > .comment:not(:last-child) {
  border-bottom: 2px dotted #EEE;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
#comments #comments-list .comment-body {
  margin: 12px 0 7px;
  /* アイコン */
  /* メタデータ（日付など） */
  /* 本文 */
}
#comments #comments-list .comment-body .comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
#comments #comments-list .comment-body .comment-author .photo {
  display: block;
}
#comments #comments-list .comment-body .comment-author .fn {
  display: inline-block;
  margin-left: 0.7em;
}
#comments #comments-list .comment-body .comment-author .fn a {
  color: #333;
  text-decoration: none;
}
#comments #comments-list .comment-body .comment-author .says {
  display: none;
}
#comments #comments-list .comment-body .commentmetadata {
  display: inline-block;
  margin-bottom: 0.6em;
}
#comments #comments-list .comment-body .commentmetadata a {
  font-size: 14px;
}
#comments #comments-list .comment-body .commentmetadata a:not(.comment-edit-link) {
  color: #666;
  text-decoration: none;
}
#comments #comments-list .comment-body p {
  font-size: 14px;
}
#comments #comments-list .comment-body .reply {
  text-align: right;
}
#comments #comments-list .comment-body .reply .comment-reply-link {
  display: inline-block;
  position: relative;
  width: 58px;
  padding: 2px;
  color: #006EB0;
}
#comments #comments-list .comment-body .reply .comment-reply-link:hover {
  color: #007BBB;
}
#comments #comments-list .children {
  margin-left: 1.8em;
  margin-bottom: 7px;
  padding-left: 1em;
  border-left: 1px solid #EEE;
}
@media screen and (max-width: 767px) {
  #comments #comments-list .children {
    margin-left: 0.5em;
  }
}

.c-related {
  padding: 2px;
}
.c-related ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-related ul {
    display: block;
  }
}
.c-related img {
  margin: 0;
}
.c-related__title {
  display: inline-block;
  padding: 3px;
  color: #333;
}
.c-related__item {
  width: calc(50% - 0.5em);
  display: inline-block;
  overflow: hidden;
  margin-top: 1%;
  margin-bottom: 1%;
  box-sizing: border-box;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .c-related__item {
    width: 100%;
  }
}
.c-related__item:not(:nth-of-type(2n-1)) {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .c-related__item:not(:nth-of-type(2n-1)) {
    margin: 2% 0 1% 0;
  }
}
.c-related__item:hover img {
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}

.c-top-scroll-btn {
  opacity: 0;
}
.c-top-scroll-btn.fixed {
  display: block;
  opacity: 0.75;
  transition: opacity 1s;
}
.c-top-scroll-btn a {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 50px;
  height: 50px;
  background: #006EB0;
}
.c-top-scroll-btn a::before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  left: 16px;
  width: 18px;
  height: 18px;
  border-radius: 0 2px 0 2px;
  background: #fff;
}
.c-top-scroll-btn a::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 8px;
  left: 16px;
  width: 18px;
  height: 18px;
  background: #006EB0;
}
.c-top-scroll-btn a:hover {
  background: #3E9FD2;
}
.c-top-scroll-btn a:hover::after {
  background: #3E9FD2;
}

.c-customize-aspect {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 0;
}
.c-customize-aspect::before {
  content: "";
  display: block;
}
.c-customize-aspect img {
  position: absolute;
  display: block;
  height: auto;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.pagination {
  width: 100%;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  margin-left: auto;
  margin-right: auto;
  display: table;
  border-spacing: 8px 0;
  text-align: center;
}

.page-numbers {
  display: table-cell;
  width: 40px;
  height: 40px;
  border: 2px solid #006EB0;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}
.page-numbers.next {
  width: 50px;
}

.c-errmsg {
  color: red;
}

.c-successmsg {
  color: blue;
}

.c-sidebar__widget,
.c-footer__widget {
  margin: 20px 7px 0 0;
}
@media screen and (max-width: 767px) {
  .c-sidebar__widget,
.c-footer__widget {
    margin-right: 0;
  }
}
.c-sidebar__widget iframe,
.c-footer__widget iframe {
  width: 100%;
}

.c-sidebar__widgets {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  text-align: left;
}
.c-sidebar__widget {
  margin-top: 30px;
}
.c-sidebar__widgettitle {
  text-align: left;
}

.c-footer__widgets {
  margin: 0 calc(50% - 50vw) 0.3em calc(50% - 50vw);
  width: 100vw;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1179px) {
  .c-footer__widgets {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__widgets {
    width: 100%;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
}
.c-footer__widgets--left, .c-footer__widgets--center, .c-footer__widgets--right {
  width: calc(33.333% - 1.3333333333em);
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1179px) {
  .c-footer__widgets--left, .c-footer__widgets--center, .c-footer__widgets--right {
    width: calc(33.333% - 0.5333333333em);
  }
}
@media screen and (max-width: 767px) {
  .c-footer__widgets--left, .c-footer__widgets--center, .c-footer__widgets--right {
    width: 100%;
    margin-left: 0;
  }
}
.c-footer__widgets--center, .c-footer__widgets--right {
  margin-left: 2em;
}
@media screen and (max-width: 1179px) {
  .c-footer__widgets--center, .c-footer__widgets--right {
    margin-left: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__widgets--center, .c-footer__widgets--right {
    margin-left: 0;
  }
}
.c-footer__widget:first-child {
  margin-top: 0;
}
.c-footer__widgettitle {
  margin-bottom: 0.5em;
}

.c-widgets a {
  text-decoration: none;
}
.c-widgets a:hover {
  color: #3E9FD2;
}
.c-widgets h4 {
  font-size: 21px;
}
.c-widgets li {
  list-style: none;
}
.c-widgets blockquote.wp-block-quote {
  margin-left: 0;
}
.c-widgets .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c-widgets .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c-widget-cta {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .c-widget-cta {
    display: none;
  }
}

.c-content-table {
  border-style: solid;
  padding: 0 1.5em 1.5em 1.5em;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.c-content-table__title {
  text-align: center;
  margin: 0 0 0.5em;
  font-weight: bold;
}
.c-content-table__display {
  text-align: center;
  cursor: pointer;
  color: #47A1E5;
  margin: 0;
}
.c-content-table__list {
  counter-reset: count;
}
.c-content-table__list li {
  margin-left: 1.2em;
  counter-increment: count;
}
.c-content-table__list li a {
  text-decoration: none;
  margin-left: 0.6em;
}
.c-content-table__list--dot li::marker {
  content: counters(count, ".") ".";
}
.c-content-table__list--hyphen li::marker {
  content: counters(count, "-") ".";
}

.searchform {
  position: relative;
}

.searchfield {
  display: block;
  font-size: 14px;
  box-sizing: border-box;
  width: 99%;
  padding: 10px;
  border: solid 1px #BBB;
  border-radius: 4px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 1179px) {
  .searchfield {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
  }
}

.searchsubmit {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.4em;
  position: absolute;
  top: -3px;
  right: 23px;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #6297F5;
  border: none;
  background: transparent;
}
.searchsubmit:hover {
  opacity: 0.6;
}

.p-slider-firstview .slick-slide {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 0;
}
.p-slider-firstview .slick-slide::before {
  content: "";
  display: block;
}
.p-slider-firstview .slick-slide img {
  position: absolute;
  display: block;
  height: auto;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.p-slider-header {
  z-index: 0;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-slider-header {
    display: none;
  }
}
.p-slider-header .slick-list {
  position: relative;
}
.p-slider-header .slick-list a {
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.p-slider-header .slick-list a img {
  max-width: 100%;
}
.p-slider-header .slick-list a img:hover {
  transform: scale(1.05);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.p-slider-design--img-always {
  position: relative;
}
.p-slider-design--img-always .hover-text {
  position: absolute;
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
  height: 16%;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
}
.p-slider-design--img-always .hover-text h3 {
  font-size: 20px;
  color: white;
  bottom: 0;
  left: 0;
}
.p-slider-design--img-always .hover-text p {
  display: none;
}
.p-slider-design--img-hover {
  position: relative;
}
.p-slider-design--img-hover:hover .hover-text {
  /*不透明にして表示*/
  opacity: 1;
}
.p-slider-design--img-hover .hover-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  /*透明にして表示させない*/
  opacity: 0;
  /*ホバーの動き方*/
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-slider-design--img-hover .hover-text h3 {
  font-size: 1rem;
  padding: 0.2em 20px;
}
.p-slider-design--img-hover .hover-text p {
  font-size: 0.7rem;
  padding: 0 20px;
  overflow-wrap: break-word;
}

.p-article .attachment-post-thumbnail {
  width: 100%;
}

.p-article-date {
  margin: 8px 0;
  color: #666;
  text-align: right;
}
.p-article-date i {
  margin-right: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-article-date {
    font-size: 0.9rem;
  }
}

.p-article-author {
  color: #666;
  padding-left: 0.4em;
}

.nav-previous {
  margin-top: 1em;
}
.nav-previous a {
  text-decoration: none;
  margin-top: 1em;
  color: #333;
  border-bottom: 1px dashed #333;
}
.nav-previous a:hover {
  color: #007BBB;
}

/*
 * トップページ
 */
@media screen and (max-width: 1179px) {
  .l-main.c-container-custom-width {
    max-width: 100%;
  }
}
.p-recommend {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
  background-color: white;
}
@media screen and (max-width: 1179px) {
  .p-recommend {
    max-width: 100%;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    margin: 2% auto 1% auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    box-sizing: border-box;
    padding: 10px 1.2em;
  }
}
.p-recommend.recommend-original-design {
  background-color: transparent;
}
.p-recommend__area {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 2em;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-recommend__area {
    display: block;
  }
}
.p-recommend__a {
  width: 33.333%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-recommend__a {
    width: 100%;
    margin: 4% 0;
  }
}
.p-recommend__a:hover img {
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}
.p-recommend__a:not(:last-child) {
  margin-right: 1.4em;
}
@media screen and (max-width: 767px) {
  .p-recommend__col_3 .p-recommend__area {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1em;
  }
  .p-recommend__col_3 .p-recommend__a {
    width: calc(33.3333333333% - 6.6666666667px);
    margin: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-recommend__col_3 .p-recommend__a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__col_3 .p-recommend__a:not(:nth-of-type(3n-2)) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-recommend__col_3 .p-recommend__a:not(:nth-of-type(3n-2)) {
    margin: 2% 0 1% 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__col_3 .p-recommend__a:nth-child(2) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__col_3 .p-recommend__a:nth-of-type(n+2) {
    margin-top: 10px;
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__col_4 .p-recommend--area {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1em;
  }
  .p-recommend__col_4 .p-recommend--a {
    width: calc(25% - 7.5px);
    margin: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-recommend__col_4 .p-recommend--a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__col_4 .p-recommend--a:not(:nth-of-type(4n-3)) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-recommend__col_4 .p-recommend--a:not(:nth-of-type(4n-3)) {
    margin: 2% 0 1% 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__col_4 .p-recommend--a:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

.adsbygoogle {
  overflow: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  /* Chrome, Safari 対応 */
}
.adsbygoogle::-webkit-scrollbar {
  display: none;
}

.p-section .adsbygoogle {
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-news-card .adsbygoogle {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.error_url {
  margin: 0.8em 1em;
}

.p-e404 .searchform {
  margin: 1em 0;
}
.p-e404__p--link {
  text-align: right;
  padding-right: 2em;
}
.p-e404__a {
  text-decoration: none;
}

.wp-block-paragraph.has-small-font-size {
  font-size: 0.8125em;
}
.wp-block-paragraph.has-regular-font-size, .wp-block-paragraph.has-normal-font-size {
  font-size: 1em;
}
.wp-block-paragraph.has-medium-font-size {
  font-size: 1.25em;
}
.wp-block-paragraph.has-large-font-size {
  font-size: 2.25em;
}
.wp-block-paragraph.has-larger-font-size, .wp-block-paragraph.has-huge-font-size {
  font-size: 2.625em;
}

/**
 * 見出し
 */
.l-main > h2,
.l-main > h3,
.l-main > h4,
.l-main > h5,
.l-main > h6,
.p-recommend__h2,
.wp-block-heading:not(.is-style-no-design),
.c-heading--sub {
  position: relative;
  font-size: 25px;
  margin-bottom: 15px;
}
.l-main > h2::after,
.l-main > h3::after,
.l-main > h4::after,
.l-main > h5::after,
.l-main > h6::after,
.p-recommend__h2::after,
.wp-block-heading:not(.is-style-no-design)::after,
.c-heading--sub::after {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  height: 3px;
  top: auto;
  bottom: -3px;
  left: 0px;
}

/**
 * リスト
 */
ul.wp-block-list,
ol.wp-block-list {
  box-sizing: border-box;
}
ul.wp-block-list > li li,
ol.wp-block-list > li li {
  margin-left: 2.3em;
}
@media screen and (max-width: 767px) {
  ul.wp-block-list > li li,
ol.wp-block-list > li li {
    margin-left: 1.9em;
  }
}
ul.wp-block-list > li li::before,
ol.wp-block-list > li li::before {
  position: relative;
}

ul.wp-block-list {
  position: relative;
  padding-left: 2.6em;
}
ul.wp-block-list li::marker {
  display: inline-block;
  left: 1em;
}
ul.wp-block-list li::before {
  left: 1em;
}

/**
 * 順序付きリスト
 */
ol.wp-block-list {
  list-style: none;
  counter-reset: number;
  list-style-type: none;
  padding-left: 1.5em;
}
ol.wp-block-list ul, ol.wp-block-list ol {
  counter-reset: number;
}
ol.wp-block-list li::before {
  margin-right: 0.3em;
  font-size: 0.9rem;
  /* 以下数字をつける */
  counter-increment: number;
  content: counters(number, "-") ". ";
  /* 数字のデザイン変える */
  display: inline-block;
  width: auto;
  font-weight: bold;
}
ol.wp-block-list li::marker {
  content: "";
}
ol.wp-block-list li:last-of-type {
  /*最後のliの線だけ消す*/
  border-bottom: none;
}

/* 表ブロック */
.wp-block-table table {
  background: #FFF;
  border-bottom: none;
  border-left: none;
}
.wp-block-table thead,
.wp-block-table tfoot {
  border: none;
}
.wp-block-table.alignleft {
  margin-right: auto;
}
.wp-block-table.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-table.alignright {
  margin-left: auto;
}

.wp-block-verse {
  background: #efefef;
  padding: 0.6em 0.7em;
}

/**
 * コード
 */
pre.prettyprint {
  margin-left: 1.5em;
  max-width: 700px;
  display: block;
  background: #EFEFEF;
  padding: 9px 11px;
}
pre.prettyprint code {
  margin: 0;
  padding: 0;
  font-size: 85%;
  background-color: inherit;
  border-radius: none;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  pre.prettyprint {
    margin-left: 0;
  }
}

/**
 * 引用
 */
blockquote.wp-block-quote a {
  text-decoration: none;
}
blockquote.wp-block-quote a:hover {
  color: #007BBB;
}
@media screen and (max-width: 767px) {
  blockquote.wp-block-quote {
    margin-left: 20px;
    padding: 6px 10px;
  }
}
@media screen and (max-width: 767px) {
  blockquote.wp-block-quote::before {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  blockquote.wp-block-quote::after {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
blockquote.wp-block-quote cite {
  display: block;
  text-align: right;
  color: #555;
  font-size: 0.9em;
}

.wp-block-pullquote:not(.is-style-solid-color),
.wp-block-pullquote {
  background: #FFF;
}

.wp-block-image img {
  position: relative;
  z-index: 100;
}
.wp-block-image a img:hover {
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}

.wp-block-cover {
  position: relative;
  z-index: 100;
}

.pagination {
  text-align: center;
}

.wp-block-button a.wp-block-button__link {
  color: #FFFFFF;
}

.wp-block-archives ul {
  padding-left: 0;
}
.wp-block-archives li {
  list-style: none;
}

.wp-block-archives-dropdown select {
  max-width: 225px;
  width: 100%;
  height: 40px;
  cursor: pointer;
}

.wp-calendar-table tbody {
  background: white;
}

.wp-block-categories ul {
  padding-left: 0;
}
.wp-block-categories li {
  list-style: none;
}
.wp-block-categories select {
  max-width: 225px;
  width: 100%;
  height: 40px;
  cursor: pointer;
}

.l-main .wp-block-latest-posts__list li,
.editor-styles-wrapper .wp-block-latest-posts__list li {
  margin-bottom: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.l-main .wp-block-latest-posts__list li > a,
.editor-styles-wrapper .wp-block-latest-posts__list li > a {
  text-decoration: none;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.l-main .wp-block-latest-posts__list li > a:visited,
.editor-styles-wrapper .wp-block-latest-posts__list li > a:visited {
  color: inherit;
}
.l-main .wp-block-latest-posts__list li img,
.editor-styles-wrapper .wp-block-latest-posts__list li img {
  width: 100%;
}
.l-main .wp-block-latest-posts__list li::after,
.editor-styles-wrapper .wp-block-latest-posts__list li::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-main .wp-block-latest-posts__list:not(.is-grid) > li,
.editor-styles-wrapper .wp-block-latest-posts__list:not(.is-grid) > li {
    padding-bottom: 0.6em;
  }
  .l-main .wp-block-latest-posts__list:not(.is-grid) > li > a,
.editor-styles-wrapper .wp-block-latest-posts__list:not(.is-grid) > li > a {
    font-size: 14px;
  }
  .l-main .wp-block-latest-posts__list:not(.is-grid) .wp-block-latest-posts__featured-image,
.editor-styles-wrapper .wp-block-latest-posts__list:not(.is-grid) .wp-block-latest-posts__featured-image {
    margin-right: 5px;
  }
}
.l-main .wp-block-latest-posts__list.is-grid li,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid li {
  padding-bottom: 0.6em;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l-main .wp-block-latest-posts__list.is-grid li,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid li {
    margin-right: 0;
  }
}
.l-main .wp-block-latest-posts__list.is-grid::after,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid::after {
  content: "";
  clear: none;
}
.l-main .wp-block-latest-posts__list.is-grid.columns-2 li,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid.columns-2 li {
  width: calc(50% - 0.5em);
}
@media screen and (max-width: 767px) {
  .l-main .wp-block-latest-posts__list.is-grid.columns-2 li,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid.columns-2 li {
    width: 100%;
  }
}
.l-main .wp-block-latest-posts__list.is-grid.columns-2 li:not(:nth-of-type(2n-1)),
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid.columns-2 li:not(:nth-of-type(2n-1)) {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .l-main .wp-block-latest-posts__list.is-grid.columns-2 li:not(:nth-of-type(2n-1)),
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid.columns-2 li:not(:nth-of-type(2n-1)) {
    margin: 2% 0 1% 0;
  }
}
.l-main .wp-block-latest-posts__list.is-grid.columns-3 li,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid.columns-3 li {
  width: calc(33.3333333333% - 0.6666666667em);
}
@media screen and (max-width: 767px) {
  .l-main .wp-block-latest-posts__list.is-grid.columns-3 li,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid.columns-3 li {
    width: 100%;
  }
}
.l-main .wp-block-latest-posts__list.is-grid.columns-3 li:not(:nth-of-type(3n-2)),
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid.columns-3 li:not(:nth-of-type(3n-2)) {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .l-main .wp-block-latest-posts__list.is-grid.columns-3 li:not(:nth-of-type(3n-2)),
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid.columns-3 li:not(:nth-of-type(3n-2)) {
    margin: 2% 0 1% 0;
  }
}
.l-main .wp-block-latest-posts__list.is-grid.columns-4 li,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid.columns-4 li {
  width: calc(25% - 0.75em);
}
@media screen and (max-width: 767px) {
  .l-main .wp-block-latest-posts__list.is-grid.columns-4 li,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid.columns-4 li {
    width: 100%;
  }
}
.l-main .wp-block-latest-posts__list.is-grid.columns-4 li:not(:nth-of-type(4n-3)),
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid.columns-4 li:not(:nth-of-type(4n-3)) {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .l-main .wp-block-latest-posts__list.is-grid.columns-4 li:not(:nth-of-type(4n-3)),
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid.columns-4 li:not(:nth-of-type(4n-3)) {
    margin: 2% 0 1% 0;
  }
}
.l-main .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image {
  width: 100%;
  float: none;
  display: block;
}
.l-main .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image a,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image a {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 0;
}
.l-main .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image a::before,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image a::before {
  content: "";
  display: block;
}
.l-main .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image a img,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image a img {
  position: absolute;
  display: block;
  height: auto;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.l-main .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__list > li > a, .l-main .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__post-author, .l-main .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__post-date, .l-main .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__post-excerpt,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__list > li > a,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__post-author,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__post-date,
.editor-styles-wrapper .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__post-excerpt {
  display: block;
  margin-left: 6px;
  margin-right: 6px;
}
.l-main .wp-block-latest-posts__featured-image,
.editor-styles-wrapper .wp-block-latest-posts__featured-image {
  float: left;
  display: inline-block;
  line-height: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-main .wp-block-latest-posts__featured-image,
.editor-styles-wrapper .wp-block-latest-posts__featured-image {
    width: 100%;
    float: none;
    display: block;
  }
}
.l-main .wp-block-latest-posts__featured-image a,
.editor-styles-wrapper .wp-block-latest-posts__featured-image a {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-main .wp-block-latest-posts__featured-image a,
.editor-styles-wrapper .wp-block-latest-posts__featured-image a {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 0;
  }
  .l-main .wp-block-latest-posts__featured-image a::before,
.editor-styles-wrapper .wp-block-latest-posts__featured-image a::before {
    content: "";
    display: block;
  }
  .l-main .wp-block-latest-posts__featured-image a img,
.editor-styles-wrapper .wp-block-latest-posts__featured-image a img {
    position: absolute;
    display: block;
    height: auto;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
}
.l-main .wp-block-latest-posts__featured-image a:hover img,
.editor-styles-wrapper .wp-block-latest-posts__featured-image a:hover img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 0;
}
.l-main .wp-block-latest-posts__featured-image a:hover img::before,
.editor-styles-wrapper .wp-block-latest-posts__featured-image a:hover img::before {
  content: "";
  display: block;
}
.l-main .wp-block-latest-posts__featured-image a:hover img img,
.editor-styles-wrapper .wp-block-latest-posts__featured-image a:hover img img {
  position: absolute;
  display: block;
  height: auto;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.l-main .wp-block-latest-posts__list > li > a, .l-main .wp-block-latest-posts__post-author, .l-main .wp-block-latest-posts__post-date, .l-main .wp-block-latest-posts__post-excerpt,
.editor-styles-wrapper .wp-block-latest-posts__list > li > a,
.editor-styles-wrapper .wp-block-latest-posts__post-author,
.editor-styles-wrapper .wp-block-latest-posts__post-date,
.editor-styles-wrapper .wp-block-latest-posts__post-excerpt {
  display: table;
  width: auto;
  box-sizing: border-box;
  margin-left: 9px;
  margin-right: 9px;
}
.l-main .wp-block-latest-posts__post-excerpt,
.editor-styles-wrapper .wp-block-latest-posts__post-excerpt {
  margin-bottom: 0;
  font-size: 14px;
}

.wp-block-page-list li {
  list-style: none;
}

.wp-block-social-links {
  display: flex;
}

.wp-block-search__button-outside input {
  padding: 0.25em 0.25em 0.25em 0.5em;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 0;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment p {
  margin-top: 0;
}

.wp-block-rss div.wp-block-rss__item-title {
  margin-top: 0;
  margin-bottom: 5px;
}

.editor-styles-wrapper .wp-block-latest-comments a,
.editor-styles-wrapper .wp-block-latest-posts a,
.editor-styles-wrapper .wp-block-categories a,
.editor-styles-wrapper .wp-block-archives a,
.editor-styles-wrapper .wp-block-tag-cloud a {
  pointer-events: none;
}

.wp-block-embed__wrapper iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

iframe.wp-embedded-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-rss {
  list-style: none;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

code,
.editor-styles-wrapper code {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(175, 184, 193, 0.2);
  border-radius: 6px;
}

/**
 * 共通設定
 */
.editor-styles-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 920px;
}
.editor-styles-wrapper pre.prettyprint {
  margin-top: revert;
  margin-bottom: revert;
  margin-left: 0;
}
.editor-styles-wrapper pre.wp-block-preformatted {
  margin-top: revert;
  margin-bottom: revert;
}

/* キャプション */
.wp-block-table,
.wp-block-image,
.wp-block-gallery {
  text-align: center;
}
.wp-block-table figcaption,
.wp-block-image figcaption,
.wp-block-gallery figcaption {
  font-size: 13px;
  text-align: center;
  color: #555;
}

/* text-align */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-block[data-align=left] {
  text-align: left;
}
.wp-block[data-align=center] {
  text-align: center;
}
.wp-block[data-align=right] {
  text-align: right;
}

.editor-styles-wrapper .wp-block-custom-box,
section.contents .wp-block-custom-box {
  border: 2px solid;
  padding: 0.9em 1.3em;
}
.editor-styles-wrapper .wp-block-custom-box.is-style-line__dot,
section.contents .wp-block-custom-box.is-style-line__dot {
  border: 2px dotted;
}
.editor-styles-wrapper .wp-block-custom-innerblocks,
section.contents .wp-block-custom-innerblocks {
  background-color: #FBDAC8;
  padding: 0.5em 1em;
}

.p-section > p {
  margin: 20px 0;
  overflow-wrap: break-word;
}
.p-section > p > a {
  text-decoration: none;
}

.edit-post-visual-editor .mb-sm,
section.contents .mb-sm {
  margin-bottom: 2em;
  background: blue;
}
.edit-post-visual-editor .mb-md,
section.contents .mb-md {
  margin-bottom: 4em;
  background: yellow;
}
.edit-post-visual-editor .mb-lg,
section.contents .mb-lg {
  margin-bottom: 8em;
  background: green;
}
.edit-post-visual-editor .p-heading-border-left,
section.contents .p-heading-border-left {
  border-left: solid 3px #333;
}
.edit-post-visual-editor .p-heading-border-bottom,
section.contents .p-heading-border-bottom {
  border-bottom: solid 3px #333;
}

.margin-controle .components-radio-control .components-base-control__field {
  display: flex;
}
.margin-controle .components-radio-control__option {
  width: 100%;
}
.margin-controle .components-radio-control__option input {
  display: none;
}
.margin-controle .components-radio-control__option input[type=radio]:checked + label {
  background-color: #0085ba;
  color: #fff;
  text-shadow: 0 -1px 1px #005d82, 1px 0 1px #005d82, 0 1px 1px #005d82, -1px 0 1px #005d82;
}
.margin-controle .components-radio-control__option label {
  display: block;
  cursor: pointer;
  width: 100%;
  margin: 0;
  padding: 9px 5px;
  background: #f7f7f7;
  color: #555e64;
  text-align: center;
  line-height: 1;
  transition: 0.2s;
  border: solid 1px #ccc;
  border-left-style: none;
  box-shadow: inset 0 -1px 0 #ccc;
}
.margin-controle .components-radio-control__option label:hover {
  background: #fafafa;
  border-color: #999;
  box-shadow: inset 0 -1px 0 #999;
  color: #23282d;
}
.margin-controle .components-radio-control__option:first-child label {
  border-radius: 3px 0 0 3px;
  border-left-style: solid;
}
.margin-controle .components-radio-control__option:last-child label {
  border-radius: 0 3px 3px 0;
}

form.wpcf7-form p, form.wpcf7-form div {
  margin-top: 12px;
  margin-bottom: 12px;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
  box-sizing: border-box;
  padding: 4px 8px;
  width: 100%;
}
form.wpcf7-form input[type=submit] {
  background: lightgray;
  border: none;
  width: 100%;
  height: 45px;
}
form.wpcf7-form input[type=submit]:hover {
  background: gray;
}

.u-margin-center {
  margin-left: auto;
  margin-right: auto;
}

.u-width-inner {
  width: 100%;
  max-width: 1180px;
}

.u-width-col-1 {
  max-width: 100%;
  width: 100%;
}

.u-width-col-2 {
  max-width: 68%;
  width: 100%;
}
@media screen and (max-width: 1179px) {
  .u-width-col-2 {
    max-width: 100%;
    width: 100%;
  }
}

.only-block-sp {
  display: none;
}
@media (max-width: 767px) {
  .only-block-sp {
    display: block;
  }
}

.u-display--none {
  display: none;
}

.u-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.u-lineheight-0 {
  line-height: 0;
}

.u-lineheight-1_3 {
  line-height: 1.3;
}

.u-font--white {
  color: #FFF;
}
