@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@charset "UTF-8";
/* ==========================================================
!HTML5 elements
========================================================== */
header,
footer,
nav,
main,
section,
aside,
article {
  display: block;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* ==========================================================
!Reseting
========================================================== */
/* 全ての要素のbox-sizingをデフォルトでborder-boxにする */
:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  overflow-scrolling: touch;
  word-break: break-word;
}

/* Hack for Safari 7.1-8.0 */
_::-webkit-full-page-media,
_:future,
:root body {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: "";
}

a,
input {
  /* outline: none; */
}

abbr,
acronym {
  border: 0;
}

/* ==========================================================
!Clearfix
========================================================== */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* ==========================================================
!Layout
========================================================== */
html {
  overflow-y: scroll;
}

body {
  text-align: center;
}

@media print {
  html,
  html body {
    *zoom: 0.65;
  }
}
/* ==========================================================
!Wrapper
========================================================== */
.l-wrapper {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px), print {
  .l-wrapper {
    padding-top: 75px;
  }
}
@media only screen and (min-width: 1300px), print {
  .l-wrapper {
    padding-top: 120px;
  }
}

.l-col2-rightnav01 {
  padding-bottom: 50px;
}
.l-col2-rightnav01--pb0 {
  padding-bottom: 0;
}
.l-col2-rightnav01-main {
  margin-top: 10px;
  display: flow-root;
}
.l-col2-rightnav01-side {
  margin-top: 70px;
}
.l-col2-rightnav01-side h2:first-of-type {
  margin-top: 0;
}
.l-col2-rightnav01-side h2.c-nav-title01--pcmt60-knowledge {
  margin-top: 60px;
}
.l-col2-rightnav01-side--mt01 {
  margin-top: 30px;
}
.l-col2-rightnav01--detail01 {
  padding-bottom: 0;
  margin-top: 58px;
}
.l-col2-rightnav01--detail02 {
  margin-top: 36px;
  padding-bottom: 0;
}
.l-col2-rightnav01--detail03 {
  margin-top: 58px;
}
@media only screen and (min-width: 768px), print {
  .l-col2-rightnav01-side--mt01 {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 960px), print {
  .l-col2-rightnav01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-bottom: 0;
  }
  .l-col2-rightnav01--detail01 {
    margin-top: 100px;
  }
  .l-col2-rightnav01--detail02 {
    margin-top: 35px;
  }
  .l-col2-rightnav01--detail03 {
    margin-top: 30px;
  }
  .l-col2-rightnav01-main {
    width: calc(100% - 255px);
    padding-right: 42px;
    margin-top: 0;
  }
  .l-col2-rightnav01-side {
    margin-top: 0;
    width: 255px;
  }
}

/* ==========================================================
!Section Common
========================================================== */
.l-outer {
  width: calc(100% - 30px);
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 768px), print {
  .l-outer {
    max-width: 1146px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (min-width: 960px), print {
  .l-outer {
    margin: 0 auto;
    text-align: left;
  }
}

/* Android */
.outer p,
.outer li,
.outer dt,
.outer dd,
.outer figcaption {
  background: url(/common/img/img_android01.png);
}

.l-inner {
  padding: 0 2% 0 2%; /* SPで左右に余白を空ける */
  text-align: left;
}

/* ==========================================================
!Header
========================================================== */
.l-header {
  position: static;
  z-index: 10;
  width: 100%;
  height: 75px;
  background: #ffffff;
  /* 1300px以上 */
}
.l-header a {
  text-decoration: none;
}
.l-header__outer {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header__logo {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 165px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: 100%;
  max-width: inherit;
}
@media only screen and (min-width: 768px), print {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1300px), print {
  .l-header {
    position: fixed;
    height: 120px;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
  .l-header.is-scroll {
    height: 95px;
  }
  .l-header.is-scroll .l-header-info,
  .l-header.is-scroll .l-header-search {
    display: none;
  }
  .l-header.is-scroll .l-header-menu {
    height: 66px;
  }
  .l-header.is-scroll .l-header-megamenu {
    top: 95px;
  }
  .l-header__outer {
    width: calc(100% - 60px);
    max-width: 1284px;
    margin: 0 auto;
  }
  .l-header__logo {
    left: 0;
    width: 197px;
  }
  .l-header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 13px;
    right: 210px;
  }
  .l-header-info > li {
    text-align: left;
  }
  .l-header-info > li:nth-child(n+2) {
    margin-left: 27px;
  }
  .l-header-info > li > a {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    font-weight: bold;
  }
  .l-header-info > li > a i {
    margin-right: 5px;
  }
  .l-header-info > li > a::after {
    content: none !important;
  }
  .l-header-info > li > a:not(:hover):not(:focus) {
    color: #000000;
  }
  .l-header-search {
    position: absolute;
    top: 13px;
    right: 0;
    width: 180px;
  }
  .l-header-search__word {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    width: 100%;
    padding: 4px 30px 4px 11px;
    border-bottom: 2px solid #1E9BD7;
    color: #8C8C8C;
    font-family: inherit;
    outline: none;
    border-radius: 0;
  }
  .l-header-search__btn {
    overflow: hidden;
    position: absolute;
    top: 5px;
    right: 7px;
    width: 16px;
    height: 16px;
    text-indent: -99px;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
  }
  .l-header-search i {
    position: absolute;
    top: 0;
    right: 7px;
    color: #007ABB;
  }
  .l-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 58px;
  }
  .l-header-menu__item {
    position: relative;
    padding: 0 21px;
  }
  .l-header-menu__item > a {
    display: block;
    position: relative;
    height: 100%;
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    color: #000000;
    font-weight: bold;
    letter-spacing: 0;
  }
  .l-header-menu__item > a::before {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #1E9BD7;
    content: "";
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
  .l-header-menu__item > a.is-current, .l-header-menu__item > a:hover {
    text-decoration: none;
  }
  .l-header-menu__item > a.is-current::before, .l-header-menu__item > a:hover::before {
    opacity: 1;
  }
  .l-header-menu__item > a.is-current {
    color: #1E9BD7;
  }
  .l-header-menu__item > a:active, .l-header-menu__item > a:visited, .l-header-menu__item > a:focus {
    text-decoration: none;
  }
  .l-header-menu__item > a.is-active::before {
    width: 100%;
  }
  .l-header-menu__item-small {
    display: block;
    font-size: 12px; /*IE9以下で反映されるよう記述*/
    font-size: 0.75rem;
    font-weight: normal;
    text-align: left;
  }
  .l-header-menu__item--border {
    padding: 0 30px;
  }
  .l-header-menu__item--border::before, .l-header-menu__item--border::after {
    position: absolute;
    top: 0;
    width: 1px;
    height: 40px;
    border-right: 1px solid #000000;
    content: "";
  }
  .l-header-menu__item--border::before {
    left: 0;
  }
  .l-header-menu__item--border::after {
    right: 0;
  }
  .l-header-menu__item--padding1 {
    padding: 0 30px 0 15px;
  }
  .l-header-menu__item--padding2 {
    padding: 0 0 0 30px;
  }
  .l-header-megamenu {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1;
  }
  .l-header-megamenu__wrap {
    width: calc(100% - 60px);
    max-width: 1284px;
    margin: 0 auto;
    padding: 65px 0 50px;
    text-align: left;
  }
  .l-header-megamenu__title {
    position: relative;
    padding-left: 15px;
    font-size: 32px; /*IE9以下で反映されるよう記述*/
    font-size: 2rem;
    font-weight: bold;
  }
  .l-header-megamenu__title::before {
    position: absolute;
    bottom: 0;
    left: -6px;
    width: 2px;
    height: 100px;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#1e9bd7), color-stop(50%, #1e9bd7), color-stop(50%, #343434), to(#343434));
    background: linear-gradient(#1e9bd7 0%, #1e9bd7 50%, #343434 50%, #343434 100%);
  }
  .l-header-megamenu__title a {
    color: #000000;
  }
  .l-header-megamenu__btn {
    margin: 30px 60px 0 0;
  }
  .l-header-megamenu__close-btn {
    position: absolute;
    bottom: 37px;
    left: 50%;
    padding-top: 18px;
    color: #1E9BD7;
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.125rem;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-header-megamenu__close-btn::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    border-top: 1px solid #1E9BD7;
    border-right: 1px solid #1E9BD7;
    content: "";
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  .l-header-overlay {
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: calc(100vh - 120px);
    background: rgba(100, 100, 100, 0.8);
  }
  .l-header-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 20px;
    margin-top: 10px;
    padding: 0 14px;
  }
  .l-header-submenu__item {
    width: calc((100% - 60px) / 4);
    border-bottom: 1px solid #C4C4C4;
  }
  .l-header-submenu__item a {
    display: block;
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.125rem;
    position: relative;
    padding: 20px 30px 20px 0;
    color: #000000;
  }
  .l-header-submenu__item a::after {
    display: none;
    font: var(--fa-font-regular);
    content: "\f061";
  }
  .l-header-submenu__item a svg {
    position: absolute;
    top: 50%;
    right: 0;
    color: #1E9BD7;
    font-size: 17px;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1299px), print {
  .l-header-info, .l-header-search, .l-header-menu {
    display: none;
  }
}

@media only screen and (min-width: 768px), print {
  .l-menu-trigger3-wrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    top: 0;
    right: 16px;
    height: 75px;
  }
  .l-menu-trigger3-wrap .l-menu-trigger3 {
    position: relative;
    display: block;
    width: 30px;
    height: 22px;
    background: none;
    cursor: pointer;
    /* Menu Line top */
    /* Menu Line middle */
    /* Menu Line bottom */
    /* Menu Close Line
    // ------------------------------------ */
  }
  .l-menu-trigger3-wrap .l-menu-trigger3:before {
    display: block;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: absolute;
    top: 0; /* 線の位置 */
    left: 0;
    width: 100%;
    height: 2px;
    text-align: center;
    content: "";
    background-color: #000000; /* 線の色 */
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
  .l-menu-trigger3-wrap .l-menu-trigger3 .l-menu-trigger-line {
    display: block;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: absolute;
    top: 10px; /* 線の位置 */
    left: 0;
    width: 100%;
    height: 2px;
    text-align: center;
    background-color: #000000; /* 線の色 */
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l-menu-trigger3-wrap .l-menu-trigger3:after {
    display: block;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: absolute;
    top: 20px; /* 線の位置 */
    left: 0;
    width: 100%;
    height: 2px;
    text-align: center;
    content: "";
    background-color: #000000; /* 線の色 */
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
  .l-menu-trigger3-wrap .l-menu-trigger3.is-active {
    /* Menu Close Line top */
    /* Menu Close Line middle */
    /* Menu Close Line bottom */
  }
  .l-menu-trigger3-wrap .l-menu-trigger3.is-active:before {
    left: 50%;
    width: 80%;
    border-radius: 100vh;
    -webkit-transform: translateX(-50%) translateY(10px) rotate(-45deg);
            transform: translateX(-50%) translateY(10px) rotate(-45deg);
  }
  .l-menu-trigger3-wrap .l-menu-trigger3.is-active .l-menu-trigger-line {
    background-color: transparent;
  }
  .l-menu-trigger3-wrap .l-menu-trigger3.is-active:after {
    left: 50%;
    width: 80%;
    border-radius: 100vh;
    -webkit-transform: translateX(-50%) translateY(-10px) rotate(45deg);
            transform: translateX(-50%) translateY(-10px) rotate(45deg);
  }
}
@media only screen and (max-width: 767px), print {
  .l-menu-trigger3-wrap {
    display: none;
  }
  .l-menu-trigger3-wrap .l-menu-trigger3 {
    display: none;
  }
}
/* 1300px以上 */
@media only screen and (min-width: 1300px), print {
  .l-menu-trigger3-wrap {
    display: none;
  }
  .l-menu-trigger3-wrap .l-menu-trigger3 {
    display: none;
  }
}
/* ==========================================================
!Gnavi
========================================================== */
.l-gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
  background: trasnparent;
  z-index: 1001;
  /* Link common hiden */
  /* others link default */
}
.l-gnavi-header {
  height: 75px;
  padding: 0 32px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-gnavi-menu {
  display: block;
  overflow: hidden;
  visibility: hidden; /* 変更前 */
  opacity: 0; /* 変更前 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  /* fade slide */
  -webkit-transform: translateY(60px);
          transform: translateY(60px); /* 変更前 */
  -webkit-transition-property: overflow, visibility, height, opacity, -webkit-transform;
  transition-property: overflow, visibility, height, opacity, -webkit-transform;
  transition-property: overflow, visibility, height, opacity, transform;
  transition-property: overflow, visibility, height, opacity, transform, -webkit-transform; /* transitionを適用するCSSプロパティ名を指定 */
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; /* 0.3秒かけて */
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; /* 変化の進行割合をイージングで指定 */
  /* Link common visible */
}
.l-gnavi-menu.is-active {
  overflow: auto; /* 変更後 */
  overflow-y: scroll; /* スマホ制御 */
  visibility: visible; /* 変更後 */
  opacity: 1; /* 変更後 */
  /* fade slide */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 変更後 */
  -webkit-transition-property: overflow, visibility, height, opacity, -webkit-transform;
  transition-property: overflow, visibility, height, opacity, -webkit-transform;
  transition-property: overflow, visibility, height, opacity, transform;
  transition-property: overflow, visibility, height, opacity, transform, -webkit-transform; /* transitionを適用するCSSプロパティ名を指定 */
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; /* 0.3秒かけて */
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; /* 変化の進行割合をイージングで指定 */
}
.l-gnavi-main {
  max-width: 600px;
  margin: 0 auto;
  padding: 7px 20px 0;
  text-align: left;
}
.l-gnavi-main__item {
  position: relative;
}
.l-gnavi-main__item > a {
  display: block;
  padding: 15px 54px 15px 0;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  color: #000000;
}
.l-gnavi-main__item--border {
  border-bottom: 1px solid #343434;
}
.l-gnavi-main__item--border a {
  padding: 19px 54px 19px 0;
}
.l-gnavi-main__item-small {
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  display: block;
}
.l-gnavi-acc-btn {
  position: absolute;
  top: 0;
  right: -5px;
  width: 44px;
  height: 62px;
  padding: 0;
  cursor: pointer;
  color: #1E9BD7;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
}
.l-gnavi-acc-btn i {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.l-gnavi-acc-btn.is-active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-gnavi-submenu {
  width: calc(100% - 15px);
  margin: 0 0 0 auto;
  border-top: 4px solid #1E9BD7;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.l-gnavi-submenu.is-active {
  height: auto;
  padding: 20px 2px;
  visibility: visible;
}
.l-gnavi-submenu__item a {
  display: block;
  padding: 11px 0;
  color: #000000;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
}
.l-gnavi-favorite {
  max-width: 600px;
  margin: 0 auto;
  padding: 28px 11px 0;
}
.l-gnavi-favorite__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  text-align: left;
  font-weight: bold;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  color: #000000;
}
.l-gnavi-favorite__link::before {
  content: "";
  background-image: url(/common/img/ico_star.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  color: #000000;
}
.l-gnavi-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  padding: 28px 11px 0;
}
.l-gnavi-info > li {
  text-align: left;
}
.l-gnavi-info > li:nth-child(n+2) {
  margin-left: 40px;
}
.l-gnavi-info > li > a {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  color: #000000;
  font-weight: bold;
}
.l-gnavi-info > li > a i {
  margin-right: 3px;
}
.l-gnavi-search {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 19px 15px 40px;
}
.l-gnavi-search__word {
  width: 100%;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  padding: 13px 45px 5px 8px;
  border-bottom: 2px solid #1E9BD7;
  color: #8C8C8C;
  font-family: inherit;
  outline: none;
  border-radius: 0;
}
.l-gnavi-search i {
  position: absolute;
  top: 24px;
  right: 31px;
  color: #007ABB;
}
.l-gnavi-search__btn {
  overflow: hidden;
  position: absolute;
  top: 32px;
  right: 31px;
  width: 16px;
  height: 16px;
  text-indent: -99px;
  white-space: nowrap;
  background: transparent;
  cursor: pointer;
}

.l-menu-trigger {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: none;
  cursor: pointer;
  /* Menu Line top */
  /* Menu Line middle */
  /* Menu Line bottom */
  /* Menu Close Line
  // ------------------------------------ */
}
.l-menu-trigger:before {
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: absolute;
  top: 1px; /* 線の位置 */
  left: 0;
  width: 100%;
  height: 2px;
  text-align: center;
  content: "";
  background-color: #ffffff; /* 線の色 */
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.l-menu-trigger .l-menu-trigger-line {
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: absolute;
  top: 7px; /* 線の位置 */
  left: 0;
  width: 100%;
  height: 2px;
  text-align: center;
  background-color: #ffffff; /* 線の色 */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-menu-trigger:after {
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: absolute;
  top: 13px; /* 線の位置 */
  left: 0;
  width: 100%;
  height: 2px;
  text-align: center;
  content: "";
  background-color: #ffffff; /* 線の色 */
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.l-menu-trigger.is-active {
  /* Menu Close Line top */
  /* Menu Close Line middle */
  /* Menu Close Line bottom */
}
.l-menu-trigger.is-active:before {
  left: 50%;
  width: 80%;
  border-radius: 100vh;
  -webkit-transform: translateX(-50%) translateY(6px) rotate(-45deg);
          transform: translateX(-50%) translateY(6px) rotate(-45deg);
}
.l-menu-trigger.is-active .l-menu-trigger-line {
  background-color: transparent;
}
.l-menu-trigger.is-active:after {
  left: 50%;
  width: 80%;
  border-radius: 100vh;
  -webkit-transform: translateX(-50%) translateY(-6px) rotate(45deg);
          transform: translateX(-50%) translateY(-6px) rotate(45deg);
}

.l-menu-trigger2 {
  position: relative;
  display: block;
  width: 30px;
  height: 22px;
  background: none;
  cursor: pointer;
  /* Menu Line top */
  /* Menu Line middle */
  /* Menu Line bottom */
}
.l-menu-trigger2:before {
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: absolute;
  top: 0; /* 線の位置 */
  left: 50%;
  width: 80%;
  height: 2px;
  border-radius: 100vh;
  text-align: center;
  content: "";
  background-color: #000000; /* 線の色 */
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateX(-50%) translateY(10px) rotate(-45deg);
          transform: translateX(-50%) translateY(10px) rotate(-45deg);
}
.l-menu-trigger2.l-menu-trigger-line {
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: absolute;
  top: 10px; /* 線の位置 */
  left: 0;
  width: 100%;
  height: 2px;
  text-align: center;
  background-color: transparent; /* 線の色 */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-menu-trigger2:after {
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: absolute;
  top: 20px; /* 線の位置 */
  left: 50%;
  width: 80%;
  height: 2px;
  border-radius: 100vh;
  text-align: center;
  content: "";
  background-color: #000000; /* 線の色 */
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-10px) rotate(45deg);
          transform: translateX(-50%) translateY(-10px) rotate(45deg);
}

/* 1300px以上 */
@media only screen and (min-width: 1300px), print {
  .l-gnavi,
  .l-menu__trigger {
    display: none;
  }
}
/* ==========================================================
!c-fixed-anchor
========================================================== */
.c-fixed-anchor {
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 7px;
  background: #ffffff;
  margin-top: 0 !important;
}
.c-fixed-anchor__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #C4C4C4;
  padding: 0 30px;
  min-width: 100%;
}
.c-fixed-anchor__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
.c-fixed-anchor__link {
  position: relative;
}
.c-fixed-anchor__link a {
  display: block;
  padding: 17px 0;
  color: #000000;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.03em;
}
.c-fixed-anchor__link a:hover, .c-fixed-anchor__link a:focus {
  text-decoration: none;
}
.c-fixed-anchor__link a.is-current::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #1E9BD7;
}
.c-fixed-anchor-cnt {
  margin-top: 60px;
}
.is-anchor-fixed .c-fixed-anchor-cnt {
  margin-top: 155px;
}

@media only screen and (min-width: 768px), print {
  .c-fixed-anchor {
    overflow-x: hidden;
    padding-bottom: 0;
  }
  .c-fixed-anchor__wrap {
    width: 100%;
    border-top: 1px solid #C4C4C4;
  }
  .c-fixed-anchor__flex {
    gap: 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 1146px;
    margin: 0 auto;
  }
  .c-fixed-anchor__link a {
    font-weight: normal;
  }
  .c-fixed-anchor__link.is-current {
    font-weight: bold;
  }
  .c-fixed-anchor-cnt {
    margin-top: 53px;
  }
  .is-anchor-fixed .c-fixed-anchor-cnt {
    margin-top: 82px;
  }
}
@media only screen and (min-width: 1300px), print {
  .c-fixed-anchor {
    top: 95px;
  }
}

.c-nav-ranking01__item {
  position: relative;
}
.c-nav-ranking01__item::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  border-radius: 100vh;
}
.c-nav-ranking01__item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: 120px 10px auto;
  grid-template-columns: 120px 10px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #C4C4C4;
}
.c-nav-ranking01__item a:not(:hover) {
  text-decoration: none;
}
.c-nav-ranking01__item a:hover {
  text-decoration: none;
}
.c-nav-ranking01__item a:hover .c-nav-ranking01__title {
  text-decoration: underline;
}
.c-nav-ranking01__item a:not(:hover) .c-nav-ranking01__title {
  color: #000000;
}
.c-nav-ranking01__item a:focus .c-nav-ranking01__title {
  color: #1E9BD7;
}
.c-nav-ranking01__item:nth-child(n+2) {
  margin-top: 20px;
}
.c-nav-ranking01__item:nth-child(1)::before {
  content: "1";
  background: #FFBF27;
}
.c-nav-ranking01__item:nth-child(2)::before {
  content: "2";
  background: #5949A7;
}
.c-nav-ranking01__item:nth-child(3)::before {
  content: "3";
  background: #1CD8C0;
}
.c-nav-ranking01__item:nth-child(4)::before {
  content: "4";
  background: #1E9BD7;
}
.c-nav-ranking01__item:nth-child(5)::before {
  content: "5";
  background: #1E9BD7;
}
.c-nav-ranking01__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  width: 100%;
  aspect-ratio: 30/17;
}
.c-nav-ranking01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-nav-ranking01__cate {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  line-height: 0;
}
.c-nav-ranking01__cate-item {
  background: #000000;
  color: #ffffff;
  font-size: 10px; /*IE9以下で反映されるよう記述*/
  font-size: 0.625rem;
  font-weight: bold;
  padding: 6px 10px;
  min-width: 98px;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
.c-nav-ranking01__date {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  margin-top: 8px;
  line-height: 1;
  letter-spacing: 0;
  color: #007ABB;
}
.c-nav-ranking01__title[class] {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  line-height: 1.3571428571;
  margin: 8px 0 0;
  word-break: break-all;
}
@media only screen and (min-width: 960px), print {
  .c-nav-ranking01 {
    padding-top: 26px;
  }
  .c-nav-ranking01__item::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .c-nav-ranking01__item a {
    -ms-grid-columns: 77px 10px auto;
    grid-template-columns: 77px 10px auto;
    padding-bottom: 13px;
    border-bottom: 1px solid #C4C4C4;
  }
  .c-nav-ranking01__item a:not(:hover) {
    text-decoration: none;
  }
  .c-nav-ranking01__item:nth-child(n+2) {
    margin-top: 14px;
  }
  .c-nav-ranking01__date {
    margin-top: 12px;
  }
}

.c-nav-ranking02__item {
  position: relative;
  border-bottom: 1px solid #C4C4C4;
}
.c-nav-ranking02__item::before {
  position: absolute;
  top: 19px;
  left: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  border-radius: 100vh;
}
.c-nav-ranking02__item a {
  display: block;
  padding: 20px 0 20px 32px;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
}
.c-nav-ranking02__item:nth-child(1)::before {
  content: "1";
  background: #FFBF27;
}
.c-nav-ranking02__item:nth-child(2)::before {
  content: "2";
  background: #5949A7;
}
.c-nav-ranking02__item:nth-child(3)::before {
  content: "3";
  background: #1CD8C0;
}
.c-nav-ranking02__item:nth-child(4)::before {
  content: "4";
  background: #1E9BD7;
}
.c-nav-ranking02__item:nth-child(5)::before {
  content: "5";
  background: #1E9BD7;
}
@media only screen and (min-width: 960px), print {
  .c-nav-ranking02__item a {
    padding: 16px 0 16px 32px;
  }
  .c-nav-ranking02__item::before {
    top: 13px;
  }
}

.c-nav-img-large01__item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 120px 10px auto;
  grid-template-columns: 120px 10px auto;
}
.c-nav-img-large01__item a:hover {
  text-decoration: none;
}
.c-nav-img-large01__item a:hover .c-nav-img-large01__link {
  text-decoration: underline;
}
.c-nav-img-large01__item:nth-child(n+2) {
  margin-top: 30px;
}
.c-nav-img-large01__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  width: 100%;
  aspect-ratio: 1/1;
}
.c-nav-img-large01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-nav-img-large01__textarea {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.c-nav-img-large01__name[class] {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
}
.c-nav-img-large01__name[class]:not(:hover) {
  color: #000000;
}
.c-nav-img-large01__prof[class] {
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  line-height: 1.4166666667;
  margin: 10px 0 0;
  word-break: break-all;
}
.c-nav-img-large01__prof[class]:not(:hover) {
  color: #8C8C8C;
}
.c-nav-img-large01__link {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
  margin: 13px 0 0;
  text-align: right;
}
.c-nav-img-large01__link::after {
  display: none;
  font: var(--fa-font-light);
  content: "\f105";
}
.c-nav-img-large01__link svg {
  margin: 0 5px;
  font-size: 1.2em;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media only screen and (min-width: 960px), print {
  .c-nav-img-large01 {
    margin-top: 30px;
  }
  .c-nav-img-large01__item a {
    display: block;
  }
  .c-nav-img-large01__item:nth-child(n+2) {
    margin-top: 40px;
  }
  .c-nav-img-large01__textarea {
    margin-top: 12px;
  }
  .c-nav-img-large01__name[class] {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
  }
  .c-nav-img-large01__prof[class] {
    line-height: 1.75;
    margin: 6px 0 0;
  }
  .c-nav-img-large01__link {
    margin: 7px 0 0;
  }
}

.c-nav-arw-list01 {
  border-top: 1px solid #C4C4C4;
}
.c-nav-arw-list01__item {
  border-bottom: 1px solid #C4C4C4;
}
.c-nav-arw-list01__item a {
  position: relative;
  display: block;
  padding: 14px 0;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
}
.c-nav-arw-list01__item a::after {
  display: none;
  font: var(--fa-font-light);
  content: "\f105";
}
.c-nav-arw-list01__item a svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 1.3em;
  line-height: 0;
}
@media only screen and (min-width: 960px), print {
  .c-nav-arw-list01 {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 960px), print {
  .c-nav-title01--pcmt60[class] {
    margin-top: 60px;
  }
}

/* ==========================================================
!Editor内スタイル
========================================================== */
.l-entry-content p,
.l-entry-content dl,
.l-entry-content dt,
.l-entry-content dd,
.l-entry-content ul,
.l-entry-content ol,
.l-entry-content li,
.l-entry-content th,
.l-entry-content td,
.l-component-content p,
.l-component-content dl,
.l-component-content dt,
.l-component-content dd,
.l-component-content ul,
.l-component-content ol,
.l-component-content li,
.l-component-content th,
.l-component-content td {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  line-height: 1.77;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content p,
  .l-entry-content dl,
  .l-entry-content dt,
  .l-entry-content dd,
  .l-entry-content ul,
  .l-entry-content ol,
  .l-entry-content li,
  .l-entry-content th,
  .l-entry-content td,
  .l-component-content p,
  .l-component-content dl,
  .l-component-content dt,
  .l-component-content dd,
  .l-component-content ul,
  .l-component-content ol,
  .l-component-content li,
  .l-component-content th,
  .l-component-content td {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
  }
}
.l-entry-content p,
.l-entry-content dl,
.l-component-content p,
.l-component-content dl {
  margin: 24px 0;
}
.l-entry-content p:first-child,
.l-entry-content dl:first-child,
.l-component-content p:first-child,
.l-component-content dl:first-child {
  margin: 0;
}
.l-entry-content p.is-style-c-text-margin0,
.l-component-content p.is-style-c-text-margin0 {
  margin: 0;
}
.l-entry-content p.is-style-c-text-padding01,
.l-component-content p.is-style-c-text-padding01 {
  margin: 12px 0;
}
@media only screen and (max-width: 767px), print {
  .l-entry-content p.is-style-c-text-sp18,
  .l-component-content p.is-style-c-text-sp18 {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.125rem;
  }
}
.l-entry-content .wp-block-separator,
.l-component-content .wp-block-separator {
  width: calc(100% + 30px);
  margin: 30px -15px;
  border-color: #C4C4C4;
}
.l-entry-content .wp-block-separator:not(.is-style-wide),
.l-component-content .wp-block-separator:not(.is-style-wide) {
  border-bottom: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-separator,
  .l-component-content .wp-block-separator {
    width: 100vw;
    margin: 60px calc(50% - 50vw);
  }
}
.l-entry-content .wp-block-separator.is-style-dots,
.l-component-content .wp-block-separator.is-style-dots {
  border-top: 1px dotted #C4C4C4;
}
.l-entry-content .wp-block-separator.is-style-dots::before,
.l-component-content .wp-block-separator.is-style-dots::before {
  content: none;
}
.l-entry-content > *:first-child,
.l-component-content > *:first-child {
  margin-top: 0;
}
.l-entry-content figure > a::after,
.l-entry-content a:not([target=_blank])::after,
.l-component-content figure > a::after,
.l-component-content a:not([target=_blank])::after {
  content: none !important;
}
.l-entry-content h1,
.l-entry-content .is-style-c-h1[class],
.l-entry-content .is-style-c-h1-mt0[class],
.l-component-content h1,
.l-component-content .is-style-c-h1[class],
.l-component-content .is-style-c-h1-mt0[class] {
  position: relative;
  font-size: 32px; /*IE9以下で反映されるよう記述*/
  font-size: 2rem;
  line-height: 1.3125;
  font-weight: bold;
  padding: 33px 0 0;
  margin: 100px 0 24px;
  border-bottom: none;
}
.l-entry-content h1::before,
.l-entry-content .is-style-c-h1[class]::before,
.l-entry-content .is-style-c-h1-mt0[class]::before,
.l-component-content h1::before,
.l-component-content .is-style-c-h1[class]::before,
.l-component-content .is-style-c-h1-mt0[class]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#1E9BD7), color-stop(50%, #1E9BD7), color-stop(50%, #343434), to(#343434));
  background: linear-gradient(90deg, #1E9BD7 0%, #1E9BD7 50%, #343434 50%, #343434 100%);
}
@media only screen and (min-width: 768px), print {
  .l-entry-content h1,
  .l-entry-content .is-style-c-h1[class],
  .l-entry-content .is-style-c-h1-mt0[class],
  .l-component-content h1,
  .l-component-content .is-style-c-h1[class],
  .l-component-content .is-style-c-h1-mt0[class] {
    font-size: 36px; /*IE9以下で反映されるよう記述*/
    font-size: 2.25rem;
    line-height: 1.7777777778;
    padding: 27px 0 0;
    margin: 137px 0 12px;
  }
}
.l-entry-content h2,
.l-entry-content .is-style-c-h2[class],
.l-entry-content .is-style-c-h2-mt0[class],
.l-component-content h2,
.l-component-content .is-style-c-h2[class],
.l-component-content .is-style-c-h2-mt0[class] {
  position: relative;
  font-size: 24px; /*IE9以下で反映されるよう記述*/
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: bold;
  padding: 34px 0 0;
  margin: 80px 0 24px;
  border-bottom: none;
}
.l-entry-content h2::before,
.l-entry-content .is-style-c-h2[class]::before,
.l-entry-content .is-style-c-h2-mt0[class]::before,
.l-component-content h2::before,
.l-component-content .is-style-c-h2[class]::before,
.l-component-content .is-style-c-h2-mt0[class]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#1E9BD7), color-stop(50%, #1E9BD7), color-stop(50%, #343434), to(#343434));
  background: linear-gradient(90deg, #1E9BD7 0%, #1E9BD7 50%, #343434 50%, #343434 100%);
}
@media only screen and (min-width: 768px), print {
  .l-entry-content h2,
  .l-entry-content .is-style-c-h2[class],
  .l-entry-content .is-style-c-h2-mt0[class],
  .l-component-content h2,
  .l-component-content .is-style-c-h2[class],
  .l-component-content .is-style-c-h2-mt0[class] {
    margin: 94px 0 12px;
  }
}
.l-entry-content h3,
.l-entry-content .is-style-c-h3[class],
.l-entry-content .is-style-c-h3-mt0[class],
.l-component-content h3,
.l-component-content .is-style-c-h3[class],
.l-component-content .is-style-c-h3-mt0[class] {
  position: relative;
  font-size: 22px; /*IE9以下で反映されるよう記述*/
  font-size: 1.375rem;
  line-height: 1.4090909091;
  margin: 60px 0 24px;
  padding: 0 0 12px;
  border-bottom: 1px solid #E5E5E5;
  font-weight: normal;
}
.l-entry-content h3::before,
.l-entry-content .is-style-c-h3[class]::before,
.l-entry-content .is-style-c-h3-mt0[class]::before,
.l-component-content h3::before,
.l-component-content .is-style-c-h3[class]::before,
.l-component-content .is-style-c-h3-mt0[class]::before {
  content: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content h3,
  .l-entry-content .is-style-c-h3[class],
  .l-entry-content .is-style-c-h3-mt0[class],
  .l-component-content h3,
  .l-component-content .is-style-c-h3[class],
  .l-component-content .is-style-c-h3-mt0[class] {
    margin: 58px 0 12px;
  }
}
.l-entry-content h4,
.l-entry-content .is-style-c-h4[class],
.l-entry-content .is-style-c-h4-mt0[class],
.l-component-content h4,
.l-component-content .is-style-c-h4[class],
.l-component-content .is-style-c-h4-mt0[class] {
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 40px 0 24px;
  padding: 0;
  border-bottom: none;
}
.l-entry-content h4::before,
.l-entry-content .is-style-c-h4[class]::before,
.l-entry-content .is-style-c-h4-mt0[class]::before,
.l-component-content h4::before,
.l-component-content .is-style-c-h4[class]::before,
.l-component-content .is-style-c-h4-mt0[class]::before {
  content: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content h4,
  .l-entry-content .is-style-c-h4[class],
  .l-entry-content .is-style-c-h4-mt0[class],
  .l-component-content h4,
  .l-component-content .is-style-c-h4[class],
  .l-component-content .is-style-c-h4-mt0[class] {
    margin: 36px 0 12px;
  }
}
.l-entry-content h5,
.l-entry-content .is-style-c-h5[class],
.l-entry-content .is-style-c-h5-mt0[class],
.l-component-content h5,
.l-component-content .is-style-c-h5[class],
.l-component-content .is-style-c-h5-mt0[class] {
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 40px 0 24px;
  padding: 0;
  border-bottom: none;
}
.l-entry-content h5::before,
.l-entry-content .is-style-c-h5[class]::before,
.l-entry-content .is-style-c-h5-mt0[class]::before,
.l-component-content h5::before,
.l-component-content .is-style-c-h5[class]::before,
.l-component-content .is-style-c-h5-mt0[class]::before {
  content: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content h5,
  .l-entry-content .is-style-c-h5[class],
  .l-entry-content .is-style-c-h5-mt0[class],
  .l-component-content h5,
  .l-component-content .is-style-c-h5[class],
  .l-component-content .is-style-c-h5-mt0[class] {
    margin: 36px 0 12px;
  }
}
.l-entry-content .is-style-c-h5-margin01[class],
.l-component-content .is-style-c-h5-margin01[class] {
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 8px 0;
  padding: 0;
  border-bottom: none;
}
.l-entry-content .is-style-c-h5-margin01[class]::before,
.l-component-content .is-style-c-h5-margin01[class]::before {
  content: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .is-style-c-h5-margin01[class],
  .l-component-content .is-style-c-h5-margin01[class] {
    margin: 18px 0 13px;
  }
}
.l-entry-content .is-style-c-h1-mt0[class],
.l-entry-content .is-style-c-h2-mt0[class],
.l-entry-content .is-style-c-h3-mt0[class],
.l-entry-content .is-style-c-h4-mt0[class],
.l-entry-content .is-style-c-h5-mt0[class],
.l-component-content .is-style-c-h1-mt0[class],
.l-component-content .is-style-c-h2-mt0[class],
.l-component-content .is-style-c-h3-mt0[class],
.l-component-content .is-style-c-h4-mt0[class],
.l-component-content .is-style-c-h5-mt0[class] {
  margin: 0 0 10px;
}
.l-entry-content > p mark,
.l-component-content > p mark {
  background: #FFBF27;
  padding: 0 0.2em;
}
.l-entry-content p.is-style-c-link01,
.l-component-content p.is-style-c-link01 {
  margin: 8px 0;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content p.is-style-c-link01,
  .l-component-content p.is-style-c-link01 {
    margin: 16px 0;
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
}
.l-entry-content .has-pale-pink-color,
.l-component-content .has-pale-pink-color {
  color: #1E9BD7;
}
.l-entry-content .has-text-align-left,
.l-component-content .has-text-align-left {
  text-align: left;
}
.l-entry-content .has-text-align-center,
.l-component-content .has-text-align-center {
  text-align: center;
}
.l-entry-content .has-text-align-right,
.l-component-content .has-text-align-right {
  text-align: right;
}
.l-entry-content ul,
.l-entry-content ol,
.l-component-content ul,
.l-component-content ol {
  margin: 24px 0 0;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content ul,
  .l-entry-content ol,
  .l-component-content ul,
  .l-component-content ol {
    margin: 12px 0;
  }
}
.l-entry-content ul > li,
.l-component-content ul > li {
  position: relative;
  padding-left: 26px;
  margin: 12px 0;
}
.l-entry-content ul > li::before,
.l-component-content ul > li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 100vh;
  background: #000000;
}
.l-entry-content ul > li:first-child,
.l-component-content ul > li:first-child {
  margin-top: 0;
}
.l-entry-content ul > li > ul,
.l-component-content ul > li > ul {
  margin: 0;
}
.l-entry-content ul > li > ul li:first-child,
.l-component-content ul > li > ul li:first-child {
  margin: 12px 0;
}
.l-entry-content ul.is-style-c-ul01 > li,
.l-component-content ul.is-style-c-ul01 > li {
  margin: 6px 0;
  padding-left: 0;
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
  color: #8C8C8C;
}
.l-entry-content ul.is-style-c-ul01 > li::before,
.l-component-content ul.is-style-c-ul01 > li::before {
  content: none;
}
.l-entry-content ul.is-style-c-ul01 > li > ul,
.l-component-content ul.is-style-c-ul01 > li > ul {
  padding-left: 1em;
}
.l-entry-content ul.is-style-c-ul01 > li > ul li:first-child,
.l-component-content ul.is-style-c-ul01 > li > ul li:first-child {
  margin: 6px 0;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content ul.is-style-c-ul01 > li,
  .l-component-content ul.is-style-c-ul01 > li {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    margin: 4px 0;
  }
}
.l-entry-content ul.is-style-c-ul02 > li,
.l-component-content ul.is-style-c-ul02 > li {
  margin: 6px 0;
  padding-left: 24px;
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
  color: #8C8C8C;
}
.l-entry-content ul.is-style-c-ul02 > li::before,
.l-component-content ul.is-style-c-ul02 > li::before {
  content: "※";
  top: 0;
  left: 0;
  width: 1em;
  height: auto;
  border-radius: unset;
  background: none;
}
.l-entry-content ul.is-style-c-ul02 > li > ul li:first-child,
.l-component-content ul.is-style-c-ul02 > li > ul li:first-child {
  margin: 6px 0;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content ul.is-style-c-ul02 > li,
  .l-component-content ul.is-style-c-ul02 > li {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    margin: 4px 0;
  }
}
.l-entry-content ol,
.l-component-content ol {
  counter-reset: count;
  list-style-type: none;
}
.l-entry-content ol > li,
.l-component-content ol > li {
  margin: 12px 0 12px 26px;
}
.l-entry-content ol > li:first-child,
.l-component-content ol > li:first-child {
  margin-top: 0;
}
.l-entry-content ol > li:before,
.l-component-content ol > li:before {
  display: inline-block;
  margin: 0 0 0 -26px;
  width: 26px;
  counter-increment: count;
  content: counter(count) ".";
}
.l-entry-content ol > li > ol,
.l-component-content ol > li > ol {
  margin: 0;
}
.l-entry-content ol > li > ol li:first-child,
.l-component-content ol > li > ol li:first-child {
  margin: 12px 0 12px 26px;
}
.l-entry-content ol.is-style-c-ol01 > li,
.l-component-content ol.is-style-c-ol01 > li {
  margin: 12px 0 12px 30px;
}
.l-entry-content ol.is-style-c-ol01 > li:before,
.l-component-content ol.is-style-c-ol01 > li:before {
  margin: 0 0 0 -30px;
  width: 30px;
  content: "※" counter(count) ".";
}
.l-entry-content ol.is-style-c-ol01 > li > ol li:first-child,
.l-component-content ol.is-style-c-ol01 > li > ol li:first-child {
  margin: 12px 0 12px 30px;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content ol.is-style-c-ol01 > li,
  .l-component-content ol.is-style-c-ol01 > li {
    margin: 12px 0 12px 45px;
  }
  .l-entry-content ol.is-style-c-ol01 > li:before,
  .l-component-content ol.is-style-c-ol01 > li:before {
    margin: 0 0 0 -45px;
    width: 45px;
  }
  .l-entry-content ol.is-style-c-ol01 > li > ol li:first-child,
  .l-component-content ol.is-style-c-ol01 > li > ol li:first-child {
    margin: 12px 0 12px 45px;
  }
}
.l-entry-content ol.is-style-c-ol02 > li,
.l-component-content ol.is-style-c-ol02 > li {
  margin: 6px 0 6px 30px;
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
  color: #8C8C8C;
}
.l-entry-content ol.is-style-c-ol02 > li:before,
.l-component-content ol.is-style-c-ol02 > li:before {
  margin: 0 0 0 -30px;
  width: 30px;
  content: "※" counter(count) ".";
}
.l-entry-content ol.is-style-c-ol02 > li > ol li:first-child,
.l-component-content ol.is-style-c-ol02 > li > ol li:first-child {
  margin: 6px 0 6px 30px;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content ol.is-style-c-ol02 > li,
  .l-component-content ol.is-style-c-ol02 > li {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    margin: 6px 0 6px 38px;
  }
  .l-entry-content ol.is-style-c-ol02 > li:before,
  .l-component-content ol.is-style-c-ol02 > li:before {
    margin: 0 0 0 -38px;
    width: 38px;
  }
  .l-entry-content ol.is-style-c-ol02 > li > ol li:first-child,
  .l-component-content ol.is-style-c-ol02 > li > ol li:first-child {
    margin: 6px 0 6px 38px;
  }
}
.l-entry-content ol.is-style-c-ol03 > li,
.l-component-content ol.is-style-c-ol03 > li {
  position: relative;
  list-style: none;
  margin: 6px 0;
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
}
.l-entry-content ol.is-style-c-ol03 > li:before,
.l-component-content ol.is-style-c-ol03 > li:before {
  display: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content ol.is-style-c-ol03 > li,
  .l-component-content ol.is-style-c-ol03 > li {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    margin: 6px 0;
  }
}
.l-entry-content .is-style-c-arrow > li,
.l-component-content .is-style-c-arrow > li {
  padding-left: 19px;
  margin: 0;
}
.l-entry-content .is-style-c-arrow > li::before,
.l-component-content .is-style-c-arrow > li::before {
  display: none;
  font: var(--fa-font-light);
  content: "\f178";
  color: #1E9BD7;
}
.l-entry-content .is-style-c-arrow > li svg,
.l-component-content .is-style-c-arrow > li svg {
  position: absolute;
  top: 6px;
  left: 0;
  line-height: 0;
  color: #1E9BD7;
}
.l-entry-content .is-style-c-arrow > li a:not(:hover),
.l-component-content .is-style-c-arrow > li a:not(:hover) {
  color: #1E9BD7;
}
.l-entry-content dl:not([class]),
.l-component-content dl:not([class]) {
  border-bottom: 1px solid #C4C4C4;
}
.l-entry-content dl:not([class]) dt,
.l-component-content dl:not([class]) dt {
  font-weight: bold;
  border-top: 1px solid #C4C4C4;
  background: #F0F0F0;
  padding: 15px 17px;
}
.l-entry-content dl:not([class]) dd,
.l-component-content dl:not([class]) dd {
  padding: 13px 17px;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content dl:not([class]) dt,
  .l-component-content dl:not([class]) dt {
    padding: 18px 20px;
  }
  .l-entry-content dl:not([class]) dd,
  .l-component-content dl:not([class]) dd {
    padding: 18px 20px;
  }
}
@media only screen and (min-width: 768px), print {
  .l-entry-content blockquote,
  .l-component-content blockquote {
    margin: 24px 0 0 0;
    padding: 24px;
  }
}
.l-entry-content code,
.l-component-content code {
  display: block;
  padding: 10px;
  border: solid 1px #f1f1f1;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  background: #f1f1f1;
}
.l-entry-content .wp-block-table,
.l-component-content .wp-block-table {
  margin: 60px 0;
}
.l-entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
.l-component-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #F0F0F0;
}
.l-entry-content .wp-block-table table,
.l-component-content .wp-block-table table {
  width: 100%;
  table-layout: auto;
}
.l-entry-content .wp-block-table table th,
.l-entry-content .wp-block-table table td,
.l-component-content .wp-block-table table th,
.l-component-content .wp-block-table table td {
  border: 1px solid;
  border-color: #C4C4C4;
  padding: 12px 15px;
}
.l-entry-content .wp-block-table table th:first-child,
.l-entry-content .wp-block-table table td:first-child,
.l-component-content .wp-block-table table th:first-child,
.l-component-content .wp-block-table table td:first-child {
  border-left: none;
}
.l-entry-content .wp-block-table table th:last-child,
.l-entry-content .wp-block-table table td:last-child,
.l-component-content .wp-block-table table th:last-child,
.l-component-content .wp-block-table table td:last-child {
  border-right: none;
}
.l-entry-content .wp-block-table table tbody th,
.l-component-content .wp-block-table table tbody th {
  background-color: #F0F0F0;
  font-weight: bold;
}
.l-entry-content .wp-block-table table tbody td,
.l-component-content .wp-block-table table tbody td {
  vertical-align: top;
}
.l-entry-content .wp-block-table table thead th,
.l-component-content .wp-block-table table thead th {
  background-color: #343434;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (max-width: 767px), print {
  .l-entry-content .wp-block-table,
  .l-component-content .wp-block-table {
    width: 100%;
  }
  .l-entry-content .wp-block-table:not(.is-style-c-table-noscroll),
  .l-component-content .wp-block-table:not(.is-style-c-table-noscroll) {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    padding: 0 10px 5px 0;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-table,
  .l-component-content .wp-block-table {
    margin: 50px 0;
  }
  .l-entry-content .wp-block-table table th,
  .l-entry-content .wp-block-table table td,
  .l-component-content .wp-block-table table th,
  .l-component-content .wp-block-table table td {
    padding: 18px 20px;
  }
}
.l-entry-content .wp-block-table--540w,
.l-component-content .wp-block-table--540w {
  margin-top: 0;
  height: 295px;
  overflow-y: auto !important;
}
.l-entry-content .wp-block-table--540w table th,
.l-component-content .wp-block-table--540w table th {
  width: 50%;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 767px), print {
  .l-entry-content .wp-block-table--540w,
  .l-component-content .wp-block-table--540w {
    overflow-x: hidden !important;
    white-space: unset !important;
    width: 100% !important;
    margin-right: 0 !important;
    padding: 0 !important;
  }
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-table--540w,
  .l-component-content .wp-block-table--540w {
    height: 371px;
    max-width: 540px;
  }
  .l-entry-content .wp-block-table--540w table th:nth-child(1),
  .l-component-content .wp-block-table--540w table th:nth-child(1) {
    width: 40%;
  }
  .l-entry-content .wp-block-table--540w table th:nth-child(2),
  .l-component-content .wp-block-table--540w table th:nth-child(2) {
    width: 60%;
  }
  .l-entry-content .wp-block-table--540w table th, .l-entry-content .wp-block-table--540w table td,
  .l-component-content .wp-block-table--540w table th,
  .l-component-content .wp-block-table--540w table td {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
}
.l-entry-content .wp-block-table--1line-01,
.l-component-content .wp-block-table--1line-01 {
  width: 100%;
  margin: 40px 0;
}
.l-entry-content .wp-block-table--1line-01 table th,
.l-component-content .wp-block-table--1line-01 table th {
  width: 27%;
  vertical-align: top;
}
.l-entry-content .wp-block-table--1line-01 table td,
.l-component-content .wp-block-table--1line-01 table td {
  width: 73%;
}
@media only screen and (max-width: 767px), print {
  .l-entry-content .wp-block-table--1line-01,
  .l-component-content .wp-block-table--1line-01 {
    overflow: hidden !important;
    white-space: unset !important;
    width: 100% !important;
    padding: 0 !important;
  }
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-table--1line-01,
  .l-component-content .wp-block-table--1line-01 {
    margin: 40px 0;
  }
  .l-entry-content .wp-block-table--1line-01 table th,
  .l-component-content .wp-block-table--1line-01 table th {
    width: 16%;
  }
  .l-entry-content .wp-block-table--1line-01 table td,
  .l-component-content .wp-block-table--1line-01 table td {
    width: 84%;
  }
  .l-entry-content .wp-block-table--1line-01 table th, .l-entry-content .wp-block-table--1line-01 table td,
  .l-component-content .wp-block-table--1line-01 table th,
  .l-component-content .wp-block-table--1line-01 table td {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
}
.l-entry-content .wp-block-table--1line-02,
.l-component-content .wp-block-table--1line-02 {
  width: 100%;
  margin: 20px 0;
}
.l-entry-content .wp-block-table--1line-02 table th,
.l-component-content .wp-block-table--1line-02 table th {
  width: 30%;
}
.l-entry-content .wp-block-table--1line-02 table td,
.l-component-content .wp-block-table--1line-02 table td {
  width: 70%;
}
@media only screen and (max-width: 767px), print {
  .l-entry-content .wp-block-table--1line-02,
  .l-component-content .wp-block-table--1line-02 {
    overflow: hidden !important;
    white-space: unset !important;
    width: 100% !important;
    padding: 0 !important;
  }
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-table--1line-02,
  .l-component-content .wp-block-table--1line-02 {
    margin: 30px 0;
  }
  .l-entry-content .wp-block-table--1line-02 table th,
  .l-component-content .wp-block-table--1line-02 table th {
    width: 16%;
  }
  .l-entry-content .wp-block-table--1line-02 table td,
  .l-component-content .wp-block-table--1line-02 table td {
    width: 84%;
  }
  .l-entry-content .wp-block-table--1line-02 table th, .l-entry-content .wp-block-table--1line-02 table td,
  .l-component-content .wp-block-table--1line-02 table th,
  .l-component-content .wp-block-table--1line-02 table td {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
}
.l-entry-content .wp-block-table--sort01 table, .l-entry-content .wp-block-table--sort02 table, .l-entry-content .wp-block-table--sort03 table, .l-entry-content .wp-block-table--sort04 table,
.l-component-content .wp-block-table--sort01 table,
.l-component-content .wp-block-table--sort02 table,
.l-component-content .wp-block-table--sort03 table,
.l-component-content .wp-block-table--sort04 table {
  width: 100%;
}
.l-entry-content .wp-block-table--sort01 table th, .l-entry-content .wp-block-table--sort01 table td, .l-entry-content .wp-block-table--sort02 table th, .l-entry-content .wp-block-table--sort02 table td, .l-entry-content .wp-block-table--sort03 table th, .l-entry-content .wp-block-table--sort03 table td, .l-entry-content .wp-block-table--sort04 table th, .l-entry-content .wp-block-table--sort04 table td,
.l-component-content .wp-block-table--sort01 table th,
.l-component-content .wp-block-table--sort01 table td,
.l-component-content .wp-block-table--sort02 table th,
.l-component-content .wp-block-table--sort02 table td,
.l-component-content .wp-block-table--sort03 table th,
.l-component-content .wp-block-table--sort03 table td,
.l-component-content .wp-block-table--sort04 table th,
.l-component-content .wp-block-table--sort04 table td {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.l-entry-content .wp-block-table--sort01 table th:nth-child(1), .l-entry-content .wp-block-table--sort02 table th:nth-child(1), .l-entry-content .wp-block-table--sort03 table th:nth-child(1), .l-entry-content .wp-block-table--sort04 table th:nth-child(1),
.l-component-content .wp-block-table--sort01 table th:nth-child(1),
.l-component-content .wp-block-table--sort02 table th:nth-child(1),
.l-component-content .wp-block-table--sort03 table th:nth-child(1),
.l-component-content .wp-block-table--sort04 table th:nth-child(1) {
  width: 56%;
}
.l-entry-content .wp-block-table--sort01 table th:nth-child(2), .l-entry-content .wp-block-table--sort02 table th:nth-child(2), .l-entry-content .wp-block-table--sort03 table th:nth-child(2), .l-entry-content .wp-block-table--sort04 table th:nth-child(2),
.l-component-content .wp-block-table--sort01 table th:nth-child(2),
.l-component-content .wp-block-table--sort02 table th:nth-child(2),
.l-component-content .wp-block-table--sort03 table th:nth-child(2),
.l-component-content .wp-block-table--sort04 table th:nth-child(2) {
  width: 44%;
}
.l-entry-content .wp-block-table--sort01 table td a, .l-entry-content .wp-block-table--sort02 table td a, .l-entry-content .wp-block-table--sort03 table td a, .l-entry-content .wp-block-table--sort04 table td a,
.l-component-content .wp-block-table--sort01 table td a,
.l-component-content .wp-block-table--sort02 table td a,
.l-component-content .wp-block-table--sort03 table td a,
.l-component-content .wp-block-table--sort04 table td a {
  font-weight: bold;
}
.wp-block-table__sort-title01 {
  display: block;
  font-size: 11px; /*IE9以下で反映されるよう記述*/
  font-size: 0.6875rem;
}

.wp-block-table__sort-text01 {
  display: block;
  margin: 5px 0 0;
  font-size: 11px; /*IE9以下で反映されるよう記述*/
  font-size: 0.6875rem;
}

@media only screen and (max-width: 767px), print {
  .l-entry-content .wp-block-table--sort01, .l-entry-content .wp-block-table--sort02, .l-entry-content .wp-block-table--sort03, .l-entry-content .wp-block-table--sort04,
  .l-component-content .wp-block-table--sort01,
  .l-component-content .wp-block-table--sort02,
  .l-component-content .wp-block-table--sort03,
  .l-component-content .wp-block-table--sort04 {
    overflow: hidden !important;
    white-space: unset !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .l-entry-content .wp-block-table--sort01 table th:nth-child(2), .l-entry-content .wp-block-table--sort02 table th:nth-child(2), .l-entry-content .wp-block-table--sort03 table th:nth-child(2), .l-entry-content .wp-block-table--sort04 table th:nth-child(2),
  .l-component-content .wp-block-table--sort01 table th:nth-child(2),
  .l-component-content .wp-block-table--sort02 table th:nth-child(2),
  .l-component-content .wp-block-table--sort03 table th:nth-child(2),
  .l-component-content .wp-block-table--sort04 table th:nth-child(2) {
    padding: 12px;
  }
  .l-entry-content .wp-block-table--sort01 table td, .l-entry-content .wp-block-table--sort02 table td, .l-entry-content .wp-block-table--sort03 table td, .l-entry-content .wp-block-table--sort04 table td,
  .l-component-content .wp-block-table--sort01 table td,
  .l-component-content .wp-block-table--sort02 table td,
  .l-component-content .wp-block-table--sort03 table td,
  .l-component-content .wp-block-table--sort04 table td {
    padding: 12px;
  }
  .l-entry-content .wp-block-table--sort01 .wp-block-table__td01, .l-entry-content .wp-block-table--sort02 .wp-block-table__td01, .l-entry-content .wp-block-table--sort03 .wp-block-table__td01, .l-entry-content .wp-block-table--sort04 .wp-block-table__td01,
  .l-component-content .wp-block-table--sort01 .wp-block-table__td01,
  .l-component-content .wp-block-table--sort02 .wp-block-table__td01,
  .l-component-content .wp-block-table--sort03 .wp-block-table__td01,
  .l-component-content .wp-block-table--sort04 .wp-block-table__td01 {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    line-height: 1.75;
    text-align: right;
    vertical-align: top;
  }
  .l-entry-content .wp-block-table--sort01 .wp-block-table__td02, .l-entry-content .wp-block-table--sort02 .wp-block-table__td02, .l-entry-content .wp-block-table--sort03 .wp-block-table__td02, .l-entry-content .wp-block-table--sort04 .wp-block-table__td02,
  .l-component-content .wp-block-table--sort01 .wp-block-table__td02,
  .l-component-content .wp-block-table--sort02 .wp-block-table__td02,
  .l-component-content .wp-block-table--sort03 .wp-block-table__td02,
  .l-component-content .wp-block-table--sort04 .wp-block-table__td02 {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    line-height: 1.75;
    text-align: right;
  }
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-table--sort01 table th, .l-entry-content .wp-block-table--sort02 table th, .l-entry-content .wp-block-table--sort03 table th, .l-entry-content .wp-block-table--sort04 table th,
  .l-component-content .wp-block-table--sort01 table th,
  .l-component-content .wp-block-table--sort02 table th,
  .l-component-content .wp-block-table--sort03 table th,
  .l-component-content .wp-block-table--sort04 table th {
    padding: 14px 22px 14px 8px !important;
    height: 72px;
  }
  _::-webkit-full-page-media, _:future, :root .tablesorter-header {
    letter-spacing: 0;
    font-size: 13px; /*IE9以下で反映されるよう記述*/
    font-size: 0.8125rem;
  }
  .l-entry-content .wp-block-table--sort01 table th:active, .l-entry-content .wp-block-table--sort02 table th:active, .l-entry-content .wp-block-table--sort03 table th:active, .l-entry-content .wp-block-table--sort04 table th:active,
  .l-component-content .wp-block-table--sort01 table th:active,
  .l-component-content .wp-block-table--sort02 table th:active,
  .l-component-content .wp-block-table--sort03 table th:active,
  .l-component-content .wp-block-table--sort04 table th:active {
    outline: none;
  }
  .l-entry-content .wp-block-table--sort01 table th:nth-child(1), .l-entry-content .wp-block-table--sort02 table th:nth-child(1), .l-entry-content .wp-block-table--sort03 table th:nth-child(1), .l-entry-content .wp-block-table--sort04 table th:nth-child(1),
  .l-component-content .wp-block-table--sort01 table th:nth-child(1),
  .l-component-content .wp-block-table--sort02 table th:nth-child(1),
  .l-component-content .wp-block-table--sort03 table th:nth-child(1),
  .l-component-content .wp-block-table--sort04 table th:nth-child(1) {
    width: 38%;
    pointer-events: none;
    background: #343434 !important;
  }
  .l-entry-content .wp-block-table--sort01 table th:nth-child(2), .l-entry-content .wp-block-table--sort02 table th:nth-child(2), .l-entry-content .wp-block-table--sort03 table th:nth-child(2), .l-entry-content .wp-block-table--sort04 table th:nth-child(2),
  .l-component-content .wp-block-table--sort01 table th:nth-child(2),
  .l-component-content .wp-block-table--sort02 table th:nth-child(2),
  .l-component-content .wp-block-table--sort03 table th:nth-child(2),
  .l-component-content .wp-block-table--sort04 table th:nth-child(2) {
    width: 13%;
  }
  .l-entry-content .wp-block-table--sort01 table th:nth-child(3), .l-entry-content .wp-block-table--sort02 table th:nth-child(3), .l-entry-content .wp-block-table--sort03 table th:nth-child(3), .l-entry-content .wp-block-table--sort04 table th:nth-child(3),
  .l-component-content .wp-block-table--sort01 table th:nth-child(3),
  .l-component-content .wp-block-table--sort02 table th:nth-child(3),
  .l-component-content .wp-block-table--sort03 table th:nth-child(3),
  .l-component-content .wp-block-table--sort04 table th:nth-child(3) {
    width: 13%;
  }
  .l-entry-content .wp-block-table--sort01 table th:nth-child(4), .l-entry-content .wp-block-table--sort02 table th:nth-child(4), .l-entry-content .wp-block-table--sort03 table th:nth-child(4), .l-entry-content .wp-block-table--sort04 table th:nth-child(4),
  .l-component-content .wp-block-table--sort01 table th:nth-child(4),
  .l-component-content .wp-block-table--sort02 table th:nth-child(4),
  .l-component-content .wp-block-table--sort03 table th:nth-child(4),
  .l-component-content .wp-block-table--sort04 table th:nth-child(4) {
    width: 11%;
  }
  .l-entry-content .wp-block-table--sort01 table th:nth-child(5), .l-entry-content .wp-block-table--sort02 table th:nth-child(5), .l-entry-content .wp-block-table--sort03 table th:nth-child(5), .l-entry-content .wp-block-table--sort04 table th:nth-child(5),
  .l-component-content .wp-block-table--sort01 table th:nth-child(5),
  .l-component-content .wp-block-table--sort02 table th:nth-child(5),
  .l-component-content .wp-block-table--sort03 table th:nth-child(5),
  .l-component-content .wp-block-table--sort04 table th:nth-child(5) {
    width: 11%;
  }
  .l-entry-content .wp-block-table--sort01 table th:nth-child(6), .l-entry-content .wp-block-table--sort02 table th:nth-child(6), .l-entry-content .wp-block-table--sort03 table th:nth-child(6), .l-entry-content .wp-block-table--sort04 table th:nth-child(6),
  .l-component-content .wp-block-table--sort01 table th:nth-child(6),
  .l-component-content .wp-block-table--sort02 table th:nth-child(6),
  .l-component-content .wp-block-table--sort03 table th:nth-child(6),
  .l-component-content .wp-block-table--sort04 table th:nth-child(6) {
    width: 14%;
  }
  .l-entry-content .wp-block-table--sort01 .tablesorter-header, .l-entry-content .wp-block-table--sort02 .tablesorter-header, .l-entry-content .wp-block-table--sort03 .tablesorter-header, .l-entry-content .wp-block-table--sort04 .tablesorter-header,
  .l-component-content .wp-block-table--sort01 .tablesorter-header,
  .l-component-content .wp-block-table--sort02 .tablesorter-header,
  .l-component-content .wp-block-table--sort03 .tablesorter-header,
  .l-component-content .wp-block-table--sort04 .tablesorter-header {
    cursor: pointer;
  }
  .l-entry-content .wp-block-table--sort01 .tablesorter-header:first-child, .l-entry-content .wp-block-table--sort02 .tablesorter-header:first-child, .l-entry-content .wp-block-table--sort03 .tablesorter-header:first-child, .l-entry-content .wp-block-table--sort04 .tablesorter-header:first-child,
  .l-component-content .wp-block-table--sort01 .tablesorter-header:first-child,
  .l-component-content .wp-block-table--sort02 .tablesorter-header:first-child,
  .l-component-content .wp-block-table--sort03 .tablesorter-header:first-child,
  .l-component-content .wp-block-table--sort04 .tablesorter-header:first-child {
    outline: none;
  }
  .l-entry-content .wp-block-table--sort01 .tablesorter thead .headerSortUp,
  .l-entry-content .wp-block-table--sort01 .tablesorter thead .tablesorter-headerAsc,
  .l-entry-content .wp-block-table--sort01 .tablesorter thead .tablesorter-headerSortUp, .l-entry-content .wp-block-table--sort02 .tablesorter thead .headerSortUp,
  .l-entry-content .wp-block-table--sort02 .tablesorter thead .tablesorter-headerAsc,
  .l-entry-content .wp-block-table--sort02 .tablesorter thead .tablesorter-headerSortUp, .l-entry-content .wp-block-table--sort03 .tablesorter thead .headerSortUp,
  .l-entry-content .wp-block-table--sort03 .tablesorter thead .tablesorter-headerAsc,
  .l-entry-content .wp-block-table--sort03 .tablesorter thead .tablesorter-headerSortUp, .l-entry-content .wp-block-table--sort04 .tablesorter thead .headerSortUp,
  .l-entry-content .wp-block-table--sort04 .tablesorter thead .tablesorter-headerAsc,
  .l-entry-content .wp-block-table--sort04 .tablesorter thead .tablesorter-headerSortUp,
  .l-component-content .wp-block-table--sort01 .tablesorter thead .headerSortUp,
  .l-component-content .wp-block-table--sort01 .tablesorter thead .tablesorter-headerAsc,
  .l-component-content .wp-block-table--sort01 .tablesorter thead .tablesorter-headerSortUp,
  .l-component-content .wp-block-table--sort02 .tablesorter thead .headerSortUp,
  .l-component-content .wp-block-table--sort02 .tablesorter thead .tablesorter-headerAsc,
  .l-component-content .wp-block-table--sort02 .tablesorter thead .tablesorter-headerSortUp,
  .l-component-content .wp-block-table--sort03 .tablesorter thead .headerSortUp,
  .l-component-content .wp-block-table--sort03 .tablesorter thead .tablesorter-headerAsc,
  .l-component-content .wp-block-table--sort03 .tablesorter thead .tablesorter-headerSortUp,
  .l-component-content .wp-block-table--sort04 .tablesorter thead .headerSortUp,
  .l-component-content .wp-block-table--sort04 .tablesorter thead .tablesorter-headerAsc,
  .l-component-content .wp-block-table--sort04 .tablesorter thead .tablesorter-headerSortUp {
    background: #343434 url(/common/img/retail/ico_table_up01.svg) no-repeat right 10px center;
  }
  .l-entry-content .wp-block-table--sort01 .tablesorter .header,
  .l-entry-content .wp-block-table--sort01 .tablesorter .tablesorter-header, .l-entry-content .wp-block-table--sort02 .tablesorter .header,
  .l-entry-content .wp-block-table--sort02 .tablesorter .tablesorter-header, .l-entry-content .wp-block-table--sort03 .tablesorter .header,
  .l-entry-content .wp-block-table--sort03 .tablesorter .tablesorter-header, .l-entry-content .wp-block-table--sort04 .tablesorter .header,
  .l-entry-content .wp-block-table--sort04 .tablesorter .tablesorter-header,
  .l-component-content .wp-block-table--sort01 .tablesorter .header,
  .l-component-content .wp-block-table--sort01 .tablesorter .tablesorter-header,
  .l-component-content .wp-block-table--sort02 .tablesorter .header,
  .l-component-content .wp-block-table--sort02 .tablesorter .tablesorter-header,
  .l-component-content .wp-block-table--sort03 .tablesorter .header,
  .l-component-content .wp-block-table--sort03 .tablesorter .tablesorter-header,
  .l-component-content .wp-block-table--sort04 .tablesorter .header,
  .l-component-content .wp-block-table--sort04 .tablesorter .tablesorter-header {
    background: #343434 url(/common/img/retail/ico_table_updown01.svg) no-repeat right 10px center;
  }
  .l-entry-content .wp-block-table--sort01 .tablesorter thead .headerSortDown,
  .l-entry-content .wp-block-table--sort01 .tablesorter thead .tablesorter-headerDesc,
  .l-entry-content .wp-block-table--sort01 .tablesorter thead .tablesorter-headerSortDown, .l-entry-content .wp-block-table--sort02 .tablesorter thead .headerSortDown,
  .l-entry-content .wp-block-table--sort02 .tablesorter thead .tablesorter-headerDesc,
  .l-entry-content .wp-block-table--sort02 .tablesorter thead .tablesorter-headerSortDown, .l-entry-content .wp-block-table--sort03 .tablesorter thead .headerSortDown,
  .l-entry-content .wp-block-table--sort03 .tablesorter thead .tablesorter-headerDesc,
  .l-entry-content .wp-block-table--sort03 .tablesorter thead .tablesorter-headerSortDown, .l-entry-content .wp-block-table--sort04 .tablesorter thead .headerSortDown,
  .l-entry-content .wp-block-table--sort04 .tablesorter thead .tablesorter-headerDesc,
  .l-entry-content .wp-block-table--sort04 .tablesorter thead .tablesorter-headerSortDown,
  .l-component-content .wp-block-table--sort01 .tablesorter thead .headerSortDown,
  .l-component-content .wp-block-table--sort01 .tablesorter thead .tablesorter-headerDesc,
  .l-component-content .wp-block-table--sort01 .tablesorter thead .tablesorter-headerSortDown,
  .l-component-content .wp-block-table--sort02 .tablesorter thead .headerSortDown,
  .l-component-content .wp-block-table--sort02 .tablesorter thead .tablesorter-headerDesc,
  .l-component-content .wp-block-table--sort02 .tablesorter thead .tablesorter-headerSortDown,
  .l-component-content .wp-block-table--sort03 .tablesorter thead .headerSortDown,
  .l-component-content .wp-block-table--sort03 .tablesorter thead .tablesorter-headerDesc,
  .l-component-content .wp-block-table--sort03 .tablesorter thead .tablesorter-headerSortDown,
  .l-component-content .wp-block-table--sort04 .tablesorter thead .headerSortDown,
  .l-component-content .wp-block-table--sort04 .tablesorter thead .tablesorter-headerDesc,
  .l-component-content .wp-block-table--sort04 .tablesorter thead .tablesorter-headerSortDown {
    background: #343434 url(/common/img/retail/ico_table_down01.svg) no-repeat right 10px center;
  }
  .l-entry-content .wp-block-table--sort01 .wp-block-table__td03, .l-entry-content .wp-block-table--sort02 .wp-block-table__td03, .l-entry-content .wp-block-table--sort03 .wp-block-table__td03, .l-entry-content .wp-block-table--sort04 .wp-block-table__td03,
  .l-component-content .wp-block-table--sort01 .wp-block-table__td03,
  .l-component-content .wp-block-table--sort02 .wp-block-table__td03,
  .l-component-content .wp-block-table--sort03 .wp-block-table__td03,
  .l-component-content .wp-block-table--sort04 .wp-block-table__td03 {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    text-align: right;
  }
  .l-entry-content .wp-block-table--sort01 .wp-block-table__td04, .l-entry-content .wp-block-table--sort02 .wp-block-table__td04, .l-entry-content .wp-block-table--sort03 .wp-block-table__td04, .l-entry-content .wp-block-table--sort04 .wp-block-table__td04,
  .l-component-content .wp-block-table--sort01 .wp-block-table__td04,
  .l-component-content .wp-block-table--sort02 .wp-block-table__td04,
  .l-component-content .wp-block-table--sort03 .wp-block-table__td04,
  .l-component-content .wp-block-table--sort04 .wp-block-table__td04 {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .l-entry-content .wp-block-table--sort01 table th, .l-entry-content .wp-block-table--sort01 table td, .l-entry-content .wp-block-table--sort02 table th, .l-entry-content .wp-block-table--sort02 table td, .l-entry-content .wp-block-table--sort03 table th, .l-entry-content .wp-block-table--sort03 table td, .l-entry-content .wp-block-table--sort04 table th, .l-entry-content .wp-block-table--sort04 table td,
  .l-component-content .wp-block-table--sort01 table th,
  .l-component-content .wp-block-table--sort01 table td,
  .l-component-content .wp-block-table--sort02 table th,
  .l-component-content .wp-block-table--sort02 table td,
  .l-component-content .wp-block-table--sort03 table th,
  .l-component-content .wp-block-table--sort03 table td,
  .l-component-content .wp-block-table--sort04 table th,
  .l-component-content .wp-block-table--sort04 table td {
    font-size: 1.4583333333vw;
  }
  _::-webkit-full-page-media, _:future, :root .wp-block-table__sort th, .wp-block-table__sort td {
    font-size: 1.25vw;
  }
  .wp-block-table__sort-text01 {
    font-size: 1.1458333333vw;
  }
  .l-entry-content .wp-block-table--sort01 .wp-block-table__td03, .l-entry-content .wp-block-table--sort02 .wp-block-table__td03, .l-entry-content .wp-block-table--sort03 .wp-block-table__td03, .l-entry-content .wp-block-table--sort04 .wp-block-table__td03,
  .l-component-content .wp-block-table--sort01 .wp-block-table__td03,
  .l-component-content .wp-block-table--sort02 .wp-block-table__td03,
  .l-component-content .wp-block-table--sort03 .wp-block-table__td03,
  .l-component-content .wp-block-table--sort04 .wp-block-table__td03 {
    font-size: 1.6666666667vw;
  }
  .l-entry-content .wp-block-table--sort01 .wp-block-table__td04, .l-entry-content .wp-block-table--sort02 .wp-block-table__td04, .l-entry-content .wp-block-table--sort03 .wp-block-table__td04, .l-entry-content .wp-block-table--sort04 .wp-block-table__td04,
  .l-component-content .wp-block-table--sort01 .wp-block-table__td04,
  .l-component-content .wp-block-table--sort02 .wp-block-table__td04,
  .l-component-content .wp-block-table--sort03 .wp-block-table__td04,
  .l-component-content .wp-block-table--sort04 .wp-block-table__td04 {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  .wp-block-table__sort-block01 {
    display: block;
  }
}
.l-entry-content .wp-block-table--sort02,
.l-component-content .wp-block-table--sort02 {
  margin: 0;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-table--sort03 table th:nth-child(1),
  .l-component-content .wp-block-table--sort03 table th:nth-child(1) {
    width: 31%;
  }
  .l-entry-content .wp-block-table--sort03 table th:nth-child(2),
  .l-component-content .wp-block-table--sort03 table th:nth-child(2) {
    width: 11%;
  }
  .l-entry-content .wp-block-table--sort03 table th:nth-child(3),
  .l-component-content .wp-block-table--sort03 table th:nth-child(3) {
    width: 12%;
  }
  .l-entry-content .wp-block-table--sort03 table th:nth-child(4),
  .l-component-content .wp-block-table--sort03 table th:nth-child(4) {
    width: 11%;
  }
  .l-entry-content .wp-block-table--sort03 table th:nth-child(5),
  .l-component-content .wp-block-table--sort03 table th:nth-child(5) {
    width: 10%;
  }
  .l-entry-content .wp-block-table--sort03 table th:nth-child(6),
  .l-component-content .wp-block-table--sort03 table th:nth-child(6) {
    width: 14%;
  }
  .l-entry-content .wp-block-table--sort03 table th:nth-child(7),
  .l-component-content .wp-block-table--sort03 table th:nth-child(7) {
    width: 11%;
    outline: none;
    pointer-events: none;
    background: #343434 !important;
    padding: 14px 8px !important;
    text-align: center;
  }
  .l-entry-content .wp-block-table--sort03 table td:last-child,
  .l-component-content .wp-block-table--sort03 table td:last-child {
    padding: 18px 5px;
  }
}
@media only screen and (min-width: 1100px), print {
  .l-entry-content .wp-block-table--sort03 table th:nth-child(7) .wp-block-table__br01,
  .l-component-content .wp-block-table--sort03 table th:nth-child(7) .wp-block-table__br01 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .l-entry-content .wp-block-table--sort03 table td,
  .l-component-content .wp-block-table--sort03 table td {
    padding: 18px 10px;
  }
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-table--sort04 table th:nth-child(1),
  .l-component-content .wp-block-table--sort04 table th:nth-child(1) {
    width: 37%;
  }
  .l-entry-content .wp-block-table--sort04 table th:nth-child(2),
  .l-component-content .wp-block-table--sort04 table th:nth-child(2) {
    width: 12%;
  }
  .l-entry-content .wp-block-table--sort04 table th:nth-child(3),
  .l-component-content .wp-block-table--sort04 table th:nth-child(3) {
    width: 11%;
  }
  .l-entry-content .wp-block-table--sort04 table th:nth-child(4),
  .l-component-content .wp-block-table--sort04 table th:nth-child(4) {
    width: 10%;
  }
  .l-entry-content .wp-block-table--sort04 table th:nth-child(5),
  .l-component-content .wp-block-table--sort04 table th:nth-child(5) {
    width: 10%;
  }
  .l-entry-content .wp-block-table--sort04 table th:nth-child(6),
  .l-component-content .wp-block-table--sort04 table th:nth-child(6) {
    width: 10%;
  }
  .l-entry-content .wp-block-table--sort04 table th:nth-child(7),
  .l-component-content .wp-block-table--sort04 table th:nth-child(7) {
    width: 11%;
    outline: none;
    pointer-events: none;
    background: #343434 !important;
    padding: 14px 8px !important;
    text-align: center;
  }
  .l-entry-content .wp-block-table--sort04 table td:last-child,
  .l-component-content .wp-block-table--sort04 table td:last-child {
    padding: 18px 5px;
  }
}
@media only screen and (min-width: 1100px), print {
  .l-entry-content .wp-block-table--sort04 table th:nth-child(7) .wp-block-table__br01,
  .l-component-content .wp-block-table--sort04 table th:nth-child(7) .wp-block-table__br01 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .l-entry-content .wp-block-table--sort04 table td,
  .l-component-content .wp-block-table--sort04 table td {
    padding: 18px 10px;
  }
}
.l-entry-content .wp-block-table--2cel-01[class],
.l-component-content .wp-block-table--2cel-01[class] {
  margin: 16px 0 30px;
}
.l-entry-content .wp-block-table--2cel-01[class] thead th,
.l-component-content .wp-block-table--2cel-01[class] thead th {
  width: 50%;
}
@media only screen and (max-width: 767px), print {
  .l-entry-content .wp-block-table--2cel-01[class],
  .l-component-content .wp-block-table--2cel-01[class] {
    overflow: hidden !important;
    white-space: unset !important;
    width: 100% !important;
    padding: 0 !important;
  }
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-table--2cel-01[class] thead th:nth-child(1),
  .l-component-content .wp-block-table--2cel-01[class] thead th:nth-child(1) {
    width: 45%;
  }
  .l-entry-content .wp-block-table--2cel-01[class] thead th:nth-child(2),
  .l-component-content .wp-block-table--2cel-01[class] thead th:nth-child(2) {
    width: 55%;
  }
  .l-entry-content .wp-block-table--2cel-01[class] th, .l-entry-content .wp-block-table--2cel-01[class] td,
  .l-component-content .wp-block-table--2cel-01[class] th,
  .l-component-content .wp-block-table--2cel-01[class] td {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
}
.l-entry-content .wp-block-table--vertical-middle table tbody th, .l-entry-content .wp-block-table--vertical-middle table tbody td,
.l-component-content .wp-block-table--vertical-middle table tbody th,
.l-component-content .wp-block-table--vertical-middle table tbody td {
  vertical-align: middle;
}
.l-entry-content .wp-block-table.is-style-c-table-noline table,
.l-component-content .wp-block-table.is-style-c-table-noline table {
  border: none;
}
.l-entry-content .wp-block-table.is-style-c-table-noline table th,
.l-component-content .wp-block-table.is-style-c-table-noline table th {
  border: none;
}
.l-entry-content .wp-block-table.is-style-c-table-noline table td,
.l-component-content .wp-block-table.is-style-c-table-noline table td {
  border: none;
}
.l-entry-content .wp-block-table.is-style-c-table-left-th01,
.l-component-content .wp-block-table.is-style-c-table-left-th01 {
  margin: 35px 0;
}
.l-entry-content .wp-block-table.is-style-c-table-left-th01 table td,
.l-component-content .wp-block-table.is-style-c-table-left-th01 table td {
  vertical-align: top;
  padding: 9px;
}
.l-entry-content .wp-block-table.is-style-c-table-left-th01 table td:nth-child(1),
.l-component-content .wp-block-table.is-style-c-table-left-th01 table td:nth-child(1) {
  width: 100px;
  background: #F0F0F0;
}
.l-entry-content .wp-block-table.is-style-c-table-left-th01 table td:nth-child(n+2),
.l-component-content .wp-block-table.is-style-c-table-left-th01 table td:nth-child(n+2) {
  width: auto;
}
@media only screen and (max-width: 767px), print {
  .l-entry-content .wp-block-table.is-style-c-table-left-th01,
  .l-component-content .wp-block-table.is-style-c-table-left-th01 {
    overflow: hidden !important;
    white-space: unset !important;
    width: 100% !important;
    padding: 0 !important;
  }
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-table.is-style-c-table-left-th01 table,
  .l-component-content .wp-block-table.is-style-c-table-left-th01 table {
    table-layout: fixed;
  }
  .l-entry-content .wp-block-table.is-style-c-table-left-th01 table td,
  .l-component-content .wp-block-table.is-style-c-table-left-th01 table td {
    vertical-align: top;
    padding: 17px 11px;
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
  .l-entry-content .wp-block-table.is-style-c-table-left-th01 table td:nth-child(1),
  .l-component-content .wp-block-table.is-style-c-table-left-th01 table td:nth-child(1) {
    width: 170px;
  }
  .l-entry-content .wp-block-table.is-style-c-table-left-th01 table td:nth-child(n+2),
  .l-component-content .wp-block-table.is-style-c-table-left-th01 table td:nth-child(n+2) {
    width: auto;
  }
}
.l-entry-content .wp-block-table.is-style-table-history,
.l-component-content .wp-block-table.is-style-table-history {
  margin: 0;
}
.l-entry-content .wp-block-table.is-style-table-history table,
.l-component-content .wp-block-table.is-style-table-history table {
  table-layout: fixed;
}
.l-entry-content .wp-block-table.is-style-table-history table th,
.l-component-content .wp-block-table.is-style-table-history table th {
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
}
.l-entry-content .wp-block-table.is-style-table-history table th:nth-child(1),
.l-component-content .wp-block-table.is-style-table-history table th:nth-child(1) {
  min-width: 60px;
  width: 18%;
}
.l-entry-content .wp-block-table.is-style-table-history table th:nth-child(n+2),
.l-component-content .wp-block-table.is-style-table-history table th:nth-child(n+2) {
  width: 41%;
}
.l-entry-content .wp-block-table.is-style-table-history table td,
.l-component-content .wp-block-table.is-style-table-history table td {
  font-size: 10px; /*IE9以下で反映されるよう記述*/
  font-size: 0.625rem;
  vertical-align: top;
}
.l-entry-content .wp-block-table.is-style-table-history table td:nth-child(1),
.l-component-content .wp-block-table.is-style-table-history table td:nth-child(1) {
  text-align: center;
  padding: 12px 0;
}
@media only screen and (max-width: 767px), print {
  .l-entry-content .wp-block-table.is-style-table-history,
  .l-component-content .wp-block-table.is-style-table-history {
    overflow: hidden !important;
    white-space: unset !important;
    width: 100% !important;
    padding: 0 !important;
  }
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-table.is-style-table-history table th,
  .l-component-content .wp-block-table.is-style-table-history table th {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    padding: 24px 20px;
  }
  .l-entry-content .wp-block-table.is-style-table-history table th:nth-child(1),
  .l-component-content .wp-block-table.is-style-table-history table th:nth-child(1) {
    width: 100px;
  }
  .l-entry-content .wp-block-table.is-style-table-history table th:nth-child(n+2),
  .l-component-content .wp-block-table.is-style-table-history table th:nth-child(n+2) {
    width: auto;
  }
  .l-entry-content .wp-block-table.is-style-table-history table td,
  .l-component-content .wp-block-table.is-style-table-history table td {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
  .l-entry-content .wp-block-table.is-style-table-history table td:nth-child(1),
  .l-component-content .wp-block-table.is-style-table-history table td:nth-child(1) {
    text-align: left;
    padding: 18px 8px;
  }
}
.l-entry-content .wp-block-table.is-style-table-research,
.l-component-content .wp-block-table.is-style-table-research {
  margin: 40px 0 40px 0;
  padding: 0 0 5px 0;
}
.l-entry-content .wp-block-table.is-style-table-research table,
.l-component-content .wp-block-table.is-style-table-research table {
  width: 920px;
  table-layout: fixed;
}
.l-entry-content .wp-block-table.is-style-table-research table th,
.l-component-content .wp-block-table.is-style-table-research table th {
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  text-align: left;
}
.l-entry-content .wp-block-table.is-style-table-research table th:nth-child(1),
.l-component-content .wp-block-table.is-style-table-research table th:nth-child(1) {
  width: 20%;
}
.l-entry-content .wp-block-table.is-style-table-research table th:nth-child(n+2),
.l-component-content .wp-block-table.is-style-table-research table th:nth-child(n+2) {
  width: auto;
}
.l-entry-content .wp-block-table.is-style-table-research table td,
.l-component-content .wp-block-table.is-style-table-research table td {
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  padding: 13px 10px;
}
.l-entry-content .wp-block-table.is-style-table-research table td:nth-child(n+2),
.l-component-content .wp-block-table.is-style-table-research table td:nth-child(n+2) {
  text-align: right;
}
.l-entry-content .wp-block-table.is-style-table-research table tr:last-child td:nth-child(-n+2),
.l-component-content .wp-block-table.is-style-table-research table tr:last-child td:nth-child(-n+2) {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
}
.l-entry-content .wp-block-table.is-style-table-research table tr:not(:first-child):not(:nth-last-child(-n+2)):not(:last-child) td:first-child,
.l-component-content .wp-block-table.is-style-table-research table tr:not(:first-child):not(:nth-last-child(-n+2)):not(:last-child) td:first-child {
  padding: 17px 10px 17px 20px;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-table.is-style-table-research,
  .l-component-content .wp-block-table.is-style-table-research {
    margin: 0;
  }
  .l-entry-content .wp-block-table.is-style-table-research table,
  .l-component-content .wp-block-table.is-style-table-research table {
    width: 100%;
  }
  .l-entry-content .wp-block-table.is-style-table-research table th,
  .l-component-content .wp-block-table.is-style-table-research table th {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    padding: 26px 9px;
  }
  .l-entry-content .wp-block-table.is-style-table-research table th:nth-child(1),
  .l-component-content .wp-block-table.is-style-table-research table th:nth-child(1) {
    width: 21%;
  }
  .l-entry-content .wp-block-table.is-style-table-research table th:nth-child(n+2),
  .l-component-content .wp-block-table.is-style-table-research table th:nth-child(n+2) {
    width: 13.1666666667%;
  }
  .l-entry-content .wp-block-table.is-style-table-research table td,
  .l-component-content .wp-block-table.is-style-table-research table td {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    padding: 17px 10px;
  }
  .l-entry-content .wp-block-table.is-style-table-research table tr:last-child td:nth-child(-n+2),
  .l-component-content .wp-block-table.is-style-table-research table tr:last-child td:nth-child(-n+2) {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
  }
  .l-entry-content .wp-block-table.is-style-table-research table tr:not(:first-child):not(:nth-last-child(-n+2)):not(:last-child) td:first-child,
  .l-component-content .wp-block-table.is-style-table-research table tr:not(:first-child):not(:nth-last-child(-n+2)):not(:last-child) td:first-child {
    padding: 17px 10px 17px 24px;
  }
}
.l-entry-content .wp-block-quote,
.l-component-content .wp-block-quote {
  background: #F0F0F0;
  margin: 60px 0;
  border-left: 2px solid #1E9BD7;
  padding: 22px 18px;
}
.l-entry-content .wp-block-quote p,
.l-component-content .wp-block-quote p {
  margin: 20px 0 0;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
}
.l-entry-content .wp-block-quote cite,
.l-component-content .wp-block-quote cite {
  color: #8C8C8C;
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
  line-height: 1.3;
  text-align: right;
  display: block;
  margin: 19px 0 0;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-quote,
  .l-component-content .wp-block-quote {
    padding: 32px 28px;
  }
  .l-entry-content .wp-block-quote p,
  .l-component-content .wp-block-quote p {
    margin: 20px 0 0;
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
  }
  .l-entry-content .wp-block-quote cite,
  .l-component-content .wp-block-quote cite {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
}
.l-entry-content .wp-block-pullquote,
.l-component-content .wp-block-pullquote {
  position: relative;
  background: #F0F0F0;
  margin: 60px 0;
  padding: 48px 28px;
}
.l-entry-content .wp-block-pullquote::before,
.l-component-content .wp-block-pullquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#1E9BD7), color-stop(50%, #1E9BD7), color-stop(50%, #343434), to(#343434));
  background: linear-gradient(90deg, #1E9BD7 0%, #1E9BD7 50%, #343434 50%, #343434 100%);
}
.l-entry-content .wp-block-pullquote blockquote p,
.l-component-content .wp-block-pullquote blockquote p {
  position: relative;
  margin: 0;
  font-size: 24px; /*IE9以下で反映されるよう記述*/
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3333333333;
  text-align: center;
  padding-top: 72px;
}
.l-entry-content .wp-block-pullquote blockquote p::before,
.l-component-content .wp-block-pullquote blockquote p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 47px;
  height: 40px;
  background: url(/common/img/ico_quote.svg) no-repeat center center/contain;
}
.l-entry-content .wp-block-pullquote cite,
.l-component-content .wp-block-pullquote cite {
  margin: 30px 0 0;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  text-align: center;
  display: block;
}
.l-entry-content .wp-block-cover,
.l-component-content .wp-block-cover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
  padding: 46px 20px 45px;
  min-height: inherit;
  min-height: auto;
}
.l-entry-content .wp-block-cover img.wp-block-cover__image-background,
.l-component-content .wp-block-cover img.wp-block-cover__image-background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-entry-content .wp-block-cover .has-background-dim:not(.has-background-gradient)::before,
.l-component-content .wp-block-cover .has-background-dim:not(.has-background-gradient)::before {
  opacity: 0.4;
}
.l-entry-content .wp-block-cover .has-text-align-center,
.l-component-content .wp-block-cover .has-text-align-center {
  position: relative;
  z-index: 2;
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.l-entry-content .wp-block-cover.is-style-c-cover01,
.l-component-content .wp-block-cover.is-style-c-cover01 {
  width: calc(100% + 30px);
  margin: 40px -15px 0;
}
.l-entry-content .wp-block-cover.is-style-c-cover02,
.l-component-content .wp-block-cover.is-style-c-cover02 {
  width: calc(100% + 30px);
  margin: 40px -15px 0;
}
.l-entry-content .wp-block-cover.is-style-c-cover02::after,
.l-component-content .wp-block-cover.is-style-c-cover02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px) brightness(130%);
          backdrop-filter: blur(5px) brightness(130%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-cover,
  .l-component-content .wp-block-cover {
    margin: 60px 0;
    padding: 50px;
    min-height: 347px;
  }
  .l-entry-content .wp-block-cover .has-text-align-center,
  .l-component-content .wp-block-cover .has-text-align-center {
    font-size: 32px; /*IE9以下で反映されるよう記述*/
    font-size: 2rem;
    line-height: 1.75;
  }
  .l-entry-content .wp-block-cover.is-style-c-cover01, .l-entry-content .wp-block-cover.is-style-c-cover02,
  .l-component-content .wp-block-cover.is-style-c-cover01,
  .l-component-content .wp-block-cover.is-style-c-cover02 {
    width: 100vw;
    margin: 60px calc(50% - 50vw) 0;
    padding: 50px calc(50vw - 50%);
    min-height: 436px;
  }
}
.l-entry-content .wp-block-embed,
.l-component-content .wp-block-embed {
  margin: 40px auto;
}
.l-entry-content .wp-block-embed__wrapper,
.l-component-content .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  display: block;
}
.l-entry-content .wp-block-embed__wrapper::before,
.l-component-content .wp-block-embed__wrapper::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.l-entry-content .wp-block-embed__wrapper iframe,
.l-entry-content .wp-block-embed__wrapper video,
.l-component-content .wp-block-embed__wrapper iframe,
.l-component-content .wp-block-embed__wrapper video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-embed,
  .l-component-content .wp-block-embed {
    margin: 60px auto;
  }
}
.l-entry-content .is-style-youtube-mt0,
.l-component-content .is-style-youtube-mt0 {
  margin: 0;
}
.l-entry-content .wp-block-image figcaption,
.l-component-content .wp-block-image figcaption {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  color: #8C8C8C;
  line-height: 1.3;
  margin: 12px 0 0;
}
.l-entry-content .wp-block-image.is-style-c-ebook,
.l-component-content .wp-block-image.is-style-c-ebook {
  position: relative;
  text-align: center;
}
.l-entry-content .wp-block-image.is-style-c-ebook::before,
.l-component-content .wp-block-image.is-style-c-ebook::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160px;
  height: 56px;
  border: 2px solid #1E9BD7;
  background: #ffffff;
  border-radius: 20px;
  pointer-events: none;
}
.l-entry-content .wp-block-image.is-style-c-ebook::after,
.l-component-content .wp-block-image.is-style-c-ebook::after {
  display: none;
  font: var(--fa-font-light);
  content: "\e0c0";
  pointer-events: none;
}
.l-entry-content .wp-block-image.is-style-c-ebook svg,
.l-component-content .wp-block-image.is-style-c-ebook svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-5px, -15px);
          transform: translate(-5px, -15px);
  font-size: 20px;
  color: #007ABB;
  margin: 0 0 30px 10px;
}
.l-entry-content .wp-block-image.is-style-c-ebook a,
.l-component-content .wp-block-image.is-style-c-ebook a {
  text-align: center;
}
.l-entry-content .wp-block-image.is-style-c-ebook a::before,
.l-component-content .wp-block-image.is-style-c-ebook a::before {
  content: "※別ウィンドウで開きます";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160px;
  height: 56px;
  font-size: 10px; /*IE9以下で反映されるよう記述*/
  font-size: 0.625rem;
  line-height: 1;
  margin-top: 5px;
  color: #000000;
  text-align: center;
  padding: 30px 0 0;
  pointer-events: none;
}
.l-entry-content .wp-block-image.is-style-c-ebook a::after,
.l-component-content .wp-block-image.is-style-c-ebook a::after {
  content: "開く";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160px;
  height: 56px;
  text-align: center;
  padding: 15px 30px 0 0;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  pointer-events: none;
  color: #000000;
}
.l-entry-content .wp-block-image.is-style-c-ebook a:hover::after, .l-entry-content .wp-block-image.is-style-c-ebook a:hover::before,
.l-component-content .wp-block-image.is-style-c-ebook a:hover::after,
.l-component-content .wp-block-image.is-style-c-ebook a:hover::before {
  color: #007ABB;
  text-decoration: underline;
}
.l-entry-content .wp-block-image.is-style-c-ebook a:focus::after, .l-entry-content .wp-block-image.is-style-c-ebook a:focus::before,
.l-component-content .wp-block-image.is-style-c-ebook a:focus::after,
.l-component-content .wp-block-image.is-style-c-ebook a:focus::before {
  color: #1E9BD7;
}
.l-entry-content .wp-block-image.is-style-ico-about_ab,
.l-component-content .wp-block-image.is-style-ico-about_ab {
  position: relative;
  margin: 0;
}
.l-entry-content .wp-block-image.is-style-ico-about_ab::before,
.l-component-content .wp-block-image.is-style-ico-about_ab::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/common/img/about/ico_about_ab.png);
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-image.is-style-ico-about_ab::before,
  .l-component-content .wp-block-image.is-style-ico-about_ab::before {
    width: 75px;
    height: 75px;
  }
}
.l-entry-content .wp-block-image.is-style-ico-globalnetwork,
.l-component-content .wp-block-image.is-style-ico-globalnetwork {
  position: relative;
  margin: 0;
}
.l-entry-content .wp-block-image.is-style-ico-globalnetwork::before,
.l-component-content .wp-block-image.is-style-ico-globalnetwork::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/common/img/about/ico_globalnetwork.png);
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-image.is-style-ico-globalnetwork::before,
  .l-component-content .wp-block-image.is-style-ico-globalnetwork::before {
    width: 75px;
    height: 75px;
  }
}
.l-entry-content .wp-block-image.is-style-ico-assets,
.l-component-content .wp-block-image.is-style-ico-assets {
  position: relative;
  margin: 0;
}
.l-entry-content .wp-block-image.is-style-ico-assets::before,
.l-component-content .wp-block-image.is-style-ico-assets::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/common/img/about/ico_assets.png);
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-image.is-style-ico-assets::before,
  .l-component-content .wp-block-image.is-style-ico-assets::before {
    width: 75px;
    height: 75px;
  }
}
.l-entry-content .wp-block-image.is-style-ico-research,
.l-component-content .wp-block-image.is-style-ico-research {
  position: relative;
  margin: 0;
}
.l-entry-content .wp-block-image.is-style-ico-research::before,
.l-component-content .wp-block-image.is-style-ico-research::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/common/img/about/ico_research.png);
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-image.is-style-ico-research::before,
  .l-component-content .wp-block-image.is-style-ico-research::before {
    width: 75px;
    height: 75px;
  }
}
.l-entry-content .wp-block-image.is-style-ico-operation,
.l-component-content .wp-block-image.is-style-ico-operation {
  position: relative;
  margin: 0;
}
.l-entry-content .wp-block-image.is-style-ico-operation::before,
.l-component-content .wp-block-image.is-style-ico-operation::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/common/img/about/ico_operation.png);
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-image.is-style-ico-operation::before,
  .l-component-content .wp-block-image.is-style-ico-operation::before {
    width: 75px;
    height: 75px;
  }
}
.l-entry-content .wp-block-image.is-style-ico-operation,
.l-component-content .wp-block-image.is-style-ico-operation {
  position: relative;
  margin: 0;
}
.l-entry-content .wp-block-image.is-style-ico-operation::before,
.l-component-content .wp-block-image.is-style-ico-operation::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/common/img/about/ico_operation.png);
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-image.is-style-ico-operation::before,
  .l-component-content .wp-block-image.is-style-ico-operation::before {
    width: 75px;
    height: 75px;
  }
}
.l-entry-content .wp-block-image.is-style-ico-history,
.l-component-content .wp-block-image.is-style-ico-history {
  position: relative;
  margin: 0;
}
.l-entry-content .wp-block-image.is-style-ico-history::before,
.l-component-content .wp-block-image.is-style-ico-history::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/common/img/about/ico_operation.png);
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-image.is-style-ico-history::before,
  .l-component-content .wp-block-image.is-style-ico-history::before {
    width: 75px;
    height: 75px;
  }
}
.l-entry-content .wp-block-image.is-style-ico-history,
.l-component-content .wp-block-image.is-style-ico-history {
  position: relative;
  margin: 0;
}
.l-entry-content .wp-block-image.is-style-ico-history::before,
.l-component-content .wp-block-image.is-style-ico-history::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/common/img/about/ico_history.png);
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-image.is-style-ico-history::before,
  .l-component-content .wp-block-image.is-style-ico-history::before {
    width: 75px;
    height: 75px;
  }
}
.l-entry-content .wp-block-image.is-style-ico-message,
.l-component-content .wp-block-image.is-style-ico-message {
  position: relative;
  margin: 0;
}
.l-entry-content .wp-block-image.is-style-ico-message::before,
.l-component-content .wp-block-image.is-style-ico-message::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/common/img/about/ico_message.png);
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-image.is-style-ico-message::before,
  .l-component-content .wp-block-image.is-style-ico-message::before {
    width: 75px;
    height: 75px;
  }
}
.l-entry-content .wp-block-image.is-style-ico-about,
.l-component-content .wp-block-image.is-style-ico-about {
  position: relative;
  margin: 0;
}
.l-entry-content .wp-block-image.is-style-ico-about::before,
.l-component-content .wp-block-image.is-style-ico-about::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/common/img/about/ico_about.png);
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-image.is-style-ico-about::before,
  .l-component-content .wp-block-image.is-style-ico-about::before {
    width: 75px;
    height: 75px;
  }
}
.l-entry-content .wp-block-image.is-style-ico-access,
.l-component-content .wp-block-image.is-style-ico-access {
  position: relative;
  margin: 0;
}
.l-entry-content .wp-block-image.is-style-ico-access::before,
.l-component-content .wp-block-image.is-style-ico-access::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/common/img/about/ico_access.png);
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-image.is-style-ico-access::before,
  .l-component-content .wp-block-image.is-style-ico-access::before {
    width: 75px;
    height: 75px;
  }
}
.l-entry-content .wp-block-image.is-style-ico-award,
.l-component-content .wp-block-image.is-style-ico-award {
  position: relative;
  margin: 0;
}
.l-entry-content .wp-block-image.is-style-ico-award::before,
.l-component-content .wp-block-image.is-style-ico-award::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/common/img/about/ico_award.png);
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-image.is-style-ico-award::before,
  .l-component-content .wp-block-image.is-style-ico-award::before {
    width: 75px;
    height: 75px;
  }
}
.l-entry-content .wp-block-image.is-style-ico-marketfund,
.l-component-content .wp-block-image.is-style-ico-marketfund {
  position: relative;
  margin: 0;
}
.l-entry-content .wp-block-image.is-style-ico-marketfund::before,
.l-component-content .wp-block-image.is-style-ico-marketfund::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/common/img/market/ico_market01.png);
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-image.is-style-ico-marketfund::before,
  .l-component-content .wp-block-image.is-style-ico-marketfund::before {
    width: 100px;
    height: 100px;
  }
}
.l-entry-content .wp-block-image.is-style-ico-marketperspective,
.l-component-content .wp-block-image.is-style-ico-marketperspective {
  position: relative;
  margin: 0;
}
.l-entry-content .wp-block-image.is-style-ico-marketperspective::before,
.l-component-content .wp-block-image.is-style-ico-marketperspective::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/common/img/market/ico_market02.png);
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-image.is-style-ico-marketperspective::before,
  .l-component-content .wp-block-image.is-style-ico-marketperspective::before {
    width: 100px;
    height: 100px;
  }
}
.l-entry-content .wp-block-image.is-style-ico-research02,
.l-component-content .wp-block-image.is-style-ico-research02 {
  position: relative;
  margin: 0;
}
.l-entry-content .wp-block-image.is-style-ico-research02::before,
.l-component-content .wp-block-image.is-style-ico-research02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/common/img/market/ico_market03.png);
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .wp-block-image.is-style-ico-research02::before,
  .l-component-content .wp-block-image.is-style-ico-research02::before {
    width: 100px;
    height: 100px;
  }
}
.l-entry-content .is-style-text-bg-gray01[class],
.l-component-content .is-style-text-bg-gray01[class] {
  display: inline-block;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  line-height: 1;
  padding: 5px;
  text-align: center;
  min-width: 110px;
  background: #F0F0F0;
  border: 1px solid #E5E5E5;
  margin: 20px 0;
}
@media only screen and (min-width: 768px), print {
  .l-entry-content .is-style-text-bg-gray01[class],
  .l-component-content .is-style-text-bg-gray01[class] {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    min-width: 140px;
  }
}
@media only screen and (max-width: 767px), print {
  .l-entry-content .wp-block-columns.is-style-spcol2-01,
  .l-component-content .wp-block-columns.is-style-spcol2-01 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 19px 30px;
  }
  .l-entry-content .wp-block-columns.is-style-spcol2-01 > .wp-block-column,
  .l-component-content .wp-block-columns.is-style-spcol2-01 > .wp-block-column {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((100% - 30px) / 2);
    flex-basis: auto !important;
  }
}

/* ==========================================================
!Breadcrumb
========================================================== */
.l-breadcrumbs {
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  margin: 94px 0 0;
}
.l-breadcrumbs ol {
  padding: 0;
  margin: 0 auto;
  text-align: left;
}
.l-breadcrumbs ol li {
  list-style: none;
  position: relative;
  display: inline-block;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  padding-right: 12px;
  margin: 0 10px 0 0;
  line-height: 1.9230769231;
  letter-spacing: 0;
}
.l-breadcrumbs ol li::before {
  content: none;
}
.l-breadcrumbs ol li::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #007ABB;
  border-right: 1px solid #007ABB;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-breadcrumbs ol li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.l-breadcrumbs ol li:last-child::after {
  content: none;
}
@media only screen and (max-width: 767px), print {
  .l-breadcrumbs {
    margin: 22px 0 0;
  }
}

/* ==========================================================
!Footer
========================================================== */
.l-footer {
  position: relative;
  padding: 80px 0 64px;
}
.l-footer a {
  text-decoration: none;
}
@media only screen and (min-width: 768px), print {
  .l-footer {
    padding: 100px 0 0;
  }
  .l-footer-pc-bg {
    background: url(/common/img/bg_footer01_pc.jpg) no-repeat center top/cover;
  }
}
.l-footer-area01 {
  padding: 30px 0;
  background: url(/common/img/bg_footer01_sp.jpg) no-repeat center top/cover;
}
.l-footer-area01__inner {
  max-width: 1284px;
  width: calc(100% - 30px);
  margin: 0 auto;
  text-align: left;
  padding: 30px 19px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(15px) brightness(130%);
          backdrop-filter: blur(15px) brightness(130%);
}
.l-footer-area01__title {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: bold;
}
.l-footer-area01-links {
  margin-top: 24px;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
}
.l-footer-area01-links a {
  color: #000000;
}
.l-footer-area01-links > li:nth-child(n+2) {
  margin-top: 16px;
}
.l-footer-area01-sub-links {
  margin: 10px 0 0 22px;
  font-size: 10px; /*IE9以下で反映されるよう記述*/
  font-size: 0.625rem;
}
.l-footer-area01-sub-links > li:nth-child(n+2) {
  margin-top: 12px;
}
@media only screen and (min-width: 768px), print {
  .l-footer-area01 {
    padding: 60px 0 0;
    background: none;
  }
  .l-footer-area01__inner {
    padding: 0;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .l-footer-area01__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer-area01-links {
    width: 50%;
    margin-top: 22px;
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
  .l-footer-area01-links > li:nth-child(n+2) {
    margin-top: 21px;
  }
  .l-footer-area01-sub-links {
    margin: 20px 0 0 22px;
    font-size: 12px; /*IE9以下で反映されるよう記述*/
    font-size: 0.75rem;
    line-height: 1.5833333333;
  }
  .l-footer-area01-sub-links > li:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1024px), print {
  .l-footer-area01__grid {
    gap: 0 38px;
  }
  .l-footer-area01-links {
    width: calc((100% - 114px) / 4);
  }
}
.l-footer-area02 {
  padding: 30px 0;
  background: #343434;
}
.l-footer-area02__inner {
  max-width: 1284px;
  width: calc(100% - 30px);
  margin: 0 auto;
  text-align: left;
}
.l-footer-area02-links {
  border-top: 1px solid #8C8C8C;
  font-size: 11px; /*IE9以下で反映されるよう記述*/
  font-size: 0.6875rem;
}
.l-footer-area02-links a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #8C8C8C;
  color: #ffffff;
}
@media only screen and (min-width: 768px), print {
  .l-footer-area02 {
    padding: 38px 0 80px;
    background: none;
  }
  .l-footer-area02__inner {
    padding: 20px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(15px) brightness(130%);
            backdrop-filter: blur(15px) brightness(130%);
  }
  .l-footer-area02-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px; /*IE9以下で反映されるよう記述*/
    font-size: 0.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 38px;
    border-top: none;
  }
  .l-footer-area02-links li {
    width: calc(50% - 38px);
  }
  .l-footer-area02-links a {
    padding: 0;
    border-bottom: none;
    color: #000000;
  }
}
@media only screen and (min-width: 1024px), print {
  .l-footer-area02-links {
    gap: 10px 38px;
  }
  .l-footer-area02-links li {
    width: calc((100% - 114px) / 4);
  }
}
.l-footer-area03 {
  padding: 30px 0;
  color: #ffffff;
  background: #000000;
}
.l-footer-area03__inner {
  max-width: 1284px;
  width: calc(100% - 30px);
  margin: 0 auto;
  text-align: left;
}
.l-footer-area03__title {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: bold;
}
.l-footer-area03__text1 {
  font-size: 10px; /*IE9以下で反映されるよう記述*/
  font-size: 0.625rem;
  margin-top: 25px;
}
.l-footer-area03__text2 {
  font-size: 10px; /*IE9以下で反映されるよう記述*/
  font-size: 0.625rem;
  margin-top: 5px;
  margin-left: 51px;
  text-indent: -51px;
}
.l-footer-area03__social {
  margin-top: 30px;
}
.l-footer-area03__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.l-footer-area03__social-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer-area03__social-link:is(:hover, :focus, :active) {
  opacity: 0.7;
}
.l-footer-area03__copyright {
  margin-top: 30px;
  text-align: right;
  font-size: 10px; /*IE9以下で反映されるよう記述*/
  font-size: 0.625rem;
}
.l-footer-area03__copyright small {
  display: block;
  white-space: nowrap;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media only screen and (min-width: 960px), print {
  .l-footer-area03 {
    padding: 56px 0 66px;
  }
  .l-footer-area03__text1 {
    font-size: 12px; /*IE9以下で反映されるよう記述*/
    font-size: 0.75rem;
    margin-top: 23px;
  }
  .l-footer-area03__text2 {
    font-size: 12px; /*IE9以下で反映されるよう記述*/
    font-size: 0.75rem;
    margin-top: 4px;
    margin-left: 0;
    text-indent: 0;
  }
  .l-footer-area03__text2 br {
    display: none;
  }
  .l-footer-area03__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 30px;
  }
  .l-footer-area03__social {
    margin: 0;
  }
  .l-footer-area03__copyright {
    margin: 0;
  }
  .l-footer-area03__copyright small {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ==========================================================
l-pagetitle
========================================================== */
.l-pagetitle {
  position: relative;
}
.l-pagetitle .l-outer {
  padding: 110px 0 40px;
  color: #ffffff;
}
.l-pagetitle--eyecatch01 .l-pagetitle__image img {
  height: calc(100% - 98px);
}
.l-pagetitle--eyecatch01 .l-outer {
  padding: 58px 0 0;
  position: relative;
}
.l-pagetitle--short01 .l-outer {
  padding: 60px 0 40px;
}
.l-pagetitle--cate01 .l-outer {
  padding: 56px 0 41px;
}
.l-pagetitle--detail02 .l-outer {
  padding: 81px 0 40px;
}
.l-pagetitle--pageimg01 .l-outer {
  padding: 115px 0 80px;
}
.l-pagetitle__parent {
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0;
}
.l-pagetitle__parent + .l-pagetitle__title {
  margin-top: 13px;
}
.l-pagetitle__title {
  font-size: 32px; /*IE9以下で反映されるよう記述*/
  font-size: 2rem;
  line-height: 1.40625;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0;
}
.l-pagetitle__note {
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  line-height: 1.625;
  margin: 9px 0 0;
  font-weight: bold;
  letter-spacing: 0;
}
.l-pagetitle__image img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.l-pagetitle-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.l-pagetitle-flex > *:nth-child(n+2)[class] {
  margin-left: 18px;
}
.l-pagetitle__date {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  letter-spacing: 0;
}
.l-pagetitle__seconds[class] {
  line-height: 1;
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
  margin: 0;
}
.l-pagetitle__eyecatch {
  width: 100%;
  aspect-ratio: 7/4;
  margin-top: 19px;
}
.l-pagetitle__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px), print {
  .l-pagetitle .l-outer {
    padding: 65px 0;
  }
  .l-pagetitle--eyecatch01 .l-outer {
    padding: 48px 0 0;
    position: relative;
  }
  .l-pagetitle--cate01 .l-outer {
    padding: 48px 0 42px;
  }
  .l-pagetitle--cate02 .l-outer {
    padding: 50px 0;
  }
  .l-pagetitle--detail01 .l-outer {
    padding: 45px 0 33px;
  }
  .l-pagetitle--detail02 .l-outer {
    padding: 48px 0 42px;
  }
  .l-pagetitle--pageimg01 .l-outer {
    padding: 48px 0 42px;
  }
  .l-pagetitle__parent {
    font-size: 24px; /*IE9以下で反映されるよう記述*/
    font-size: 1.5rem;
  }
  .l-pagetitle__parent + .l-pagetitle__title {
    margin-top: 13px;
  }
  .l-pagetitle__title {
    font-size: 48px; /*IE9以下で反映されるよう記述*/
    font-size: 3rem;
    line-height: 1.3958333333;
  }
  .l-pagetitle__note {
    margin: 21px 0 0;
  }
  .l-pagetitle-flex {
    margin-top: 19px;
  }
  .l-pagetitle-flex > *:nth-child(n+2)[class] {
    margin-left: 20px;
  }
  .l-pagetitle__seconds[class] {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
  }
  .l-pagetitle__eyecatch {
    width: 700px;
    height: 330px;
    aspect-ratio: 70/33;
  }
}
@media only screen and (min-width: 1170px), print {
  .l-pagetitle--eyecatch01 .l-pagetitle__image img {
    height: 100%;
  }
  .l-pagetitle--eyecatch01 .l-outer {
    padding: 48px 0 140px;
  }
  .l-pagetitle__eyecatch {
    position: absolute;
    top: calc(100% - 95px);
    left: 0;
    margin-top: 0;
  }
}

/* ==========================================================
!Bottom Navigation
========================================================== */
.l-bottom-tab {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.l-bottom-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.l-bottom-tab-list__item {
  width: 25%;
  background-color: #1E9BD7;
  border: 1px solid #ffffff;
}
.l-bottom-tab .l-tab-item {
  width: 100%;
  height: 100%;
  padding: 10px 7px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  color: #ffffff;
  cursor: pointer;
}
.l-bottom-tab .l-tab-item__ico {
  width: 23px;
  height: 23px;
}

@media only screen and (min-width: 768px), print {
  .l-bottom-tab {
    display: none;
  }
}
/* ==========================================================
!Box
========================================================== */
.c-box-important-news-title {
  color: #ffffff;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  font-weight: bold;
  background: #000000;
  display: inline-block;
  padding: 7px 16px 7px calc(50vw - 50% + 2px);
  margin-left: calc(50% - 50vw);
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}
.c-box-important-news-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/common/img/ico_exclamation01.svg) no-repeat center center/contain;
  line-height: 1;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-right: 10px;
}
.c-box-important-news-cnt {
  background: #F0F0F0;
  padding: 14px 20px 0 19px;
}
@media only screen and (min-width: 768px), print {
  .c-box-important-news-title {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.125rem;
    padding: 16px 31px 16px calc(50vw - 50%);
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
  }
  .c-box-important-news-cnt {
    padding: 18px 0 0 30px;
  }
}

.c-card01 a,
.c-card01 a:hover {
  text-decoration: none;
}
.c-card01 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.c-card01 > a[href^=https]::after {
  content: none !important;
}
.c-card01 > a:not([href^="https://www.youtube.com/"], [href^="https://youtu.be/"], [href^="https://players.brightcove.net/"], [href^="https://bcove.video/"]) .c-card01__link::after {
  display: none;
  font: var(--fa-font-light);
  content: "\f105";
}
.c-card01 > a:not([href^="https://www.youtube.com/"], [href^="https://youtu.be/"], [href^="https://players.brightcove.net/"], [href^="https://bcove.video/"]) .c-card01__link svg {
  margin-left: 5px;
  font-size: 1.2em;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.c-card01 > a[href^="https://www.youtube.com/"] .c-card01__link::after, .c-card01 > a[href^="https://youtu.be/"] .c-card01__link::after, .c-card01 > a[href^="https://players.brightcove.net/"] .c-card01__link::after, .c-card01 > a[href^="https://bcove.video/"] .c-card01__link::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  width: 16px;
  height: 16px;
  background: url(/common/img/ico_movie01.svg) no-repeat center center/contain;
}
.c-card01 > a[href^="https://www.youtube.com/"]:active .c-card01__link::after, .c-card01 > a[href^="https://youtu.be/"]:active .c-card01__link::after, .c-card01 > a[href^="https://players.brightcove.net/"]:active .c-card01__link::after, .c-card01 > a[href^="https://bcove.video/"]:active .c-card01__link::after {
  background-image: url(/common/img/ico_movie01_black.svg);
}
.c-card01 > a:not(:hover) .c-card01__title,
.c-card01 > a:not(:hover) .c-card01__text {
  color: #000000;
}
.c-card01 > a:hover .c-card01__title {
  text-decoration: underline;
}
.c-card01 > a:hover .c-card01__text {
  text-decoration: underline;
}
.c-card01 > a:hover .c-card01__link {
  text-decoration: underline;
}
.c-card01 > a:focus .c-card01__title,
.c-card01 > a:focus .c-card01__text {
  color: #1E9BD7;
}
.c-card01 > a.c-card01__noflex {
  display: block;
  height: auto;
}
.c-card01__img {
  position: relative;
  width: 100%;
  aspect-ratio: 315/178;
}
.c-card01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card01__cate {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000000;
  color: #ffffff;
  font-size: 10px; /*IE9以下で反映されるよう記述*/
  font-size: 0.625rem;
  font-weight: bold;
  padding: 4px 10px;
  min-width: 98px;
  text-align: center;
}
.c-card01__date {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1;
  letter-spacing: 0;
  color: #007ABB;
  text-decoration: none;
  display: block;
}
.c-card01__date.c-card01__date--new::after {
  content: "NEW";
  color: #ee0000;
  display: inline-block;
  margin-left: 10px;
}
.c-card01__tag {
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  color: #343434;
  margin-top: 6px;
}
.c-card01__title[class] {
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  line-height: 1.375;
  font-weight: bold;
  margin: 5px 0 14px;
  word-break: break-all;
}
.c-card01__title--mb0[class] {
  margin-bottom: 0;
}
.c-card01__text[class] {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-decoration: none;
  margin: 8px 0 0;
}
.c-card01-tagarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  padding: 4px 0 7px;
  margin-top: 8px;
}
.c-card01-tagarea__item {
  display: inline;
  margin-right: 3px;
  line-height: 1.3846153846;
  word-break: break-all;
}
.c-card01-tagarea__item a {
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
  line-height: 1;
}
.c-card01-tagarea__item a:hover {
  text-decoration: underline;
}
.c-card01-tagarea__item:after {
  content: "／";
  display: inline-block;
  color: #343434;
  margin-left: 3px;
}
.c-card01-tagarea__item:last-child {
  margin-right: 0;
}
.c-card01-tagarea__item:last-child::after {
  content: none;
}
.c-card01-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 11px;
}
.c-card01__seconds[class] {
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
  color: #343434;
  line-height: 1;
}
.c-card01__link {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  text-decoration: none;
}
.c-card01__link > a:not([href^=https])::after {
  display: none;
  font: var(--fa-font-light);
  content: "\f105";
}
.c-card01__link > a:not([href^=https]) svg {
  margin: 0 0 0 5px;
  font-size: 1.2em;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.c-card01__link > a[href^=https]:not([href^="https://www.alliancebernstein.co.jp/"]):not([href^="https://www.youtube.com/"]):not([href^="https://youtu.be/"]):not([href^="https://players.brightcove.net/"]):not([href^="https://bcove.video/"]):not(.u-noicon):not(.ab-item):not(.is-style-c-ebook a)::after, .c-card01__link > a[href*=".pdf"]:not(.u-noicon)::after, .c-card01__link > a[href*=".pdf"][href^=https]:not([href^="https://www.alliancebernstein.co.jp/"]):not([href^="https://www.youtube.com/"]):not([href^="https://youtu.be/"]):not([href^="https://players.brightcove.net/"]):not([href^="https://bcove.video/"]):not(.u-noicon):not(.ab-item):not(.is-style-c-ebook a)::after {
  display: none;
  font: var(--fa-font-light);
  content: "\f105";
}
.c-card01__link > a[href^=https]:not([href^="https://www.alliancebernstein.co.jp/"]):not([href^="https://www.youtube.com/"]):not([href^="https://youtu.be/"]):not([href^="https://players.brightcove.net/"]):not([href^="https://bcove.video/"]):not(.u-noicon):not(.ab-item):not(.is-style-c-ebook a) svg, .c-card01__link > a[href*=".pdf"]:not(.u-noicon) svg, .c-card01__link > a[href*=".pdf"][href^=https]:not([href^="https://www.alliancebernstein.co.jp/"]):not([href^="https://www.youtube.com/"]):not([href^="https://youtu.be/"]):not([href^="https://players.brightcove.net/"]):not([href^="https://bcove.video/"]):not(.u-noicon):not(.ab-item):not(.is-style-c-ebook a) svg {
  margin: 0 0 0 5px;
  font-size: 1.2em;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.c-card01__link > a[href^="https://www.youtube.com/"]::after, .c-card01__link > a[href^="https://youtu.be/"]::after, .c-card01__link > a[href^="https://players.brightcove.net/"]::after, .c-card01__link > a[href^="https://bcove.video/"]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  width: 16px;
  height: 16px;
  background: url(/common/img/ico_movie01.svg) no-repeat center center/contain;
}
.c-card01__link > a[href^="https://www.youtube.com/"]:active::after, .c-card01__link > a[href^="https://youtu.be/"]:active::after, .c-card01__link > a[href^="https://players.brightcove.net/"]:active::after, .c-card01__link > a[href^="https://bcove.video/"]:active::after {
  background-image: url(/common/img/ico_movie01_black.svg);
}
.c-card01__link > a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 959px), print {
  .c-card01__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (min-width: 960px), print {
  .c-card01__cate {
    padding: 4px 12px;
  }
  .c-card01__date {
    margin-top: 21px;
  }
  .c-card01__title[class] {
    margin: 4px 0 11px;
  }
  .c-card01-tagarea {
    padding: 4px 0 7px;
  }
  .c-card01-tagarea__item a {
    font-size: 11px; /*IE9以下で反映されるよう記述*/
    font-size: 0.6875rem;
  }
  .c-card01-tagarea__item:after {
    font-size: 11px; /*IE9以下で反映されるよう記述*/
    font-size: 0.6875rem;
  }
  .c-card01__seconds[class] {
    font-size: 11px; /*IE9以下で反映されるよう記述*/
    font-size: 0.6875rem;
  }
  .c-card01__link {
    margin-top: auto;
  }
}

.c-card02 a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 85px 20px auto;
  grid-template-columns: 85px 20px auto;
}
.c-card02__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  aspect-ratio: 1/1;
}
.c-card02__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card02__textarea {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.c-card02__name[class] {
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  font-weight: bold;
}
.c-card02__prof[class] {
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 11px 0 0;
  color: #000000;
}
@media only screen and (min-width: 768px), print {
  .c-card02 a {
    -ms-grid-columns: 157px 20px auto;
    grid-template-columns: 157px 20px auto;
  }
  .c-card02__name[class] {
    font-size: 21px; /*IE9以下で反映されるよう記述*/
    font-size: 1.3125rem;
    padding-top: 15px;
  }
  .c-card02__prof[class] {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    line-height: 1.75;
    margin: 5px 0 0;
  }
}

.c-card03 a,
.c-card03 a:hover {
  text-decoration: none;
}
.c-card03 > a[href^=https]::after {
  content: none !important;
}
.c-card03 > a:hover .c-card03__title {
  text-decoration: underline;
}
.c-card03 > a:hover .c-card03__link {
  text-decoration: underline;
}
.c-card03 > a:not(:hover):not(:focus) .c-card03__title[class] {
  color: #000000;
}
.c-card03__img {
  position: relative;
  width: 100%;
  aspect-ratio: 315/178;
}
.c-card03__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card03__img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url(/common/img/movie/btn_play.svg) no-repeat center center/contain;
}
.c-card03__time {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000000;
  color: #ffffff;
  font-size: 10px; /*IE9以下で反映されるよう記述*/
  font-size: 0.625rem;
  font-weight: bold;
  padding: 4px 10px;
  min-width: 60px;
  text-align: center;
}
.c-card03__date {
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 13px;
  line-height: 1;
  letter-spacing: 0;
  color: #007ABB;
  text-decoration: none;
  display: block;
}
.c-card03__date.c-card03__date--new::after {
  content: "NEW";
  color: #ee0000;
  display: inline-block;
  margin-left: 7px;
}
.c-card03__title[class] {
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  font-weight: bold;
  margin: 8px 0 0;
  word-break: break-all;
}
.c-card03__link[class] {
  font-size: 10px; /*IE9以下で反映されるよう記述*/
  font-size: 0.625rem;
  line-height: 1;
  color: #007ABB;
  border-top: 1px dotted #C4C4C4;
  padding-top: 6px;
  margin-top: 5px;
}
.c-card03__link[class] a::after {
  content: none;
}
.c-card03__link[class] a[href^=https]:not([href^="https://www.alliancebernstein.co.jp/"]):not([href^="https://www.youtube.com/"]):not([href^="https://youtu.be/"]):not([href^="https://players.brightcove.net/"]):not([href^="https://bcove.video/"]):not(.u-noicon):not(.ab-item) svg {
  margin: 0 5px;
  line-height: 0;
  font-size: 1em;
}
.c-card03__link[class] a:hover {
  text-decoration: underline;
}
.c-card03__movielink[class] {
  font-size: 10px; /*IE9以下で反映されるよう記述*/
  font-size: 0.625rem;
  line-height: 1;
  color: #007ABB;
  border-top: 1px dotted #C4C4C4;
  padding-top: 6px;
  margin-top: 5px;
}
.c-card03__movielink[class] a::after {
  content: none;
}
.c-card03__movielink[class] a:not(.u-noicon) {
  margin: 0;
  line-height: 0;
  font-size: 1em;
}
.c-card03__movielink[class] a:not(.u-noicon)::after {
  display: none;
  font: var(--fa-font-light);
  content: "\f08e";
}
.c-card03__movielink[class] a:not(.u-noicon) svg {
  margin: 0 4px !important;
  line-height: 0;
  font-size: 1.2em !important;
}
.c-card03__movielink[class] a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px), print {
  .c-card03__time {
    padding: 2px 10px;
    min-width: 100px;
  }
  .c-card03__date {
    margin-top: 25px;
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
  .c-card03__title[class] {
    margin: 13px 0 0;
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    line-height: 1.375;
  }
  .c-card03__link[class] {
    padding-top: 12px;
    margin-top: 8px;
    font-size: 11px; /*IE9以下で反映されるよう記述*/
    font-size: 0.6875rem;
  }
  .c-card03__movielink[class] {
    padding-top: 12px;
    margin-top: 8px;
    font-size: 11px; /*IE9以下で反映されるよう記述*/
    font-size: 0.6875rem;
  }
  .c-card03__movielink[class] a:not(.u-noicon) svg {
    margin: 0 6px !important;
    font-size: 1.3em !important;
  }
}

.c-card04 a:hover {
  text-decoration: none;
}
.c-card04 a:hover .c-card04__link {
  text-decoration: underline;
}
.c-card04__title[class] {
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-weight: bold;
  margin: 0;
  color: #000000;
}
.c-card04__img {
  position: relative;
  width: 100%;
  aspect-ratio: 177/100;
  margin-top: 10px;
}
.c-card04__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card04__text[class] {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #000000;
  margin: 8px 0 0;
}
.c-card04__link {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  margin-top: 10px;
}
.c-card04__link::after {
  display: none;
  font: var(--fa-font-light);
  content: "\f105";
}
.c-card04__link svg {
  margin-left: 5px;
  font-size: 1.2em;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media only screen and (min-width: 768px) and (max-width: 1079px), print {
  .c-card04__title[class] {
    height: 50px;
  }
}
@media only screen and (min-width: 960px), print {
  .c-card04__img {
    margin-top: 20px;
  }
  .c-card04__text[class] {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    line-height: 1.75;
    margin: 20px 0 0;
  }
}

.c-box-author01 {
  padding-top: 10px;
}
.c-box-author01__img {
  aspect-ratio: 1/1;
}
.c-box-author01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-box-author01__textarea {
  padding-top: 20px;
}
.c-box-author01__position[class] {
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-weight: bold;
}
.c-box-author01__prof[class] {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  line-height: 1.7714285714;
  margin: 19px 0 0;
}
@media only screen and (min-width: 768px), print {
  .c-box-author01 {
    padding-top: 25px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 160px 20px auto;
    grid-template-columns: 160px 20px auto;
  }
  .c-box-author01__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .c-box-author01__textarea {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-box-author01__position[class] {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    line-height: 1.375;
  }
  .c-box-author01__prof[class] {
    margin: 19px 0 0;
  }
}

.c-box-mintab-pb01 {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px), print {
  .c-box-mintab-pb01 {
    padding-bottom: 0;
  }
}

.c-box-sharearea01 {
  padding-top: 20px;
}
.c-box-sharearea01-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 13px;
}
.c-box-sharearea01 .c-btn-basic01 {
  margin: 20px 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px), print {
  .c-box-sharearea01 .c-btn-basic01 {
    text-align: left;
  }
}
@media only screen and (min-width: 1170px), print {
  .c-box-sharearea01 {
    padding-top: 131px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .c-box-sharearea01 .c-btn-basic01 {
    margin: 30px 0 0;
  }
}

.c-box-sharearea02 {
  padding-top: 30px;
}
.c-box-sharearea02 .c-btn-basic01 {
  margin: 20px 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px), print {
  .c-box-sharearea02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .c-box-sharearea02 .c-btn-basic01 {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px), print {
  .c-box-sharearea02--pt01 {
    padding-top: 70px;
  }
}

.c-box-col2-border01__col02 dt {
  font-weight: bold;
}
.c-box-col2-border01__link:not(:hover) {
  color: #000000;
  text-decoration: none;
}
@media only screen and (min-width: 768px), print {
  .c-box-col2-border01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px;
  }
  .c-box-col2-border01__col01 {
    padding: 0 20px 0 30px;
    border-right: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
  }
  .c-box-col2-border01__col02[class] {
    margin: 0;
    padding-left: 30px;
  }
}

.c-box-border-gray01__text01 {
  padding-bottom: 15px;
}
.c-box-border-gray01-flex {
  border-top: 1px solid #E5E5E5;
}
.c-box-border-gray01-flex-item {
  border-bottom: 1px solid #E5E5E5;
  padding: 22px 0;
  text-align: center;
}
.c-box-border-gray01-flex-item__text01 {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.c-box-border-gray01-flex-item__text02 {
  font-size: 24px; /*IE9以下で反映されるよう記述*/
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 0;
}
.c-box-border-gray01-flex-item__yen {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: normal;
}
.c-box-border-gray01-flex-item__text03 {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  line-height: 1;
  margin: 9px 0 0;
}
.c-box-border-gray01-flex-item__btn {
  margin-top: 12px;
}
.c-box-border-gray01-flex-item__btn .c-btn-star01,
.c-box-border-gray01-flex-item__btn .c-btn-erase01 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.c-box-border-gray01-flex-item__btn .c-btn-star01 .c-btn-basic01__link,
.c-box-border-gray01-flex-item__btn .c-btn-star01 .c-btn-erase01__link,
.c-box-border-gray01-flex-item__btn .c-btn-erase01 .c-btn-basic01__link,
.c-box-border-gray01-flex-item__btn .c-btn-erase01 .c-btn-erase01__link {
  width: 287px;
}
@media only screen and (min-width: 768px), print {
  .c-box-border-gray01__text01 {
    padding-bottom: 20px;
  }
  .c-box-border-gray01-flex {
    border-top: none;
    border-left: 1px solid #E5E5E5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-box-border-gray01-flex-item {
    border-right: 1px solid #E5E5E5;
    border-bottom: none;
    padding: 0 20px;
    text-align: left;
    width: 33.3333333333%;
  }
  .c-box-border-gray01-flex-item__text01 {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
  }
  .c-box-border-gray01-flex-item__text02 {
    margin: 10px 0 0;
  }
  .c-box-border-gray01-flex-item__yen {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
  }
  .c-box-border-gray01-flex-item__text03 {
    margin: 9px 0 0;
  }
  .c-box-border-gray01-flex-item--col2 {
    width: 50%;
  }
  .c-box-border-gray01-flex__btn {
    width: 288px;
    margin: 20px auto 0;
  }
  .c-box-border-gray01-flex__btn .c-btn-star01,
  .c-box-border-gray01-flex__btn .c-btn-erase01 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .c-box-border-gray01-flex__btn .c-btn-star01 .c-btn-basic01__link,
  .c-box-border-gray01-flex__btn .c-btn-star01 .c-btn-erase01__link,
  .c-box-border-gray01-flex__btn .c-btn-erase01 .c-btn-basic01__link,
  .c-box-border-gray01-flex__btn .c-btn-erase01 .c-btn-erase01__link {
    width: 287px;
  }
}
@media only screen and (min-width: 1024px), print {
  .c-box-border-gray01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-box-border-gray01__text01 {
    width: 100%;
  }
  .c-box-border-gray01-flex {
    width: calc(100% - 368px);
  }
  .c-box-border-gray01-flex--col2 {
    width: 560px;
  }
  .c-box-border-gray01-flex-item--col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-box-border-gray01-flex__btn {
    border-right: 1px solid #E5E5E5;
    width: 368px;
    margin: 0;
  }
  .c-box-border-gray01-flex__btn--col2 {
    width: calc(100% - 560px);
    padding-left: 20px;
  }
  .c-box-border-gray01-flex__btn--col2 .c-btn-star01,
  .c-box-border-gray01-flex__btn--col2 .c-btn-erase01 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 959px), print {
  .c-box-pc-bordertop01 {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px), print {
  .c-box-pc-bordertop01 {
    border-top: 1px solid #C4C4C4;
    margin-top: 100px;
    padding-top: 40px;
  }
}

.c-box-bordertop01 {
  border-top: 1px solid #C4C4C4;
  margin-top: 60px;
}
@media only screen and (min-width: 768px), print {
  .c-box-bordertop01 {
    margin-top: 100px;
  }
}

.c-box-bg-gray01 {
  background: #F0F0F0;
}
.c-box-bg-gray01-item {
  padding: 19px 22px;
}
.c-box-bg-gray01-item:nth-child(n+2) {
  border-top: 1px solid #ffffff;
}
.c-box-bg-gray01-item p {
  margin: 0;
}
.c-box-bg-gray01-item__title[class] {
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  margin: 0 0 4px;
  font-weight: bold;
}
.c-box-bg-gray01-item dl.c-box-bg-gray01-item-acc {
  margin: 17px 0 0;
  padding: 0;
}
.c-box-bg-gray01-item dl.c-box-bg-gray01-item-acc dt {
  position: relative;
  background: #ffffff;
  padding: 7px 11px;
  color: #007ABB;
  cursor: pointer;
}
.c-box-bg-gray01-item dl.c-box-bg-gray01-item-acc dt.active .c-box-bg-gray01-item-acc__icon .fa-plus {
  opacity: 0;
}
.c-box-bg-gray01-item dl.c-box-bg-gray01-item-acc dt.active .c-box-bg-gray01-item-acc__icon .fa-minus {
  opacity: 1;
}
.c-box-bg-gray01-item dl.c-box-bg-gray01-item-acc dd {
  display: none;
  padding: 9px;
}
.c-box-bg-gray01-item dl.c-box-bg-gray01-item-acc dd p:nth-child(n+2) {
  margin-top: 8px;
}
.c-box-bg-gray01-item-acc__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  font-size: 18px;
}
.c-box-bg-gray01-item-acc__icon .fa-minus {
  opacity: 0;
}
.c-box-bg-gray01-item.is-full-width {
  width: 100%;
  border-top: 1px solid #ffffff;
}
@media only screen and (min-width: 1024px), print {
  .c-box-bg-gray01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-box-bg-gray01-item {
    width: 25%;
    padding: 19px 22px;
  }
  .c-box-bg-gray01-item:nth-child(n+2) {
    border-top: none;
    border-left: 1px solid #ffffff;
  }
  .c-box-bg-gray01-item p {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
  .c-box-bg-gray01-item dl.c-box-bg-gray01-item-acc dt {
    padding: 6px 11px;
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
  .c-box-bg-gray01-item dl.c-box-bg-gray01-item-acc dd {
    padding: 15px 9px 0;
  }
  .c-box-bg-gray01-item-acc__icon {
    right: 9px;
  }
}

.c-box-bg-gray02 {
  background: #F0F0F0;
  padding: 20px;
}
@media only screen and (min-width: 768px), print {
  .c-box-bg-gray02 {
    padding: 27px 32px;
  }
}

.c-box-flex-img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
.c-box-flex-img01-item {
  width: 100%;
}
.c-box-flex-img01-item a {
  display: block;
}
.c-box-flex-img01-item img {
  width: 100%;
  max-height: inherit;
}
@media only screen and (min-width: 1024px), print {
  .c-box-flex-img01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 30px;
  }
  .c-box-flex-img01-item {
    width: auto;
    max-width: 300px;
  }
}

.c-box-accordion-border01 {
  margin: 20px 0 0;
  padding: 0;
}
.c-box-accordion-border01 dt {
  position: relative;
  border: 1px solid #E5E5E5;
  line-height: 1;
  padding: 21px 19px;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  color: #007ABB;
  cursor: pointer;
}
.c-box-accordion-border01 dt.active .c-box-accordion-border01__icon .fa-plus {
  opacity: 0;
}
.c-box-accordion-border01 dt.active .c-box-accordion-border01__icon .fa-minus {
  opacity: 1;
}
.c-box-accordion-border01 dd {
  display: none;
}
.c-box-accordion-border01__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 21px;
  font-size: 18px;
}
.c-box-accordion-border01__icon .fa-minus {
  opacity: 0;
}
@media only screen and (min-width: 768px), print {
  .c-box-accordion-border01 dt {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
  }
}

.c-box-accordion-border02 {
  margin: 0 !important;
  border-bottom: 1px solid #C4C4C4;
}
.c-box-accordion-border02 + .c-box-accordion-border02 dt {
  border-top: none;
}
.c-box-accordion-border02 dt {
  position: relative;
  border-top: 1px solid #C4C4C4;
  line-height: 1;
  padding: 18px 43px 18px 8px;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  line-height: 1.7857142857;
  color: #007ABB;
  cursor: pointer;
}
.c-box-accordion-border02 dt::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 9px;
  width: 15px;
  height: 2px;
  border-top: 2px solid #007ABB;
}
.c-box-accordion-border02 dt::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 2px;
  height: 15px;
  border-left: 2px solid #007ABB;
}
.c-box-accordion-border02 dt.active::after {
  opacity: 0;
}
.c-box-accordion-border02 dd {
  display: none;
  border-top: 1px dotted #C4C4C4;
  padding: 18px 0 25px;
  margin: 0 8px;
}
.c-box-accordion-border02 dd > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px), print {
  .c-box-accordion-border02 dt {
    padding: 17px 47px 17px 19px;
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
  }
  .c-box-accordion-border02 dt::before {
    right: 21px;
  }
  .c-box-accordion-border02 dt::after {
    right: 28px;
  }
  .c-box-accordion-border02 dd {
    padding: 20px 0 17px;
    margin: 0 20px;
  }
}

.c-box-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 0;
  margin: 40px 0;
}
@media only screen and (min-width: 768px), print {
  .c-box-btn01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px 10px;
  }
  .c-box-btn01--wide {
    gap: 20px 20px;
  }
}

.c-box-btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 12px;
}
@media only screen and (min-width: 768px), print {
  .c-box-btn02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px 10px;
  }
}

.c-box-sp-tab01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 3px;
}
.c-box-sp-tab01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #C4C4C4;
}
.c-box-sp-tab01__item {
  background: #F0F0F0;
  text-align: center;
  padding: 13px 8px;
  color: #6d6d6d;
  border: 1px solid #F0F0F0;
  line-height: 1;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
}
.c-box-sp-tab01__item.is-active {
  background-color: #fff;
  color: #007ABB;
  border-color: #C4C4C4;
}
@media only screen and (min-width: 768px), print {
  .c-box-sp-tab01 {
    display: none;
  }
}

.c-box-sp-tabpanel01 {
  padding-top: 30px;
}
.c-box-sp-tabpanel01__item {
  display: none;
}
.c-box-sp-tabpanel01__item.is-show {
  display: block;
}
@media only screen and (min-width: 768px), print {
  .c-box-sp-tabpanel01 {
    padding-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 9px 33px;
  }
  .c-box-sp-tabpanel01__item {
    display: block;
    width: calc((100% - 33px) / 2);
  }
}
@media only screen and (min-width: 1280px), print {
  .c-box-sp-tabpanel01__item {
    width: calc((100% - 66px) / 3);
  }
}

.c-box-padding01 {
  padding: 58px 0 10px;
}
.c-box-padding01__inner {
  margin-bottom: 40px;
  display: flow-root;
}
@media only screen and (min-width: 768px), print {
  .c-box-padding01 {
    padding: 30px 0 0;
  }
  .c-box-padding01__inner {
    margin-bottom: 60px;
  }
}

.c-box-padding02 ul:not([class]),
.c-box-padding02 .c-unorderlist02 {
  margin: 35px 0 0;
}
@media only screen and (max-width: 767px), print {
  .c-box-padding02 {
    padding-bottom: 50px;
  }
}

.c-box-padding03 {
  padding: 80px 0 50px;
}
.c-box-padding03 ul:not([class]),
.c-box-padding03 .c-unorderlist02 {
  margin: 35px 0 0;
}
@media only screen and (min-width: 768px), print {
  .c-box-padding03 {
    padding: 96px 0 0;
  }
}

.c-box-padding04 {
  padding: 70px 0 50px;
}
@media only screen and (min-width: 768px), print {
  .c-box-padding04 {
    padding: 97px 0 4px;
  }
}

.c-box-margin01 {
  margin: 10px 0 80px;
}
@media only screen and (min-width: 768px), print {
  .c-box-margin01 {
    margin: 70px 0 0;
  }
}

.c-box-margin02 {
  margin-bottom: 40px;
  display: flow-root;
}

.c-box-thumb-exposition01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  margin: 24px 0;
}
.c-box-thumb-exposition01__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 19px;
}
.c-box-thumb-exposition01__img {
  width: 60px;
}
.c-box-thumb-exposition01__img img {
  width: 100%;
  height: auto;
}
.c-box-thumb-exposition01__txtarea {
  width: calc(100% - 79px);
}
.c-box-thumb-exposition01__title[class] {
  font-weight: bold;
  margin: 0;
}
.c-box-thumb-exposition01__text[class] {
  margin: 5px 0 0;
}
@media only screen and (min-width: 768px), print {
  .c-box-thumb-exposition01 {
    gap: 40px 50px;
    margin: 40px 0;
  }
  .c-box-thumb-exposition01__item {
    width: calc((100% - 50px) / 2);
  }
  .c-box-thumb-exposition01__img {
    width: 100px;
  }
  .c-box-thumb-exposition01__txtarea {
    width: calc(100% - 150px);
  }
}

.c-box-first-text01 {
  padding: 60px 0 80px;
}
@media only screen and (min-width: 768px), print {
  .c-box-first-text01 {
    padding: 98px 0;
  }
}

.c-box-first-text02 {
  padding: 50px 0 0;
}
@media only screen and (min-width: 768px), print {
  .c-box-first-text02 {
    padding: 43px 0 0;
  }
}

.c-box-fund-distributor01 {
  padding-top: 80px;
}
.c-box-fund-distributor01 .c-title-line01[class] {
  margin-top: 0;
}
@media only screen and (min-width: 768px), print {
  .c-box-fund-distributor01 {
    padding-top: 96px;
  }
  .c-box-fund-distributor01 .c-title-line01[class] {
    font-size: 24px; /*IE9以下で反映されるよう記述*/
    font-size: 1.5rem;
  }
}

.c-box-first-img-area01 {
  position: relative;
  margin: -40px auto 55px;
}
.c-box-first-img-area01__img {
  width: 100%;
  text-align: center;
}
.c-box-first-img-area01__text {
  margin-top: 30px;
}
@media only screen and (min-width: 768px), print {
  .c-box-first-img-area01 {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 1280px), print {
  .c-box-first-img-area01 {
    margin: -100px auto 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-box-first-img-area01__img {
    width: 60%;
  }
  .c-box-first-img-area01__text {
    padding-top: 200px;
    width: 40%;
    padding-right: 3.6%;
    margin-top: 0;
  }
}

.c-box-map01 iframe {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px), print {
  .c-box-map01 iframe {
    aspect-ratio: 115/71;
  }
}

.c-box-knowledgelist01 {
  margin: 80px 0;
}
.c-box-knowledgelist01 .c-grid4-01 {
  margin-top: 40px;
}
.c-box-knowledgelist01 .c-bth-pcflex-center {
  margin-top: 38px;
}
@media only screen and (min-width: 768px), print {
  .c-box-knowledgelist01 {
    margin: 105px 0;
  }
  .c-box-knowledgelist01 .c-grid4-01 {
    margin: 40px -21px 0;
  }
  .c-box-knowledgelist01 .c-bth-pcflex-center {
    margin-top: 60px;
  }
}

.c-box-market-cnt {
  border-top: 1px solid #C4C4C4;
  margin: 47px 0 60px;
}
.c-box-market-cnt__item {
  border-bottom: 1px solid #C4C4C4;
  padding: 30px 0 25px;
  text-align: center;
}
.c-box-market-cnt__title[class] {
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  margin: 24px 0 22px;
}
.c-box-market-cnt__link a {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.c-box-market-cnt__link a::after {
  display: none;
  font: var(--fa-font-light);
  content: "\f105";
}
.c-box-market-cnt__link a svg {
  margin-left: 5px;
  font-size: 1.2em;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media only screen and (min-width: 768px), print {
  .c-box-market-cnt {
    border-top: none;
    border-left: 1px solid #C4C4C4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 41px 0 0;
  }
  .c-box-market-cnt__item {
    width: 33.3333333333%;
    border-bottom: none;
    border-right: 1px solid #C4C4C4;
    padding: 0;
  }
}

.l-component-content {
  overflow: hidden;
}
.l-component-content .c-box-basic01 {
  margin-top: 60px;
}

/* ==========================================================
!Button
========================================================== */
.c-btn-basic01 .wp-block-button__link::after,
.wp-block-button.is-style-outline .wp-block-button__link::after,
.wp-block-button.is-style-pdf-outline .wp-block-button__link::after,
.wp-block-button.is-style-sp-narrow01 .wp-block-button__link::after {
  display: none;
  font: var(--fa-font-regular);
  content: "\f061";
}
.c-btn-basic01 .wp-block-button__link svg, .c-btn-basic01__icon,
.wp-block-button.is-style-outline .wp-block-button__link svg,
.wp-block-button.is-style-outline__icon,
.wp-block-button.is-style-pdf-outline .wp-block-button__link svg,
.wp-block-button.is-style-pdf-outline__icon,
.wp-block-button.is-style-sp-narrow01 .wp-block-button__link svg,
.wp-block-button.is-style-sp-narrow01__icon {
  position: absolute;
  top: 50%;
  right: 18px;
  padding: 0;
  color: #1E9BD7;
  font-size: 17px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-basic01 > .wp-block-button__link, .c-btn-basic01__link,
.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button.is-style-outline__link,
.wp-block-button.is-style-pdf-outline > .wp-block-button__link,
.wp-block-button.is-style-pdf-outline__link,
.wp-block-button.is-style-sp-narrow01 > .wp-block-button__link,
.wp-block-button.is-style-sp-narrow01__link {
  display: inline-block;
  position: relative;
  width: auto;
  min-height: 40px;
  padding: 10px 55px;
  border: 2px solid #1E9BD7;
  border-radius: 20px;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  color: #000000;
  font-weight: bold;
  line-height: 1.3571428571;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.c-btn-basic01 > .wp-block-button__link--narrow01, .c-btn-basic01__link--narrow01,
.wp-block-button.is-style-outline > .wp-block-button__link--narrow01,
.wp-block-button.is-style-outline__link--narrow01,
.wp-block-button.is-style-pdf-outline > .wp-block-button__link--narrow01,
.wp-block-button.is-style-pdf-outline__link--narrow01,
.wp-block-button.is-style-sp-narrow01 > .wp-block-button__link--narrow01,
.wp-block-button.is-style-sp-narrow01__link--narrow01 {
  padding: 10px 40px;
}
.c-btn-basic01 > .wp-block-button__link--narrow01 .c-btn-basic01__icon, .c-btn-basic01__link--narrow01 .c-btn-basic01__icon,
.wp-block-button.is-style-outline > .wp-block-button__link--narrow01 .c-btn-basic01__icon,
.wp-block-button.is-style-outline__link--narrow01 .c-btn-basic01__icon,
.wp-block-button.is-style-pdf-outline > .wp-block-button__link--narrow01 .c-btn-basic01__icon,
.wp-block-button.is-style-pdf-outline__link--narrow01 .c-btn-basic01__icon,
.wp-block-button.is-style-sp-narrow01 > .wp-block-button__link--narrow01 .c-btn-basic01__icon,
.wp-block-button.is-style-sp-narrow01__link--narrow01 .c-btn-basic01__icon {
  right: 10px;
}
.c-btn-basic01 > .wp-block-button__link--narrow02, .c-btn-basic01__link--narrow02,
.wp-block-button.is-style-outline > .wp-block-button__link--narrow02,
.wp-block-button.is-style-outline__link--narrow02,
.wp-block-button.is-style-pdf-outline > .wp-block-button__link--narrow02,
.wp-block-button.is-style-pdf-outline__link--narrow02,
.wp-block-button.is-style-sp-narrow01 > .wp-block-button__link--narrow02,
.wp-block-button.is-style-sp-narrow01__link--narrow02 {
  padding: 10px 50px;
}
.c-btn-basic01 > .wp-block-button__link:not(:hover):not(:active), .c-btn-basic01__link:not(:hover):not(:active),
.wp-block-button.is-style-outline > .wp-block-button__link:not(:hover):not(:active),
.wp-block-button.is-style-outline__link:not(:hover):not(:active),
.wp-block-button.is-style-pdf-outline > .wp-block-button__link:not(:hover):not(:active),
.wp-block-button.is-style-pdf-outline__link:not(:hover):not(:active),
.wp-block-button.is-style-sp-narrow01 > .wp-block-button__link:not(:hover):not(:active),
.wp-block-button.is-style-sp-narrow01__link:not(:hover):not(:active) {
  background: rgba(255, 255, 255, 0.6);
}
.c-btn-basic01 > .wp-block-button__link:hover, .c-btn-basic01__link:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:hover,
.wp-block-button.is-style-outline__link:hover,
.wp-block-button.is-style-pdf-outline > .wp-block-button__link:hover,
.wp-block-button.is-style-pdf-outline__link:hover,
.wp-block-button.is-style-sp-narrow01 > .wp-block-button__link:hover,
.wp-block-button.is-style-sp-narrow01__link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #1E9BD7;
}
.c-btn-basic01 > .wp-block-button__link:hover .c-btn-basic01__icon,
.c-btn-basic01 > .wp-block-button__link:hover svg, .c-btn-basic01__link:hover .c-btn-basic01__icon,
.c-btn-basic01__link:hover svg,
.wp-block-button.is-style-outline > .wp-block-button__link:hover .c-btn-basic01__icon,
.wp-block-button.is-style-outline > .wp-block-button__link:hover svg,
.wp-block-button.is-style-outline__link:hover .c-btn-basic01__icon,
.wp-block-button.is-style-outline__link:hover svg,
.wp-block-button.is-style-pdf-outline > .wp-block-button__link:hover .c-btn-basic01__icon,
.wp-block-button.is-style-pdf-outline > .wp-block-button__link:hover svg,
.wp-block-button.is-style-pdf-outline__link:hover .c-btn-basic01__icon,
.wp-block-button.is-style-pdf-outline__link:hover svg,
.wp-block-button.is-style-sp-narrow01 > .wp-block-button__link:hover .c-btn-basic01__icon,
.wp-block-button.is-style-sp-narrow01 > .wp-block-button__link:hover svg,
.wp-block-button.is-style-sp-narrow01__link:hover .c-btn-basic01__icon,
.wp-block-button.is-style-sp-narrow01__link:hover svg {
  color: #ffffff;
}
.c-btn-basic01 > .wp-block-button__link:active, .c-btn-basic01__link:active,
.wp-block-button.is-style-outline > .wp-block-button__link:active,
.wp-block-button.is-style-outline__link:active,
.wp-block-button.is-style-pdf-outline > .wp-block-button__link:active,
.wp-block-button.is-style-pdf-outline__link:active,
.wp-block-button.is-style-sp-narrow01 > .wp-block-button__link:active,
.wp-block-button.is-style-sp-narrow01__link:active {
  background-color: #187cab;
  border: 2px solid #187cab;
}
.c-btn-basic01 > .wp-block-button__link:active, .c-btn-basic01 > .wp-block-button__link:focus, .c-btn-basic01__link:active, .c-btn-basic01__link:focus,
.wp-block-button.is-style-outline > .wp-block-button__link:active,
.wp-block-button.is-style-outline > .wp-block-button__link:focus,
.wp-block-button.is-style-outline__link:active,
.wp-block-button.is-style-outline__link:focus,
.wp-block-button.is-style-pdf-outline > .wp-block-button__link:active,
.wp-block-button.is-style-pdf-outline > .wp-block-button__link:focus,
.wp-block-button.is-style-pdf-outline__link:active,
.wp-block-button.is-style-pdf-outline__link:focus,
.wp-block-button.is-style-sp-narrow01 > .wp-block-button__link:active,
.wp-block-button.is-style-sp-narrow01 > .wp-block-button__link:focus,
.wp-block-button.is-style-sp-narrow01__link:active,
.wp-block-button.is-style-sp-narrow01__link:focus {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
  text-decoration: none;
  outline: none !important;
  color: #000000;
}
.c-btn-basic01--dark .c-btn-basic01__link,
.wp-block-button.is-style-outline--dark .c-btn-basic01__link,
.wp-block-button.is-style-pdf-outline--dark .c-btn-basic01__link,
.wp-block-button.is-style-sp-narrow01--dark .c-btn-basic01__link {
  color: #ffffff;
}
.c-btn-basic01--dark .c-btn-basic01__link:not(:hover):not(:active),
.wp-block-button.is-style-outline--dark .c-btn-basic01__link:not(:hover):not(:active),
.wp-block-button.is-style-pdf-outline--dark .c-btn-basic01__link:not(:hover):not(:active),
.wp-block-button.is-style-sp-narrow01--dark .c-btn-basic01__link:not(:hover):not(:active) {
  background: #000000;
}
.c-btn-basic01--dark .c-btn-basic01__link:active, .c-btn-basic01--dark .c-btn-basic01__link:focus,
.wp-block-button.is-style-outline--dark .c-btn-basic01__link:active,
.wp-block-button.is-style-outline--dark .c-btn-basic01__link:focus,
.wp-block-button.is-style-pdf-outline--dark .c-btn-basic01__link:active,
.wp-block-button.is-style-pdf-outline--dark .c-btn-basic01__link:focus,
.wp-block-button.is-style-sp-narrow01--dark .c-btn-basic01__link:active,
.wp-block-button.is-style-sp-narrow01--dark .c-btn-basic01__link:focus {
  -webkit-box-shadow: 0 0 0 2px #000000, 0 0 0 4px #1E9BD7;
          box-shadow: 0 0 0 2px #000000, 0 0 0 4px #1E9BD7;
}
.c-btn-basic01--blank a::after,
.wp-block-button.is-style-outline--blank a::after,
.wp-block-button.is-style-pdf-outline--blank a::after,
.wp-block-button.is-style-sp-narrow01--blank a::after {
  display: none;
  font: var(--fa-font-light);
  content: "\f08e";
}
.c-btn-basic01--blank a svg,
.wp-block-button.is-style-outline--blank a svg,
.wp-block-button.is-style-pdf-outline--blank a svg,
.wp-block-button.is-style-sp-narrow01--blank a svg {
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 0;
  margin: 0 !important;
  color: #1e9bd7;
  font-size: 21px !important;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-basic01--blank a:hover svg,
.wp-block-button.is-style-outline--blank a:hover svg,
.wp-block-button.is-style-pdf-outline--blank a:hover svg,
.wp-block-button.is-style-sp-narrow01--blank a:hover svg {
  color: #ffffff;
}
.c-btn-basic01--pdf svg,
.wp-block-button.is-style-outline--pdf svg,
.wp-block-button.is-style-pdf-outline--pdf svg,
.wp-block-button.is-style-sp-narrow01--pdf svg {
  position: absolute;
  top: 50%;
  right: 16px;
  padding: 0;
  margin: 0 !important;
  color: #1e9bd7;
  font-size: 21px !important;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-basic01--pdf a:hover svg,
.wp-block-button.is-style-outline--pdf a:hover svg,
.wp-block-button.is-style-pdf-outline--pdf a:hover svg,
.wp-block-button.is-style-sp-narrow01--pdf a:hover svg {
  color: #ffffff;
}

.wp-block-button:not(.is-style-outline):not(.is-style-pdf-outline):not(.is-style-textlink01):not(.is-style-sp-narrow01) .wp-block-button__link::after {
  display: none;
  font: var(--fa-font-regular);
  content: "\f061";
}
.wp-block-button:not(.is-style-outline):not(.is-style-pdf-outline):not(.is-style-textlink01):not(.is-style-sp-narrow01) .wp-block-button__link svg {
  position: absolute;
  top: 50%;
  right: 18px;
  padding: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wp-block-button:not(.is-style-outline):not(.is-style-pdf-outline):not(.is-style-textlink01):not(.is-style-sp-narrow01) .wp-block-button__link {
  display: inline-block;
  position: relative;
  width: 100%;
  width: auto;
  min-height: 40px;
  padding: 10px 55px;
  border: 2px solid #1E9BD7;
  border-radius: 20px;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.3571428571;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.wp-block-button:not(.is-style-outline):not(.is-style-pdf-outline):not(.is-style-textlink01):not(.is-style-sp-narrow01) .wp-block-button__link:not(:hover):not(:active) {
  background-color: #1E9BD7;
}
.wp-block-button:not(.is-style-outline):not(.is-style-pdf-outline):not(.is-style-textlink01):not(.is-style-sp-narrow01) .wp-block-button__link:hover {
  color: #1E9BD7;
  text-decoration: none;
  background-color: #ffffff;
}
.wp-block-button:not(.is-style-outline):not(.is-style-pdf-outline):not(.is-style-textlink01):not(.is-style-sp-narrow01) .wp-block-button__link:hover .c-btn-basic01__icon,
.wp-block-button:not(.is-style-outline):not(.is-style-pdf-outline):not(.is-style-textlink01):not(.is-style-sp-narrow01) .wp-block-button__link:hover svg {
  color: #1E9BD7;
}
.wp-block-button:not(.is-style-outline):not(.is-style-pdf-outline):not(.is-style-textlink01):not(.is-style-sp-narrow01) .wp-block-button__link:active {
  background-color: #187cab;
  border: 2px solid #187cab;
}
.wp-block-button:not(.is-style-outline):not(.is-style-pdf-outline):not(.is-style-textlink01):not(.is-style-sp-narrow01) .wp-block-button__link:active, .wp-block-button:not(.is-style-outline):not(.is-style-pdf-outline):not(.is-style-textlink01):not(.is-style-sp-narrow01) .wp-block-button__link:focus {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
  text-decoration: none;
  outline: none !important;
}

.wp-block-button.is-style-pdf .wp-block-button__link::after {
  display: none;
  font: var(--fa-font-light);
  content: "\f1c1";
}
.wp-block-button.is-style-pdf .wp-block-button__link svg {
  right: 16px;
  color: #ffffff;
  font-size: 21px !important;
  line-height: 20px;
}

.wp-block-button.is-style-pdf-outline .wp-block-button__link::after {
  display: none;
  font: var(--fa-font-light);
  content: "\f1c1";
}
.wp-block-button.is-style-pdf-outline .wp-block-button__link svg {
  right: 16px;
  color: #1E9BD7;
  font-size: 21px !important;
  line-height: 20px;
}
.wp-block-button.is-style-pdf-outline .wp-block-button__link a:hover svg {
  color: #ffffff;
}

@media only screen and (max-width: 767px), print {
  .wp-block-button.is-style-sp-narrow01 .wp-block-button__link {
    padding: 10px 35px;
  }
  .wp-block-button.is-style-sp-narrow01 .wp-block-button__link svg {
    right: 7px;
  }
}

.wp-block-button.is-style-textlink01 {
  display: block;
  text-align: right;
  margin: 5px 0 0 auto;
}
.wp-block-button.is-style-textlink01 .wp-block-button__link::after {
  display: none;
  font: var(--fa-font-regular);
  content: "\f105";
}
.wp-block-button.is-style-textlink01 .wp-block-button__link svg {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0;
  color: #007ABB;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 1px;
}
.wp-block-button.is-style-textlink01 .wp-block-button__link {
  position: relative;
  min-height: inherit;
  padding: 0 14px 0 0;
  border: none;
  border-radius: unset;
  color: #007ABB;
  line-height: 1;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
}
.wp-block-button.is-style-textlink01 .wp-block-button__link:not(:hover):not(:active) {
  background-color: unset;
}
.wp-block-button.is-style-textlink01 .wp-block-button__link:hover {
  color: #007ABB;
  text-decoration: underline;
  background-color: unset;
}
.wp-block-button.is-style-textlink01 .wp-block-button__link:hover svg {
  color: #007ABB;
}
.wp-block-button.is-style-textlink01 .wp-block-button__link:active {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: none;
}
.wp-block-button.is-style-textlink01 .wp-block-button__link:active {
  background-color: unset;
  border: none;
  outline: 2px auto #1E9BD7;
  color: #000000;
}
.wp-block-button.is-style-textlink01 .wp-block-button__link:focus {
  color: #1E9BD7;
  outline: 2px auto #1E9BD7;
}

.wp-block-button .wp-block-button__link[href^=https]:not([href^="https://www.alliancebernstein.co.jp/"]):not([href^="https://www.youtube.com/"]):not([href^="https://youtu.be/"]):not([href^="https://players.brightcove.net/"]):not([href^="https://bcove.video/"]):not(.u-noicon):not(.ab-item):not(.is-style-c-ebook a) svg {
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 0;
  margin: 0 !important;
  color: #1e9bd7;
  font-size: 21px !important;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wp-block-button .wp-block-button__link[href^=https]:not([href^="https://www.alliancebernstein.co.jp/"]):not([href^="https://www.youtube.com/"]):not([href^="https://youtu.be/"]):not([href^="https://players.brightcove.net/"]):not([href^="https://bcove.video/"]):not(.u-noicon):not(.ab-item):not(.is-style-c-ebook a):hover svg {
  color: #ffffff;
}

.c-btn-basic01--mt40-center[class] {
  margin: 40px 0 0;
  text-align: center;
}
.c-btn-basic01--mt20-pcmt30-center[class] {
  text-align: center;
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px), print {
  .c-btn-basic01--mt20-pcmt30-center[class] {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 479px), print {
  .c-btn-basic01--sp-full a {
    width: 100%;
  }
}
.c-btn-basic01--sp-full-center {
  text-align: center;
}
@media only screen and (max-width: 479px), print {
  .c-btn-basic01--sp-full-center a {
    width: 100%;
  }
}

.c-btn-star01__link {
  display: inline-block;
  position: relative;
  width: 287px;
  max-width: 100%;
  min-height: 40px;
  padding: 10px 40px;
  border: 2px solid #1E9BD7;
  border-radius: 20px;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.3571428571;
  text-decoration: none;
  text-align: center;
}
.c-btn-star01__link:not(:hover):not(:active) {
  background: #1E9BD7;
}
.c-btn-star01__link:hover {
  color: #000000;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.6);
}
.c-btn-star01__link:hover .c-btn-star01__icon {
  color: #1e9bd7;
}
.c-btn-star01__link:active {
  background-color: #187cab;
}
.c-btn-star01__link:focus {
  background: #ffffff;
}
.c-btn-star01__link:active, .c-btn-star01__link:focus {
  color: #ffffff;
  border: 2px solid #1E9BD7;
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
  text-decoration: none;
  outline: none !important;
}
.c-btn-star01__icon {
  position: absolute;
  top: 50%;
  right: 19px;
  padding: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  margin: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-star01--dark .c-btn-star01__link:not(:hover):not(:active) {
  background: #000000;
}
.c-btn-star01--dark .c-btn-star01__link:active, .c-btn-star01--dark .c-btn-star01__link:focus {
  -webkit-box-shadow: 0 0 0 2px #000000, 0 0 0 4px #1E9BD7;
          box-shadow: 0 0 0 2px #000000, 0 0 0 4px #1E9BD7;
}

.c-btn-erase01__link {
  display: inline-block;
  position: relative;
  width: 303px;
  max-width: 100%;
  min-height: 40px;
  padding: 10px 50px;
  border: 2px solid #1E9BD7;
  border-radius: 20px;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  color: #000000;
  font-weight: bold;
  line-height: 1.3571428571;
  text-decoration: none;
  text-align: center;
}
.c-btn-erase01__link:not(:hover):not(:active) {
  background: rgba(255, 255, 255, 0.6);
}
.c-btn-erase01__link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #1E9BD7;
}
.c-btn-erase01__link:hover .c-btn-erase01__icon {
  color: #ffffff;
}
.c-btn-erase01__link:active {
  background-color: #187cab;
}
.c-btn-erase01__link:focus {
  background: #ffffff;
}
.c-btn-erase01__link:active, .c-btn-erase01__link:focus {
  border: 2px solid #1E9BD7;
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
  text-decoration: none;
  outline: none !important;
}
.c-btn-erase01__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 0;
  color: #1e9bd7;
  font-size: 17px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-erase01--dark .c-btn-erase01__link {
  color: #ffffff;
}
.c-btn-erase01--dark .c-btn-erase01__link:not(:hover):not(:active) {
  background: #000000;
}
.c-btn-erase01--dark .c-btn-erase01__link:active, .c-btn-erase01--dark .c-btn-erase01__link:focus {
  -webkit-box-shadow: 0 0 0 2px #000000, 0 0 0 4px #1E9BD7;
          box-shadow: 0 0 0 2px #000000, 0 0 0 4px #1E9BD7;
}

.c-btn-external01__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-btn-external01__link i {
  position: absolute;
  right: 14px;
  bottom: 5px;
  font-size: 20px;
  content: "";
}

.c-btn-rss {
  margin: 50px 0 0;
  text-align: right;
}
.c-btn-rss a {
  font-size: 34px;
  color: #1E9BD7;
}
.c-btn-rss--mt01 {
  margin: 8px 0 0;
}
@media only screen and (min-width: 768px), print {
  .c-btn-rss {
    margin: 10px 0 0;
  }
  .c-btn-rss--mt01 {
    margin: 40px 0 0;
  }
}

.c-bth-pcflex-center {
  margin-top: 15px;
}
.c-bth-pcflex-center .c-btn-basic01 {
  text-align: center;
}
.c-bth-pcflex-center .c-btn-basic01:nth-child(n+2) {
  margin-top: 15px;
}
@media only screen and (min-width: 768px), print {
  .c-bth-pcflex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 20px;
    margin-top: 40px;
  }
  .c-bth-pcflex-center .c-btn-basic01:nth-child(n+2) {
    margin: 0;
  }
}
.c-bth-pcflex-center--mtmb01 {
  margin: 60px 0;
}
@media only screen and (min-width: 768px), print {
  .c-bth-pcflex-center--mtmb01 {
    margin: 100px 0 0;
  }
}

.c-btn-blank-youtube__link {
  display: inline-block;
  position: relative;
  width: 303px;
  max-width: 100%;
  min-height: 40px;
  padding: 10px 50px;
  border: 2px solid #1E9BD7;
  border-radius: 20px;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  color: #000000;
  font-weight: bold;
  line-height: 1.3571428571;
  text-decoration: none;
  text-align: center;
}
.c-btn-blank-youtube__link:not(:hover):not(:active) {
  background: rgba(255, 255, 255, 0.6);
}
.c-btn-blank-youtube__link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #1E9BD7;
}
.c-btn-blank-youtube__link:hover .c-btn-blank-youtube__icon {
  color: #ffffff;
}
.c-btn-blank-youtube__link:active {
  background-color: #187cab;
}
.c-btn-blank-youtube__link:focus {
  background: #ffffff;
}
.c-btn-blank-youtube__link:active, .c-btn-blank-youtube__link:focus {
  border: 2px solid #1E9BD7;
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
  text-decoration: none;
  outline: none !important;
}
.c-btn-blank-youtube__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 0;
  color: #007ABB;
  font-size: 17px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-blank-youtube--dark .c-btn-blank-youtube__link {
  color: #ffffff;
}
.c-btn-blank-youtube--dark .c-btn-blank-youtube__link:not(:hover):not(:active) {
  background: #000000;
}
.c-btn-blank-youtube--dark .c-btn-blank-youtube__link:active, .c-btn-blank-youtube--dark .c-btn-blank-youtube__link:focus {
  -webkit-box-shadow: 0 0 0 2px #000000, 0 0 0 4px #1E9BD7;
          box-shadow: 0 0 0 2px #000000, 0 0 0 4px #1E9BD7;
}

.c-button-app-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  margin: 36px 0;
}
@media only screen and (min-width: 768px), print {
  .c-button-app-download {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-btn-delete01 {
  text-align: center;
}
.c-btn-delete01__icon {
  position: absolute;
  top: 50%;
  right: 18px;
  padding: 0;
  color: #1E9BD7;
  font-size: 17px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-delete01__link {
  display: inline-block;
  position: relative;
  width: 100%;
  width: auto;
  min-height: 40px;
  padding: 10px;
  border: 2px solid #1E9BD7;
  border-radius: 20px;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  color: #000000;
  font-weight: bold;
  line-height: 1.3571428571;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  width: 108px;
}
.c-btn-delete01__link:not(:hover):not(:active) {
  background: rgba(255, 255, 255, 0.6);
}
.c-btn-delete01__link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #1E9BD7;
}
.c-btn-delete01__link:hover .c-btn-basic01__icon,
.c-btn-delete01__link:hover svg {
  color: #ffffff;
}
.c-btn-delete01__link:active {
  background-color: #187cab;
  border: 2px solid #187cab;
}
.c-btn-delete01__link:active, .c-btn-delete01__link:focus {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
  text-decoration: none;
  outline: none !important;
  color: #000000;
}

.l-component-content .c-btn-sns01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100vh;
  color: #1E9BD7;
}
.l-component-content .c-btn-sns01 i {
  font-size: 24px;
}
.l-component-content .c-btn-sns01 i .fa-youtube {
  font-size: 19px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.l-component-content .c-btn-sns01--hover, .l-component-content .c-btn-sns01:hover {
  background: #1E9BD7;
}
.l-component-content .c-btn-sns01--hover i, .l-component-content .c-btn-sns01:hover i {
  color: #ffffff;
}
.l-component-content .c-btn-sns01--active, .l-component-content .c-btn-sns01:active {
  background-color: #007ABB !important;
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
  margin: 0 4px;
}
.l-component-content .c-btn-sns01--active i, .l-component-content .c-btn-sns01:active i {
  color: #ffffff;
}
.l-component-content .c-btn-sns01--focus, .l-component-content .c-btn-sns01:focus {
  border: 2px solid #1E9BD7;
  background-color: #ffffff;
}
.l-component-content .c-btn-sns01--focus i, .l-component-content .c-btn-sns01:focus i {
  color: #1E9BD7;
}
.l-component-content .c-btn-sns01--active, .l-component-content .c-btn-sns01:active, .l-component-content .c-btn-sns01--focus, .l-component-content .c-btn-sns01:focus {
  outline: none !important;
}
.l-component-content .c-btn-sns01--disabled, .l-component-content .c-btn-sns01:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ==========================================================
!gridlist
========================================================== */
.c-grid4-01 > * {
  width: 100%;
}
.c-grid4-01 > *:nth-child(n+2) {
  margin-top: 30px;
}
@media only screen and (max-width: 767px), print {
  .c-grid4-01--space01 > *:nth-child(n+2), .c-grid4-01--space01-pcmt35 > *:nth-child(n+2) {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px), print {
  .c-grid4-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 42px 0;
    margin: 0 -21px;
  }
  .c-grid4-01 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 21px;
  }
  .c-grid4-01 > *:nth-child(n+2) {
    margin-top: 0;
  }
  .c-grid4-01--space01-pcmt35 {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 960px), print {
  .c-grid4-01 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (min-width: 1024px), print {
  .c-grid4-01 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.c-grid3-01 > * {
  width: 100%;
}
.c-grid3-01 > *:nth-child(n+2) {
  margin-top: 30px;
}
@media only screen and (max-width: 767px), print {
  .c-grid3-01--space01 > *:nth-child(n+2) {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px), print {
  .c-grid3-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 42px 0;
    margin: 0 -21px;
  }
  .c-grid3-01 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 21px;
  }
  .c-grid3-01 > *:nth-child(n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px), print {
  .c-grid3-01 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.c-grid2-pc2-sp1 {
  padding-top: 10px;
}
.c-grid2-pc2-sp1 > * {
  width: 100%;
}
.c-grid2-pc2-sp1 > *:nth-child(n+2) {
  margin-top: 20px;
}
@media only screen and (min-width: 768px), print {
  .c-grid2-pc2-sp1 {
    padding: 23px 0 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 50px;
  }
  .c-grid2-pc2-sp1 > * {
    width: calc((100% - 50px) / 2);
  }
  .c-grid2-pc2-sp1 > *:nth-child(n+2) {
    margin-top: 0;
  }
}

.c-grid4-pc4-sp2 {
  padding-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 15px;
}
.c-grid4-pc4-sp2 > * {
  width: calc((100% - 15px) / 2);
}
@media only screen and (min-width: 768px), print {
  .c-grid4-pc4-sp2 {
    padding-top: 28px;
    gap: 42px 42px;
  }
  .c-grid4-pc4-sp2 > * {
    width: calc((100% - 84px) / 3);
  }
}
@media only screen and (min-width: 960px), print {
  .c-grid4-pc4-sp2 > * {
    width: calc((100% - 126px) / 4);
  }
}

.c-grid5-pc3-sp1 {
  margin-top: 42px;
}
.c-grid5-pc3-sp1 > * {
  width: 100%;
}
.c-grid5-pc3-sp1 > *:nth-child(n+2) {
  margin-top: 40px;
}
@media only screen and (min-width: 768px), print {
  .c-grid5-pc3-sp1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 42px 42px;
  }
  .c-grid5-pc3-sp1 > * {
    width: calc((100% - 84px) / 3);
  }
  .c-grid5-pc3-sp1 > *:nth-child(n+2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px), print {
  .l-component-content .c-grid-pc3-sp1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 60px;
    margin-top: 37px;
  }
  .l-component-content .c-grid-pc3-sp1 > * {
    width: calc((100% - 120px) / 3);
  }
  .l-component-content .c-grid-pc3-sp1 li {
    margin: 8px 0;
  }
  .l-component-content .c-grid-pc3-sp1 li:first-child {
    margin-top: 8px;
  }
}

/* ==========================================================
!H(n)eading
========================================================== */
.l-component-content .c-title-line01 {
  position: relative;
  padding-top: 33px;
  font-size: 32px; /*IE9以下で反映されるよう記述*/
  font-size: 2rem;
  line-height: 1.3125;
  font-weight: bold;
  margin: 100px 0 24px;
}
.l-component-content .c-title-line01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#1E9BD7), color-stop(50%, #1E9BD7), color-stop(50%, #343434), to(#343434));
  background: linear-gradient(90deg, #1E9BD7 0%, #1E9BD7 50%, #343434 50%, #343434 100%);
}
@media only screen and (min-width: 768px), print {
  .l-component-content .c-title-line01 {
    font-size: 36px; /*IE9以下で反映されるよう記述*/
    font-size: 2.25rem;
    line-height: 1.7777777778;
    padding-top: 27px;
    margin: 137px 0 12px;
  }
  .l-component-content .c-title-line01--pcmb45 {
    margin-bottom: 40px;
  }
}
.l-component-content .c-title-line02 {
  position: relative;
  padding-top: 34px;
  font-size: 24px; /*IE9以下で反映されるよう記述*/
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: bold;
  margin: 80px 0 24px;
}
.l-component-content .c-title-line02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#1E9BD7), color-stop(50%, #1E9BD7), color-stop(50%, #343434), to(#343434));
  background: linear-gradient(90deg, #1E9BD7 0%, #1E9BD7 50%, #343434 50%, #343434 100%);
}
@media only screen and (min-width: 768px), print {
  .l-component-content .c-title-line02 {
    margin: 94px 0 12px;
  }
}
@media only screen and (max-width: 767px), print {
  .l-component-content .c-title-line02--mt01 {
    margin-top: 60px;
  }
}
.l-component-content .c-title-line03 {
  position: relative;
  padding: 0 0 12px;
  font-size: 24px; /*IE9以下で反映されるよう記述*/
  font-size: 1.5rem;
  line-height: 1.2916666667;
  margin: 60px 0 24px;
  border-bottom: 1px solid #E5E5E5;
  font-weight: normal;
}
.l-component-content .c-title-line03::before {
  content: none;
}
@media only screen and (min-width: 768px), print {
  .l-component-content .c-title-line03 {
    margin: 58px 0 12px;
  }
}
.l-component-content .c-title-line03--mtmb01 {
  margin: 20px 0 30px;
}
@media only screen and (min-width: 768px), print {
  .l-component-content .c-title-line03--mtmb01 {
    margin: 10px 0 40px;
  }
}
.l-component-content .c-title-line03--mtmb02 {
  margin: 80px 0 30px;
}
@media only screen and (min-width: 768px), print {
  .l-component-content .c-title-line03--mtmb02 {
    margin: 58px 0 40px;
  }
}
.l-component-content .c-title-line03--mt01 {
  margin-top: 40px;
}
.l-component-content .c-title-bold01 {
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 40px 0 24px;
  padding: 0;
  border-bottom: none;
}
.l-component-content .c-title-bold01::before {
  content: none;
}
@media only screen and (min-width: 768px), print {
  .l-component-content .c-title-bold01 {
    margin: 36px 0 12px;
  }
}
.l-component-content .c-title-bold02 {
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 40px 0 0;
  padding: 0;
  border-bottom: none;
}
.l-component-content .c-title-bold02::before {
  content: none;
}
@media only screen and (min-width: 768px), print {
  .l-component-content .c-title-bold02 {
    margin: 36px 0 0;
  }
}
.l-component-content .c-title-bg01 {
  padding: 17px;
  font-size: 18px; /*IE9以下で反映されるよう記述*/
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #1E9BD7;
  margin: 60px 0 34px;
  border-bottom: none;
}
.l-component-content .c-title-bg01::before, .l-component-content .c-title-bg01::after {
  content: none;
}
@media only screen and (min-width: 768px), print {
  .l-component-content .c-title-bg01 {
    padding: 23px;
    font-size: 24px; /*IE9以下で反映されるよう記述*/
    font-size: 1.5rem;
    margin: 60px 0;
  }
}

/* ==========================================================
!Listing
========================================================== */
.l-component-content ul.is-style-c-unorderlist01 li::before {
  background: #1E9BD7;
}
.l-component-content ul.c-unorderlist02 li {
  padding-left: 16px;
  margin: 0;
}
.l-component-content ul.c-unorderlist02 li::before {
  content: "※";
  top: 0;
  width: auto;
  height: auto;
  background: transparent;
}
.l-component-content ul.c-unorderlist03 {
  margin: 5px 0;
}
.l-component-content ul.c-unorderlist03 li {
  padding-left: 12px;
  margin: 0;
  color: #8C8C8C;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  line-height: 2.0833333333;
}
.l-component-content ul.c-unorderlist03 li::before {
  content: "※";
  top: 0;
  width: auto;
  height: auto;
  background: transparent;
}
.l-component-content ul.c-unorderlist-arw01 li {
  padding-left: 19px;
  margin: 0;
}
.l-component-content ul.c-unorderlist-arw01 li::before {
  display: none;
  font: var(--fa-font-light);
  content: "\f178";
  color: #1E9BD7;
}
.l-component-content ul.c-unorderlist-arw01 li svg {
  position: absolute;
  top: 6px;
  left: 0;
  line-height: 0;
  color: #007ABB;
}
.l-component-content .c-descriptionlist01 {
  padding: 0;
  margin: 40px 5px;
}
.l-component-content .c-descriptionlist01 dt {
  margin: 0;
  color: #8C8C8C;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
}
.l-component-content .c-descriptionlist01 dt:nth-child(n+2) {
  margin-top: 12px;
}
@media only screen and (min-width: 768px), print {
  .l-component-content .c-descriptionlist01 dt:nth-child(n+2) {
    margin-top: 16px;
  }
}
.l-component-content .c-descriptionlist02 {
  padding: 0;
  margin: 40px 5px;
}
.l-component-content .c-descriptionlist02 dt {
  margin: 0 0 5px;
  color: #8C8C8C;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
}
.l-component-content .c-descriptionlist02 dt:nth-child(n+2) {
  margin-top: 23px;
}
@media only screen and (min-width: 768px), print {
  .l-component-content .c-descriptionlist02 dt:nth-child(n+2) {
    margin-top: 24px;
  }
}
.l-component-content .c-descriptionlist03 {
  padding: 0;
  width: 100%;
  margin: 40px auto;
}
.l-component-content .c-descriptionlist03 dt {
  margin: 0 0 5px;
  color: #8C8C8C;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
}
.l-component-content .c-descriptionlist03 dt:nth-child(n+2) {
  margin-top: 32px;
}
@media only screen and (min-width: 768px), print {
  .l-component-content .c-descriptionlist03 {
    margin: 60px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-component-content .c-descriptionlist03 dt:nth-of-type(n+2),
  .l-component-content .c-descriptionlist03 dd:nth-of-type(n+2) {
    margin-top: 31px;
  }
  .l-component-content .c-descriptionlist03 dt {
    width: 100px;
  }
  .l-component-content .c-descriptionlist03 dd {
    width: calc(100% - 100px);
  }
}

.c-list-cate01 {
  padding-top: 68px;
}
.c-list-cate01__title {
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.c-list-cate01-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px 15px;
  margin-top: 34px;
}
.c-list-cate01-box--pagetitle01 {
  margin-top: 19px;
}
.c-list-cate01-box--pagetitle01 .c-list-cate01-box__item a {
  border: 1px solid #1E9BD7;
  color: #1E9BD7;
}
.c-list-cate01-box__item a {
  border: 1px solid #007ABB;
  padding: 4px 13px;
  display: block;
  color: #007ABB;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  text-align: center;
  border-radius: 100vh;
  text-decoration: none;
}
.c-list-cate01-box__item a:hover {
  color: #ffffff;
  background: #007ABB;
  text-decoration: none;
}
.c-list-cate01-box__item--current a {
  color: #ffffff;
  background: #007ABB;
}
@media only screen and (min-width: 768px), print {
  .c-list-cate01 {
    padding: 17px 0 13px;
    border-bottom: 1px solid #C4C4C4;
  }
  .c-list-cate01 .l-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-list-cate01__title {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    padding: 6px 15px 0 0;
    width: 100px;
  }
  .c-list-cate01-box {
    width: calc(100% - 100px);
    gap: 13px 16px;
    margin-top: 0;
  }
  .c-list-cate01-box--pagetitle01 {
    width: 100%;
    margin-top: 19px;
  }
}

.c-linklist01--bordertop {
  border-top: 1px solid #E5E5E5;
}
.c-linklist01-item {
  padding: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.c-linklist01-item--noborder {
  border-bottom: none;
}
.c-linklist01-item--noborder:nth-child(n+2) {
  padding-top: 0;
}
.c-linklist01-title {
  position: relative;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0;
}
.c-linklist01-title::before {
  position: absolute;
  top: 8px;
  left: -20px;
  width: 10px;
  height: 2px;
  content: "";
  background: #1E9BD7;
}
.c-linklist01-item--darkblue .c-linklist01-title::before {
  background: #007ABB;
}

.c-linklist01-title--pink::before {
  background: #EE0000;
}
.c-linklist01-text {
  padding: 2px 0 0;
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
  line-height: 1.7692307692;
}
.c-linklist01-text a {
  text-decoration: none;
}
.c-linklist01-text--pink a {
  color: #EE0000;
}
.c-linklist01-text--new .c-linklist01-text__icon::after {
  content: "NEW";
  color: #EE0000;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 2px;
}
@media only screen and (min-width: 768px), print {
  .c-linklist01-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-linklist01-title {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    width: 126px;
  }
  .c-linklist01-title::before {
    top: 12px;
  }
  .c-linklist01-text {
    width: calc(100% - 126px);
    padding: 0;
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    line-height: 1.375;
  }
}

.c-linklist02 {
  border-top: 1px solid #E5E5E5;
}
.c-linklist02-item {
  padding: 20px 0 16px 20px;
  border-bottom: 1px solid #E5E5E5;
}
.c-linklist02-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.c-linklist02-date {
  position: relative;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0;
}
.c-linklist02-date::before {
  position: absolute;
  top: 8px;
  left: -20px;
  width: 10px;
  height: 2px;
  content: "";
  background: #1E9BD7;
}
.c-linklist02-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-linklist02-cate a {
  display: block;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  text-align: center;
  padding: 5px 10px;
  line-height: 1;
  min-width: 110px;
  border: 1px solid #E5E5E5;
  background: #F0F0F0;
}
.c-linklist02-cate a:not(:hover) {
  color: #000000;
  text-decoration: none;
}
.c-linklist02-text {
  padding: 4px 0 0;
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
  line-height: 1.7692307692;
}
.c-linklist02-text a {
  text-decoration: none;
  letter-spacing: 0.03em;
}
.c-linklist02-text--new .c-linklist02-text__icon::after {
  content: "NEW";
  color: #EE0000;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 2px;
}
@media only screen and (min-width: 768px), print {
  .c-linklist02-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 15px;
    padding: 22px 0 22px 20px;
  }
  .c-linklist02-flex {
    gap: 0 15px;
    width: 241px;
  }
  .c-linklist02-date {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    width: 86px;
  }
  .c-linklist02-date::before {
    top: 12px;
  }
  .c-linklist02-cate a {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    padding: 6px 10px;
    min-width: 140px;
  }
  .c-linklist02-text {
    width: calc(100% - 256px);
    padding: 0;
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    line-height: 1.375;
  }
}

.c-linklist03 {
  border-top: 1px solid #E5E5E5;
}
.c-linklist03-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  padding: 21px 0 17px;
  border-bottom: 1px solid #E5E5E5;
}
.c-linklist03-cate a {
  display: block;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  text-align: center;
  padding: 5px 8px;
  line-height: 1;
  min-width: 110px;
  border: 1px solid #E5E5E5;
  background: #F0F0F0;
}
.c-linklist03-cate a:not(:hover) {
  color: #000000;
  text-decoration: none;
}
.c-linklist03-text {
  width: calc(100% - 120px);
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
  line-height: 1.7692307692;
}
.c-linklist03-text a {
  text-decoration: none;
}
.c-linklist03-text--new .c-linklist03-text__icon::after {
  content: "NEW";
  color: #EE0000;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 2px;
}
@media only screen and (min-width: 768px), print {
  .c-linklist03-item {
    gap: 0 15px;
    padding: 22px 0;
  }
  .c-linklist03-cate a {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    padding: 6px 10px;
    min-width: 140px;
  }
  .c-linklist03-text {
    width: calc(100% - 256px);
    padding-top: 2px;
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    line-height: 1.375;
  }
  .c-linklist03-text--new .c-linklist03-text__icon::after {
    margin-left: 8px;
  }
}

.c-linklist04 {
  border-top: 1px solid #E5E5E5;
  margin: 32px 0;
}
.c-linklist04-item {
  padding: 18px 0 15px;
  border-bottom: 1px solid #E5E5E5;
}
.c-linklist04-item a {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  line-height: 0.7368421053;
}
.c-linklist04-item--new .c-linklist04-text__icon::after {
  content: "NEW";
  color: #EE0000;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 2px;
}
@media only screen and (min-width: 768px), print {
  .c-linklist04-item {
    padding: 20px 0;
  }
  .c-linklist04 a {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    line-height: 1.375;
  }
}

.c-list-arw01 {
  margin-top: -18px;
}
.c-list-arw01__item {
  border-bottom: 1px solid #C4C4C4;
}
.c-list-arw01__item a {
  position: relative;
  display: block;
  padding: 18px 0;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
}
.c-list-arw01__item a::after {
  display: none;
  font: var(--fa-font-regular);
  content: "\f061";
}
.c-list-arw01__item a svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 1.3em;
  line-height: 0;
  color: #1E9BD7;
}
.c-list-arw01__item a:not(:hover) {
  color: #000000;
  text-decoration: none;
}
@media only screen and (min-width: 768px), print {
  .c-list-arw01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 42px;
    margin: 0;
  }
  .c-list-arw01__item {
    width: calc((100% - 126px) / 4);
  }
  .c-list-arw01__item a {
    font-size: 18px; /*IE9以下で反映されるよう記述*/
    font-size: 1.125rem;
  }
  .c-list-arw01__item a svg {
    font-size: 1em;
  }
}

/* ==========================================================
!pagenation
========================================================== */
.l-component-content .c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5px;
  margin: 0;
}
.l-component-content .c-pagination li {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.l-component-content .c-pagination li::before {
  content: none;
}
.l-component-content .c-pagination--mtmb01 {
  margin: 40px 0 30px;
}
.l-component-content .c-pagination a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.l-component-content .c-pagination a:hover {
  color: #343434;
}
.l-component-content .c-pagination__back-btn, .l-component-content .c-pagination__next-btn {
  height: 40px;
  width: 85px;
}
.l-component-content .c-pagination__back-btn a, .l-component-content .c-pagination__next-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  color: #007ABB;
  background: #ffffff;
}
.l-component-content .c-pagination__back-btn svg, .l-component-content .c-pagination__next-btn svg {
  line-height: 0;
  font-size: 0.8em;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.l-component-content .c-pagination__back-btn--disabled a, .l-component-content .c-pagination__next-btn--disabled a {
  pointer-events: none;
  color: #c1c1c1;
}
.l-component-content .c-pagination__back-btn--disabled svg, .l-component-content .c-pagination__next-btn--disabled svg {
  color: #c1c1c1;
}
.l-component-content .c-pagination__back-btn a::before {
  display: none;
  font: var(--fa-font-light);
  content: "\f323";
}
.l-component-content .c-pagination__back-btn svg {
  margin: 0 20px 0 10px;
}
.l-component-content .c-pagination__next-btn a::after {
  display: none;
  font: var(--fa-font-light);
  content: "\f324";
}
.l-component-content .c-pagination__next-btn svg {
  margin: 0 10px 0 20px;
}
.l-component-content .c-pagination__counter-btn {
  width: 40px;
  height: 40px;
}
.l-component-content .c-pagination__counter-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  font-weight: bold;
  background: #ffffff;
  color: #007ABB;
  font-family: inherit;
  white-space: nowrap;
  border-radius: 100vh;
}
.l-component-content .c-pagination__counter-btn--current a {
  background: #343434;
  color: #ffffff;
  pointer-events: none;
}
.l-component-content .c-pagination__counter-btn--dot a {
  pointer-events: none;
}
@media only screen and (min-width: 768px), print {
  .l-component-content .c-pagination--mtmb01 {
    margin-top: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-component-content .c-pagination__back-btn, .l-component-content .c-pagination__next-btn {
    height: 46px;
  }
  .l-component-content .c-pagination__back-btn svg {
    margin: 0 26px 0 0;
  }
  .l-component-content .c-pagination__next-btn svg {
    margin: 0 0 0 26px;
  }
  .l-component-content .c-pagination__counter-btn {
    width: 46px;
    height: 46px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1px 0 0 0;
  padding: 16px 40px 16px 40px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding: 10px;
}
.wp-pagenavi .current,
.wp-pagenavi .page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  padding: 10px 10px;
}
.wp-pagenavi .page {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* ==========================================================
!Pagetop
========================================================== */
/* fixed
------------------------------------ */
.l-pagetop_fixed {
  display: none;
  position: relative;
}
.l-pagetop_fixed p {
  display: block;
  position: fixed;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100vh;
  color: #ffffff;
  font-size: 10px; /*IE9以下で反映されるよう記述*/
  font-size: 0.625rem;
  text-align: center;
  text-transform: capitalize;
  padding-top: 3px;
  line-height: 1;
  font-weight: bold;
}
.l-pagetop_fixed p i {
  display: block;
  color: #1E9BD7;
  font-size: 20px;
}
.l-pagetop_fixed p:not(:hover):not(:active) {
  background: #000000;
}
.l-pagetop_fixed p:active, .l-pagetop_fixed p:focus {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1E9BD7;
}
.l-pagetop_fixed p:focus {
  color: #ffffff;
  text-decoration: none;
}
.l-pagetop_fixed p:active, .l-pagetop_fixed p:hover {
  background: #1E9BD7;
  color: #ffffff;
  text-decoration: none;
}
.l-pagetop_fixed p:active i, .l-pagetop_fixed p:hover i {
  color: #ffffff;
}
@media only screen and (min-width: 768px), print {
  .l-pagetop_fixed p {
    padding-top: 8px;
    width: 50px;
    height: 50px;
  }
}

.l-component-content .c-table-redemption01 table {
  width: 100%;
  table-layout: auto;
}
.l-component-content .c-table-redemption01 table th,
.l-component-content .c-table-redemption01 table td {
  border: 1px solid;
  border-color: #C4C4C4;
  padding: 6px 11px;
}
.l-component-content .c-table-redemption01 table th:first-child,
.l-component-content .c-table-redemption01 table td:first-child {
  border-left: none;
}
.l-component-content .c-table-redemption01 table th:last-child,
.l-component-content .c-table-redemption01 table td:last-child {
  border-right: none;
}
.l-component-content .c-table-redemption01 table thead th {
  background-color: #343434;
  color: #ffffff;
  font-weight: bold;
  width: 50%;
}
.l-component-content .c-table-redemption01 table thead th:nth-child(1) {
  height: 43px;
}
.l-component-content .c-table-redemption01 table td {
  vertical-align: top;
}
.l-component-content .c-table-redemption01__small-text01 {
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  display: block;
}
.l-component-content .c-table-redemption01__small-text02 {
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  display: block;
  margin-top: 5px;
}
.l-component-content .c-table-redemption01__bold-text01 {
  font-weight: bold;
  line-height: 1.7857142857;
}
.l-component-content .c-table-redemption01__td-title01 {
  font-weight: bold;
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
}
.l-component-content .c-table-redemption01__td-pdf01[class] {
  margin: 12px 0;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
}
.l-component-content .c-table-redemption01__td-pdf01[class] a[href*=".pdf"]:not(.u-noicon) svg {
  font-size: 1.6em;
}
.l-component-content .c-table-redemption01-acc {
  margin: 17px 0 2px;
  padding: 0;
}
.l-component-content .c-table-redemption01-acc dt {
  position: relative;
  padding: 13px 11px;
  background: #F0F0F0;
  font-size: 12px; /*IE9以下で反映されるよう記述*/
  font-size: 0.75rem;
  line-height: 1;
  color: #007ABB;
  cursor: pointer;
}
.l-component-content .c-table-redemption01-acc dt.active .c-table-redemption01-acc__icon .fa-plus {
  opacity: 0;
}
.l-component-content .c-table-redemption01-acc dt.active .c-table-redemption01-acc__icon .fa-minus {
  opacity: 1;
}
.l-component-content .c-table-redemption01-acc dd {
  padding: 7px 12px 0;
  display: none;
}
.l-component-content .c-table-redemption01-acc dd p:last-child {
  margin-bottom: 0;
}
.l-component-content .c-table-redemption01-acc__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11px;
  font-size: 18px;
}
@media only screen and (min-width: 768px), print {
  .l-component-content .c-table-redemption01 table th,
  .l-component-content .c-table-redemption01 table td {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
  .l-component-content .c-table-redemption01 table thead th {
    padding: 16px 9px;
    height: 75px;
  }
  .l-component-content .c-table-redemption01 table thead th:nth-child(1) {
    width: 140px;
  }
  .l-component-content .c-table-redemption01 table thead th:nth-child(2) {
    width: calc(100% - 510px);
  }
  .l-component-content .c-table-redemption01 table thead th:nth-child(3) {
    width: 180px;
  }
  .l-component-content .c-table-redemption01 table thead th:nth-child(4) {
    width: 190px;
  }
  .l-component-content .c-table-redemption01 table td {
    padding: 10px 9px;
  }
  .l-component-content .c-table-redemption01__small-text01 {
    font-size: 11px; /*IE9以下で反映されるよう記述*/
    font-size: 0.6875rem;
    display: block;
    font-weight: normal;
  }
  .l-component-content .c-table-redemption01__small-text02 {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
    margin-top: 0;
  }
  .l-component-content .c-table-redemption01__td-title01 {
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
  .l-component-content .c-table-redemption01__td-pdf01[class] {
    margin: 8px 0;
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
  .l-component-content .c-table-redemption01__td-pdf01[class] a[href*=".pdf"]:not(.u-noicon) svg {
    font-size: 1.4em;
  }
  .l-component-content .c-table-redemption01-acc {
    margin: 17px 0 2px;
    padding: 0;
  }
  .l-component-content .c-table-redemption01-acc dt {
    padding: 12px 11px;
    font-size: 14px; /*IE9以下で反映されるよう記述*/
    font-size: 0.875rem;
  }
  .l-component-content .c-table-redemption01-acc dd {
    padding: 11px 12px 4px;
  }
}
@media only screen and (min-width: 960px), print {
  .l-component-content .c-table-redemption01 table thead th:nth-child(1) {
    width: 130px;
  }
  .l-component-content .c-table-redemption01 table thead th:nth-child(2) {
    width: calc(57% - 130px);
  }
  .l-component-content .c-table-redemption01 table thead th:nth-child(3) {
    width: 21.5%;
  }
  .l-component-content .c-table-redemption01 table thead th:nth-child(4) {
    width: 21.5%;
  }
}
.l-component-content .c-table-sp-notable01 {
  margin-top: 52px;
}
.l-component-content .c-table-sp-notable01 table th,
.l-component-content .c-table-sp-notable01 table td {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
}
.l-component-content .c-table-sp-notable01 table td ol {
  margin: 0;
}
.l-component-content .c-table-sp-notable01 table td ol li {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
}
.l-component-content .c-table-sp-notable01 table td ol > li:nth-child(n+2) {
  margin: 10px 0 10px 26px;
}
.l-component-content .c-table-sp-notable01 table td ol > li:last-child {
  margin-bottom: 0;
}
.l-component-content .c-table-sp-notable01 table tbody th {
  font-weight: bold;
}
@media only screen and (max-width: 767px), print {
  .l-component-content .c-table-sp-notable01 table {
    border-bottom: 1px solid #C4C4C4;
  }
  .l-component-content .c-table-sp-notable01 table thead {
    display: none;
  }
  .l-component-content .c-table-sp-notable01 table th,
  .l-component-content .c-table-sp-notable01 table td {
    display: block;
    width: 100%;
  }
  .l-component-content .c-table-sp-notable01 table th {
    border-top: 1px solid #C4C4C4;
    padding: 8px 12px 6px;
  }
  .l-component-content .c-table-sp-notable01 table td {
    padding: 0 0 7px 33px;
  }
}
@media only screen and (min-width: 768px), print {
  .l-component-content .c-table-sp-notable01 {
    margin-top: 37px;
  }
  .l-component-content .c-table-sp-notable01 table {
    width: 100%;
    table-layout: auto;
  }
  .l-component-content .c-table-sp-notable01 table th,
  .l-component-content .c-table-sp-notable01 table td {
    border: 1px solid;
    border-color: #C4C4C4;
    padding: 6px 11px;
  }
  .l-component-content .c-table-sp-notable01 table th:first-child,
  .l-component-content .c-table-sp-notable01 table td:first-child {
    border-left: none;
  }
  .l-component-content .c-table-sp-notable01 table th:last-child,
  .l-component-content .c-table-sp-notable01 table td:last-child {
    border-right: none;
  }
  .l-component-content .c-table-sp-notable01 table thead th {
    background-color: #343434;
    color: #ffffff;
    font-weight: bold;
    width: 50%;
    height: 76px;
  }
  .l-component-content .c-table-sp-notable01 table thead th:nth-child(1) {
    width: 31%;
  }
  .l-component-content .c-table-sp-notable01 table thead th:nth-child(2) {
    height: 69%;
  }
  .l-component-content .c-table-sp-notable01 table tbody th,
  .l-component-content .c-table-sp-notable01 table tbody td {
    vertical-align: top;
    padding: 11px 10px;
  }
}

/* ==========================================================
!Text
========================================================== */
/* ==========================================================
!Text Link
========================================================== */
.l-component-content .c-txtlink-file01 {
  color: #1E9BD7;
  font-weight: bold;
  font-size: inherit;
  text-decoration: none;
  letter-spacing: 0.4em;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  background: transparent;
}
.l-component-content .c-txtlink-file01__icon--default::after, .l-component-content .c-txtlink-file01__icon--solid::after {
  display: none;
  vertical-align: middle;
  color: #000;
}
.l-component-content .c-txtlink-file01__icon--default::after {
  font: var(--fa-font-light);
  content: "\f0ab";
}
.l-component-content .c-txtlink-file01__icon--solid {
  display: none;
}
.l-component-content .c-txtlink-file01__icon--solid::after {
  font: var(--fa-font-solid);
  content: "\f0ab";
}
.l-component-content .c-txtlink-file01 svg {
  margin: 0 6px;
  font-size: 1.2em;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.l-component-content .c-txtlink-file01--hover .c-txtlink-file01__icon--default, .l-component-content .c-txtlink-file01--active .c-txtlink-file01__icon--default, .l-component-content .c-txtlink-file01:hover .c-txtlink-file01__icon--default, .l-component-content .c-txtlink-file01:active .c-txtlink-file01__icon--default {
  display: none;
}
.l-component-content .c-txtlink-file01--hover .c-txtlink-file01__icon--solid, .l-component-content .c-txtlink-file01--active .c-txtlink-file01__icon--solid, .l-component-content .c-txtlink-file01:hover .c-txtlink-file01__icon--solid, .l-component-content .c-txtlink-file01:active .c-txtlink-file01__icon--solid {
  display: inline-block;
}
.l-component-content .c-txtlink-file01--active, .l-component-content .c-txtlink-file01:active {
  color: #007ABB;
}
.l-component-content .c-txtlink-file01--active svg, .l-component-content .c-txtlink-file01:active svg {
  color: #007ABB;
}
.l-component-content .c-txtlink-file01--active, .l-component-content .c-txtlink-file01--focus, .l-component-content .c-txtlink-file01:active, .l-component-content .c-txtlink-file01:focus {
  border: 2px solid #1E9BD7;
  padding: 2px 0 2px 5px;
  border-radius: 5px;
  outline: none !important;
}
.l-component-content .c-txtlink-file01--disabled, .l-component-content .c-txtlink-file01:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ==========================================================
!top
========================================================== */
.p-top-title {
  position: relative;
  padding-top: 34px;
  font-size: 24px; /*IE9以下で反映されるよう記述*/
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
}
.p-top-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#1E9BD7), color-stop(50%, #1E9BD7), color-stop(50%, #343434), to(#343434));
  background: linear-gradient(90deg, #1E9BD7 0%, #1E9BD7 50%, #343434 50%, #343434 100%);
}
@media only screen and (min-width: 768px), print {
  .p-top-title--tab-left {
    text-align: left;
  }
  .p-top-title--tab-left::before {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.p-top-title--social {
  margin-bottom: 21px;
}
@media only screen and (min-width: 768px), print {
  .p-top-title--social {
    margin-bottom: 28px;
  }
}
.p-top-title--social::before {
  content: none;
}
.p-top-main-slider {
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}
.p-top-main-slider-item {
  height: 100%;
}
.p-top-main-slider-item a {
  display: block;
}
.p-top-main-slider-item a img {
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 390/335;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-main-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  width: calc(100% - 90px);
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.p-top-main-slider .slick-dots li {
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 8px;
  background: #ffffff;
  opacity: 0.5;
  pointer-events: auto;
  cursor: pointer;
}
.p-top-main-slider .slick-dots li.slick-active {
  background: #ffffff;
  opacity: 1;
}
.p-top-main-slider .slick-dots li button {
  display: none;
}
.p-top-main-slider .slick-arrow {
  display: block;
  position: absolute;
  bottom: 6px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 2px solid #1E9BD7;
  border-radius: 100vh;
  background: #ffffff;
  cursor: pointer;
}
.p-top-main-slider .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #1E9BD7;
  width: 18px;
  height: 13px;
  background: url(/common/img/top/ico_slide_01_off.svg) no-repeat center top/contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-property: background-image, width;
  transition-property: background-image, width;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.p-top-main-slider .slick-arrow:hover::before {
  width: 26px;
  height: 13px;
  background: url(/common/img/top/ico_slide_01_on.svg) no-repeat center top/contain;
}
.p-top-main-slider .slick-prev {
  left: 6px;
  z-index: 1;
}
.p-top-main-slider .slick-next {
  right: 6px;
}
.p-top-main-slider .slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media only screen and (min-width: 768px), print {
  .p-top-main-slider {
    height: auto;
    max-height: 514px;
  }
  .p-top-main-slider-item a img {
    height: auto;
    max-height: 514px;
    aspect-ratio: 1920/514;
  }
  .p-top-main-slider .slick-dots {
    gap: 16px 0;
    width: calc(100% - 100px);
    bottom: 30px;
  }
  .p-top-main-slider .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 13px;
    border-radius: 16px;
  }
  .p-top-main-slider .slick-arrow {
    bottom: auto;
    top: 50%;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .p-top-main-slider .slick-arrow::before {
    width: 33px;
    height: 26px;
    -webkit-mask-image: url(/common/img/top/ico_slide_01_off.svg);
            mask-image: url(/common/img/top/ico_slide_01_off.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-transition: 0.15s 0s all ease-in-out;
    transition: 0.15s 0s all ease-in-out;
    background: none;
    background-color: #ffffff;
  }
  .p-top-main-slider .slick-arrow:hover::before {
    width: 50px;
    height: 26px;
    background: none;
    -webkit-mask-image: url(/common/img/top/ico_slide_01_on.svg);
            mask-image: url(/common/img/top/ico_slide_01_on.svg);
    background-color: #ffffff;
  }
  .p-top-main-slider .slick-prev {
    left: 10px;
  }
  .p-top-main-slider .slick-next {
    right: 10px;
  }
}
.p-top-bnr.slick-slider {
  display: none;
}
@media only screen and (min-width: 768px), print {
  .p-top-bnr {
    width: calc(100% - 130px);
    max-width: 1412px;
    margin: 20px auto 17px;
    max-width: 1412px;
  }
  .p-top-bnr.slick-slider {
    display: block;
    max-width: 1165px;
  }
  .p-top-bnr-item a {
    display: block;
  }
  .p-top-bnr-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 214/81;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-bnr .slick-track {
    line-height: 1;
  }
  .p-top-bnr .slick-slide {
    margin: 0 10px;
    cursor: pointer;
  }
  .p-top-bnr .slick-arrow {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 50%;
    padding: 0;
    border: 2px solid #1E9BD7;
    border-radius: 100vh;
    background: #ffffff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  .p-top-bnr .slick-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #1E9BD7;
    width: 15px;
    height: 12px;
    background: url(/common/img/top/ico_slide_01_off.svg) no-repeat center top/contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition-property: background-image, width;
    transition-property: background-image, width;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    font-size: 25px;
  }
  .p-top-bnr .slick-arrow:hover::before {
    width: 22px;
    height: 12px;
    background: url(/common/img/top/ico_slide_01_on.svg) no-repeat center top/contain;
  }
  .p-top-bnr .slick-prev {
    left: -40px;
  }
  .p-top-bnr .slick-next {
    right: -40px;
  }
  .p-top-bnr .slick-next::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
}
.p-top-guidance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
  width: 100%;
  margin: 0 auto;
}
.p-top-guidance-wrap {
  padding: 24px 0;
  margin: 0 auto 86px;
  background-color: #000000;
}
.p-top-guidance .p-top-guidance-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48%;
}
.p-top-guidance .p-top-guidance-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 5px 5px 5px 8px;
  background-color: #ffffff;
  border: 2px solid #1E9BD7;
  -webkit-transition: none;
  transition: none;
}
@media (hover: hover) {
  .p-top-guidance .p-top-guidance-item__inner {
    -webkit-transition: 0.3s 0s all ease-in-out;
    transition: 0.3s 0s all ease-in-out;
  }
}
.p-top-guidance .p-top-guidance-item__inner:hover, .p-top-guidance .p-top-guidance-item__inner:active {
  background-color: #1E9BD7;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-decoration: none;
}
.p-top-guidance .p-top-guidance-item__inner:hover .p-top-guidance-item__image,
.p-top-guidance .p-top-guidance-item__inner:hover .p-top-guidance-item__arrow, .p-top-guidance .p-top-guidance-item__inner:active .p-top-guidance-item__image,
.p-top-guidance .p-top-guidance-item__inner:active .p-top-guidance-item__arrow {
  background-color: #ffffff;
}
.p-top-guidance .p-top-guidance-item__inner:hover .p-top-guidance-item__name, .p-top-guidance .p-top-guidance-item__inner:active .p-top-guidance-item__name {
  color: #ffffff;
}
.p-top-guidance .p-top-guidance-item__image {
  width: 28px;
  height: 28px;
  margin-right: 0px;
  -webkit-mask-image: url(/common/img/ico_guidline01.svg);
          mask-image: url(/common/img/ico_guidline01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #1E9BD7;
  -webkit-transition: none;
  transition: none;
}
@media (hover: hover) {
  .p-top-guidance .p-top-guidance-item__image {
    -webkit-transition: 0.3s 0s background-color ease-in-out;
    transition: 0.3s 0s background-color ease-in-out;
  }
}
.p-top-guidance .p-top-guidance-item__image.-no01 {
  -webkit-mask-image: url(/common/img/ico_guidline01_sp.svg);
          mask-image: url(/common/img/ico_guidline01_sp.svg);
}
.p-top-guidance .p-top-guidance-item__image.-no02 {
  -webkit-mask-image: url(/common/img/ico_guidline02_sp.svg);
          mask-image: url(/common/img/ico_guidline02_sp.svg);
}
.p-top-guidance .p-top-guidance-item__image.-no03 {
  -webkit-mask-image: url(/common/img/ico_guidline03_sp.svg);
          mask-image: url(/common/img/ico_guidline03_sp.svg);
}
.p-top-guidance .p-top-guidance-item__image.-no04 {
  -webkit-mask-image: url(/common/img/ico_guidline04_sp.svg);
          mask-image: url(/common/img/ico_guidline04_sp.svg);
}
.p-top-guidance .p-top-guidance-item__image.-no05 {
  -webkit-mask-image: url(/common/img/ico_guidline05_sp.svg);
          mask-image: url(/common/img/ico_guidline05_sp.svg);
}
.p-top-guidance .p-top-guidance-item__image.-no06 {
  -webkit-mask-image: url(/common/img/ico_guidline06_sp.svg);
          mask-image: url(/common/img/ico_guidline06_sp.svg);
}
.p-top-guidance .p-top-guidance-item__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2px;
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
  text-align: center;
  color: #000000;
  -webkit-transition: none;
  transition: none;
}
@media (hover: hover) {
  .p-top-guidance .p-top-guidance-item__name {
    -webkit-transition: 0.3s 0s color ease-in-out;
    transition: 0.3s 0s color ease-in-out;
  }
}
.p-top-guidance .p-top-guidance-item__name span {
  display: block;
}
.p-top-guidance .p-top-guidance-item__arrow {
  width: 7px;
  height: 12px;
  -webkit-mask-image: url(/common/img/ico_guidline-arrow_sp.svg);
          mask-image: url(/common/img/ico_guidline-arrow_sp.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #1E9BD7;
  -webkit-transition: none;
  transition: none;
}
@media (hover: hover) {
  .p-top-guidance .p-top-guidance-item__arrow {
    -webkit-transition: 0.3s 0s background-color ease-in-out;
    transition: 0.3s 0s background-color ease-in-out;
  }
}
@media only screen and (min-width: 768px), print {
  .p-top-guidance {
    gap: 20px 0;
    width: 100%;
  }
  .p-top-guidance .p-top-guidance-item {
    width: 48%;
    min-height: 129px;
  }
  .p-top-guidance .p-top-guidance-item__inner {
    gap: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: none;
    padding: 18px 10px 12px 10px;
  }
  .p-top-guidance .p-top-guidance-item__image {
    width: 48px;
    height: 48px;
  }
  .p-top-guidance .p-top-guidance-item__image.-no01 {
    -webkit-mask-image: url(/common/img/ico_guidline01_pc.svg);
            mask-image: url(/common/img/ico_guidline01_pc.svg);
  }
  .p-top-guidance .p-top-guidance-item__image.-no02 {
    -webkit-mask-image: url(/common/img/ico_guidline02_pc.svg);
            mask-image: url(/common/img/ico_guidline02_pc.svg);
  }
  .p-top-guidance .p-top-guidance-item__image.-no03 {
    -webkit-mask-image: url(/common/img/ico_guidline03_pc.svg);
            mask-image: url(/common/img/ico_guidline03_pc.svg);
  }
  .p-top-guidance .p-top-guidance-item__image.-no04 {
    -webkit-mask-image: url(/common/img/ico_guidline04_pc.svg);
            mask-image: url(/common/img/ico_guidline04_pc.svg);
  }
  .p-top-guidance .p-top-guidance-item__image.-no05 {
    -webkit-mask-image: url(/common/img/ico_guidline05_pc.svg);
            mask-image: url(/common/img/ico_guidline05_pc.svg);
  }
  .p-top-guidance .p-top-guidance-item__image.-no06 {
    -webkit-mask-image: url(/common/img/ico_guidline06_pc.svg);
            mask-image: url(/common/img/ico_guidline06_pc.svg);
  }
  .p-top-guidance .p-top-guidance-item__name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    font-weight: bold;
  }
  .p-top-guidance .p-top-guidance-item__arrow {
    display: none;
  }
}
@media only screen and (min-width: 960px), print {
  .p-top-guidance .p-top-guidance-item {
    width: 14%;
  }
  .p-top-guidance .p-top-guidance-item__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-topsec01 {
  overflow: hidden;
  padding-bottom: 4px;
}
.p-topsec01__grid {
  margin-top: 26px;
}
.p-topsec01__btn {
  margin-top: 30px;
  text-align: center;
}
.p-topsec01__btn .c-btn-basic01__link {
  width: 100%;
  max-width: 344px;
  padding: 10px 40px;
  letter-spacing: 0;
}
.p-topsec01 a:not(.c-card01__link a)::after {
  content: none;
}
@media only screen and (min-width: 768px), print {
  .p-topsec01__grid {
    margin: 26px -21px 0;
  }
}
@media only screen and (min-width: 960px), print {
  .p-topsec01__btn {
    margin-top: 40px;
  }
  .p-topsec01__btn .c-btn-basic01__link {
    max-width: 374px;
  }
}
.p-topsec02 {
  overflow: hidden;
  padding-bottom: 4px;
}
.p-topsec02 .l-outer {
  padding: 76px 0 0;
}
.p-topsec02__grid {
  margin-top: 30px;
}
.p-topsec02__right {
  margin-top: 80px;
}
.p-topsec02__btn {
  margin-top: 30px;
  text-align: center;
}
.p-topsec02 a:not(.c-card01__link a)::after {
  content: none;
}
@media only screen and (min-width: 768px), print {
  .p-topsec02__right .p-topsec02__grid {
    margin: 30px -21px 0;
  }
  .p-topsec02__right .p-topsec02__grid > * {
    max-width: 50%;
    padding: 0 21px;
  }
}
@media only screen and (max-width: 959px), print {
  .p-topsec02__btn .c-btn-basic01__link {
    padding: 10px 60px;
  }
}
@media only screen and (min-width: 960px), print {
  .p-topsec02 .l-outer {
    padding: 96px 0 0;
  }
  .p-topsec02__right .p-topsec02__grid > * {
    max-width: 33.33333%;
  }
  .p-topsec02__btn .c-btn-basic01__link {
    padding: 10px 45px;
  }
}
@media only screen and (min-width: 1024px), print {
  .p-topsec02 .p-topsec02__title {
    margin-left: 21px;
    text-align: left;
  }
  .p-topsec02 .p-topsec02__title::before {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-topsec02 .p-topsec02__btn {
    padding-left: 21px;
  }
  .p-topsec02__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -21px;
  }
  .p-topsec02__left {
    width: 75%;
  }
  .p-topsec02__left .p-topsec02__grid {
    margin: 30px 0 0;
  }
  .p-topsec02__left .p-topsec02__btn {
    text-align: left;
  }
  .p-topsec02__left .p-topsec02__btn .c-btn-basic01__link {
    width: 232px;
  }
  .p-topsec02__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 25%;
    margin-top: 0;
  }
  .p-topsec02__right .p-topsec02__grid {
    margin: 30px 0 0;
    height: 100%;
    padding-bottom: 30px;
  }
  .p-topsec02__right .p-topsec02__grid > * {
    max-width: 100%;
    height: 100%;
  }
  .p-topsec02__right .p-topsec02__btn {
    margin-top: auto;
    text-align: center;
    padding: 0;
  }
  .p-topsec02__right .p-topsec02__btn .c-btn-basic01__link {
    padding: 10px 35px;
  }
  .p-topsec02__right .p-topsec02__btn .c-btn-basic01__link .c-btn-basic01__icon {
    right: 10px;
  }
}
.p-topsec03 .l-outer {
  padding: 76px 0 0;
}
.p-topsec03-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 27px;
}
.p-topsec03-grid__item {
  width: 100%;
}
.p-topsec03-grid__item img {
  width: 100%;
}
@media only screen and (min-width: 960px), print {
  .p-topsec03 .l-outer {
    padding: 96px 0 0;
  }
  .p-topsec03-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 30px;
    max-width: 960px;
    margin: 35px auto 0;
  }
  .p-topsec03-grid__item {
    width: calc((100% - 60px) / 3);
  }
}
.p-topsec04 {
  outline: none;
  padding: 80px 0 0;
}
.p-topsec04-card--first .p-topsec04-image {
  width: 100%;
  aspect-ratio: 375/140;
}
.p-topsec04-card--first .p-topsec04-textarea {
  width: calc(100% - 30px);
}
.p-topsec04 .c-card01 a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-topsec04 .c-card01 a:hover {
  text-decoration: underline;
}
.p-topsec04 .c-card01.p-topsec04-card--extarnal .c-card01__link::after {
  display: none;
  font: var(--fa-font-light);
  content: "\f08e";
}
.p-topsec04 .c-card01.p-topsec04-card--extarnal svg {
  margin: 0 0 0 5px;
  font-size: 0.5em;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.p-topsec04-card__inner {
  width: calc(100% - 30px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  color: #000000;
}
.p-topsec04-card__inner:focus .c-card01__link {
  color: #1E9BD7;
}
.p-topsec04-card__link {
  font-weight: bold;
  text-align: right;
  color: #007ABB;
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
}
.p-topsec04-image {
  width: 35%;
  min-width: 120px;
  aspect-ratio: 120/68;
}
.p-topsec04-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topsec04-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 4px;
  text-align: left;
}
.p-topsec04-textarea__title {
  font-size: 16px; /*IE9以下で反映されるよう記述*/
  font-size: 1rem;
  font-weight: bold;
}
.p-topsec04-textarea__title--first {
  padding-top: 24px;
  font-size: 20px; /*IE9以下で反映されるよう記述*/
  font-size: 1.25rem;
}
.p-topsec04-textarea__text {
  font-size: 14px; /*IE9以下で反映されるよう記述*/
  font-size: 0.875rem;
  margin-top: 10px;
  line-height: 1.7142857143;
}
.p-topsec04-textarea__btn {
  margin-top: 20px;
}
.p-topsec04-textarea__btn .c-btn-basic01__link {
  width: 210px;
  padding: 10px 40px;
}
@media only screen and (max-width: 959px), print {
  .p-topsec04-textarea__btn {
    text-align: center;
  }
  .p-topsec04-glid .p-topsec04-card {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 960px), print {
  .p-topsec04 {
    overflow-x: hidden;
    padding: 100px 0 2px;
  }
  .p-topsec04-card--first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    width: calc(100% - 40px);
    max-width: 1284px;
    margin: 0 auto;
  }
  .p-topsec04-card--first::before {
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 444px;
    content: "";
    background: url(/common/img/top/bg_sec04_01_pc.jpg) no-repeat center top/cover;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-topsec04-card--first .p-topsec04-image {
    width: 50%;
    max-width: 642px;
    margin-right: 42px;
    aspect-ratio: unset;
  }
  .p-topsec04-card--first .p-topsec04-textarea {
    width: calc(50% - 42px);
    padding: 0 0 37px;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .p-topsec04-glid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 60px);
    max-width: 1146px;
    margin: 80px auto 0;
    text-align: left;
  }
  .p-topsec04-glid .p-topsec04-card {
    width: 23%;
  }
  .p-topsec04-glid .p-topsec04-card__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .p-topsec04-glid .c-card01 a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-topsec04-glid .p-topsec04-image {
    width: 100%;
  }
  .p-topsec04-glid .p-topsec04-textarea {
    gap: 10px;
    padding: 0 0 4px;
  }
  .p-topsec04-textarea__title {
    font-size: 24px; /*IE9以下で反映されるよう記述*/
    font-size: 1.5rem;
    font-weight: bold;
  }
  .p-topsec04-textarea__text {
    font-size: 16px; /*IE9以下で反映されるよう記述*/
    font-size: 1rem;
    margin-top: 16px;
    line-height: 1.75;
  }
}
.p-topsec05 {
  margin: 80px 0 0;
}
.p-topsec05-important-news {
  margin: 16px 0 0;
}
.p-topsec05-grid-btnarea {
  margin-top: 80px;
}
.p-topsec05-grid-btnarea__btn {
  padding-top: 5px;
  border-top: 1px solid #E5E5E5;
}
.p-topsec05-grid-btnarea__btn:nth-child(n+2) {
  margin-top: 5px;
}
.p-topsec05-grid-btnarea__btn:last-child {
  padding-bottom: 5px;
  border-bottom: 1px solid #E5E5E5;
}
.p-topsec05-grid-btnarea__btn img {
  width: 100%;
  max-width: inherit;
}
.p-topsec05-btn {
  margin: 30px 0 0;
  text-align: center;
}
.p-topsec05-btn .c-btn-basic01__link {
  max-width: 289px;
}
@media only screen and (min-width: 960px), print {
  .p-topsec05 {
    margin: 100px 0 0;
  }
  .p-topsec05__title {
    text-align: left;
  }
  .p-topsec05__title::before {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .p-topsec05-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: auto 40px 327px;
    grid-template-columns: auto 40px 327px;
  }
  .p-topsec05-grid-news {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .p-topsec05-grid-news__list {
    margin: 5px 0 0;
  }
  .p-topsec05-grid-btnarea {
    margin-top: 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  .p-topsec05-important-news {
    margin: 11px 0 0;
  }
  .p-topsec05-btn {
    margin: 40px 0 0;
    text-align: left;
  }
}
.p-topsec06 {
  margin: 80px 0 40px;
}
@media only screen and (min-width: 960px), print {
  .p-topsec06 {
    margin: 100px 0 40px;
  }
}
.p-topsec06__text {
  line-height: 1.768;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px), print {
  .p-topsec06__text {
    margin-bottom: 40px;
  }
}

/* ==========================================================
!Movie
========================================================== */
.p-movie-h2sec:first-of-type .c-title-line02 {
  margin-top: 16px;
}

.p-movie-h3sec:first-of-type .c-title-line03 {
  margin-top: 39px;
}

.p-movie-h2sec:last-of-type + .c-btn-blank-youtube {
  margin: 40px 0 54px;
  text-align: center;
}

.p-movie-h2sec + .p-movie-h2sec .c-title-line02 {
  margin-top: 60px;
}

.p-movie-h3sec + .p-movie-h3sec .c-title-line03 {
  margin-top: 60px;
}

@media only screen and (min-width: 768px), print {
  .p-movie-h2sec:first-of-type .c-title-line02 {
    margin-top: 46px;
  }
  .p-movie-h2sec:last-of-type + .c-btn-blank-youtube {
    margin: 60px 0 4px;
  }
  .p-movie-h2sec + .p-movie-h2sec .c-title-line02 {
    margin-top: 100px;
  }
}
/* ==========================================================
!market
========================================================== */
.p-market-perspectivesec01 .c-title-line02 {
  margin: 0 0 38px;
}
.p-market-perspectivesec01 .is-style-text-bg-gray01[class] {
  margin: 0 0 20px;
}
.p-market-perspectivesec01-left-item__img {
  text-align: center;
}
.p-market-perspectivesec01-right-item {
  margin-top: 17px;
}
.p-market-perspectivesec01-right-item .c-title-bold01 {
  margin-top: 0;
}
@media only screen and (max-width: 767px), print {
  .p-market-perspectivesec01 .wp-block-buttons {
    text-align: center;
  }
}
@media only screen and (min-width: 768px), print {
  .p-market-perspectivesec01-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
  }
  .p-market-perspectivesec01-flex > * {
    max-width: 553px;
    width: calc((100% - 40px) / 2);
  }
  .p-market-perspectivesec01-right-item {
    margin-top: 0;
  }
}
.p-market-perspectivesec02-sec03 {
  padding-top: 60px;
}
.p-market-perspectivesec02-sec03 .c-title-line02 {
  margin: 0 0 38px;
}
.p-market-perspectivesec02-sec03 .is-style-text-bg-gray01[class] {
  margin: 0 0 20px;
}
.p-market-perspectivesec02-sec03-box01 {
  margin-top: 60px;
}
@media only screen and (max-width: 767px), print {
  .p-market-perspectivesec02-sec03 .wp-block-buttons {
    text-align: center;
  }
  .p-market-perspectivesec02-sec03__flex {
    display: none;
    height: 0;
    line-height: 0;
    font-size: 0;
  }
}
@media only screen and (min-width: 768px), print {
  .p-market-perspectivesec02-sec03 {
    padding-top: 100px;
  }
  .p-market-perspectivesec02-sec03__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 40px;
  }
  .p-market-perspectivesec02-sec03 .wp-block-buttons {
    margin-top: auto;
  }
  .p-market-perspectivesec02-sec03-box01 {
    margin-top: 96px;
  }
}
@media only screen and (min-width: 768px), print {
  .p-market-perspectivesec02 {
    max-width: 553px;
    width: calc((100% - 40px) / 2);
  }
  .p-market-perspectivesec02 .wp-block-buttons {
    margin-left: 4px;
  }
}
.p-market-perspectivesec03 {
  padding-top: 60px;
}
@media only screen and (min-width: 768px), print {
  .p-market-perspectivesec03 {
    padding-top: 0;
    max-width: 553px;
    width: calc((100% - 40px) / 2);
  }
}
.p-market-perspectivesec04 {
  margin-top: 60px;
  padding-bottom: 30px;
}
.p-market-perspectivesec04 .c-title-line02 {
  margin-top: 0;
}
.p-market-perspectivesec04 .c-bth-pcflex-center {
  margin-top: 40px;
}
@media only screen and (min-width: 768px), print {
  .p-market-perspectivesec04 {
    margin-top: 100px;
    padding-bottom: 0;
  }
  .p-market-perspectivesec04 .c-bth-pcflex-center {
    margin: 60px 0 4px;
  }
}

/* ==========================================================
!institutiona
========================================================== */
.p-institutionalsec01 .c-title-line01 {
  margin-top: 70px;
}
.p-institutionalentry {
  margin-top: 60px;
  display: flow-root;
}
.p-institutionalsec02 .c-title-line01 {
  margin-top: 60px;
}
.p-institutionalsec03 {
  padding-bottom: 50px;
}
.p-institutionalsec03 .c-title-line01 {
  margin-top: 60px;
}
.p-institutionalsec02 .c-btn-basic01, .p-institutionalsec03 .c-btn-basic01 {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px), print {
  .p-institutionalsec01 .c-title-line01 {
    margin-top: 97px;
    font-size: 24px; /*IE9以下で反映されるよう記述*/
    font-size: 1.5rem;
  }
  .p-institutionalentry {
    margin-top: 97px;
  }
  .p-institutionalsec02 .c-title-line01 {
    margin-top: 60px;
    font-size: 24px; /*IE9以下で反映されるよう記述*/
    font-size: 1.5rem;
  }
  .p-institutionalsec03 {
    padding-bottom: 0;
  }
  .p-institutionalsec03 .c-title-line01 {
    margin-top: 97px;
    font-size: 24px; /*IE9以下で反映されるよう記述*/
    font-size: 1.5rem;
  }
  .p-institutionalsec02 .c-btn-basic01, .p-institutionalsec03 .c-btn-basic01 {
    margin: 60px 0 4px;
  }
}

/* ==========================================================
!favorite
========================================================== */
.p-favoritesec01 .c-title-line02 {
  margin-top: 60px;
}
.p-favoritesec01 .c-title-bold01 {
  margin: 27px 0 0;
}
.p-favoritesec01-box01 p {
  margin: 15px 0;
}
.p-favoritesec02 .c-title-line02 {
  margin-top: 60px;
}
.p-favoritesec02 .wp-block-table {
  margin: 45px 0 30px;
}
.p-favoritesec03 {
  padding-bottom: 50px;
}
.p-favoritesec03 .c-title-line02 {
  margin-top: 60px;
}
.p-favoritesec03 .wp-block-table {
  margin: 45px 0 30px;
}
@media only screen and (min-width: 768px), print {
  .p-favoritesec01 .c-title-line02 {
    margin-top: 97px;
    font-size: 24px; /*IE9以下で反映されるよう記述*/
    font-size: 1.5rem;
  }
  .p-favoritesec02 .c-title-line02 {
    margin-top: 90px;
    font-size: 36px; /*IE9以下で反映されるよう記述*/
    font-size: 2.25rem;
  }
  .p-favoritesec02 .wp-block-table {
    margin: 45px 0 40px;
  }
  .p-favoritesec03 {
    padding-bottom: 0;
  }
  .p-favoritesec03 .c-title-line02 {
    margin-top: 90px;
    font-size: 36px; /*IE9以下で反映されるよう記述*/
    font-size: 2.25rem;
  }
  .p-favoritesec03 .wp-block-table {
    margin: 45px 0 40px;
  }
}

/* ==========================================================
!Public Notice
========================================================== */
.p-public-noticelead {
  padding: 60px 0 40px;
}
.p-public-notice .c-linklist01 {
  margin-top: 20px;
}
.p-public-notice .c-linklist01-text__fund {
  margin: 0;
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
}
.p-public-notice .c-linklist01-text__nopdf-title {
  display: inline-block;
  margin: 0;
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
}
.p-public-notice .c-linklist01-text__size {
  font-size: 13px; /*IE9以下で反映されるよう記述*/
  font-size: 0.8125rem;
}

@media only screen and (min-width: 768px), print {
  .p-public-noticelead {
    padding: 120px 0 40px;
  }
  .p-public-noticelead__text {
    margin: 0;
    font-size: 1rem;
  }
  .p-public-notice .c-linklist01 {
    margin-top: 40px;
  }
  .p-public-notice .c-linklist01-text__fund {
    font-size: 1rem;
  }
  .p-public-notice .c-linklist01-text__nopdf-title {
    font-size: 1rem;
  }
  .p-public-notice .c-linklist01-text__size {
    font-size: 1rem;
  }
}
.p-public-notice-h2sec:first-of-type .c-title-line02 {
  margin-top: 16px;
}

.p-public-notice-h3sec:first-of-type .c-title-line03 {
  margin-top: 39px;
}

.p-public-notice-h2sec + .p-public-notice-h2sec .c-title-line02 {
  margin-top: 60px;
}

.p-public-notice-h3sec + .p-public-notice-h3sec .c-title-line03 {
  margin-top: 60px;
}

@media only screen and (min-width: 768px), print {
  .p-public-notice-h2sec:first-of-type .c-title-line02 {
    margin-top: 46px;
  }
  .p-public-notice-h2sec + .p-public-notice-h2sec .c-title-line02 {
    margin-top: 100px;
  }
}
/* ==========================================================
! retail, abfunds
========================================================== */
.p-nisa-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.5rem;
}
.p-nisa-icons__item {
  padding: 2px 8px;
  width: 10.375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background-color: #FFBF27;
  color: #000000;
}
.p-nisa-icons__item.-orange {
  background-color: #FFBF27;
}
.p-nisa-icons__item.-green {
  background-color: #1CD8C0;
}
.p-nisa-icons.-table {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  margin-top: 0.375rem;
}
.p-nisa-icons.-table .p-nisa-icons__item {
  width: 7.4375rem;
  font-size: 11px;
  font-size: 0.6875rem;
}

@media only screen and (min-width: 768px), print {
  .p-fund-iconwrap {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
  }
  .p-fund-iconwrap .p-nisa-icons {
    margin-top: 0;
  }
  .p-fund-iconwrap .p-nisa-icons.-table {
    margin-top: 0;
  }
  .p-fund-iconwrap .l-pagetitle__note {
    margin-top: 0;
  }
  .p-nisa-icons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-nisa-icons.-table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0.5rem;
    gap: 0.5rem;
  }
}
.l-component-content .p-fund-lead {
  margin: 3rem 0 1rem;
}
.l-component-content .p-fund-lead + .wp-block-table {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px), print {
  .l-component-content .p-fund-lead + .wp-block-table {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 768px), print {
  .l-component-content .p-fund-lead {
    margin: 3rem 0;
  }
}

/*
 * cmn_style.css
 */
/* ==========================================================
!Link
========================================================== */
a {
  color: #007ABB;
  background-color: transparent;
  outline-color: #156b94;
}
a:not(:hover) {
  text-decoration: none;
}
a:hover {
  color: #007ABB;
  text-decoration: underline;
}
a:active {
  color: #000000;
  text-decoration: none;
  outline: 2px auto #1E9BD7;
}
a:focus {
  color: #1E9BD7;
  text-decoration: none;
  outline: 2px auto #1E9BD7;
}
a[href^=https]:not([href^="https://www.alliancebernstein.co.jp/"]):not([href^="https://www.youtube.com/"]):not([href^="https://youtu.be/"]):not([href^="https://players.brightcove.net/"]):not([href^="https://bcove.video/"]):not(.u-noicon):not(.ab-item):not(.is-style-c-ebook a)::after {
  display: none;
  font: var(--fa-font-light);
  content: "\f08e";
}
a[href^=https]:not([href^="https://www.alliancebernstein.co.jp/"]):not([href^="https://www.youtube.com/"]):not([href^="https://youtu.be/"]):not([href^="https://players.brightcove.net/"]):not([href^="https://bcove.video/"]):not(.u-noicon):not(.ab-item):not(.is-style-c-ebook a) svg {
  margin: 0 8px;
  line-height: 0;
  font-size: inherit;
}
a[href*=".pdf"]:not(.u-noicon)::after, a[href*=".pdf"][href^=https]:not([href^="https://www.alliancebernstein.co.jp/"]):not([href^="https://www.youtube.com/"]):not([href^="https://youtu.be/"]):not([href^="https://players.brightcove.net/"]):not([href^="https://bcove.video/"]):not(.u-noicon):not(.ab-item):not(.is-style-c-ebook a)::after {
  display: none;
  font: var(--fa-font-light);
  content: "\f1c1";
}
a[href*=".pdf"]:not(.u-noicon) svg, a[href*=".pdf"][href^=https]:not([href^="https://www.alliancebernstein.co.jp/"]):not([href^="https://www.youtube.com/"]):not([href^="https://youtu.be/"]):not([href^="https://players.brightcove.net/"]):not([href^="https://bcove.video/"]):not(.u-noicon):not(.ab-item):not(.is-style-c-ebook a) svg {
  margin: 0 5px;
  font-size: inherit;
  line-height: 0;
}
a[href^="https://www.youtube.com/"]:not(.u-noicon)::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  width: 16px;
  height: 16px;
  background: url(/common/img/ico_movie01.svg) no-repeat center center/contain;
}
a[href^="https://www.youtube.com/"]:not(.u-noicon):hover::after {
  background-image: url(/common/img/ico_movie01_black.svg);
}
a.u-disabled {
  opacity: 0.38;
  pointer-events: none;
}
a.u-pressed {
  color: #007ABB;
  text-decoration: underline;
}

/* ==========================================================
!Base Fonts
========================================================== */
.u-fwN {
  font-weight: normal;
}

.u-fwB {
  font-weight: bold;
}

.u-fzSS {
  font-size: 75% !important;
}

/* base 16px -> 12px */
.u-fzS {
  font-size: 88% !important;
}

/* base 16px -> 14px */
.u-fzM {
  font-size: 100% !important;
}

.u-fzL {
  font-size: 113% !important;
}

/* base 16px -> 18px */
.u-fzLL {
  font-size: 125% !important;
}

/* base 16px -> 20px */
.u-fzLLL {
  font-size: 138% !important;
}

/* base 16px -> 22px */
sup {
  font-size: 75% !important;
  vertical-align: top;
}

sub {
  font-size: 75% !important;
  vertical-align: baseline;
}

.u-link_color {
  color: #007ABB;
}

/* ==========================================================
!Inline Align
========================================================== */
.u-taL {
  text-align: left !important;
}

.u-taC {
  text-align: center !important;
}

.u-taR {
  text-align: right !important;
}

.u-vaT {
  vertical-align: top !important;
}

.u-vaM {
  vertical-align: middle !important;
}

.u-vaB {
  vertical-align: bottom !important;
}

.u-blockC {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

* html .u-blockC {
  margin-right: 0;
  margin-left: 0;
}

.u-blockR {
  margin-left: auto;
  text-align: left;
}

* html .u-blockR {
  margin-left: 0;
}

/* 親を超える子
------------------------------------ */
.u-side-over-width {
  margin-left: calc(586px - 50vw);
  margin-right: calc(586px - 50vw);
}

.u-side-over-width-content {
  margin-left: 0 calc(586px - 50vw);
  margin-right: 0 calc(586px - 50vw);
  padding-left: 0 calc(50vw - 586px);
  padding-right: 0 calc(50vw - 586px);
}

.u-over-width {
  margin-left: calc(50% - 50vw + 10px);
  margin-right: calc(50% - 50vw + 10px);
}

.u-over-width-content {
  margin-left: calc(50% - 50vw + 10px);
  margin-right: calc(50% - 50vw + 10px);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

/* どのdisplayで表示させるか
------------------------------------ */
/* 479px以下（SP） */
.u-sp {
  display: inline-block;
}

.u-pc {
  display: none;
}

/* 767px以下（タブレット以下） */
@media only screen and (max-width: 767px), print {
  .u-maxtab-small {
    display: block;
  }
  .u-mintab-small {
    display: none;
  }
}
/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .u-sp {
    display: none;
  }
  .u-pc {
    display: inline-block;
  }
  .u-maxtab-small {
    display: none;
  }
  .u-mintab-small {
    display: block;
  }
}
@media only screen and (max-width: 959px), print {
  .u-maxtab {
    display: block;
  }
  .u-mintab {
    display: none;
  }
}
@media only screen and (min-width: 960px), print {
  .u-maxtab {
    display: none;
  }
  .u-mintab {
    display: block;
  }
}
/* ==========================================================
!Width
========================================================== */
/* 960px Grid */
.u-w960 {
  width: 960px;
}

.u-w800 {
  width: 800px;
}

.u-w640 {
  width: 640px;
}

.u-w480 {
  width: 480px;
}

.u-w320 {
  width: 320px;
}

.u-w160 {
  width: 160px;
}

.u-wHalf {
  width: 48%;
}

.u-wTri {
  width: 33%;
}

.u-wQuart {
  width: 24%;
}

.u-wFull {
  width: 99.9%;
}

.u-wMax {
  width: 100%;
}

.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

/* ==========================================================
!Floats
========================================================== */
.u-flL {
  display: inline;
  float: left;
}

.u-flR {
  display: inline;
  float: right;
}

.u-flImgL {
  display: inline;
  float: left;
  margin-right: 10px;
}

.u-flImgR {
  display: inline;
  float: right;
  margin-left: 10px;
}

.u-ftBox {
  overflow: hidden;
  *zoom: 1;
}

/* ==========================================================
!Tools
========================================================== */
.u-clear {
  clear: both;
}

.u-block {
  display: block;
}

.u-hide {
  display: none;
}

.u-bgN {
  background: none !important;
}

.u-tdU {
  text-decoration: underline;
}

.u-tdN {
  text-decoration: none;
}

/* ==========================================================
!Margin
========================================================== */
.u-mt00 {
  margin-top: 0 !important;
}

.u-mt05 {
  margin-top: 0.5% !important;
}

.u-mt10 {
  margin-top: 1% !important;
}

.u-mt15 {
  margin-top: 1.5% !important;
}

.u-mt20 {
  margin-top: 2% !important;
}

.u-mt25 {
  margin-top: 2.5% !important;
}

.u-mt30 {
  margin-top: 3% !important;
}

.u-mt35 {
  margin-top: 3.5% !important;
}

.u-mt40 {
  margin-top: 4% !important;
}

.u-mt45 {
  margin-top: 4.5% !important;
}

.u-mt50 {
  margin-top: 5% !important;
}

.u-mt55 {
  margin-top: 5.5% !important;
}

.u-mt60 {
  margin-top: 6% !important;
}

.u-mt65 {
  margin-top: 6.5% !important;
}

.u-mt70 {
  margin-top: 7% !important;
}

.u-mt75 {
  margin-top: 7.5% !important;
}

.u-mt80 {
  margin-top: 8% !important;
}

.u-mt85 {
  margin-top: 8.5% !important;
}

.u-mt90 {
  margin-top: 9% !important;
}

.u-mt95 {
  margin-top: 9.5% !important;
}

.u-mt100 {
  margin-top: 10% !important;
}

.u-mr00 {
  margin-right: 0 !important;
}

.u-mr05 {
  margin-right: 0.5% !important;
}

.u-mr10 {
  margin-right: 1% !important;
}

.u-mr15 {
  margin-right: 1.5% !important;
}

.u-mr20 {
  margin-right: 2% !important;
}

.u-mr25 {
  margin-right: 2.5% !important;
}

.u-mr30 {
  margin-right: 3% !important;
}

.u-mr35 {
  margin-right: 3.5% !important;
}

.u-mr40 {
  margin-right: 4% !important;
}

.u-mr45 {
  margin-right: 4.5% !important;
}

.u-mr50 {
  margin-right: 5% !important;
}

.u-mr55 {
  margin-right: 5.5% !important;
}

.u-mr60 {
  margin-right: 6% !important;
}

.u-mr65 {
  margin-right: 6.5% !important;
}

.u-mr70 {
  margin-right: 7% !important;
}

.u-mr75 {
  margin-right: 7.5% !important;
}

.u-mr80 {
  margin-right: 8% !important;
}

.u-mr85 {
  margin-right: 8.5% !important;
}

.u-mr90 {
  margin-right: 9% !important;
}

.u-mr95 {
  margin-right: 9.5% !important;
}

.u-mr100 {
  margin-right: 10% !important;
}

.u-mb00 {
  margin-bottom: 0 !important;
}

.u-mb05 {
  margin-bottom: 0.5% !important;
}

.u-mb10 {
  margin-bottom: 1% !important;
}

.u-mb15 {
  margin-bottom: 1.5% !important;
}

.u-mb20 {
  margin-bottom: 2% !important;
}

.u-mb25 {
  margin-bottom: 2.5% !important;
}

.u-mb30 {
  margin-bottom: 3% !important;
}

.u-mb35 {
  margin-bottom: 3.5% !important;
}

.u-mb40 {
  margin-bottom: 4% !important;
}

.u-mb45 {
  margin-bottom: 4.5% !important;
}

.u-mb50 {
  margin-bottom: 5% !important;
}

.u-mb55 {
  margin-bottom: 5.5% !important;
}

.u-mb60 {
  margin-bottom: 6% !important;
}

.u-mb65 {
  margin-bottom: 6.5% !important;
}

.u-mb70 {
  margin-bottom: 7% !important;
}

.u-mb75 {
  margin-bottom: 7.5% !important;
}

.u-mb80 {
  margin-bottom: 8% !important;
}

.u-mb85 {
  margin-bottom: 8.5% !important;
}

.u-mb90 {
  margin-bottom: 9% !important;
}

.u-mb95 {
  margin-bottom: 9.5% !important;
}

.u-mb100 {
  margin-bottom: 10% !important;
}

.u-ml00 {
  margin-left: 0 !important;
}

.u-ml05 {
  margin-left: 0.5% !important;
}

.u-ml10 {
  margin-left: 1% !important;
}

.u-ml15 {
  margin-left: 1.5% !important;
}

.u-ml20 {
  margin-left: 2% !important;
}

.u-ml25 {
  margin-left: 2.5% !important;
}

.u-ml30 {
  margin-left: 3% !important;
}

.u-ml35 {
  margin-left: 3.5% !important;
}

.u-ml40 {
  margin-left: 4% !important;
}

.u-ml45 {
  margin-left: 4.5% !important;
}

.u-ml50 {
  margin-left: 5% !important;
}

.u-ml55 {
  margin-left: 5.5% !important;
}

.u-ml60 {
  margin-left: 6% !important;
}

.u-ml65 {
  margin-left: 6.5% !important;
}

.u-ml70 {
  margin-left: 7% !important;
}

.u-ml75 {
  margin-left: 7.5% !important;
}

.u-ml80 {
  margin-left: 8% !important;
}

.u-ml85 {
  margin-left: 8.5% !important;
}

.u-ml90 {
  margin-left: 9% !important;
}

.u-ml95 {
  margin-left: 9.5% !important;
}

.u-ml100 {
  margin-left: 10% !important;
}

/* ==========================================================
!Padding
========================================================== */
.u-pt00 {
  padding-top: 0 !important;
}

.u-pt05 {
  padding-top: 0.5% !important;
}

.u-pt10 {
  padding-top: 1% !important;
}

.u-pt15 {
  padding-top: 1.5% !important;
}

.u-pt20 {
  padding-top: 2% !important;
}

.u-pt25 {
  padding-top: 2.5% !important;
}

.u-pt30 {
  padding-top: 3% !important;
}

.u-pt35 {
  padding-top: 3.5% !important;
}

.u-pt40 {
  padding-top: 4% !important;
}

.u-pt45 {
  padding-top: 4.5% !important;
}

.u-pt50 {
  padding-top: 5% !important;
}

.u-pt55 {
  padding-top: 5.5% !important;
}

.u-pt60 {
  padding-top: 6% !important;
}

.u-pt65 {
  padding-top: 6.5% !important;
}

.u-pt70 {
  padding-top: 7% !important;
}

.u-pt75 {
  padding-top: 7.5% !important;
}

.u-pt80 {
  padding-top: 8% !important;
}

.u-pt85 {
  padding-top: 8.5% !important;
}

.u-pt90 {
  padding-top: 9% !important;
}

.u-pt95 {
  padding-top: 9.5% !important;
}

.u-pt100 {
  padding-top: 10% !important;
}

.u-pr00 {
  padding-right: 0 !important;
}

.u-pr05 {
  padding-right: 0.5% !important;
}

.u-pr10 {
  padding-right: 1% !important;
}

.u-pr15 {
  padding-right: 1.5% !important;
}

.u-pr20 {
  padding-right: 2% !important;
}

.u-pr25 {
  padding-right: 2.5% !important;
}

.u-pr30 {
  padding-right: 3% !important;
}

.u-pr35 {
  padding-right: 3.5% !important;
}

.u-pr40 {
  padding-right: 4% !important;
}

.u-pr45 {
  padding-right: 4.5% !important;
}

.u-pr50 {
  padding-right: 5% !important;
}

.u-pr55 {
  padding-right: 5.5% !important;
}

.u-pr60 {
  padding-right: 6% !important;
}

.u-pr65 {
  padding-right: 6.5% !important;
}

.u-pr70 {
  padding-right: 7% !important;
}

.u-pr75 {
  padding-right: 7.5% !important;
}

.u-pr80 {
  padding-right: 8% !important;
}

.u-pr85 {
  padding-right: 8.5% !important;
}

.u-pr90 {
  padding-right: 9% !important;
}

.u-pr95 {
  padding-right: 9.5% !important;
}

.u-pr100 {
  padding-right: 10% !important;
}

.u-pb00 {
  padding-bottom: 0 !important;
}

.u-pb05 {
  padding-bottom: 0.5% !important;
}

.u-pb10 {
  padding-bottom: 1% !important;
}

.u-pb15 {
  padding-bottom: 1.5% !important;
}

.u-pb20 {
  padding-bottom: 2% !important;
}

.u-pb25 {
  padding-bottom: 2.5% !important;
}

.u-pb30 {
  padding-bottom: 3% !important;
}

.u-pb35 {
  padding-bottom: 3.5% !important;
}

.u-pb40 {
  padding-bottom: 4% !important;
}

.u-pb45 {
  padding-bottom: 4.5% !important;
}

.u-pb50 {
  padding-bottom: 5% !important;
}

.u-pb55 {
  padding-bottom: 5.5% !important;
}

.u-pb60 {
  padding-bottom: 6% !important;
}

.u-pb65 {
  padding-bottom: 6.5% !important;
}

.u-pb70 {
  padding-bottom: 7% !important;
}

.u-pb75 {
  padding-bottom: 7.5% !important;
}

.u-pb80 {
  padding-bottom: 8% !important;
}

.u-pb85 {
  padding-bottom: 8.5% !important;
}

.u-pb90 {
  padding-bottom: 9% !important;
}

.u-pb95 {
  padding-bottom: 9.5% !important;
}

.u-pb100 {
  padding-bottom: 10% !important;
}

.u-pl00 {
  padding-left: 0 !important;
}

.u-pl05 {
  padding-left: 0.5% !important;
}

.u-pl10 {
  padding-left: 1% !important;
}

.u-pl15 {
  padding-left: 1.5% !important;
}

.u-pl20 {
  padding-left: 2% !important;
}

.u-pl25 {
  padding-left: 2.5% !important;
}

.u-pl30 {
  padding-left: 3% !important;
}

.u-pl35 {
  padding-left: 3.5% !important;
}

.u-pl40 {
  padding-left: 4% !important;
}

.u-pl45 {
  padding-left: 4.5% !important;
}

.u-pl50 {
  padding-left: 5% !important;
}

.u-pl55 {
  padding-left: 5.5% !important;
}

.u-pl60 {
  padding-left: 6% !important;
}

.u-pl65 {
  padding-left: 6.5% !important;
}

.u-pl70 {
  padding-left: 7% !important;
}

.u-pl75 {
  padding-left: 7.5% !important;
}

.u-pl80 {
  padding-left: 8% !important;
}

.u-pl85 {
  padding-left: 8.5% !important;
}

.u-pl90 {
  padding-left: 9% !important;
}

.u-pl95 {
  padding-left: 9.5% !important;
}

.u-pl100 {
  padding-left: 10% !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*ギャラリースライドショー表示用*/
.js-slideshow {
  display: block;
  position: relative;
  margin: auto;
}
.js-slideshow .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 50px;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
.js-slideshow .slick-arrow::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.js-slideshow .slick-prev {
  left: 0;
}
.js-slideshow .slick-prev::before {
  -webkit-transform: translateX(5px) rotate(-135deg);
          transform: translateX(5px) rotate(-135deg);
}
.js-slideshow .slick-next {
  right: 0;
}
.js-slideshow .slick-next::before {
  -webkit-transform: translateX(-5px) rotate(45deg);
          transform: translateX(-5px) rotate(45deg);
}
.js-slideshow .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 375px), print {
  .js-slideshow .slick-dots {
    bottom: -50px;
  }
}
.js-slideshow .slick-dots button {
  overflow: hidden;
  width: 10px;
  height: 0;
  margin: 0 10px;
  padding-top: 10px;
  background: #b6b6b6;
}
.js-slideshow .slick-dots button[aria-selected] {
  background: #000;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

@media screen and (orientation: landscape) {
  .is-android .lity-iframe-container iframe {
    height: 100vh;
    height: 100dvh;
  }
}
#onetrust-banner-sdk svg.svg-inline--fa,
#onetrust-pc-sdk svg.svg-inline--fa {
  display: none;
  width: 1rem;
}

#ot-sdk-btn.ot-sdk-show-settings.onetrust-list-item,
#onetrust-consent-sdk.onetrust-list-item {
  display: block;
  width: 100%;
  margin: 14px 0;
  padding: 0;
  border-bottom: 1px solid #8C8C8C;
  color: #ffffff;
  font-size: 0.75rem;
  text-align: left;
  background-color: transparent;
  border: none;
}
#ot-sdk-btn.ot-sdk-show-settings.onetrust-list-item:hover,
#onetrust-consent-sdk.onetrust-list-item:hover {
  color: #007ABB;
  text-decoration: underline;
  background-color: none;
}
#ot-sdk-btn.ot-sdk-show-settings.onetrust-list-item:active,
#onetrust-consent-sdk.onetrust-list-item:active {
  color: #000000;
  text-decoration: none;
  outline: 2px auto #1E9BD7;
}
#ot-sdk-btn.ot-sdk-show-settings.onetrust-list-item:focus,
#onetrust-consent-sdk.onetrust-list-item:focus {
  color: #1E9BD7;
  text-decoration: none;
  outline: 2px auto #1E9BD7;
}
@media only screen and (min-width: 768px), print {
  #ot-sdk-btn.ot-sdk-show-settings.onetrust-list-item,
  #onetrust-consent-sdk.onetrust-list-item {
    margin: 0;
    border-bottom: none;
    color: #000000;
  }
}

#ot-sdk-btn.ot-sdk-show-settings.onetrust-list-item,
#onetrust-consent-sdk.onetrust-list-item {
  display: block;
  width: 100%;
  margin: 14px 0;
  padding: 0;
  color: #ffffff;
  font-size: 0.75rem;
  text-align: left;
  background-color: transparent;
  border: none;
}
#ot-sdk-btn.ot-sdk-show-settings.onetrust-list-item:hover,
#onetrust-consent-sdk.onetrust-list-item:hover {
  color: #007ABB;
  text-decoration: underline;
  background-color: transparent;
}
#ot-sdk-btn.ot-sdk-show-settings.onetrust-list-item:active,
#onetrust-consent-sdk.onetrust-list-item:active {
  color: #000000;
  text-decoration: none;
  outline: 2px auto #1E9BD7;
  background-color: transparent;
}
#ot-sdk-btn.ot-sdk-show-settings.onetrust-list-item:focus,
#onetrust-consent-sdk.onetrust-list-item:focus {
  color: #1E9BD7;
  text-decoration: none;
  outline: 2px auto #1E9BD7;
  background-color: transparent;
}
@media only screen and (min-width: 768px), print {
  #ot-sdk-btn.ot-sdk-show-settings.onetrust-list-item,
  #onetrust-consent-sdk.onetrust-list-item {
    margin: 0;
  }
}

.l-footer-area02-links li:has(.onetrust-list-item) {
  border-bottom: 1px solid #8C8C8C;
}
@media only screen and (min-width: 768px), print {
  .l-footer-area02-links li:has(.onetrust-list-item) {
    border-bottom: none;
  }
  .l-footer-area02-links li:has(.onetrust-list-item) #ot-sdk-btn.ot-sdk-show-settings.onetrust-list-item,
  .l-footer-area02-links li:has(.onetrust-list-item) #onetrust-consent-sdk.onetrust-list-item {
    color: #000000;
  }
}

/*
 * style.css
 */
