/*
blue: #002C91;
vp-blue: #1C51DB;
logo-blue: #1c51db;
*/

/* CSS Remedy */
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  line-sizing: normal;
}
body {
  margin: 0;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.17rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.83rem;
}
h6 {
  font-size: 0.67rem;
}
h1 {
  margin: 0.67em 0;
}
pre {
  white-space: pre-wrap;
}
hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}
audio,
canvas,
embed,
iframe,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}
canvas,
img,
svg,
video {
  height: auto;
}
audio {
  width: 100%;
}
img {
  border-style: none;
}
svg {
  overflow: hidden;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
@charset "utf-8";
/* Common CSS */
/* ---------------------------------------- */
/* Base */
/* ---------------------------------------- */
body {
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro',
    'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans',
    'ヒラギノ角ゴシック', Helvetica, Arial, system-ui, sans-serif;
  font-size: 15px;
  color: #111111;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
  box-sizing: border-box;
}
main {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt {
  line-height: 1.6;
}
dd {
  margin-left: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
}
figure {
  margin-right: 0;
  margin-left: 0;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
a:link {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.video,
.wp-block-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe,
.wp-block-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ---------------------------------------- */
/* Block Style */
/* ---------------------------------------- */
/*
UL */
ul,
ol {
  margin-bottom: 1.6em;
  font-size: 16px;
}
ul.is-style-default {
}
ul.is-style-default li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 18px;
  line-height: 1.6;
}
ul.is-style-default li:before {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
ul.is-style-no-list-style {
}
ul.is-style-no-list-style li {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.6;
}
/*
Table */
.wp-block-table.is-style-blue-style table {
  border: 1px solid #002c91;
  border-collapse: collapse;
}
.wp-block-table.is-style-blue-style tr td {
  padding: 0.5em;
  border: none;
  border-left: 1px solid #002c91;
  border-top: 1px solid #002c91;
  background-color: transparent;
}
.wp-block-table.is-style-blue-style tr td:nth-child(1) {
  border-left: none;
}
.wp-block-table.is-style-blue-style tr:nth-child(1) {
  color: #fff;
  background-color: #002c91;
  font-weight: bold;
}
.wp-block-table.is-style-blue-style tr:nth-child(1) td {
  border-top: none;
  border-left: 1px solid #5176cc;
  font-weight: bold;
}
.wp-block-table.is-style-blue-style tr:nth-child(1) td:nth-child(1) {
  border-left: none;
}

/* ---------------------------------------- */
/* COMPONENT */
/* ---------------------------------------- */
.wf-en {
  font-family: 'brandon-grotesque', 'Helvetica', 'Arial', sans-serif;
}
.show-sml {
  display: none;
}
.align-c {
  text-align: center;
}
.align-r {
  text-align: right;
}

.c-entrylist {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}
.c-entrylist .item {
  margin-bottom: 35px;
  margin-left: 36px;
  position: relative;
  line-height: 1.6;
}
.c-entrylist-flex .item {
  margin-left: 0;
  padding: 10px 20px;
  width: 100%;
}
.c-entrylist .item a {
  display: block;
  position: relative;
  height: 100%;
}
.c-entrylist-flex .item a {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.ua-desktop .c-entrylist-flex .item a::after {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 801px) {
  .c-entrylist .item a::after {
    content: '';
    display: block;
    pointer-events: none;
    border: 1px solid transparent;
    width: calc(100% + 37px);
    height: calc(100% + 36px);
    position: absolute;
    top: -20px;
    left: -19px;
    transition: border 0.2s ease-out;
  }
  .c-entrylist.c-entrylist-col2 .item:nth-child(2n) a::after {
    width: calc(100% + 36px);
  }
  .ua-desktop .c-entrylist .item a:hover::after {
    border: 1px solid #002c91;
    box-shadow: none;
  }
}

.c-entrylist .item .imgbox {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.c-entrylist-flex .item .imgbox {
  width: 150px;
}
.c-entrylist .item .imgbox img {
  display: block;
  transition: transform 0.4s ease-in-out;
  transform-origin: center center;
  will-change: transform;
}
.ua-desktop .c-entrylist .item a:hover .imgbox img {
  transform: scale(1.04);
}
.c-entrylist .item .metabox {
  position: relative;
  padding-top: 12px;
}
.c-entrylist .item .category {
  margin-bottom: 7px;
  font-weight: bold;
  color: #002c91;
  font-size: 12px;
}
.c-entrylist .item .date {
  position: absolute;
  top: 12px;
  right: 0;
  margin-bottom: 0;
  color: #777777;
  font-size: 12px;
  font-weight: 500;
}
.c-entrylist .item .title {
  margin-bottom: 0;
  font-weight: bold;
}
.ranking-label {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  margin-bottom: 5px;
  white-space: nowrap;
}

.ranking-num {
  font-size: 24px;
  color: #e60033; /* 赤系の強調色 */
  margin: 0 2px;
}
@media screen and (max-width: 1200px) and (min-width: 1101px) {
  .c-entrylist .item .category {
    font-size: 10px;
  }
  .c-entrylist .item .date {
    font-size: 10px;
  }
}

@media screen and (min-width: 801px) {
  /* col2 */
  .c-entrylist.c-entrylist-col2 .item {
    width: calc(50% - 18px);
  }
  .c-entrylist.c-entrylist-col2 .item:nth-child(2n-1) {
    margin-left: 0;
  }

  /* col3 */
  .c-entrylist.c-entrylist-col3 .item {
    width: calc(33.3% - 24px);
    max-width: 288px;
  }
  .c-entrylist.c-entrylist-col3 .item:nth-child(3n-2) {
    margin-left: 0;
  }
  @media screen and (min-width: 1345px) {
    .c-entrylist.c-entrylist-col3 .item {
      width: calc(33.3% - 23px);
    }
  }
  @media screen and (max-width: 1100px) and (min-width: 1024px) {
    .c-entrylist.c-entrylist-col3 .item {
      width: calc(33.3% - 23px);
    }
  }

  /* col4 */
  @media screen and (min-width: 1000px) {
    .c-entrylist.c-entrylist-col4 .item {
      width: calc(25% - 27px);
    }
    .c-entrylist.c-entrylist-col4 .item:nth-child(4n-3) {
      margin-left: 0;
    }
  }
  @media screen and (max-width: 1200px) {
    .c-entrylist.c-entrylist-col4 .item .category {
      font-size: 10px;
    }

    .c-entrylist.c-entrylist-col4 .item .date {
      font-size: 10px;
    }
  }
  @media screen and (max-width: 1000px) {
    .c-entrylist.c-entrylist-col4 .item:nth-child(7),
    .c-entrylist.c-entrylist-col4 .item:nth-child(8) {
      display: none;
    }
    .c-entrylist.c-entrylist-col4 .item {
      width: calc(33.3% - 24px);
      max-width: 288px;
    }
    .c-entrylist.c-entrylist-col4 .item:nth-child(3n-2) {
      margin-left: 0;
    }
  }
}

/* IE11*/
@media screen and (min-width: 1000px) and (min-width: 801px) {
  .ua-ie .c-entrylist.c-entrylist-col4 .item {
    width: calc(25% - 27px);
  }
  .ua-ie .c-entrylist.c-entrylist-col4 .item:nth-child(4n-3) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 801px) {
  .ua-ie .c-entrylist.c-entrylist-col4 .item .category {
    font-size: 10px;
  }

  .ua-ie .c-entrylist.c-entrylist-col4 .item .date {
    font-size: 10px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 801px) {
  .ua-ie .c-entrylist.c-entrylist-col4 .item:nth-child(7),
  .ua-ie .c-entrylist.c-entrylist-col4 .item:nth-child(8) {
    display: none;
  }
  .ua-ie .c-entrylist.c-entrylist-col4 .item {
    width: calc(33.3% - 24px);
    max-width: 288px;
  }
  .ua-ie .c-entrylist.c-entrylist-col4 .item:nth-child(3n-2) {
    margin-left: 0;
  }
}

.c-entrylist.c-entrylist-side .item {
  margin-bottom: 16px;
  margin-left: 0;
  width: 100%;
}
.c-entrylist.c-entrylist-side .item:last-child {
  margin-bottom: 0;
}
.c-entrylist.c-entrylist-side .item a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.c-entrylist.c-entrylist-side .item a::after {
  width: calc(100% + 24px);
  height: calc(100% + 17px);
  top: -12px;
  left: -12px;
}
.c-entrylist.c-entrylist-side .item .imgbox {
  width: 84px;
}
.ua-desktop .c-entrylist.c-entrylist-side .item a:hover .imgbox img {
  transform: scale(1.06);
}
.c-entrylist.c-entrylist-side .item .metabox {
  width: calc(100% - 84px);
  padding-top: 0;
  padding-left: 13px;
}
.c-entrylist.c-entrylist-side .item .category {
  margin-top: -4px;
  margin-bottom: 1px;
  font-size: 11px;
}
.c-entrylist.c-entrylist-side .item .date {
  position: static;
  margin-top: 2px;
  font-weight: 400;
  font-size: 11px;
}
.c-entrylist.c-entrylist-side .item .title {
  font-size: 13px;
  line-height: 1.5;
}

.c-breadcrumb {
  margin-top: 16px;
  margin-bottom: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #888888;
  font-size: 13px;

  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-breadcrumb li {
  display: inline;
}

.c-breadcrumb li::before {
  content: '>';
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: -1px;
}
.ua-desktop .c-breadcrumb li a:hover {
  text-decoration: underline;
}
.c-breadcrumb li:first-child::before {
  display: none;
}

.c-breadcrumb li:first-child img {
  margin-right: 5px;
  top: -1px;
  position: relative;
}

.c-btn,
.category-list .children li a {
  display: inline-block;
  padding: 3px 10px 2px;
  background-color: rgba(28, 67, 158, 0.06);
  font-size: 13px;
  transition: background 0.2s ease-out, color 0.2s ease-out;
  line-height: 1.8;
}
.ua-desktop .c-btn:hover,
.ua-desktop .category-list .children li a:hover {
  background-color: #002c91;
  color: #fff;
}

.c-childcategorylist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 22px;
}
.c-childcategorylist p {
  min-width: 100px;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 13px;
}
.c-childcategorylist ul,
.c-childcategorylist div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8px;
}
.c-childcategorylist ul li,
.c-childcategorylist div h3 {
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: normal;
}

.c-author-box {
  margin: 56px 0 20px;
  padding: 15px 24px 16px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.c-author-box h5 {
  margin: 0 0 5px;
  padding: 0;
  color: #002c91;
  background: none;
  font-size: 14px;
}
.c-author-box p {
  margin: 0 0 0;
  font-size: 12px;
  line-height: 1.6;
}

.c-sharebox {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-sharebox p {
  margin-right: 12px;
  margin-bottom: 0;
}
.c-sharebox ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.c-sharebox ul li {
  margin-right: 8px;
}
.c-sharebox ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 28px;
  width: 72px;
  height: 30px;

  background-color: #f3f3f3;
  border-radius: 5px;
  transition: opacity 0.2s ease-out;
}
.ua-desktop .c-sharebox ul li a:hover {
  opacity: 0.6;
}

.c-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
}
.c-pagenation span,
.c-pagenation a {
  display: block;
  /* width: 28px; */
  /* height: 32px; */
  width: 36px;
  height: 36px;
  background-color: rgba(28, 67, 158, 0.06);
  font-size: 14px;
  margin: 0 5px;
  text-align: center;
  font-weight: bold;
  padding-top: 6px;
  border-radius: 2px;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.c-pagenation .prev,
.c-pagenation .next {
  width: 60px;
}

.c-pagenation span.current,
.c-pagenation a:hover {
  background-color: #002c91;
  color: #fff;
}
.c-parentcategorylink {
  margin-bottom: 0;
  font-size: 14px;
  color: #002c91;
}
.c-parentcategorylink a {
  text-decoration: underline;
}
.ua-desktop .c-parentcategorylink a:hover {
  text-decoration: none;
}
.c-snippetcontent {
}

/*太いマーカー(イエロー)*/
.text-marker-bold {
  background: linear-gradient(transparent 50%, #fbfc91 50%);
}

/*下線マーカー(イエロー)*/
.text-marker {
  position: relative;
  display: inline;
  background: linear-gradient(transparent 50%, #fbfc91 50%);
  z-index: 0;
}

.text-marker:before {
  display: none;
}

/* ---------------------------------------- */
/* LAYOUT */
/* ---------------------------------------- */
/* HEADER */
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.03);
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
}

.header-logo {
  width: 350px;
}

.header-search-area {
  display: flex;
  align-items: center;
}

.header-search {
  position: relative;
}

.header-search input {
  padding: 10px 40px 10px 10px;
  width: 200px;
  height: 40px;
  border: 1px solid #dedede;
  font-size: 15px;
}

.header-search button {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.header-button-wrap {
  display: flex;
  align-items: center;
  margin-left: 30px;
  border-left: 1px solid #d9d9d9;
}

.header-button {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  text-align: center;
}

.header-button-white {
  background-color: #ffffff;
}

.header-button-blue {
  background-color: #1c51db;
}

.header-button-text {
  margin-top: 12px;
  margin-bottom: 0;
  color: #404040;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.header-button-text-blue {
  color: #1c51db;
}

.header-button-blue .header-button-text {
  color: #ffffff;
}

.header-nav {
  padding: 10px 15px;
  /* border-bottom: 2px solid #d9d9d9; */
}

.header-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}

.header-list .cat-item {
  list-style: none;
}

.header-list .cat-item .active {
  color: #002c91;
}

.header-list .cat-item a {
  color: #000000;
  font-weight: bold;
}

@media screen and (min-width: 801px) {
  .ua-safari .header-logo .copy img {
    margin-left: -4px;
  }
}

.header-logo .logo {
  margin-top: 0px;
  margin-bottom: 3px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
}
.ua-desktop .header-logo a:hover {
  opacity: 0.6;
}

.header-nav li.current-cat a,
.header-nav li.current-cat-parent a,
.ua-desktop .header-nav li a:hover {
  color: #002c91;
}

@media screen and (max-width: 1100px) and (min-width: 1001px) {
  .header-nav {
    font-size: 11px;
    padding: 7px 0;
    height: 36px;
  }
  .header-nav li {
    font-size: 13px;
    margin-left: 18px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 801px) {
  /*
  .header-logo {
    left: 0;
  }
  .header-logo a {
    padding: 22px 20px;
  }
  .header-logo a img {
    width: 146px;
        position: relative;
    top: -3px;
  }*/
  .header-nav {
    font-size: 10px;
    /* right: 20px; */
    padding: 9px 0;
    height: 36px;
  }
  .header-nav li {
    font-size: 11px;
    margin-left: 10px;
  }
}

.menuicon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  cursor: pointer;
  background-color: #ffffff;
  transition-delay: 0s;
  transition: transform 0.2s ease-out;
  display: none;
}
.menuicon-btn {
  position: relative;
  width: 24px;
  height: 12px;
  margin: 0 auto;
}
.menuicon-btn span {
  display: inline-block;
  position: absolute;
  z-index: 3;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #777;
  transform-origin: right center;
  transition: transform 0.2s ease-out, background 0.2s ease-out;
}

.menuicon-btn span:nth-of-type(1) {
  top: 0;
}
.menuicon-btn span:nth-of-type(2) {
  top: 5px;
}
.menuicon-btn span:nth-of-type(3) {
  bottom: 0;
  width: 50%;
}

.menuicon-btn span:nth-of-type(2)::before,
.menuicon-btn span:nth-of-type(2)::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: transform 0.2s ease-out, background 0.2s ease-out;
}

body.is-menu-open .menuicon {
  background-color: #002c91;
}

body.is-menu-open .menuicon-btn span:nth-of-type(1) {
  transform: scale(0, 1);
}
body.is-menu-open .menuicon-btn span:nth-of-type(2) {
  transform-origin: center center;
  background-color: transparent;
}
body.is-menu-open .menuicon-btn span:nth-of-type(3) {
  transform: scale(0, 1);
}
body.is-menu-open .menuicon-btn span:nth-of-type(2)::before {
  transform: rotate(35deg);
  background-color: #ffffff;
}
body.is-menu-open .menuicon-btn span:nth-of-type(2)::after {
  transform: rotate(-35deg);
  background-color: #ffffff;
}

/* MENU */
@media screen and and (min-width: 801px) {
  .l-menu {
    display: none !important;
  }
}
.l-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}

@media screen and (min-width: 801px) {
  .l-menu {
    display: none !important;
  }
}

.l-menu .menu-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  font-weight: bold;
  transition: opacity 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-menu .menu-content .inner {
  width: 100%;
  max-width: 660px;
  height: 100vh;
  padding: 0;
}
.l-menu .menu-content .logo {
  border-bottom: 1px solid #d8d8d8;
}
.l-menu .menu-content .logo img {
  width: 280px;
}
.ua-safari .l-menu .menu-content .logo img {
  margin-left: -2px;
}

.l-menu .menu-content .menunav-wrap {
  width: 90%;
  margin: 20px auto;
}

.l-menu .menu-content .menunav-title {
  font-size: 18px;
  margin: 0;
}

.l-menu .menu-content .menunav {
  margin: 0;
  padding: 0;
}

.l-menu .menu-content .menunav li {
  border-top: 1px solid #d8d8d8;
  letter-spacing: 0.1em;
}
.l-menu .menu-content .menunav li a {
  display: block;
  padding: 11px 10px 10px;
}
.l-menu .menu-content .menunav li:first-child {
  border-top: none;
}
.l-menu .menu-content .menunav li:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.l-menu .menu-content .menunav .cat-item {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
}

.l-menu .menu-content .menunav .cat-item:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 10px;
  width: 10px;
  height: 10px;
  background-image: url(../img/assets/footer-li-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.l-menu .menu-content .menu-footer-wrap {
  width: 100vw;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
}

.l-menu .menu-content .menu-footer-top {
  width: 90%;
  margin: 10px auto;
}

.l-menu .menu-content .menu-footer {
  display: flex;
  width: 100%;
  padding: 5px 2%;
  background: #ffffff;
}

.l-menu .menu-content .menu-footer-left {
  width: 60%;
  padding-left: 5%;
}

.l-menu .menu-content .menu-footer-right {
  width: 40%;
  padding-right: 5%;
}

.l-menu .menu-content .menu-footer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 45px;
  margin: 15px 5%;
  padding: 10px 15%;
  font-weight: bold;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}

.l-menu .menu-content .menu-footer-button span {
  margin-right: 20px;
  line-height: 1;
}

.l-menu .menu-content .menu-footer-button img {
  height: 22px;
}

.l-menu .menu-content .menu-footer-button-white {
  color: #1c51db;
  background-color: white;
  border: 1px solid #1c51db;
}

.l-menu .menu-content .menu-footer-button-white > span {
  color: #1c51db;
}

.l-menu .menu-content .menu-footer-button-white:hover {
  color: #ffffff;
  background-color: #1c51db;
  border: 1px solid #1c51db;
}

.l-menu .menu-content .menu-footer-button-white:hover > span {
  color: #ffffff;
}

.l-menu .menu-content .menu-footer-button-white:hover img {
  filter: brightness(0) invert(1);
}

.l-menu .menu-content .menu-footer-button-blue {
  color: #ffffff;
  background-color: #1c51db;
  border: 1px solid #1c51db;
}

.l-menu .menu-content .menu-footer-button-blue > span {
  color: #ffffff;
}

.l-menu .menu-content .menu-footer-button-blue:hover {
  color: #1c51db;
  background-color: #ffffff;
  border: 1px solid #1c51db;
}

.l-menu .menu-content .menu-footer-button-blue:hover > span {
  color: #1c51db;
}

.l-menu .menu-content .menu-footer-button-blue:hover img {
  filter: invert(80%) sepia(89%) saturate(1861%) hue-rotate(220deg)
    brightness(95%) contrast(88%);
}

.l-menu .menu-content .c-vplogo {
  display: block;
  width: 130px;
  margin: 0 auto 10px 0;
}

.l-menu .menu-content .vp-tel {
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.l-menu .menu-content .vp-worktime {
  font-size: 12px;
  text-indent: -0.5em;
  margin: 0;
}

.l-menu .menu-content .menu-footer-right-button {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  text-align: center;
}

.l-menu .menu-content .menu-footer-right-button-blue {
  background-color: #1c51db;
}

.l-menu .menu-content .menu-footer-right-button-text {
  margin-top: 0;
  margin-bottom: 12px;
  color: #404040;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.l-menu .menu-content .menu-footer-right-button-blue > p {
  color: #ffffff;
}

/* FOOTER */
.c-vplogo {
  display: inline-block;
  margin-top: 0;
}
.c-vplogo a {
  display: block;
  transition: opacity 0.2s ease-out;
}
.ua-desktop .c-vplogo a:hover {
  opacity: 0.6;
}
.c-vplogo span {
  display: block;
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.03em;
}
.footer-head {
  background: #f7f9fa;
  color: #222222;
  /* border-bottom: 1px solid #002c91; */
  padding: 30px 20px;
  margin-top: 0;
  margin-bottom: 57px;
  text-align: center;
}
.footer-head .c-vplogo {
  margin-top: 2px;
  margin-bottom: 30px;
}
.footer-head .preface {
  margin-top: 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
  font-feature-settings: 'palt';
  letter-spacing: 0.06em;
}
.footer-head .preface span {
  letter-spacing: 0.09em;
}

.footer-head .card-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-head .card {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  width: 100%;
  max-width: 450px;
  border-radius: 8px;
}

.footer-head .card-label {
  color: #1c51db;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 0px;
}

.footer-head .card h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-head .card-description {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.footer-head .c-btn {
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: relative;
  width: 200px;
  height: 40px;
  color: #fff;
  border: 1px solid #1c51db;
  background-color: #1c51db;
  text-align: center;
  font-weight: bold;
  padding-top: 8px;
  padding-right: 30px;
  border-radius: 5px;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.footer-head .c-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.ua-desktop .footer-head .c-btn:hover {
  background-color: #1c51db;
}
.ua-desktop .footer-head .c-btn:hover::before {
  border-color: #fff;
  color: #1c51db;
}
.footer-logo {
  margin-bottom: 3px;
}
.footer-logo a {
  display: block;
  transition: opacity 0.2s ease-out;
}
.ua-desktop .footer-logo a:hover {
  opacity: 0.6;
}

.footer-nav-primary {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 29px;
}
.footer-nav-primary .relatelink-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  color: #002c91;
  font-size: 14px;
}
.footer-nav-primary .relatelink-list li + li {
  margin-left: 20px;
}
.footer-nav-primary .relatelink-list a {
  text-decoration: underline;
}
.ua-desktop .footer-nav-primary .relatelink-list a:hover {
  text-decoration: none;
}

.l-footer .category-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 14px;
}
.l-footer .category-list > li {
  width: 252px;
  padding-right: 36px;
  font-weight: bold;
  line-height: 1.4;
}
.l-footer .category-list > li > a {
  transition: color 0.2s ease-out;
}
.ua-desktop .l-footer .category-list > li > a:hover {
  color: #002c91;
}
@media screen and (max-width: 1200px) and (min-width: 801px) {
  .l-footer .category-list > li > a {
    font-size: 13px;
  }
}
.l-footer .category-list .children {
  margin-top: 16px;
}
.l-footer .category-list .children li {
  margin-bottom: 10px;
  font-weight: normal;
}
.footer-nav-secondary {
  margin-bottom: 50px;
}
.footer-nav-tertiary {
  position: relative;
  border-top: 1px solid #d8d8d8;
  padding-top: 18px;
  padding-bottom: 16px;
}
.l-footer .copyright {
  margin-bottom: 0;
  font-size: 12px;
}
.l-footer .management {
  position: absolute;
  top: 15px;
  right: 0;
  margin-bottom: 0;
  font-size: 13px;
}
.ua-desktop .l-footer .management a:hover {
  text-decoration: underline;
}

.footer {
  padding-bottom: 10px;
}

.footer-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.footer-logo {
  padding: 0;
}

.footer-logo img {
  width: 300px;
}

.footer-detail-area {
  display: flex;
  align-items: start;
}

.footer-detail {
  padding: 0 30px 0 30px;
  min-width: 250px;
  width: max-content;
  min-height: 230px;
  height: max-content;
  border-left: 2px solid #d9d9d9;
}

.footer-section-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 2em;
}

.footer-category-list {
  margin: 0;
  padding: 0;
}

.footer-category-list .cat-item {
  position: relative;
  padding-left: 30px;
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}

.footer-category-list .cat-item:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 10px;
  width: 10px;
  height: 10px;
  background-image: url(../img/assets/footer-li-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.footer-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 45px;
  margin-top: 15px;
  padding: 10px 20px;
  font-weight: bold;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}

.footer-button span {
  margin-right: 20px;
}

.footer-button img {
  height: 22px;
}

.footer-button-white {
  color: #1c51db;
  background-color: white;
  border: 1px solid #1c51db;
}

.footer-button-white > span {
  color: #1c51db;
}

.footer-button-white:hover {
  color: #ffffff;
  background-color: #1c51db;
  border: 1px solid #1c51db;
}

.footer-button-white:hover > span {
  color: #ffffff;
}

.footer-button-white:hover img {
  filter: brightness(0) invert(1);
}

.footer-button-blue {
  color: #ffffff;
  background-color: #1c51db;
  border: 1px solid #1c51db;
}

.footer-button-blue > span {
  color: #ffffff;
}

.footer-button-blue:hover {
  color: #1c51db;
  background-color: #ffffff;
  border: 1px solid #1c51db;
}

.footer-button-blue:hover > span {
  color: #1c51db;
}

.footer-button-blue:hover img {
  filter: invert(80%) sepia(89%) saturate(1861%) hue-rotate(220deg)
    brightness(95%) contrast(88%);
}

.footer-company-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 20px 10px;
}

.footer-company-info {
  color: #a6a6a6;
  font-size: 14px;
}

/* TEMPLATE */
.l-pagecontainer {
  padding-top: 130px;
  padding-bottom: 70px;
}
.l-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 90px;
}
@media screen and (min-width: 801px) {
  .l-main {
    width: calc(100% - 288px - 36px);
  }
}

.l-sidebar {
  width: 288px;
  max-width: 576px;
  margin-left: 36px;
}

@media screen and (max-width: 1100px) and (min-width: 801px) {
  .l-wrapper {
    display: block;
    max-width: 936px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-main {
    width: 100%;
  }
  .l-sidebar {
    width: 100%;
    max-width: 576px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-inner {
  max-width: 1332px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
}
.keyvisual {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0px;
  height: 320px;
  background: url(../img/kv.jpg?di49) center / cover no-repeat;
}
.keyvisual .logo {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 10px;
}
.ua-ie .keyvisual .logo img {
  height: 28px;
}
.keyvisual .copy {
  line-height: 1.5;
  margin-bottom: 0;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
}
.l-section {
  margin-bottom: 54px;
}
.l-section .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 35px; */
  margin-bottom: 32px;
}
.l-main .l-section .section-head {
  display: inherit;
}
.l-section .section-head .headline {
  margin-bottom: 0;
  font-size: 21px;
}
.l-section .section-head .category-description {
  margin-bottom: 0;
  padding-top: 4px;
  line-height: 1.6;
  font-size: 13px;
}

.section-body-bottom {
  padding-top: 36px;
  padding-bottom: 22px;
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
}
.section-body-bottom .c-parentcategorylink {
  float: right;
  margin-top: 2px;
  margin-left: 36px;
}
.section-body-bottom .c-childcategorylist {
  float: left;
  padding-top: 6px;
  padding-left: 10px;
  padding-bottom: 0px;
}

.l-sidebar .headline-en {
  margin-bottom: -8px;
  font-size: 28px;
  font-weight: bold;
}
.l-sidebar .headline {
  margin-top: 0;
  font-size: 12px;
}
.l-sidebar .sidebar-vplink {
  display: block;
  position: relative;
  max-width: 345px;
  margin-right: auto;
  margin-bottom: 33px;
  margin-left: auto;
}
.l-sidebar .sidebar-vplink img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 801px) {
  .l-sidebar .sidebar-vplink::after {
    content: '';
    display: block;
    pointer-events: none;
    border: 1px solid transparent;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    position: absolute;
    top: -12px;
    left: -12px;
    transition: border 0.2s ease-out;
  }
  .ua-desktop .l-sidebar .sidebar-vplink:hover::after {
    border: 1px solid #1c51db;
  }
}

.l-sidebar .c-sidebar-item + .c-sidebar-item {
  margin-top: 24px;
}
.l-sidebar .bannerlist {
  margin-bottom: 0;
}
.l-sidebar .bannerlist li + li {
  margin-top: 20px;
}
.l-sidebar .bannerlist li a {
  display: block;
  position: relative;
}
@media screen and (min-width: 801px) {
  .l-sidebar .bannerlist li a:after {
    content: '';
    display: block;
    pointer-events: none;
    border: 1px solid transparent;
    width: calc(100% + 24px);
    height: calc(100% + 21px);
    position: absolute;
    top: -10px;
    left: -12px;
    transition: border 0.2s ease-out;
  }
  .ua-desktop .l-sidebar .bannerlist li a:hover:after {
    border: 1px solid #002c91;
  }
}

article ul {
  list-style: none;
}
article ul li:before {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
article ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.article-metabox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.article-metabox .category {
  margin-bottom: 0;
  font-size: 13px;
  color: #002c91;
  font-weight: bold;
}
.ua-desktop .article-metabox .category a:hover {
  text-decoration: underline;
}
.article-metabox .date {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 14px;
  color: #777;
  position: relative;
  top: -1px;
}
.article-metabox .date span {
  font-size: 11px;
}
.ua-safari .article-metabox .date {
  top: -2px;
}
.article-title {
  max-width: 828px;
  margin-top: 8px;
  margin-bottom: 22px;
  font-size: 27px;
  letter-spacing: 0.06em;
}
.article-visual {
  margin-bottom: 2.4em;
}
.article-visual img {
  width: 100%;
}
.c-posthead-banner {
  margin-bottom: 2.9em;
}
.c-posthead-banner a {
  display: block;
  transition: opacity 0.2s ease-out;
}

@media screen and (min-width: 801px) {
  .c-posthead-banner a:hover {
    opacity: 0.6;
  }
}

/* BASE CONTENT */
.l-basecontent {
  letter-spacing: 0.1em;
}
.l-basecontent .preface {
  margin-bottom: 3em;
  font-weight: bold;
}

.l-basecontent .page-ttl {
  margin-top: 0;
  margin-bottom: 73px;
  line-height: 1.6;
  font-size: 30px;
}
/* .l-basecontent h2 {
  position: relative;
  margin-top: 2.7em;
  margin-bottom: 1em;
  padding: 4px 0 1px 18px;
  color: #002C91;
  font-size: 24px;
}
.l-basecontent h2:before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: calc(100%);
  border-left: 4px solid #002C91;
  border-radius: 2px;
}
.l-basecontent h2.v2 {
  position: relative;
  margin-top: 2.7em;
  margin-bottom: 1em;
  padding: 26px 0 25px 0;
  border-bottom: 2px solid #002C91;
  color: #002C91;
  font-size: 25px;
}
.l-basecontent h2.v2:before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 48px;
  height: calc(100%);
  border-top: 2px solid #002C91;
  border-left: none;
  border-radius: 0;
} */
.l-basecontent h2 {
  position: relative;
  margin-top: 3.5em;
  margin-bottom: 1em;
  padding: 26px 0 25px 0;
  border-bottom: 3px solid #ccc;
  color: #002c91;
  font-size: 25px;
}
.l-basecontent .is-layout-flow + h2 {
  margin-top: 2.5em;
}
.l-basecontent h2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 60px;
  height: calc(100%);
  /* width: 5px;
  background-color: #002C91; */
  border-top: 3px solid #ccc;
  border-left: none;
  border-radius: 0;
}

.l-basecontent h3 {
  position: relative;
  margin-top: 2.2em;
  margin-top: 2.3em;
  /* margin-bottom: 1.2em; */
  margin-bottom: 1.1em;
  padding-bottom: 7px;
  color: #002c91;
  font-size: 19px;
  border-bottom: 1px solid #ccc;
}
.l-basecontent h2 + h3 {
  margin-top: 1.4em;
}
/* .l-basecontent h3:before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: calc(100%);
  border-bottom: 4px solid #002C91;
  border-radius: 2px;
} */
.l-basecontent h4 {
  position: relative;
  margin-top: 2em;
  margin-bottom: 0.9em;
  padding: 0 0 0 14px;
  /* font-size: 19px; */
}
.l-basecontent h4.another {
  padding: 0;
  color: #002c91;
}
.l-basecontent h3 + h4 {
  margin-top: 1.9em;
}
.l-basecontent h4:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: calc(100%);
  border-left: 4px solid #002c91;
  border-radius: 2px;
}
.l-basecontent h4.another:before {
  display: none;
}
.l-basecontent h5 {
  display: inline-block;
  margin: 0 0 1em;
  padding: 5px 10px;
  color: #002c91;
  background: #ececec;
  font-size: 0.85rem;
}
.l-basecontent h2:first-child,
.l-basecontent h3:first-child. .l-basecontent h4:first-child {
  margin-top: 0;
}
.l-basecontent .c-col {
  margin-bottom: 1.8em;
}
.l-basecontent .c-col + .c-col {
  margin-top: 33px;
}
.l-basecontent p {
  margin-bottom: 1.6em;
  font-size: 16px;
}
.l-basecontent p:last-child {
  margin-bottom: 0;
}
.l-basecontent p a {
  text-decoration: underline;
}
.l-basecontent p a:hover {
  text-decoration: none;
}
.ua-desktop .l-basecontent p a:hover {
  text-decoration: none;
}
.l-basecontent figure {
  /* margin-top: 2.2em; */
  /* margin-bottom: 1.8em; */
  margin-top: 1.9em;
  margin-bottom: 1.7em;
}
/* Hタグ直下マージン調整 */
.l-basecontent h2 + figure {
  /* margin-top: -0.2em; */
}
.l-basecontent h3 + figure {
  margin-top: 1.7em;
}
.l-basecontent h4 + figure {
  margin-top: 1.5em;
}
.l-basecontent .wp-block-image img {
  max-width: 864px;
}
@media screen and (max-width: 1270px) {
  .l-basecontent .wp-block-image img {
    max-width: 100%;
  }
}

.l-basecontent figure figcaption {
  margin-top: 0;
  margin-bottom: 0;
  color: #666666;
  font-size: 13px;
}

.l-basecontent .alignleft img,
.l-basecontent .alignright img,
.l-basecontent .aligncenter img {
  max-width: 100%;
}

.l-basecontent .size75 figure,
.l-basecontent .size75 > img {
  width: 75%;
}
.l-basecontent .size50 figure,
.l-basecontent .size50 > img {
  width: 50%;
}
.l-basecontent .size25 figure,
.l-basecontent .size25 > img {
  width: 25%;
}
.l-basecontent .wp-block-image .alignleft,
.l-basecontent .wp-block-image .alignright {
  margin-top: 0.4em;
}
.l-basecontent .wp-block-image .alignleft {
  margin-right: 1.5em;
}
.l-basecontent .wp-block-image .alignright {
  margin-left: 1.5em;
}

.l-basecontent ul {
  max-width: 100%;
  margin-top: 0;
}
.l-basecontent .wp-block-group,
.l-basecontent .group {
  margin-top: 2.2em;
  padding: 26px 30px 22px;
  border: 2px solid rgba(28, 67, 158, 0.5);
  border-radius: 5px;
}
.l-basecontent p.button a {
  display: inline-block;
  min-height: 40px;
  margin-top: 1em;
  padding: 8px 14px 7px;
  color: #fff;
  border: 1px solid #002c91;
  border-radius: 5px;
  background-color: #002c91;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.ua-desktop .l-basecontent p.button a:hover {
  background-color: #fff;
  color: #002c91;
}
@media screen and (max-width: 374px) {
  .l-basecontent p.button a {
    font-size: 12px;
  }
}

.ua-ie .wp-block-image .aligncenter,
.ua-ie .wp-block-image .alignleft,
.ua-ie .wp-block-image .alignright,
.ua-ie .wp-block-image.is-resized {
  display: block;
}
.ua-ie .wp-block-image .aligncenter > figcaption,
.ua-ie .wp-block-image .alignleft > figcaption,
.ua-ie .wp-block-image .alignright > figcaption,
.ua-ie .wp-block-image.is-resized > figcaption {
  display: block;
}
/* scrollfade */
.js-scrollfade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.85s cubic-bezier(0.45, 0, 0.55, 1),
    transform 0.85s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: opacity, transform;
}
.js-scrollfade.is-inview {
  opacity: 1;
  transform: translateY(0px);
}
.js-scrollfade.is-inview.is-inview-done {
  will-change: auto;
}

/* ---------------------------------------- */
/* PAGE TOP */
/* ---------------------------------------- */
.js-pagetop {
  width: 48px;
  height: 48px;
  background: transparent url(../img/assets/button-pagetop.svg) 50% 50%
    no-repeat;
  background-size: contain;
  position: fixed;
  right: 30px;
  bottom: 30px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  transition-property: opacity, visibility;
  transition-duration: 0.4s;
  z-index: 900;
  cursor: pointer;
}

.js-pagetop.-js-show {
  visibility: visible;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

/* ---------------------------------------- */
/* Related Post Card */
/* ---------------------------------------- */
.related-post-card {
  border: 1px solid #d8d8d8;
  padding: 1.5em;
  margin-top: 2em;
  margin-bottom: 2em;
  background: #ffffff;
  position: relative;
}

.related-post-card__label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 0 1em;
  color: #111111;
  background-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 10px;
}

.related-post-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.related-post-card__inner {
  display: flex;
  align-items: flex-start;
}

.related-post-card__image {
  flex-shrink: 0;
  width: 231px;
  height: 130px;
  overflow: hidden;
  margin-right: 16px;
}

.related-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-post-card__content {
  flex: 1;
}

.l-basecontent h4.related-post-card__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 0;
}

.l-basecontent h4.related-post-card__title:before {
  display: none;
}

.l-basecontent p.related-post-card__excerpt {
  font-size: 14px;
  color: #666;
  margin: 0;
}

@media screen and (max-width: 801px) {
  .related-post-card__image {
    width: 150px;
    height: auto;
  }

  .l-basecontent h4.related-post-card__title {
    font-size: 12px;
  }

  .l-basecontent p.related-post-card__excerpt {
    font-size: 10px;
  }
}

/* ---------------------------------------- */
/* TEMPORARY */
/* ---------------------------------------- */
