@charset "UTF-8";
/* =============================================================================
   ⚠️【重要】直接編集禁止 / DO NOT EDIT THIS FILE DIRECTLY⚠️
   修正は /dcms_media/css/custom/custom.scss に対して行い、コンパイルしてください。
============================================================================= */
/* foundation */
/* mixin */
/****************************************************************/
/* editor / CMS 用 */
/****************************************************************/
/****************************************************************/
/* clearfix */
/****************************************************************/
/****************************************************************/
/* letter-spacing */
/****************************************************************/
/****************************************************************/
/* icon font */
/****************************************************************/
/****************************************************************/
/* font family */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って背景全画面 */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って左寄せ */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って右寄せ */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅 */
/****************************************************************/
/****************************************************************/
/* 画面幅いっぱいに表示 */
/****************************************************************/
/****************************************************************/
/* hover effect */
/****************************************************************/
/****************************************************************/
/* margin-responsive */
/****************************************************************/
/****************************************************************/
/* padding-responsive */
/****************************************************************/
/****************************************************************/
/* theme-color */
/****************************************************************/
/****************************************************************/
/* font-size */
/****************************************************************/
/* blog 著者情報ブロック */
#articledetai.c-author-info,
.c-author-info {
  border: 3px solid #ddd;
  padding: 2rem;
  text-align: left;
}
@media print, screen and (max-width: 575.8px) {
  #articledetai.c-author-info,
  .c-author-info {
    padding: 2rem 1rem;
  }
}
#articledetai.c-author-info__person,
.c-author-info__person {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 575.8px) {
  #articledetai.c-author-info__person,
  .c-author-info__person {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#articledetai.c-author-info__person-img img,
.c-author-info__person-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
#articledetai.c-author-info__person-label,
.c-author-info__person-label {
  font-size: 18px;
  line-height: 1.3;
}
#articledetai.c-author-info__person-name,
.c-author-info__person-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
#articledetai.c-author-info__about-txt,
.c-author-info__about-txt {
  font-size: 15px;
}

/*追従バナー*/
.c-fixed-banner__wrap {
  position: fixed;
  bottom: 150px;
  right: max(15px, (100vw - 1150px) / 2);
  height: auto;
  max-width: 300px;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  z-index: 100;
}
@media screen and (min-width: 576px) {
  .c-fixed-banner__wrap {
    right: max(15px, (100vw - 540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .c-fixed-banner__wrap {
    bottom: 200px;
    right: max(15px, (100vw - 720px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .c-fixed-banner__wrap {
    right: max(15px, (100vw - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .c-fixed-banner__wrap {
    right: max(15px, (100vw - 1150px) / 2);
  }
}
@media screen and (max-width: 767.8px) {
  .c-fixed-banner__wrap {
    max-width: 230px;
  }
}
@media screen and (max-width: 575.8px) {
  .c-fixed-banner__wrap {
    display: none !important;
  }
}
@media screen and (max-width: 767.8px) {
  .c-fixed-banner__wrap {
    max-width: 230px;
  }
}
@media screen and (max-width: 767.8px) {
  .c-fixed-banner__wrap {
    display: none !important;
  }
}
.c-fixed-banner__wrap.is-scroll-active {
  -webkit-animation: fadeRightAnime 0.5s forwards;
          animation: fadeRightAnime 0.5s forwards;
}
.c-fixed-banner__wrap.is-animated:not(.is-scroll-active) {
  -webkit-animation: fadeRightAnimeReverse 0.5s forwards;
          animation: fadeRightAnimeReverse 0.5s forwards;
}
.c-fixed-banner__wrap.is-hidden {
  display: none !important;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.c-fixed-banner__content {
  position: relative;
  width: 300px;
}
.c-fixed-banner__image {
  margin: 0;
  padding: 0;
}
.c-fixed-banner__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.c-fixed-banner__image-body {
  will-change: transform;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.c-fixed-banner__image-body .c-fixed-banner__link {
  border: none;
  background-color: transparent;
  padding: 0;
}
.c-fixed-banner__image-body .c-fixed-banner__link::before, .c-fixed-banner__image-body .c-fixed-banner__link::after {
  content: none;
}
.c-fixed-banner__image-body .c-fixed-banner__link:hover {
  background-color: transparent;
}
.c-fixed-banner__image-body .c-fixed-banner__link:hover img {
  opacity: 1 !important;
}
.c-fixed-banner__image-body:hover {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.c-fixed-banner__cta {
  background-color: #E5EEFF;
  border: solid #1C47AE 2px;
  border-radius: 15px;
  padding: 16px;
}
.c-fixed-banner__cta-body {
  border-bottom: solid #ced4da 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 8px 0 8px 0;
  margin-bottom: 8px;
}
.c-fixed-banner__cta-btn.--icon01 a::before {
  background: url(/dcms_media/other/c-fixed-banner-btn-icon01.svg) no-repeat center/contain;
}
.c-fixed-banner__cta-btn.--icon01 a:hover::before {
  background: url(/dcms_media/other/c-fixed-banner-btn-icon01-on.svg) no-repeat center/contain;
}
.c-fixed-banner__cta-btn.--icon02 a::before {
  background: url(/dcms_media/other/c-fixed-banner-btn-icon02.svg) no-repeat center/contain;
}
.c-fixed-banner__cta-btn.--icon02 a:hover::before {
  background: url(/dcms_media/other/c-fixed-banner-btn-icon02-on.svg) no-repeat center/contain;
}
.c-fixed-banner__cta-btn.--icon03 a::before {
  background: url(/dcms_media/other/c-fixed-banner-btn-icon03.svg) no-repeat center/contain;
}
.c-fixed-banner__cta-btn.--icon03 a:hover::before {
  background: url(/dcms_media/other/c-fixed-banner-btn-icon03-on.svg) no-repeat center/contain;
}
.c-fixed-banner__cta-btn.--icon04 a::before {
  background: url(/dcms_media/other/c-fixed-banner-btn-icon04.svg) no-repeat center/contain;
}
.c-fixed-banner__cta-btn.--icon04 a:hover::before {
  background: url(/dcms_media/other/c-fixed-banner-btn-icon04-on.svg) no-repeat center/contain;
}
.c-fixed-banner__cta-btn.--bg-main a {
  background-color: #1C47AE;
  color: #ffffff;
}
.c-fixed-banner__cta-btn.--bg-main a::after {
  border-color: #ffffff;
}
.c-fixed-banner__cta-btn.--bg-main a:hover {
  background-color: #ffffff;
  color: #1C47AE;
}
.c-fixed-banner__cta-btn.--bg-main a:hover::after {
  border-color: #1C47AE;
}
.c-fixed-banner__cta-btn.--bg-accent-01 a {
  border-color: #D00C3C;
  background-color: #D00C3C;
  color: #ffffff;
}
.c-fixed-banner__cta-btn.--bg-accent-01 a::after {
  border-color: #ffffff;
}
.c-fixed-banner__cta-btn.--bg-accent-01 a:hover {
  background-color: #ffffff;
  color: #D00C3C;
}
.c-fixed-banner__cta-btn.--bg-accent-01 a:hover::after {
  border-color: #D00C3C;
}
.c-fixed-banner__link {
  background-color: #ffffff;
  border-radius: 50px;
  border-color: #1C47AE;
  border-style: solid;
  border-width: 2px;
  font-size: 0.813rem;
  font-weight: 700;
  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;
  gap: 8px;
  padding: 4px 15px;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-fixed-banner__link::before, .c-fixed-banner__link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
}
.c-fixed-banner__link::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  width: 16px;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-fixed-banner__link::after {
  border-top: solid 2px;
  border-right: solid 2px;
  border-width: 2px;
  height: 8px;
  width: 8px;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-fixed-banner__link:hover {
  text-decoration: none;
  background-color: #1C47AE;
  color: #ffffff;
}
.c-fixed-banner__link:hover::after {
  border-color: #ffffff;
}
.c-fixed-banner__title {
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 0;
}
.c-fixed-banner__close-btn {
  cursor: pointer;
  background: #fff;
  border: 2px solid #1C47AE;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  z-index: 12;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-fixed-banner__close-btn::before, .c-fixed-banner__close-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 17px;
  height: 2px;
  background: #1C47AE;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-fixed-banner__close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-fixed-banner__close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-fixed-banner__close-btn:hover {
  background: #1C47AE;
}
.c-fixed-banner__close-btn:hover::before, .c-fixed-banner__close-btn:hover::after {
  background: #ffffff;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeRightAnimeReverse {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@keyframes fadeRightAnimeReverse {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
#tinymce .c-fixed-banner__wrap,
.editor_block .c-fixed-banner__wrap,
[class*=tinymce] .c-fixed-banner__wrap {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-animation: none !important;
          animation: none !important;
  display: block !important;
}

/* =============================================================================
* END OF FILE
* ============================================================================= */
/* =============================================================================
   ⚠️【重要】直接編集禁止 / DO NOT EDIT THIS FILE DIRECTLY⚠️
   修正は /dcms_media/css/custom/custom.scss に対して行い、コンパイルしてください。
============================================================================= *//*# sourceMappingURL=custom.css.map */