﻿@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes hide {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }
}
a,
acronym,
address,
article,
aside,
b,
body,
canvas,
caption,
center,
dfn,
div,
dl,
figcaption,
footer,
h1,
h2,
h3,
header,
html,
i,
iframe,
img,
ins,
l,
label,
legend,
li,
menu,
nav,
p,
s,
section,
small,
span,
strong,
time,
u,
var {
  margin: 0;
  padding: 0;
}
button,
h1,
h2,
h3,
input,
option {
  font-size: 100%;
}
article,
aside,
figcaption,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
input,
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
caption {
  text-align: left;
}
a img,
img {
  border: 0;
}
a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  transition: color 0.4s;
}
input:not([type="checkbox"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html {
  box-sizing: border-box;
  height: 100%;
  line-height: 1.6;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  position: relative;
	overflow-x: clip;
}
@media print, screen and (min-width: 48em) {
  body {
    font-family:
      YakuHanJP,
      Yu Gothic Medium,
      游ゴシック Medium,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    line-height: 1.75;
  }
}
@media print, screen and (min-width: 48em) {
  a:hover {
    color: #0085bf;
  }
}
@media print, screen and (min-width: 61.25em) {
  a[href^="tel"] {
    pointer-events: none;
    cursor: text;
  }
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3 {
  font-weight: 400;
  line-height: 1.4;
}
address {
  font-style: normal;
}
.l-grid {
  flex-wrap: wrap;
  margin-top: -53px;
  display: flex;
}
.l-grid.-gap {
  margin-left: -40px;
}
@media print, screen and (min-width: 48em) {
  .l-grid.-gap4 {
    margin-top: -32px;
    margin-left: -40px;
  }
}
@media print, screen and (min-width: 80em) {
  .l-grid.-gap4 {
    margin-left: -32px;
  }
}
@media print, screen and (min-width: 48em) {
  .l-grid.-gap2 {
    margin-left: -40px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-grid.-gap2 {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 80em) {
  .l-grid.-gap2 {
    margin-left: -40px;
  }
}
@media print, screen and (min-width: 48em) {
  .l-grid.-gap2_120 {
    margin-left: -60px;
  }
}
.l-grid__cell {
  width: 100%;
  margin-top: 40px;
}
@media print, screen and (min-width: 48em) {
  .l-grid__cell {
    width: 50%;
    margin-top: 53px;
  }
}
@media print, screen and (min-width: 80em) {
  .l-grid__cell {
    width: 33.333%;
  }
}
.-gap .l-grid__cell {
  margin-left: 40px;
}
@media print, screen and (min-width: 48em) {
  .-gap .l-grid__cell,
  .browser-is-ie .-gap .l-grid__cell {
    width: calc(50% - 40px);
  }
}
@media print, screen and (min-width: 80em) {
  .-gap .l-grid__cell {
    width: calc(33.3333% - 40px);
  }
  .browser-is-ie .-gap .l-grid__cell {
    width: calc(33.333% - 40px);
  }
}
@media print, screen and (min-width: 61.25em) {
  .-eary-break .-gap .l-grid__cell,
  .browser-is-ie .-eary-break .-gap .l-grid__cell {
    width: calc(50% - 40px);
  }
}
@media print, screen and (min-width: 80em) {
  .-eary-break .-gap .l-grid__cell {
    width: calc(33.3333% - 40px);
  }
  .browser-is-ie .-eary-break .-gap .l-grid__cell {
    width: calc(33.333% - 40px);
  }
}
@media print, screen and (min-width: 48em) {
  .-gap4 .l-grid__cell {
    width: calc(50% - 40px);
    margin-top: 32px;
    margin-left: 40px;
  }
  .browser-is-ie .-gap4 .l-grid__cell {
    width: calc(50% - 40px);
  }
}
@media print, screen and (min-width: 61.25em) {
  .-gap4 .l-grid__cell {
    width: calc(33.3333% - 40px);
  }
  .browser-is-ie .-gap4 .l-grid__cell {
    width: calc(33.333% - 40px);
  }
}
@media print, screen and (min-width: 80em) {
  .-gap4 .l-grid__cell {
    width: calc(25% - 32px);
    margin-left: 32px;
  }
  .browser-is-ie .-gap4 .l-grid__cell {
    width: calc(25% - 32px);
  }
}
@media print, screen and (min-width: 61.25em) {
  .-col2 .l-grid__cell {
    width: 100%;
  }
}
@media print, screen and (min-width: 80em) {
  .-col2 .l-grid__cell {
    width: 50%;
  }
}
@media print, screen and (min-width: 48em) {
  .-gap2 .l-grid__cell {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
  .browser-is-ie .-gap2 .l-grid__cell {
    width: calc(50% - 40px);
  }
}
@media print, screen and (min-width: 61.25em) {
  .-gap2 .l-grid__cell {
    width: 100%;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 80em) {
  .-gap2 .l-grid__cell {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
  .browser-is-ie .-gap2 .l-grid__cell {
    width: calc(50% - 40px);
  }
}
@media print, screen and (min-width: 48em) {
  .-gap2_120 .l-grid__cell {
    width: calc(50% - 60px);
    margin-left: 60px;
  }
  .browser-is-ie .-gap2_120 .l-grid__cell {
    width: calc(50% - 60px);
  }
}
.l-row {
  padding: 0 4%;
}
.l-row.-bg {
  background: #edeff6;
}
@media only screen and (max-width: 47.9375em) {
  .l-row.-sp-full {
    padding: 0;
  }
}
.l-row__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 43px 0 61px;
}
@media print, screen and (min-width: 48em) {
  .l-row__inner {
    padding: 103px 0 108px;
  }
  .-thin-top .l-row__inner {
    padding-top: 56px;
  }
}
.-home .l-row__inner {
  padding: 0 0 60px;
}
@media print, screen and (min-width: 48em) {
  .-home .l-row__inner.-first {
    padding: 54px 0 100px;
  }
}
.-article .l-row__inner {
  max-width: 1468px;
}
.l-block.-lv1 {
  margin-top: 8px;
}
.l-block.-lv2 {
  margin-top: 16px;
}
.l-block.-lv3 {
  margin-top: 24px;
}
@media only screen and (max-width: 47.9375em) {
  .l-block.-lv4 {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 48em) {
  .l-block.-lv4 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-block.-lv5 {
    margin-top: 40px;
  }
  .l-block.-splv1 {
    margin-top: 8px;
  }
  .l-block.-splv2 {
    margin-top: 16px;
  }
  .l-block.-splv3 {
    margin-top: 24px;
  }
  .l-block.-splv4 {
    margin-top: 45px;
  }
  .l-block.-u-sp34 {
    margin-top: 34px;
  }
}
.l-article-page {
  display: -ms-grid;
  -ms-grid-rows: auto auto auto auto;
  -ms-grid-columns: 1fr;
  grid-template: "article-page-head-s" "article-page-share-s" "article-page-body-s" "article-page-side-s"/1fr;
  display: grid;
}
@media print, screen and (min-width: 61.25em) {
  .l-article-page {
    -ms-grid-rows: auto auto 1fr;
    -ms-grid-columns: minmax(580px, 1fr) minmax(60px, 70px) minmax(260px, 378px);
    grid-template: "article-page-head-m article-page-main-side-space-m article-page-side-m" "article-page-share-m article-page-main-side-space-m article-page-side-m" "article-page-body-m article-page-main-side-space-m article-page-side-m" 1fr / minmax(
        580px,
        1fr
      ) minmax(60px, 70px) minmax(260px, 378px);
  }
}
@media print, screen and (min-width: 80em) {
  .l-article-page {
    -ms-grid-rows: auto 58px 1fr;
    -ms-grid-columns: 74px 0 minmax(670px, 1fr) 0 minmax(65px, 76px) 0
      minmax(300px, 388px);
    grid-template: "article-page-blank article-page-head article-page-main-side-space article-page-side" "article-page-share article-page-body article-page-main-side-space article-page-side" 1fr/74px minmax(
        670px,
        1fr
      ) minmax(65px, 76px) minmax(300px, 388px);
    gap: 58px 0;
  }
}
.l-article-page__share {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: article-page-share-s;
  margin-top: 16px;
}
@media print, screen and (min-width: 61.25em) {
  .l-article-page__share {
    grid-area: article-page-share-m;
  }
}
@media print, screen and (min-width: 80em) {
  .l-article-page__share {
    grid-area: article-page-share;
    margin-top: 0;
  }
}
.l-article-page__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: article-page-head-s;
}
@media print, screen and (min-width: 61.25em) {
  .l-article-page__head {
    grid-area: article-page-head-m;
  }
}
@media print, screen and (min-width: 80em) {
  .l-article-page__head {
    grid-area: article-page-head;
  }
}
.l-article-page__body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: article-page-body-s;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 61.25em) {
  .l-article-page__body {
    grid-area: article-page-body-m;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 80em) {
  .l-article-page__body {
    grid-area: article-page-body;
    margin-top: 0;
  }
}
.l-article-page__side {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: article-page-side-s;
}
@media print, screen and (min-width: 61.25em) {
  .l-article-page__side {
    grid-area: article-page-side-m;
  }
  .l-article-page__share {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .l-article-page__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-article-page__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-article-page__side {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 80em) {
  .l-article-page__side {
    grid-area: article-page-side;
  }
  .l-article-page__share {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-article-page__head {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-article-page__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .l-article-page__side {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 7;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-two-column {
    display: -ms-grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 76px 388px;
    grid-template: "two-column-main two-column-sub" 1fr/1fr 388px;
    gap: 0 76px;
    display: grid;
  }
  .l-two-column__main {
    grid-area: two-column-main;
  }
}
.l-two-column__sub {
  margin-top: 64px;
}
@media print, screen and (min-width: 61.25em) {
  .l-two-column__sub {
    grid-area: two-column-sub;
    margin-top: 0;
  }
  .l-two-column__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-two-column__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.l-space-between {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}
.l-space-between__right {
  margin-left: 32px;
}
.l-color-block {
  background: #edeff6;
  padding: 50px 4%;
}
@media print, screen and (min-width: 48em) {
  .l-color-block {
    padding: 80px 50px 80px 52px;
  }
}
.c-tags {
  flex-wrap: wrap;
  margin: -6px 0 0 -5px;
  display: flex;
}
.c-tags .c-tag {
  margin: 6px 0 0 5px;
}
.c-tag {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background: #0a1d6a;
  font-size: 0.8125rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-tag {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .c-tag {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    transition: all 0.4s;
  }
  .c-tag:hover {
    background: #7386d5;
  }
  .c-tag:hover .c-tag__link {
    color: #fff;
  }
}
.c-tag__link {
  color: #fff;
  height: 100%;
  padding: 0 10px;
  display: inline-block;
}
.browser-is-ie .c-tag__link {
  padding: 5px 10px 0;
}
.c-tag__text {
  height: 1.875rem;
  line-height: 1.875rem;
}
@media print, screen and (min-width: 48em) {
  .c-tag__text {
    height: 1.4375rem;
    line-height: 1.4375rem;
  }
}
.c-button {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 700;
  font-size: inherit;
  background: #0a1d6a;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-button {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .c-button {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
.c-button__link {
  color: #fff;
  text-align: center;
  height: 100%;
  padding: 8px 13px;
  display: block;
}
.c-button__text {
  font-size: 0.875rem;
}
.c-button__text:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_right-arrow.svg) 50% / contain
    no-repeat;
  width: 0.4875rem;
  height: 0.7956rem;
  margin-left: 0.625rem;
  display: inline-block;
  position: relative;
  top: 0.0625rem;
}
.browser-is-ie .c-button__text:after {
  width: 0.5625rem;
  height: 0.75rem;
}
[target="_blank"] .c-button__text:after {
  background: url(/cms/rescue/common/img/icon_blank.svg) 50% / contain no-repeat;
  width: 0.625rem;
  height: 0.5rem;
  position: relative;
  top: -0.125rem;
}
.browser-is-ie [target="_blank"] .c-button__text:after {
  width: 0.75rem;
  margin-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .c-button__text {
    height: 1.4375rem;
    font-size: 1rem;
    line-height: 1.4375rem;
  }
}
.c-input {
  position: relative;
}
.c-input input {
  background: #f7f7f9;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 14px 48px 14px 17px;
}
.c-input .submit {
  cursor: pointer;
  background: 0 0;
  border: 0;
  padding: 8px;
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-article-title {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.277;
}
@media only screen and (max-width: 47.9375em) {
  .c-article-title {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .c-article-title {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 28px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .c-article-title {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 80em) {
  .c-article-title {
    font-size: 36px;
  }
}
.c-page-top {
  cursor: pointer;
  opacity: 0;
  background: #0a1d6a;
  width: 50px;
  height: 50px;
  transition: opacity 0.2s;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 4%;
}
.c-page-top:active .c-page-top__inner:after {
  -webkit-transform: rotate(-45deg) translate(-1.5px, 1.5px);
  transform: rotate(-45deg) translate(-1.5px, 1.5px);
}
.c-link a,
.c-link a:after {
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .c-link a {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .c-link a {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
  .c-link a:hover:after {
    -webkit-transform: translate(0.625rem);
    transform: translate(0.625rem);
  }
}
.c-link a:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_right-arrow.svg) 50% / contain
    no-repeat;
  width: 0.4875rem;
  height: 0.7956rem;
  margin-left: 0.5625rem;
  transition:
    -webkit-transform 0.4s,
    transform 0.4s;
}
.browser-is-ie .c-link a:after {
  width: 0.5625rem;
  height: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .c-link.-before a:hover:before {
    -webkit-transform: translate(-0.625rem);
    transform: translate(-0.625rem);
  }
}
.c-link.-before a:after {
  display: none;
}
.c-link.-before a:before {
  content: "";
  background: url(/cms/rescue/common/img/icon_left-arrow.svg) 50% / contain
    no-repeat;
  width: 0.4875rem;
  height: 0.7956rem;
  margin-right: 0.5625rem;
  transition:
    -webkit-transform 0.4s,
    transform 0.4s;
  display: inline-block;
}
.browser-is-ie .c-link.-before a:before,
.browser-is-ie .p-card__title span:after {
  width: 0.5625rem;
  height: 0.75rem;
}
.c-link.-window a:after,
[target="_blank"] .p-card__title span:after {
  background: url(/cms/rescue/common/img/icon_blank.svg) 50% / contain no-repeat;
  width: 0.625rem;
  height: 0.5rem;
  position: relative;
  top: -0.125rem;
}
.browser-is-ie .c-link.-window a:after {
  width: 0.75rem;
  margin-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .c-link.-window a:hover:after {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.c-bold-text,
.c-link a {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-bold-text {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .c-bold-text {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-bold-text.-splv1 {
    font-size: 1.5rem;
  }
  .c-bold-text.-splv2 {
    font-size: 1.25rem;
  }
  .c-bold-text.-splv3 {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-bold-text.-lv1 {
    font-size: 2.25rem;
  }
  .c-bold-text.-lv2 {
    font-size: 2rem;
  }
  .c-bold-text.-lv3 {
    font-size: 1.75rem;
  }
  .c-bold-text.-lv4 {
    font-size: 1.5rem;
  }
  .c-bold-text.-lv5 {
    font-size: 1.125rem;
  }
}
.c-comment-illustration {
  align-items: center;
  display: flex;
}
.c-comment-illustration picture {
  flex-shrink: 0;
}
@media print, screen and (min-width: 48em) {
  .c-comment-illustration picture {
    width: 160px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-comment-illustration picture {
    width: 80px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-comment-illustration picture img {
    width: 160px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-comment-illustration picture img {
    width: 80px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-comment-illustration img {
    width: 160px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-comment-illustration img {
    width: 80px;
  }
}
.c-comment-illustration__text {
  background-color: #edeff6;
  border-radius: 4px;
  padding: 13px 15px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .c-comment-illustration__text {
    margin-left: 28px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-comment-illustration__text {
    margin-left: 14px;
    font-size: 0.875rem;
  }
}
.c-comment-illustration__text:before {
  content: "";
  border: 4px solid transparent;
  border-left-width: 0;
  border-right: 9px solid #edeff6;
  position: absolute;
  top: 50%;
  left: -9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 48em) {
  .c-comment-illustration.-blog-category {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-comment-illustration.-blog-category {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-comment-illustration.-home picture {
    width: 100%;
    max-width: 300px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .c-comment-illustration.-home picture {
    width: 100%;
    max-width: 488px;
  }
}
.c-comment-illustration.-home picture img {
  width: 100%;
}
.c-comment-illustration.-home .c-comment-illustration__text {
  background-color: #fff;
  padding: 10px 14px;
}
.c-comment-illustration.-home .c-comment-illustration__text:before {
  border-right: 9px solid #fff;
}
.c-other-links__head {
  font-size: 1.75rem;
  font-weight: 700;
}
.c-other-links__inner {
  margin-top: -12px;
  margin-left: -60px;
}
@media print, screen and (min-width: 48em) {
  .c-other-links__inner {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }
}
.p-card {
  position: relative;
}
.p-card.-no1:before {
  z-index: 50;
  content: "";
  background: url(/cms/rescue/img/img_no_01.svg) 50% / contain no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
}
@media print, screen and (min-width: 48em) {
  .p-card.-no1:before {
    width: 60px;
    height: 60px;
    left: -1px;
  }
}
.p-card.-no2:before {
  z-index: 50;
  content: "";
  background: url(/cms/rescue/img/img_no_02.svg) 50% / contain no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
}
@media print, screen and (min-width: 48em) {
  .p-card.-no2:before {
    width: 60px;
    height: 60px;
    left: -1px;
  }
}
.p-card.-no3:before {
  z-index: 50;
  content: "";
  background: url(/cms/rescue/img/img_no_03.svg) 50% / contain no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
}
@media print, screen and (min-width: 48em) {
  .p-card.-no3:before {
    width: 60px;
    height: 60px;
    left: -1px;
  }
}
.p-card__img {
  overflow: hidden;
}
.p-card-2__img img,
.p-card__img img {
  transition:
    -webkit-transform 0.4s,
    transform 0.4s;
}
@media print, screen and (min-width: 48em) {
  .p-card__inner:hover .p-card__img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .-img-hover-m .p-card__inner:hover .p-card__img img {
    -webkit-transform: none;
    transform: none;
  }
}
@media print, screen and (min-width: 61.25em) {
  .-img-hover-m .p-card__inner:hover .p-card__img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.p-card__body {
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .-pad .p-card__body {
    padding: 0 4%;
  }
}
.p-card__blog-category {
  color: #000;
  background-color: #fff;
  border: 3px solid #0085bf;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  top: -43px;
  left: 11px;
}
@media only screen and (max-width: 47.9375em) {
  .p-card__blog-category {
    top: -36px;
  }
}
.p-card__blog-category span:before {
  content: "";
  background-image: url(/cms/rescue/img/icon_blog-category.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16.557px;
  height: 16.556px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 0.15em;
}
@media only screen and (max-width: 47.9375em) {
  .p-card__blog-category.-subcate-none {
    top: -43px;
  }
}
.p-card__title {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  margin: 16px 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.36;
  transition: color 0.4s;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-card__title {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__title {
    margin: 14px 0 0;
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1.375rem;
  }
  .p-card__inner:hover .p-card__title {
    color: #0085bf;
  }
}
.p-card.-box.-small .p-card__link:hover + .p-card__inner .p-card__title,
.p-pickup-document
  .p-card.-box
  .p-card__link:hover
  + .p-card__inner
  .p-card__title,
body {
  color: #000;
}
.p-card__title span:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_right-arrow.svg) 50% / contain
    no-repeat;
  width: 0.4875rem;
  height: 0.7956rem;
  margin-left: 0.375rem;
  transition:
    -webkit-transform 0.4s,
    transform 0.4s;
  display: inline-block;
}
@media print, screen and (min-width: 48em) {
  .p-card__inner:hover .p-card__title span:after {
    -webkit-transform: translate(0.625rem);
    transform: translate(0.625rem);
  }
}
.browser-is-ie [target="_blank"] .p-card__title span:after {
  width: 0.75rem;
  margin-left: 0.625rem;
}
.p-card__inner[target="_blank"]:hover .p-card__title span:after {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.p-card__title:first-child {
  margin-top: 21px;
}
.p-card__category {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  color: #000;
  margin: 14px 0 0;
  font-size: 0.875rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-card__category {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__category {
    margin: 21px 0 0;
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1rem;
  }
}
.p-card__category span {
  border-bottom: 3px solid #000;
  padding: 0 0 3px;
}
.p-card__date {
  color: #000;
  margin: 8px 0 0;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-card__date {
    margin: 0;
    font-size: 1rem;
  }
}
.p-card__tags {
  margin-top: 12px;
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .-pad .p-card__tags {
    padding: 0 0 0 4%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__text {
    margin-top: 14px;
  }
}
.p-card__bottom {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  margin-top: 11px;
  font-size: 0.875rem;
  font-weight: 700;
  transition: color 0.4s;
}
@media only screen and (max-width: 47.9375em) {
  .p-card__bottom {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__bottom {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-card__bottom {
    margin-top: auto;
    padding: 20px 4%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__bottom {
    margin-top: auto;
    padding: 24px 30px 30px;
  }
  .p-card:hover .p-card__bottom .text {
    color: #0085bf;
    background-color: #fff;
  }
  .p-card:hover .p-card__bottom .text:after {
    background: url(/cms/rescue/common/img/icon_download.svg) 50% / contain
      no-repeat;
  }
}
.p-card__bottom .text {
  color: #fff;
  box-sizing: border-box;
  background-color: #0085bf;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-card__bottom .text {
    height: 40px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__bottom .text {
    border: 2px solid #0085bf;
    height: 50px;
    font-size: 1rem;
    transition: all 0.4s;
  }
}
.p-card__bottom .text:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_download-white.svg) 50% / contain
    no-repeat;
  width: 1rem;
  height: 1rem;
  margin-left: 0.75rem;
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .p-card__bottom .text:after {
    transition: background 0.4s;
  }
}
.p-card.-box {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #cad0e6;
  flex-direction: column;
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .p-card.-box {
    height: 100%;
    transition: box-shadow 0.4s;
  }
  .p-card.-box:hover {
    box-shadow: 3px 5px 6px rgba(10, 29, 106, 0.16);
  }
}
.p-card.-box .p-card__link {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 48em) {
  .p-card.-box .p-card__link:hover + .p-card__inner .p-card__img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .p-card.-box .p-card__link:hover + .p-card__inner .p-card__title {
    color: #0085bf;
  }
  .p-card.-box .p-card__link:hover + .p-card__inner .p-card__title span:after {
    -webkit-transform: translate(0.625rem);
    transform: translate(0.625rem);
  }
}
.p-card.-box .p-card__inner {
  height: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-card.-box .p-card__body {
    padding: 0 4%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card.-box .p-card__body {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-card.-box .p-card__category {
    margin: -16px 0 0;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card.-box .p-card__category {
    margin: -18px 0 0;
  }
}
.p-card.-box .p-card__category span,
.p-pickup-seminar.-home .p-pickup-seminar__category span {
  background-color: #fff;
  border: 3px solid #0085bf;
  padding: 1px 10px;
  display: inline-block;
}
.p-card.-box .p-card__tags {
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-card.-box .p-card__tags {
    padding: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card.-box .p-card__tags {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-card.-box .p-card__date {
    padding: 15px 4% 18px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card.-box .p-card__date {
    margin: auto 0 0;
    padding: 15px 30px 18px;
  }
}
.p-card__new,
.p-card__pickup {
  z-index: 500;
  padding: 8px 15px;
  font-family: Timmana, sans-serif;
  font-size: 1.375rem;
  line-height: 1;
  display: inline-block;
  position: absolute;
}
@media only screen and (max-width: 47.9375em) {
  .p-card__new,
  .p-card__pickup {
    top: -14px;
    left: -1px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__new,
  .p-card__pickup {
    top: -15px;
    left: -1px;
  }
}
.p-card__new {
  background-color: #ffd500;
  font-size: 0.9em;
  font-style: italic;
  font-weight: 700;
}
.p-card__new + .p-card__pickup {
  left: 72px;
}
.p-card__pickup {
  background-color: #f89633;
}
@media print, screen and (min-width: 48em) {
  .p-card.-small.-box .p-card__body {
    padding: 0 20px;
  }
  .p-card.-small.-box .p-card__title {
    margin-top: 24px;
  }
  .p-card.-small.-box .p-card__bottom {
    padding: 24px 20px 30px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-card.-small .p-card__title {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card.-small .p-card__title {
    font-size: 1.125rem;
  }
  .p-card.-small .p-card__text {
    font-size: 0.875rem;
  }
}
.p-card.-border {
  border: 1px solid #cad0e6;
}
.p-card-2__inner {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}
.p-card-2__img {
  overflow: hidden;
}
@media print, screen and (min-width: 48em) {
  .p-card-2__inner:hover .p-card-2__img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.p-card-2__title {
  color: #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  margin-top: 22px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.363;
  transition: color 0.4s;
}
@media only screen and (max-width: 47.9375em) {
  .p-card-2__title {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card-2__title {
    margin-top: 25px;
    padding-right: 40px;
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1.125rem;
  }
  .p-card-2__inner:hover .p-card-2__title {
    color: #0085bf;
  }
}
.p-card-2__bottom {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  margin-top: 11px;
  font-size: 0.875rem;
  font-weight: 700;
  transition: color 0.4s;
}
@media only screen and (max-width: 47.9375em) {
  .p-card-2__bottom {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card-2__bottom {
    margin-top: auto;
    padding-top: 20px;
    padding-right: 40px;
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
  .p-card-2__inner:hover .p-card-2__bottom .text {
    color: #0085bf;
    background-color: #fff;
  }
  .p-card-2__inner:hover .p-card-2__bottom .text:after {
    background: url(/cms/rescue/common/img/icon_download.svg) 50% / contain
      no-repeat;
  }
}
.p-card-2__bottom .text {
  color: #fff;
  box-sizing: border-box;
  background-color: #0085bf;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-card-2__bottom .text {
    height: 40px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card-2__bottom .text {
    border: 2px solid #0085bf;
    height: 50px;
    font-size: 1rem;
    transition: all 0.4s;
  }
}
.p-card-2__bottom .text:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_download-white.svg) 50% / contain
    no-repeat;
  width: 1rem;
  height: 1rem;
  margin-left: 0.75rem;
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .p-card-2__bottom .text:after {
    transition: background 0.4s;
  }
}
.p-card-2.-note {
  background-color: #fff;
  transition: box-shadow 0.4s;
}
@media print, screen and (min-width: 48em) {
  .p-card-2.-note {
    height: 100%;
  }
}
.p-card-2.-note .p-card-2__title {
  margin-top: 0;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-card-2.-note .p-card-2__title {
    padding: 32px 4%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card-2.-note .p-card-2__title {
    padding: 32px 20px 36px;
  }
}
.p-card-2.-note .p-card-2__title:before {
  content: "";
  background-image: url(/cms/rescue/img/icon_note.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 75px;
  height: 30px;
  display: block;
  position: absolute;
  top: -15px;
  left: 20px;
}
.p-card-2.-note .p-card-2__title .link:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_right-arrow.svg) 50% / contain
    no-repeat;
  width: 0.4875rem;
  height: 0.7956rem;
  margin-left: 0.375rem;
  transition:
    -webkit-transform 0.4s,
    transform 0.4s;
  display: inline-block;
}
.p-card-2.-home:hover,
.p-card-2.-note:hover {
  box-shadow: 3px 5px 6px rgba(10, 29, 106, 0.16);
}
.p-card-2.-note:hover .p-card-2__title .link:after {
  -webkit-transform: translate(0.625rem);
  transform: translate(0.625rem);
}
.p-card-2.-home {
  box-sizing: border-box;
  border: 1px solid #cad0e6;
  height: 100%;
  transition: box-shadow 0.4s;
}
@media only screen and (max-width: 47.9375em) {
  .p-card-2.-home .p-card-2__bottom,
  .p-card-2.-home .p-card-2__title {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card-2.-home .p-card-2__bottom,
  .p-card-2.-home .p-card-2__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-card-2.-home .p-card-2__title,
.p-module-1 {
  margin-top: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .p-card-2.-home .p-card-2__bottom {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card-2.-home .p-card-2__bottom {
    padding-bottom: 26px;
  }
}
.p-module-1 {
  align-items: center;
  display: flex;
}
.p-module-1:first-child {
  margin-top: 0;
}
.browser-is-ie .p-module-1 {
  flex: 1;
}
.p-module-1__img {
  flex: 0 0 50px;
  display: block;
}
.browser-is-ie .p-module-1__img {
  flex: 0 4 auto;
}
@media print, screen and (min-width: 48em) {
  .p-module-1__img {
    flex-basis: 80px;
  }
  .p-module-1__img img {
    transition:
      -webkit-transform 0.4s,
      transform 0.4s;
  }
  .p-module-1:hover .p-module-1__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.p-module-1__text {
  flex: auto;
  margin-left: 15px;
}
.browser-is-ie .p-module-1__text {
  flex: 1;
}
.p-module-1__heading {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-module-1__heading {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-module-1__heading {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1rem;
  }
  .p-module-1:hover .p-module-1__heading span:after {
    -webkit-transform: translate(0.625rem);
    transform: translate(0.625rem);
  }
  .p-module-1:hover .p-module-1__heading span[target="_blank"]:after {
    -webkit-transform: none;
    transform: none;
  }
}
.p-module-1__heading span:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_right-arrow.svg) 50% / contain
    no-repeat;
  width: 0.4875rem;
  height: 0.7956rem;
  margin-left: 0.375rem;
  transition:
    -webkit-transform 0.4s,
    transform 0.4s;
  display: inline-block;
}
.browser-is-ie .p-module-1__heading span:after,
.browser-is-ie .p-pickup-seminar__title .link:after {
  width: 0.5625rem;
  height: 0.75rem;
}
.p-module-1[target="_blank"] .p-module-1__heading span:after,
.p-pickup-seminar__title .link[target="_blank"]:after {
  background: url(/cms/rescue/common/img/icon_blank.svg) 50% / contain no-repeat;
  width: 0.625rem;
  height: 0.5rem;
}
.browser-is-ie .p-module-1[target="_blank"] .p-module-1__heading span:after {
  width: 0.75rem;
  margin-left: 0.625rem;
}
.p-module-1.-other-links .p-module-1__img img,
.p-module-1.-side-other-links .p-module-1__img img,
.p-module-1[target="_blank"]:hover .p-module-1__heading span:after {
  -webkit-transform: none;
  transform: none;
}
.p-module-1__description {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.57;
}
@media print, screen and (min-width: 48em) {
  .p-module-1__description {
    margin-top: 8px;
  }
}
.p-module-1.-other-links {
  margin-top: 42px;
  margin-left: 60px;
}
@media print, screen and (min-width: 48em) {
  .p-module-1.-other-links {
    width: calc(50% - 60px);
  }
}
.p-module-1.-other-links .p-module-1__img {
  flex-basis: 75px;
}
.p-module-1.-other-links .p-module-1__heading {
  font-size: 1.125rem;
}
.p-module-1.-other-links .p-module-1__description {
  font-size: 1rem;
}
.p-module-1.-side-other-links .p-module-1__img {
  flex-basis: 68px;
}
.p-module-2 {
  display: -ms-grid;
  -ms-grid-rows: auto 20px 1fr;
  -ms-grid-columns: 2.6fr 20px minmax(100px, 1fr);
  grid-template: "module-2-heading module-2-heading" "module-2-description module-2-img" 1fr/2.6fr minmax(
      100px,
      1fr
    );
  gap: 20px;
  display: grid;
}
@media print, screen and (min-width: 48em) {
  .p-module-2 {
    -ms-grid-rows: auto 15px 1fr;
    -ms-grid-columns: 2.6fr 15px 1fr;
    grid-template: "module-2-heading module-2-img" "module-2-description module-2-img" 1fr/2.6fr 1fr;
    gap: 15px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-module-2 {
    -ms-grid-rows: auto auto auto;
    -ms-grid-columns: 1fr;
    grid-template: "module-2-heading" "module-2-description" "module-2-img"/1fr;
  }
}
@media print, screen and (min-width: 80em) {
  .p-module-2 {
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: 2.6fr 1fr;
    grid-template: "module-2-heading module-2-img" "module-2-description module-2-img" 1fr/2.6fr 1fr;
  }
}
.p-module-2__img {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: module-2-img;
  min-width: 100px;
  max-width: 223px;
}
@media print, screen and (min-width: 61.25em) {
  .p-module-2__img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 80em) {
  .p-module-2__img {
    margin-top: 0;
  }
}
.p-module-2__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  grid-area: module-2-heading;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.416;
}
@media only screen and (max-width: 47.9375em) {
  .p-module-2__heading {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-module-2__heading {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 80em) {
  .p-module-2__heading {
    font-size: 1.5rem;
  }
}
.p-module-2__description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: module-2-description;
}
@media print, screen and (min-width: 48em) {
  .p-module-2__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-module-2__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-module-2__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-module-2__img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-module-2__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-module-2__description {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media print, screen and (min-width: 80em) {
  .p-module-2__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-module-2__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-module-2__description {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.p-module-3 {
  align-items: center;
  display: flex;
}
.p-module-3__img {
  flex: 0 0 42px;
}
.browser-is-ie .p-module-3__img {
  flex: 1;
  min-width: 42px;
  max-width: 42px;
}
@media print, screen and (min-width: 48em) {
  .p-module-3__img {
    flex: 0 0 72px;
  }
  .browser-is-ie .p-module-3__img {
    min-width: 72px;
    max-width: 72px;
  }
}
.p-module-3__text {
  flex: auto;
  margin-left: 13px;
}
@media print, screen and (min-width: 48em) {
  .p-module-3__text {
    margin-left: 20px;
  }
}
.browser-is-ie .p-module-3__text {
  flex: 8 auto;
}
.p-section-head {
  align-items: center;
  display: flex;
}
.p-section-head__title {
  margin-left: 15px;
}
.p-section-head__title span {
  display: block;
}
@media print, screen and (min-width: 48em) {
  .p-section-head__title {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .-popular-news .p-section-head__img img,
  .-solution-column .p-section-head__img img {
    width: 50px;
  }
  .browser-is-ie .-column .p-section-head__img img,
  .browser-is-ie .-popular-news .p-section-head__img img,
  .browser-is-ie .-seminar .p-section-head__img img,
  .browser-is-ie .-solution-column .p-section-head__img img,
  .browser-is-ie .-useful-document .p-section-head__img img {
    width: auto;
  }
  .-column .p-section-head__img img {
    width: 45px;
  }
  .-useful-document .p-section-head__img img {
    width: 54px;
  }
  .-seminar .p-section-head__img img {
    width: 61px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-section-head__img img {
    width: 74px;
  }
  .browser-is-ie .p-section-head__img img {
    width: auto;
  }
}
.p-section-head__english {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  grid-area: section-head-english;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: 5px;
}
@media print {
  .p-section-head__english {
    font-family: arial, sans-serif;
  }
}
@media print, screen and (min-width: 48em) {
  .p-section-head__english {
    font-size: 0.9rem;
    font-style: italic;
    font-weight: 600;
  }
}
.p-section-head__heading {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  grid-area: section-head-heading;
  margin-top: 6px;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-section-head__heading {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-section-head__heading {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
.-main .p-section-head__heading {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .p-section-head__heading {
    margin-top: 11px;
    font-size: 2rem;
  }
}
.p-section-lead {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 17px;
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .p-section-lead {
    margin-top: 24px;
  }
}
.p-section-lead__more {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-section-lead__more {
    flex: none;
    margin-left: 2rem;
    display: block;
  }
}
.p-pickup-seminar {
  position: relative;
}
.p-pickup-seminar > a {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (max-width: 47.9375em) {
  .p-pickup-seminar {
    display: -ms-grid;
    -ms-grid-rows: auto 0 auto 0 auto 0 auto 0 auto;
    -ms-grid-columns: 1fr;
    grid-template: "pickup-seminar-img" "pickup-seminar-date" "pickup-seminar-title" "pickup-seminar-time-place" "pickup-seminar-tags"/1fr;
    gap: 0;
    margin-top: 40px;
    display: grid;
  }
  .p-pickup-seminar:first-child {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .p-pickup-seminar {
    display: -ms-grid;
    -ms-grid-rows: auto 0 auto 0 auto 0 1fr;
    -ms-grid-columns: 1fr 50px 1.2fr;
    border-top: 1px solid #ccc;
    grid-template: "pickup-seminar-img pickup-seminar-date" "pickup-seminar-img pickup-seminar-title" "pickup-seminar-img pickup-seminar-time-place" "pickup-seminar-img pickup-seminar-tags" 1fr/1fr 1.2fr;
    gap: 0 50px;
    padding: 40px 0;
    display: grid;
  }
}
.p-pickup-seminar__img {
  grid-area: pickup-seminar-img;
  display: block;
}
@media print, screen and (min-width: 48em) {
  .p-pickup-seminar__img {
    overflow: hidden;
  }
  .p-pickup-seminar__img > img {
    transition:
      -webkit-transform 0.4s,
      transform 0.4s;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .p-pickup-seminar:hover .p-pickup-seminar__img > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.p-pickup-seminar__date {
  grid-area: pickup-seminar-date;
  padding-top: 15px;
}
@media print, screen and (min-width: 80em) {
  .p-pickup-seminar__date {
    padding-top: 45px;
  }
}
.p-pickup-seminar__date .date {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-family: Timmana, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
@media print {
  .p-pickup-seminar__date .date {
    font-family: arial, sans-serif;
  }
}
@media print, screen and (min-width: 48em) {
  .p-pickup-seminar__date .date {
    font-size: 1.375rem;
  }
}
.p-pickup-seminar__date .day,
.p-pickup-seminar__title {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 0.875rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-pickup-seminar__date .day {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-pickup-seminar__date .day {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1.125rem;
  }
}
.p-pickup-seminar__title {
  grid-area: pickup-seminar-title;
  padding-top: 6px;
  font-size: 1rem;
  line-height: 1.384;
}
@media only screen and (max-width: 47.9375em) {
  .p-pickup-seminar__title {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-pickup-seminar__title {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1.625rem;
  }
  .p-pickup-seminar:hover .p-pickup-seminar__title .link {
    color: #0085bf;
  }
  .p-pickup-seminar:hover .p-pickup-seminar__title .link:after {
    -webkit-transform: translate(0.625rem);
    transform: translate(0.625rem);
  }
  .p-pickup-seminar:hover
    .p-pickup-seminar__title
    .link[target="_blank"]:after {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.p-pickup-seminar__title .link {
  color: #000;
  transition: color 0.4s;
}
.p-pickup-seminar__title .link[target="_blank"]:after {
  position: relative;
  top: -0.125rem;
}
.browser-is-ie .p-pickup-seminar__title .link[target="_blank"]:after {
  width: 0.75rem;
  margin-left: 0.625rem;
}
.p-pickup-seminar__time-place {
  flex-wrap: wrap;
  grid-area: pickup-seminar-time-place;
  margin-left: -1rem;
  padding-top: 11px;
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .p-pickup-seminar__time-place {
    padding-top: 3px;
  }
}
.p-pickup-seminar__time {
  flex: none;
  margin-left: 1rem;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-pickup-seminar__time {
    font-size: 1rem;
  }
}
.p-pickup-seminar__time .text {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-pickup-seminar__time .text {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-pickup-seminar__time .text {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
.p-pickup-seminar__time .content {
  margin-left: 0.5rem;
}
.p-pickup-seminar__place {
  flex: none;
  margin-left: 1rem;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-pickup-seminar__place {
    font-size: 1rem;
  }
}
.p-pickup-seminar__place .text {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-pickup-seminar__place .text {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-pickup-seminar__place .text {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
.p-pickup-seminar__place .content {
  margin-left: 0.5rem;
}
.p-pickup-seminar__tags {
  grid-area: pickup-seminar-tags;
  margin-top: 16px;
}
@media only screen and (max-width: 47.9375em) {
  .p-pickup-seminar__img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-pickup-seminar__date {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-pickup-seminar__title {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-pickup-seminar__time-place {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .p-pickup-seminar__tags {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
@media print, screen and (min-width: 48em) {
  .p-pickup-seminar__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 1;
  }
  .p-pickup-seminar__date {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-pickup-seminar__title {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-pickup-seminar__time-place {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .p-pickup-seminar__tags {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
.p-pickup-seminar__tags .c-tag {
  z-index: 20;
}
@media only screen and (max-width: 47.9375em) {
  .p-pickup-seminar.-home {
    display: -ms-grid;
    -ms-grid-rows: auto 0 auto 0 auto 0 auto 0 auto;
    -ms-grid-columns: 1fr;
    grid-template: "pickup-seminar-img" "pickup-seminar-date" "pickup-seminar-title" "pickup-seminar-time-place" "pickup-seminar-tags"/1fr;
    gap: 0;
    margin-top: 40px;
    display: grid;
  }
  .p-pickup-seminar.-home:first-child {
    margin-top: 0;
  }
  .p-pickup-seminar.-home > .p-pickup-seminar__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-pickup-seminar.-home > .p-pickup-seminar__date {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-pickup-seminar.-home > .p-pickup-seminar__title {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-pickup-seminar.-home > .p-pickup-seminar__time-place {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .p-pickup-seminar.-home > .p-pickup-seminar__tags {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
@media print, screen and (min-width: 48em) {
  .p-pickup-seminar.-home {
    display: -ms-grid;
    -ms-grid-rows: auto 0 auto 0 auto 0 1fr;
    -ms-grid-columns: 1fr 30px 1.2fr;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    grid-template: "pickup-seminar-img pickup-seminar-date" "pickup-seminar-img pickup-seminar-title" "pickup-seminar-img pickup-seminar-time-place" "pickup-seminar-img pickup-seminar-tags" 1fr/1fr 1.2fr;
    gap: 0 30px;
    padding: 40px;
    transition: box-shadow 0.4s;
    display: grid;
  }
  .p-pickup-seminar.-home:hover {
    box-shadow: 3px 5px 6px rgba(10, 29, 106, 0.16);
  }
  .p-pickup-seminar.-home > .p-pickup-seminar__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 1;
  }
  .p-pickup-seminar.-home > .p-pickup-seminar__date {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-pickup-seminar.-home > .p-pickup-seminar__title {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-pickup-seminar.-home > .p-pickup-seminar__time-place {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .p-pickup-seminar.-home > .p-pickup-seminar__tags {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .p-pickup-seminar.-home:last-child {
    border-bottom: 1px solid #ccc;
  }
}
.p-pickup-seminar.-home .p-pickup-seminar__title {
  font-size: 1.375rem;
}
.p-pickup-seminar.-home .p-pickup-seminar__text {
  margin-top: 16px;
}
@media only screen and (max-width: 47.9375em) {
  .p-pickup-seminar.-home .p-pickup-seminar__flex {
    margin-top: -16px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-pickup-seminar.-home .p-pickup-seminar__flex {
    justify-content: space-between;
    display: flex;
  }
}
.p-pickup-seminar.-home .p-pickup-seminar__date {
  padding: 0;
}
.p-pickup-seminar.-home .p-pickup-seminar__category {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  color: #000;
  margin-bottom: 12px;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-pickup-seminar.-home .p-pickup-seminar__category {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-pickup-seminar.-home .p-pickup-seminar__category {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-pickup-seminar.-home .p-pickup-seminar__category {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-pickup-seminar.-home .p-pickup-seminar__category {
    font-size: 1rem;
  }
}
.p-seminars {
  border-bottom: 1px solid #ccc;
  flex-wrap: wrap;
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .p-seminars {
    border-top: 1px solid #d9d9d9;
    border-bottom: none;
  }
}
.p-seminar {
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 27px 0 30px;
}
@media print, screen and (min-width: 48em) {
  .p-seminar {
    border-top: none;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    width: 50%;
    padding: 44px 34px;
  }
  .p-seminar:nth-child(2n) {
    border-right: none;
  }
  .p-seminar:nth-child(odd) {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 80em) {
  .p-seminar {
    width: 33.333%;
  }
  .p-seminar:nth-child(2n) {
    border-right: 1px solid #d9d9d9;
  }
  .p-seminar:nth-child(odd) {
    padding-left: 34px;
  }
  .p-seminar:nth-child(3n) {
    border-right: none;
  }
}
@media print, screen and (min-width: 48em) {
  .p-seminar.-col2 {
    border-right: none;
    width: 100%;
    padding: 44px 34px 44px 0;
  }
}
@media print, screen and (min-width: 80em) {
  .p-seminar.-col2 {
    width: 50%;
    padding: 44px 34px 44px 0;
  }
  .p-seminar.-col2:nth-child(2n) {
    border-left: 1px solid #d9d9d9;
    padding-left: 34px;
  }
}
.p-seminar__date .date {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-family: Timmana, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
@media print {
  .p-seminar__date .date {
    font-family: arial, sans-serif;
  }
}
@media print, screen and (min-width: 48em) {
  .p-seminar__date .date {
    font-size: 1.375rem;
  }
}
.p-seminar__date .day,
.p-seminar__title {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 0.875rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-seminar__date .day {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-seminar__date .day {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1.125rem;
  }
}
.p-seminar__title {
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1.363;
}
@media only screen and (max-width: 47.9375em) {
  .p-seminar__title {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-seminar__title {
    margin-top: 9px;
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1.375rem;
  }
  .p-seminar__title .link:hover:after {
    -webkit-transform: translate(0.625rem);
    transform: translate(0.625rem);
  }
  .p-seminar__title .link:hover[target="_blank"]:after {
    -webkit-transform: none;
    transform: none;
  }
}
.p-pickup-seminar__title .link:after,
.p-seminar__title .link:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_right-arrow.svg) 50% / contain
    no-repeat;
  width: 0.4875rem;
  height: 0.7956rem;
  margin-left: 0.375rem;
  transition:
    -webkit-transform 0.4s,
    transform 0.4s;
  display: inline-block;
}
.browser-is-ie .p-article-link__heading span:after,
.browser-is-ie .p-seminar__title .link:after {
  width: 0.5625rem;
  height: 0.75rem;
}
.p-footer__li a[target="_blank"]:after,
.p-seminar__title .link[target="_blank"]:after {
  background: url(/cms/rescue/common/img/icon_blank.svg) 50% / contain no-repeat;
  width: 0.625rem;
  height: 0.5rem;
  position: relative;
  top: -0.125rem;
}
.browser-is-ie .p-footer__li a[target="_blank"]:after,
.browser-is-ie .p-seminar__title .link[target="_blank"]:after,
.browser-is-ie
  [target="_blank"]
  ~ .p-article-link-tag__text
  .p-article-link-tag__title
  span:after {
  width: 0.75rem;
  margin-left: 0.625rem;
}
.p-seminar__time {
  margin-top: 12px;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-seminar__time {
    margin-top: 6px;
    font-size: 1rem;
  }
}
.p-seminar__time .text {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-seminar__time .text {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-seminar__time .text {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
.p-seminar__time .content {
  margin-left: 0.5rem;
}
.p-seminar__place {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-seminar__place {
    font-size: 1rem;
  }
}
.p-footer__li a,
.p-seminar__place .text {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-seminar__place .text {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-seminar__place .text {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
.p-seminar__place .content {
  margin-left: 0.5rem;
}
.p-seminar__tags {
  margin: 14px 0 0;
}
@media print, screen and (min-width: 48em) {
  .p-seminar__tags {
    margin-top: 16px;
  }
}
.p-footer {
  background: #edeff6 url(/cms/rescue/common/img/img_footer-bg.png) 0 100%
    repeat-x;
  padding: 36px 4% 0;
}
@media print, screen and (min-width: 48em) {
  .p-footer {
    padding: 40px 80px 0;
  }
}
@media print, screen and (min-width: 80em) {
  .p-footer {
    padding: 56px 101px 0;
  }
}
.p-footer__ul {
  margin: -0.5rem 0 0 -1.8125rem;
}
@media only screen and (min-width: 40.0625em) {
  .p-footer__ul {
    flex-wrap: wrap;
    display: flex;
  }
}
.p-footer__li {
  margin: 0.5rem 0 0 1.8125rem;
}
.p-footer__li a {
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .p-footer__li a {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-footer__li a {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
.p-footer__li a[target="_blank"]:after {
  content: "";
  margin-left: 0.75rem;
  display: inline-block;
}
.p-footer__block {
  margin-top: 27px;
}
@media print, screen and (min-width: 61.25em) {
  .p-footer__block {
    display: flex;
  }
}
.p-footer__address {
  font-size: 0.75rem;
}
@media print, screen and (min-width: 61.25em) {
  .p-footer__address {
    margin-left: 1.375rem;
  }
}
.p-footer__picture {
  justify-content: center;
  margin-top: 38px;
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .p-footer__picture {
    justify-content: flex-end;
    margin-top: 16px;
  }
}
.p-footer__picture img {
  height: 50px;
}
@media only screen and (min-width: 40.0625em) {
  .p-footer__picture img {
    height: 70px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-footer__picture img {
    height: 90px;
  }
}
.p-footer__copyright {
  margin-top: 6px;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .p-footer__copyright {
    margin-top: 20px;
  }
  .p-footer__flex {
    justify-content: space-between;
    display: flex;
  }
  .p-footer__nav {
    flex: 1;
  }
}
.p-footer__sns {
  list-style: none;
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-footer__sns {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-footer__sns {
    margin-left: 40px;
    padding-left: 40px;
  }
}
.p-footer__sns .-sns {
  margin-left: 20px;
}
.p-footer__sns .-sns:first-child {
  margin-left: 0;
}
.p-footer__sns .-sns a,
.p-header__sns .-sns a {
  width: auto;
  height: 32px;
  transition: opacity 0.4s;
  display: block;
}
.p-footer__sns .-sns a img,
.p-header__sns .-sns a img {
  width: 32px;
  height: 32px;
}
.p-footer__sns .-sns a :hover,
.p-header__sns .-sns a:hover {
  opacity: 0.7;
}
.p-header {
  z-index: 100;
  border-bottom: 1px solid #cad0e6;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.p-header__inner {
  z-index: 10;
  position: relative;
}
input:checked ~ .p-header__inner {
  background: #fff;
}
.p-header__top {
  opacity: 1;
  will-change: padding height;
  background: #0a1d6a;
  justify-content: space-between;
  height: 25px;
  padding: 5px 15px;
  transition: all 0.2s;
  display: flex;
}
input:checked ~ .p-header__inner .p-header__bottom-logo,
input:checked ~ .p-header__inner .p-header__search-button,
input:checked ~ .p-header__inner .p-header__top {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s,
    visibility 0.2s;
}
@media print, screen and (min-width: 48em) {
  .p-header__top {
    height: 40px;
    padding: 8px 30px;
  }
  .scrolling .p-header__top {
    height: 30px;
    padding: 0 30px;
  }
}
.p-header__top-text {
  color: #fff;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 10px;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-header__top-text {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-header__top-text {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
.p-header__top-text .pc {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-header__top-text {
    align-items: center;
    font-size: 14px;
    display: flex;
  }
  .p-header__top-text .sp {
    display: none;
  }
  .p-header__top-text .pc {
    will-change: font-size;
    transition: font-size 0.2s;
    display: inline;
  }
  .scrolling .p-header__top-text .pc {
    font-size: 12px;
  }
}
.p-header__bottom,
.p-header__top-logo {
  align-items: center;
  display: flex;
}
.p-header__top-logo img {
  width: 68px;
}
@media only screen and (max-width: 47.9375em) {
  .browser-is-ie .p-header__top-logo img {
    width: auto;
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-header__top-logo img {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    width: 140px;
    transition:
      -webkit-transform 0.2s,
      transform 0.2s;
  }
  .scrolling .p-header__top-logo img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.p-header__bottom {
  background: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 15px;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .p-header__bottom {
    padding: 20px 30px;
    transition: padding 0.2s;
  }
  @media print, screen and (min-width: 981px) and (max-width: 1779px) {
    .p-header__links {
      margin: 10px auto 0;
    }
  }
  @media print, screen and (max-width: 1320px) {
    .p-header__bottom {
      position: relative;
    }
    ul.p-header__sns {
      border-left: none;
      margin-left: 0;
      padding-left: 0;
      position: absolute;
      top: 20px;
      right: 10px;
    }
  }
  @media print, screen and (max-width: 980px) {
    ul.p-header__sns {
      border-top: 1px solid #ccc;
      border-left: none;
      margin-top: 20px;
      margin-left: 0;
      padding-top: 20px;
      padding-left: 0;
      position: static;
    }
  }
  .scrolling .p-header__bottom {
    padding: 12px 30px;
  }
}
.p-header__bottom h1 {
  flex: 0 227px;
}
@media print, screen and (min-width: 48em) {
  .p-header__bottom h1 {
    flex: 0 400px;
  }
}
@media print, screen and (max-width: 61.25em) {
  .p-header__links {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
    max-height: 90vh;
    padding: 0 4% 30px;
    position: absolute;
    top: 52px;
    left: 0;
    overflow-y: auto;
  }
  #dropdown-state:checked ~ .p-header__inner .p-header__links {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-header__links {
    top: 44px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-header__links {
    top: 52px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-header__links {
    flex: none;
    align-items: center;
    margin-left: 32px;
    display: flex;
  }
}
@media print, screen and (max-width: 61.25em) {
  .p-header__search {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
    padding: 0 4% 30px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #search-state:not(:checked)
    ~ .p-header__inner
    .p-header__search-button:hover
    ~ .p-header__search {
    transition: all 0.15s;
  }
  #search-state:checked ~ .p-header__inner .p-header__search {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-header__search {
    display: none;
  }
}
.p-header__bottom-logo {
  opacity: 1;
  flex: 0 227px;
  transition:
    opacity 0.2s,
    visibility 0.2s;
  display: block;
}
@media print, screen and (min-width: 48em) {
  .p-header__bottom-logo {
    flex: 0 400px;
  }
  .p-header__bottom-logo img {
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition:
      -webkit-transform 0.2s,
      transform 0.2s;
  }
  .scrolling .p-header__bottom-logo img {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-header__ul {
    margin: 0 0 0 -32px;
    display: flex;
  }
}
.p-header__li {
  margin: 10px 0 0;
}
.p-header__li:first-child {
  margin: 0;
}
@media print, screen and (min-width: 61.25em) {
  .p-header__li {
    margin: 0 0 0 16px;
    font-size: 14px;
  }
  .p-header__li:first-child {
    margin: 0 0 0 32px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-header__li {
    margin: 0 0 0 32px;
    font-size: 16px;
  }
}
.p-header__li a {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 700;
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .p-header__li a {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-header__li a {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
.p-header__li a[target="_blank"]:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_blank.svg) 50% / contain no-repeat;
  width: 10px;
  height: 8px;
  margin-left: 12px;
  display: inline-block;
}
.browser-is-ie .p-header__li a[target="_blank"]:after {
  width: 12px;
  margin-left: 10px;
}
.p-header__state {
  display: none;
}
.p-header__buttons {
  flex-shrink: 0;
  margin-left: 24px;
  display: flex;
  position: relative;
  top: 2px;
}
.browser-is-ie .p-header__buttons,
.p-header__dd-button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.browser-is-ie .p-header__buttons {
  right: 15px;
}
@media print, screen and (min-width: 61.25em) {
  .p-header__buttons {
    display: none;
  }
}
.p-header__dd-button {
  cursor: pointer;
  width: 18px;
  height: 16px;
  margin-left: 24px;
  display: block;
  position: relative;
}
.p-header__dd-button span {
  background: #000;
  width: 100%;
  height: 2px;
  transition: opacity 0.2s;
  display: block;
}
input:checked ~ .p-header__inner .p-header__dd-button span {
  opacity: 0;
}
.p-header__dd-button:before {
  content: "";
  background: #000;
  width: 100%;
  height: 2px;
  transition: all 0.2s;
  display: block;
  position: absolute;
  top: 0;
}
input:checked ~ .p-header__inner .p-header__dd-button:before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.p-header__dd-button:after {
  content: "";
  background: #000;
  width: 100%;
  height: 2px;
  transition: all 0.2s;
  display: block;
  position: absolute;
  bottom: 0;
}
input:checked ~ .p-header__inner .p-header__dd-button:after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}
.p-header__search-button {
  cursor: pointer;
  opacity: 1;
  transition:
    opacity 0.2s,
    visibility 0.2s;
}
.p-header__overlay {
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
input#dropdown-state:checked ~ .p-header__overlay[for="dropdown-state"],
input#search-state:checked ~ .p-header__overlay[for="search-state"] {
  height: 100vh;
}
.p-header__related-tags {
  margin-top: 16px;
}
.p-header__related-tags .heading {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-header__related-tags .heading {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-header__related-tags .heading {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
.p-header__related-tags .body {
  margin-top: 12px;
}
.p-article li,
.p-header__sns {
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-header__sns {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-header__sns {
    border-left: 1px solid #ccc;
    margin-left: 40px;
    padding-left: 40px;
  }
}
.p-header__sns .-sns {
  margin-left: 20px;
}
.p-header__sns .-sns:first-child {
  margin-left: 0;
}
.-omit .p-article-link__heading span:after,
.p-breadcrumb {
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  .p-breadcrumb {
    background: #edeff6;
    padding: 13px 26px;
    display: block;
  }
}
.p-breadcrumb__inner {
  display: flex;
  overflow: hidden;
}
.p-breadcrumb__item {
  flex-shrink: 0;
  font-size: 0.875rem;
}
.p-breadcrumb__item:last-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
  overflow: hidden;
}
.p-breadcrumb__item:not(:last-child):after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 0.4375rem;
  height: 0.4375rem;
  margin: 0 1.25rem;
  display: inline-block;
  position: relative;
  top: -0.125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 48em) {
  .p-article-link {
    -ms-grid-rows: auto 0 1fr;
    -ms-grid-columns: auto 20px 2fr;
    grid-template: "article-links-img article-links-heading" "article-links-img article-links-date" 1fr / auto 2fr;
    gap: 0 20px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-article-link {
    -ms-grid-rows: minmax(48px, auto) 0 1fr;
    -ms-grid-columns: 1fr 20px 2fr;
    grid-template: "article-links-img article-links-heading" minmax(
        48px,
        auto
      ) "article-links-img article-links-date" 1fr/1fr 2fr;
    gap: 0 20px;
    margin: 20px 0 0;
  }
  .p-article-link:first-child {
    margin: 0;
  }
}
.p-article-link:before {
  z-index: 50;
}
.p-article-link.-no1:before,
.p-article-link.-no2:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: -3px;
  left: 3px;
}
.p-article-link.-no1:before {
  background: url(/cms/rescue/img/popular-articles/img_no_01.svg) 50% / contain
    no-repeat;
}
.p-article-link.-no2:before {
  background: url(/cms/rescue/img/popular-articles/img_no_02.svg) 50% / contain
    no-repeat;
}
.p-article-link.-no3:before {
  background: url(/cms/rescue/img/popular-articles/img_no_03.svg) 50% / contain
    no-repeat;
}
.p-article-link.-no3:before,
.p-article-link.-no4:before,
.p-article-link.-no5:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: -3px;
  left: 3px;
}
.p-article-link.-no4:before {
  background: url(/cms/rescue/img/popular-articles/img_no_04.svg) 50% / contain
    no-repeat;
}
.p-article-link.-no5:before {
  background: url(/cms/rescue/img/popular-articles/img_no_05.svg) 50% / contain
    no-repeat;
}
.p-article-link__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  grid-area: article-links-heading;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-link__heading {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-link__heading {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1rem;
  }
}
.p-article-link__heading span:after,
.p-article-link__img img {
  transition:
    -webkit-transform 0.4s,
    transform 0.4s;
}
.p-article-link__heading span:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_right-arrow.svg) 50% / contain
    no-repeat;
  width: 0.4875rem;
  height: 0.7956rem;
  margin-left: 0.5625rem;
  display: inline-block;
}
@media print, screen and (min-width: 48em) {
  .p-article-link:hover .p-article-link__heading span:after {
    -webkit-transform: translate(0.625rem);
    transform: translate(0.625rem);
  }
}
.p-article-link__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: article-links-img;
  position: relative;
  overflow: hidden;
}
.p-article-link__img img {
  will-change: transform scale;
}
@media print, screen and (min-width: 48em) {
  .p-article-link:hover .p-article-link__img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.p-article-link__date {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  color: #000;
  grid-area: article-links-date;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-article-link__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-article-link__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-article-link__date {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-article-link__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-article-link__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-article-link__date {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-link__date {
    font-size: 1rem;
  }
}
.p-article-link-tag {
  border-top: 1px solid #ccc;
  padding: 22px 0 0;
  display: flex;
  position: relative;
}
.p-article-link-tag > a {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
}
.p-article-link-tag:not(:first-child) {
  margin-top: 19px;
}
.p-article-link-tag:last-child {
  border-bottom: 1px solid #ccc;
  padding: 22px 0;
}
.p-article-link-tag__img {
  flex: 0 0 80px;
}
@media print, screen and (min-width: 48em) {
  .p-article-link-tag__img {
    flex: 0 0 200px;
    overflow: hidden;
  }
  .p-article-link-tag__img img {
    transition:
      -webkit-transform 0.4s,
      transform 0.4s;
  }
  .p-article-link-tag:hover .p-article-link-tag__img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.p-article-link-tag__text {
  margin-left: 15px;
}
@media print, screen and (min-width: 48em) {
  .p-article-link-tag__text {
    margin-left: 30px;
  }
}
.p-article-link-tag__title {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.55;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-link-tag__title {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-link-tag__title {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1rem;
  }
}
.p-article-link-tag__title span:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_right-arrow.svg) 50% / contain
    no-repeat;
  width: 0.4875rem;
  height: 0.625rem;
  margin-left: 0.375rem;
  transition:
    -webkit-transform 0.4s,
    transform 0.4s;
  display: inline-block;
}
.browser-is-ie .p-article-link-tag__title span:after {
  width: 0.5625rem;
  height: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .p-article-link-tag__title span:after {
    height: 0.7956rem;
  }
}
[target="_blank"]
  ~ .p-article-link-tag__text
  .p-article-link-tag__title
  span:after {
  background: url(/cms/rescue/common/img/icon_blank.svg) 50% / contain no-repeat;
  width: 0.625rem;
  height: 0.5rem;
  position: relative;
  top: -0.125rem;
}
@media print, screen and (min-width: 48em) {
  .p-article-link-tag:hover .p-article-link-tag__title span:after {
    -webkit-transform: translate(0.625rem);
    transform: translate(0.625rem);
  }
  .p-article-link-tag__title {
    font-size: 1.125rem;
  }
  .p-article-link-tag:hover
    > [target="_blank"]
    ~ .p-article-link-tag__text
    .p-article-link-tag__title
    span:after {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.p-article-link-tag__date {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .p-article-link-tag__date {
    margin-top: 4px;
  }
}
.p-article-link-tag__tags {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-article-link-tag__tags {
    margin-top: 14px;
    display: block;
  }
}
.p-article-link-tag__tags .c-tag {
  z-index: 20;
}
@media print, screen and (min-width: 48em) {
  .p-article {
    font-size: 1.125rem;
  }
}
.p-article > :first-child {
  margin-top: 0;
}
.p-article h2,
.p-article h3 {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  margin: 46px 0 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-article h2 {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article h2 {
    margin: 75px 0 30px;
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1.75rem;
  }
}
.p-article h3 {
  margin: 27px 0 10px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-article h3 {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article h3 {
    margin: 54px 0 32px;
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1.5rem;
  }
}
.p-article img {
  margin: 15px auto;
}
@media print, screen and (min-width: 48em) {
  .p-article img {
    margin: 25px auto;
  }
}
.p-article p,
.p-article ul,
.p-article__block {
  margin: 20px 0;
}
.p-article p a {
  word-break: break-all;
  border-bottom: 1px solid #000;
  padding: 0 0.1875rem;
}
.p-article p a[target="_blank"]:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_blank.svg) 50% / contain no-repeat;
  width: 0.625rem;
  height: 0.5rem;
  margin: 0 0.25rem 0 0.5rem;
  display: inline-block;
}
.browser-is-ie .p-article p a[target="_blank"]:after {
  width: 0.75rem;
  margin-left: 0.65rem;
}
@media print, screen and (min-width: 48em) {
  .p-article p a:hover {
    border-bottom: 1px solid #0085bf;
  }
  .p-article p {
    margin: 35px 0;
  }
}
.p-article li:not(:first-child) {
  margin-top: 8px;
}
.p-article li:before {
  content: "・";
  color: #b2b2b2;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 0.1875rem;
}
.p-article__toc {
  border-bottom: 1px solid #ccc;
  margin: 35px 0 50px;
  padding: 0 0 37px;
}
.p-article__toc-heading {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-article__toc-heading {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article__toc-heading {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1.375rem;
  }
}
.p-article__toc-heading-inner {
  align-items: center;
  display: flex;
}
.p-article__toc-heading-inner .txt {
  flex: none;
}
.p-article__toc-heading-inner:after {
  content: "";
  background: #ccc;
  flex: 100%;
  height: 1px;
  margin-left: 8px;
  display: block;
}
.p-article__toc-links {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-article__toc-links {
    margin-top: 25px;
  }
}
.p-article__toc-link {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-article__toc-link {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article__toc-link {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
.p-article__toc-link:not(:first-child) {
  margin-top: 13px;
}
.p-article__toc-link a {
  display: inline-flex;
}
.p-article__toc-link a:before {
  content: "";
  background: url(/cms/rescue/common/img/icon_anchor.svg) 50% / contain
    no-repeat;
  flex-shrink: 0;
  width: 0.8125rem;
  height: 0.75rem;
  margin-right: 0.5rem;
  display: inline-block;
  position: relative;
  top: 0.5rem;
}
.p-document-download {
  color: #fff;
  display: -ms-grid;
  -ms-grid-rows: auto 10px 1fr 10px auto;
  -ms-grid-columns: 1fr 15px 80px;
  background: #0a1d6a;
  grid-template: "document-download-heading document-download-heading" "document-download-description document-download-img" 1fr "document-download-button document-download-button"/1fr 80px;
  gap: 10px 15px;
  padding: 26px 15px 40px;
  display: grid;
}
@media print, screen and (min-width: 48em) {
  .p-document-download {
    -ms-grid-rows: auto 0 auto 0 1fr;
    -ms-grid-columns: 1fr 35px 160px;
    grid-template: "document-download-heading document-download-img" "document-download-description document-download-img" "document-download-button document-download-img" 1fr/1fr 160px;
    gap: 0 35px;
    padding: 53px 41px 53px 48px;
  }
}
.p-document-download__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  grid-area: document-download-heading;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.416;
}
@media only screen and (max-width: 47.9375em) {
  .p-document-download__heading {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-document-download__heading {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1.5rem;
  }
}
.p-document-download__description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: document-download-description;
}
@media print, screen and (min-width: 48em) {
  .p-document-download__description {
    padding: 20px 0 0;
  }
}
.p-document-download__button-container {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: document-download-button;
  margin-top: 10px;
}
@media print, screen and (min-width: 48em) {
  .p-document-download__button-container {
    margin-top: 0;
    padding: 31px 0 0;
  }
}
.p-document-download__img {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: document-download-img;
}
@media print, screen and (min-width: 48em) {
  .p-document-download__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-document-download__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-document-download__button-container {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-document-download__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
}
.p-document-download__img img {
  margin: 0;
}
@media print, screen and (min-width: 48em) {
  .p-document-download__button {
    max-width: 280px;
    margin: 0 auto 0 0;
  }
}
.p-document-download__button-link {
  text-align: center;
  color: #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background: #fff;
  border-radius: 3px;
  padding: 8px 13px;
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.4s;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .p-document-download__button-link {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-document-download__button-link {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
.p-document-download__button-link:hover {
  color: #fff;
  background: #0085bf;
}
.p-document-download__button-link:hover span:after {
  background: url(/cms/rescue/common/img/icon_download-white.svg) 50% / contain
    no-repeat;
}
.p-document-download__button-link span:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_download.svg) 50% / contain
    no-repeat;
  width: 1rem;
  height: 1rem;
  margin-left: 0.75rem;
  transition: background 0.4s;
  display: inline-block;
  position: relative;
  top: 0.125rem;
}
.p-slider {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .p-slider {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-slider {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.p-slider__inner {
  transition:
    -webkit-transform 0.9s,
    transform 0.9s;
  -webkit-transform: translate(0);
  transform: translate(0);
}
@media only screen and (max-width: 47.9375em) {
  .p-slider__inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-slider__inner {
    flex-wrap: wrap;
    width: auto;
    margin-top: -53px;
    margin-left: -40px;
    display: flex;
  }
}
.p-slider__cell {
  flex-shrink: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-slider__cell {
    width: 100%;
  }
  .p-slider__cell + .p-slider__cell {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-slider__cell {
    width: calc(50% - 40px);
    margin-top: 53px;
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-slider__cell {
    width: calc(33.333% - 40px);
  }
}
@media print, screen and (min-width: 48em) {
  .p-slider.-home {
    overflow: visible;
  }
}
.p-sidebar-block__heading {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-sidebar-block__heading {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-sidebar-block__heading {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1.25rem;
  }
  .p-sidebar-block__heading.-s {
    font-size: 1.125rem;
  }
}
.p-sidebar-block__body {
  margin-top: 20px;
}
.p-article-attributes {
  flex-direction: column;
  margin: 10px 0 0;
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .p-article-attributes {
    flex-direction: row;
    margin: 20px 0 0;
  }
}
.p-article-attributes__date {
  font-size: 14px;
}
@media print, screen and (min-width: 48em) {
  .p-article-attributes__date {
    font-size: 16px;
  }
}
.p-article-attributes__link {
  align-items: center;
  margin-top: 6px;
  font-size: 14px;
  display: inline-flex;
}
@media print, screen and (min-width: 48em) {
  .p-article-attributes__link {
    margin-top: 0;
    margin-left: 30px;
    font-size: 16px;
    display: flex;
  }
}
.p-article-attributes__category-icon {
  flex-shrink: 0;
}
.p-article-attributes__category-text {
  margin-left: 9px;
}
.p-article-attributes__tag {
  align-items: center;
  font-size: 16px;
  display: inline-flex;
}
@media print, screen and (min-width: 48em) {
  .p-article-attributes__tag {
    margin-left: 26px;
    display: flex;
  }
}
.p-article-attributes__tag-items {
  margin-left: 9px;
}
.p-article-attributes__tag-items-inner {
  flex-wrap: wrap;
  margin-left: -16px;
  display: flex;
}
.p-article-attributes__tag-items-inner a {
  display: inline-block;
}
.p-article-attributes__tag-icon {
  flex-shrink: 0;
}
.p-article-attributes__tag-item {
  margin-left: 16px;
  font-size: 14px;
}
@media print, screen and (min-width: 48em) {
  .p-article-attributes__tag-item {
    font-size: 16px;
  }
}
.p-article-attributes__tag-item:not(:last-child):after {
  content: ",";
}
.p-article-share {
  display: flex;
}
@media print, screen and (min-width: 80em) {
  .p-article-share {
    max-width: 50px;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
  }
}
.p-article-share__icons {
  display: flex;
}
.p-article-share__icons:not(:first-child):before {
  content: "";
  background: #ccc;
  width: 1px;
  height: 25px;
  margin: 0 20px;
  display: block;
}
@media print, screen and (min-width: 80em) {
  .p-article-share__icons {
    flex-direction: column;
    align-items: center;
  }
  .p-article-share__icons:not(:first-child):before {
    content: "";
    background: #ccc;
    width: 80%;
    height: 1px;
    margin: 20px 0;
    display: block;
  }
}
.p-article-share__icon {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  cursor: pointer;
  background: 0 0;
  border: 0;
  flex-direction: column;
  align-items: center;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-share__icon {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-share__icon {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
.p-article-share__icon:not(:first-child) {
  margin-left: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-article-share__icon {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 80em) {
  .p-article-share__icon {
    width: 100%;
  }
  .p-article-share__icon:not(:first-child) {
    margin-top: 20px;
    margin-left: 0;
  }
}
.p-article-share__icon .img {
  height: 22px;
}
.browser-is-ie .p-article-share__icon .img,
.browser-is-ie .p-article-share__icon.-mail .img {
  height: auto;
}
.p-article-share__icon.-twitter {
  color: #1da1f3;
}
.p-article-share__icon.-facebook {
  color: #4862a3;
}
.p-article-share__icon.-hatena {
  color: #008fde;
}
.p-article-share__icon.-pocket {
  color: #ef4056;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-share__icon.-mail {
    margin-left: 0;
  }
}
.p-article-share__icon.-mail .img {
  height: 20px;
}
.p-article-share__icon.-print {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-article-share__icon.-print {
    display: flex;
  }
}
.p-article-bottom__heading {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-bottom__heading {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-bottom__heading {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1.5rem;
  }
}
.p-article-bottom__body {
  margin-top: 20px;
}
.p-popup {
  z-index: 100;
  position: relative;
}
.p-popup__inner {
  position: fixed;
}
@media only screen and (max-width: 47.9375em) {
  .p-popup__inner {
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .p-popup__state:checked ~ .p-popup__inner {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .p-popup__inner {
    width: 443px;
    height: 175px;
    -webkit-animation: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards
      popup;
    animation: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards popup;
    bottom: 20px;
    right: 20px;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
  .p-popup__state:checked ~ .p-popup__inner {
    -webkit-animation: 0.4s ease-out forwards hide;
    animation: 0.4s ease-out forwards hide;
  }
}
.p-popup__state {
  display: none;
}
.p-popup__close {
  cursor: pointer;
  background: #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transition: background 0.2s;
  display: block;
  position: absolute;
  top: -13px;
  right: 17px;
}
@media print, screen and (min-width: 48em) {
  .p-popup__close {
    width: 32px;
    height: 32px;
    top: -15px;
    right: -15px;
  }
  .p-popup__close:hover span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.p-popup-banner__close span,
.p-popup__close span {
  width: 100%;
  height: 100%;
  transition:
    -webkit-transform 0.4s,
    transform 0.4s;
  display: block;
  position: relative;
}
.p-popup__close span:before {
  content: "";
  background: #fff;
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  top: 11px;
  left: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 48em) {
  .p-popup__close span:before {
    width: 18px;
    height: 2px;
    top: 15px;
    left: 7px;
  }
}
.p-popup__close span:after {
  content: "";
  background: #fff;
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  top: 11px;
  left: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 48em) {
  .p-popup__close span:after {
    width: 18px;
    height: 2px;
    top: 15px;
    left: 7px;
  }
}
.p-popup__content {
  background: #0097e0;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  transition: background 0.4s;
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .p-popup__content {
    justify-content: space-between;
    padding: 20px 30px;
  }
  .p-popup__content:hover {
    background: #ec8100;
  }
}
.p-popup__text {
  color: #fff;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-popup__text {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-popup__text {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 20px;
  }
}
.p-popup__text span:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_download-white.svg) 50% / contain
    no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.p-popup__img {
  flex: 0 0 50px;
  margin-left: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-popup__img {
    flex: 0 0 80px;
  }
}
.p-popup-banner {
  z-index: 500;
  position: fixed;
}
@media only screen and (max-width: 47.9375em) {
  .p-popup-banner {
    width: 100%;
    left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .p-popup-banner {
    visibility: hidden;
    opacity: 0;
    width: 443px;
    right: 30px;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    box-shadow: -5px 5px 6px rgba(10, 29, 106, 0.16);
  }
  .p-popup-banner.-visible {
    visibility: visible;
    -webkit-animation: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards
      popup;
    animation: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards popup;
  }
}
.p-popup-banner.-hidden {
  -webkit-animation: 0.4s ease-out forwards hide;
  animation: 0.4s ease-out forwards hide;
}
@media print, screen and (min-width: 48em) {
  .p-popup-banner__inner {
    border-radius: 2px;
    overflow: hidden;
  }
}
.p-popup-banner__close {
  z-index: 100;
  cursor: pointer;
  background: #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transition: background 0.2s;
  display: block;
  position: absolute;
  top: -13px;
  right: 17px;
}
@media print, screen and (min-width: 48em) {
  .p-popup-banner__close {
    width: 32px;
    height: 32px;
    top: -15px;
    right: -15px;
  }
  .p-popup-banner__close:hover span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.p-popup-banner__close span:before {
  content: "";
  background: #fff;
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  top: 11px;
  left: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 48em) {
  .p-popup-banner__close span:before {
    width: 18px;
    height: 2px;
    top: 15px;
    left: 7px;
  }
}
.p-popup-banner__close span:after {
  content: "";
  background: #fff;
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  top: 11px;
  left: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 48em) {
  .p-popup-banner__close span:after {
    width: 18px;
    height: 2px;
    top: 15px;
    left: 7px;
  }
}
.p-popup-banner__content {
  box-sizing: border-box;
  background: #0085bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-popup-banner__content {
    padding: 10px 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-popup-banner__content {
    justify-content: space-between;
    height: 100px;
    padding: 20px 30px;
  }
  .p-popup-banner__content:before {
    content: "";
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    transition: z-index 0.4s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-popup-banner__content:hover:before {
  z-index: 1;
}
.p-popup-banner__text {
  color: #fff;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  align-items: center;
  font-weight: 700;
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-popup-banner__text {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-popup-banner__text {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-popup-banner__text {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-popup-banner__text {
    font-size: 1rem;
  }
}
.p-popup-banner__text span:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_download-white.svg) 50% / contain
    no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.p-popup-banner__text + .p-popup-banner__img {
  margin-left: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .p-popup-banner__text + .p-popup-banner__img {
    flex: 0 0 50px;
    width: 50px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-popup-banner__text + .p-popup-banner__img {
    flex: 0 0 58px;
    width: 58px;
  }
}
.p-popup-banner__img img,
.p-popup-banner__text + .p-popup-banner__img img {
  width: 100%;
}
.p-popup-banner__img {
  flex: 1;
  width: 100%;
  margin-left: 0;
}
.p-popup-banner__content.-pickup {
  background-color: #fff;
  border: 2px solid #0085bf;
}
.p-popup-banner__content.-pickup .p-popup-banner__text {
  color: #000;
}
.p-popup-banner__content.-pickup .p-popup-banner__text span:after {
  background: url(/cms/rescue/common/img/icon_download.svg) 50% / contain
    no-repeat;
}
.p-category-top-head {
  display: -ms-grid;
  -ms-grid-rows: auto 15px 1fr;
  -ms-grid-columns: 50px 15px 1fr;
  grid-template: "category-top-head-img category-top-head-heading" "category-top-head-description category-top-head-description" 1fr/50px 1fr;
  gap: 15px;
  display: grid;
}
@media print, screen and (min-width: 48em) {
  .p-category-top-head {
    -ms-grid-rows: 1fr 0 1fr;
    -ms-grid-columns: 114px 35px 1fr;
    grid-template: "category-top-head-img category-top-head-heading" 1fr "category-top-head-img category-top-head-description" 1fr/114px 1fr;
    gap: 0 35px;
  }
}
.p-category-top-head__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: category-top-head-heading;
  align-items: center;
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .p-category-top-head__heading {
    margin-top: 10px;
  }
}
.p-category-top-head__description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: category-top-head-description;
}
@media print, screen and (min-width: 48em) {
  .p-category-top-head__description {
    margin-top: 10px;
  }
}
.p-category-top-head__img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: category-top-head-img;
  align-items: center;
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .p-category-top-head__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-category-top-head__description {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-category-top-head__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
}
.p-pager {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-pager {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-pager {
    justify-content: space-between;
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 22px;
  }
  .p-pager.-terminal {
    justify-content: center;
  }
}
.p-pager__pages {
  display: flex;
}
.-terminal > .p-pager__pages {
  margin: 0 20px;
}
.p-pager__page {
  background-color: #edeff6;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  transition:
    color 0.4s,
    background-color 0.4s;
  display: flex;
}
.browser-is-ie .p-pager__page {
  padding-top: 7px;
}
@media print, screen and (min-width: 48em) {
  .p-pager__page:hover {
    color: #fff;
    background-color: #0085bf;
  }
}
.p-pager__page.-current {
  color: #fff;
  pointer-events: none;
  background-color: #0085bf;
}
.p-pager__page.-omit {
  pointer-events: none;
}
.p-pager__ctrl {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-pager__ctrl {
    display: block;
  }
  .browser-is-ie .p-pager__ctrl {
    padding-top: 7px;
  }
}
.p-filter__state {
  display: none;
}
.p-filter__toggle {
  cursor: pointer;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-filter__toggle {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-filter__toggle {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
    font-size: 1.25rem;
  }
}
.p-filter__toggle span:after {
  content: "";
  background: url(/cms/rescue/common/img/icon_down-arrow.svg) 50% / contain
    no-repeat;
  width: 0.75rem;
  height: 0.5rem;
  margin-left: 0.5rem;
  display: inline-block;
  position: relative;
  top: -0.1875rem;
}
@media print, screen and (min-width: 48em) {
  .p-filter__block {
    margin-top: 20px;
  }
  .p-filter__block:first-of-type {
    margin-top: 0;
  }
  .p-filter__block.-hide {
    opacity: 0;
    max-height: 0;
    position: absolute;
    overflow: hidden;
  }
  .p-filter__state:checked ~ .p-filter__block.-hide {
    opacity: 1;
    max-height: 9999px;
    transition:
      opacity 0.15s ease-in,
      max-height 0.15s;
    position: static;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-filter__sub-heading {
    border: 1px solid #ccc;
    border-radius: 2px;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    font-size: 0.875rem;
    display: flex;
  }
  .p-filter__sub-heading:after {
    content: "";
    background: url(/cms/rescue/common/img/icon_down-arrow-black.svg) 50% /
      contain no-repeat;
    width: 12px;
    height: 12px;
    display: block;
  }
}
@media print, screen and (min-width: 48em) {
  .p-filter__sub-heading {
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 1rem;
    font-weight: 700;
  }
}
@media only screen and (min-width: 48em) and (max-width: 47.9375em) {
  .p-filter__sub-heading {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .p-filter__sub-heading {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
.p-filter__sub-block {
  margin-top: 10px;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .p-filter__sub-block {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-filter__items {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    width: 100%;
    max-height: 0;
    padding: 14px;
    transition:
      opacity 0.1s,
      max-height 0.1s;
    position: absolute;
    left: 0;
  }
  .p-filter__items.active {
    visibility: visible;
    opacity: 1;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    max-height: 999px;
    transition: all 0.3s;
  }
}
@media print, screen and (min-width: 48em) {
  .p-filter__items {
    flex-wrap: wrap;
    margin-top: -2px;
    margin-left: -20px;
    display: flex;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-filter__item {
    margin-top: 7px;
    font-size: 0.875rem;
  }
  .p-filter__item:first-of-type {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .p-filter__item {
    align-items: center;
    margin-top: 8px;
    display: flex;
  }
  .p-filter__item:before {
    content: "";
    border-left: 1px solid #ccc;
    height: 80%;
    margin: 0 20px;
    display: inline-block;
  }
}
.p-filter__item a {
  color: #0085bf;
}
.p-filter__item.-current a {
  pointer-events: none;
  color: inherit;
}
.p-filter.-border {
  border-bottom: 1px solid #cad0e6;
}
@media print, screen and (min-width: 48em) {
  .p-filter.-border {
    padding-bottom: 40px;
  }
}
.p-title {
  align-items: center;
  display: flex;
}
.p-title__text {
  margin-left: 15px;
}
.p-title__text span {
  display: block;
}
@media print, screen and (min-width: 48em) {
  .p-title__text {
    margin-left: 25px;
  }
}
.p-title__img {
  flex-shrink: 0;
}
@media only screen and (max-width: 47.9375em) {
  .-popular-news .p-title__img img,
  .-solution-column .p-title__img img {
    width: 50px;
  }
  .-column .p-title__img img {
    width: 45px;
  }
  .-useful-document .p-title__img img {
    width: 54px;
  }
  .-seminar .p-title__img img {
    width: 61px;
  }
  .browser-is-ie .p-title__img img {
    width: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .p-title__img img {
    width: 63px;
  }
  .-main .p-title__img img {
    width: 72px;
  }
  .browser-is-ie .p-title__img img {
    width: auto;
  }
}
.p-title__english {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: 5px;
}
@media print {
  .p-title__english {
    font-family: arial, sans-serif;
  }
}
@media print, screen and (min-width: 48em) {
  .p-title__english {
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 600;
  }
  .-main .p-title__english {
    font-size: 0.9rem;
    font-style: italic;
    font-weight: 600;
  }
}
.p-title__main {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  margin-top: 6px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-title__main {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-title__main {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
.-main .p-title__main {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .p-title__main {
    font-size: 1.75rem;
  }
  .-main .p-title__main {
    font-size: 2.25rem;
  }
}
.p-dropdown__heading {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.4s;
}
@media only screen and (max-width: 47.9375em) {
  .p-dropdown__heading {
    font-family:
      YakuHanJP,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
}
@media print, screen and (min-width: 48em) {
  .p-dropdown__heading {
    font-family:
      YakuHanJP,
      Yu Gothic,
      游ゴシック,
      YuGothic,
      ヒラギノ角ゴ Pro W3,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo;
  }
  .p-dropdown__heading:hover {
    color: #0085bf;
  }
  .p-dropdown__heading:hover:after {
    border-color: #0085bf;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-dropdown__heading {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-dropdown__heading {
    font-size: 16px;
  }
}
.p-dropdown__heading span {
  box-sizing: border-box;
  background-color: #000;
  border-radius: 4px;
  width: 12px;
  height: 1.6px;
  margin-left: 6px;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  top: 13px;
}
@media print, screen and (min-width: 61.25em) {
  .p-dropdown__heading span {
    display: none;
  }
}
.p-dropdown__heading span:first-of-type {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.is-active .p-dropdown__heading span:first-of-type {
  display: none;
}
.p-dropdown__heading span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.is-active .p-dropdown__heading span:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-dropdown__heading:after {
  transition: border-color 0.4s;
}
@media print, screen and (min-width: 61.25em) {
  .p-dropdown__heading:after {
    content: "";
    vertical-align: 2.25px;
    border-bottom: 1.5px solid #000;
    border-right: 1.5px solid #000;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    margin-right: 3px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-dropdown__heading:after {
    display: none;
  }
}
.is-active .p-dropdown__heading:after {
  vertical-align: -1.75px;
  -webkit-transform: rotate(226deg);
  transform: rotate(226deg);
}
.p-dropdown__body {
  background-color: #edeff6;
  margin-left: -4%;
  margin-right: -4%;
  padding: 0 4%;
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  .p-dropdown__body {
    z-index: 100;
    opacity: 0;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid;
    min-width: 160px;
    padding: 18px 22px;
    transition: all 0.3s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, calc(100% + 10px));
    transform: translate(-50%, calc(100% + 10px));
  }
  .is-active .p-dropdown__body {
    opacity: 1;
  }
  .browser-is-ie .p-dropdown__body {
    bottom: auto;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.p-dropdown__body :first-of-type {
  margin-top: 10px;
}
@media print, screen and (min-width: 61.25em) {
  .p-dropdown__body:after,
  .p-dropdown__body:before {
    content: "";
    z-index: 103;
    border: 5.5px solid transparent;
    border-top-width: 0;
    border-bottom: 7.755px solid #fff;
    position: absolute;
    top: -5.5px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .p-dropdown__body:after {
    z-index: 102;
    border-color: transparent transparent #000;
    top: -10px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-blog-lead {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-blog-lead {
    margin-top: 17px;
  }
}
.p-pickup-document {
  background-color: #edeff6;
}
@media only screen and (max-width: 47.9375em) {
  .p-pickup-document {
    padding: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-pickup-document {
    padding: 60px;
  }
}
.u-show-S {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .u-show-S {
    display: block;
  }
}
.u-show-M {
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  .u-show-M {
    display: block;
  }
  .u-hide-M {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .u-hide-S {
    display: none;
  }
}
@media print, screen and (min-width: 981px) and (max-width: 1779px) {
  .p-header__links {
    margin: 10px auto 0;
  }
}
@media print, screen and (max-width: 1320px) {
  .p-header__links {
    width: 100%;
  }
  ul.p-header__ul {
    margin: 0 auto;
  }
  .p-header__bottom {
    position: relative;
  }
  ul.p-header__sns {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    top: 20px;
    right: 10px;
  }
}
@media print, screen and (max-width: 980px) {
  ul.p-header__sns {
    border-top: 1px solid #ccc;
    border-left: none;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 0;
    position: static;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-article-page,
  .l-article-page__side {
    overflow: visible !important;
  }
  .l-article-page__side {
    margin-top: 75px;
    display: block !important;
  }
  .l-article-page__side .forcms_block:last-of-type {
    z-index: 10;
    width: 100%;
    position: sticky !important;
    top: 180px !important;
  }
}
@media screen and (max-width: 767px) {
  .l-article-page__side .forcms_block {
    position: static !important;
    top: auto !important;
  }
}
.-lv5 {
  margin-top: 50px;
}
.-splv4 {
  margin-bottom: 10px;
}
.-splv3 {
  margin-bottom: 50px;
}
.p-article > h2 {
  border-left: 10px solid #3997e9;
  padding-left: 0.5em;
}
.p-article p a {
  word-break: break-all;
  color: #00a0b4;
  border-bottom: 1px solid #00a0b4;
  padding: 0 0.1875rem;
}
.p-article p a:hover {
  opacity: 0.5;
}
.c-page-top {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-header__bottom div.h1 {
    flex: 0 400px;
  }
  .l-page-top__banner {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page-top__banner {
    padding: 0 4%;
  }
  .l-page-top__banner a {
    display: inline-block;
  }
  .l-page-top__banner img {
    will-change: opacity, transform;
    max-width: 100%;
    height: auto;
    transition:
      opacity 0.2s,
      transform 0.2s;
    display: block;
  }
  .l-page-top__banner a:hover img,
  .l-page-top__banner a:focus-visible img {
    opacity: 0.6;
    transform: translateY(-2px);
  }
  .l-page-top__banner a:focus-visible {
    outline-offset: 3px;
    border-radius: 6px;
    outline: 2px solid #1a73e8;
  }
}
.p-breadcrumbs__inner {
  display: flex;
  overflow: hidden;
}
.p-breadcrumbs__item {
  flex-shrink: 0;
  font-size: 0.875rem;
}
.p-breadcrumbs__item:last-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
  overflow: hidden;
}
.p-breadcrumbs__item:not(:last-child):after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 0.4375rem;
  height: 0.4375rem;
  margin: 0 1.25rem;
  display: inline-block;
  position: relative;
  top: -0.125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-article-link {
  display: -ms-grid;
  -ms-grid-rows: auto 0 1fr;
  -ms-grid-columns: 80px 20px 2fr;
  grid-template: "article-links-img article-links-heading" "article-links-img article-links-date" 1fr/80px 2fr;
  gap: 0 20px;
  display: grid;
  position: relative;
}
.p-article-link:not(:first-child) {
  margin-top: 16px;
}
.scrolling .c-page-top {
  opacity: 1;
  transition: opacity 0.4s;
}
.c-page-top__inner {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}
.c-page-top__inner:after {
  content: "";
  border-top: 2px solid #0085bf;
  border-right: 2px solid #0085bf;
  width: 9px;
  height: 9px;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-header__bottom div.h1 {
  flex: 0 227px;
}
.l-page-top__banner {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}
@media print, screen and (min-width: 48em) {
  .p-header__bottom div.h1 {
    flex: 0 400px;
  }
  .l-page-top__banner {
    margin-top: 50px;
  }
}
.body_365 {
  background-color: #eaf0f8;
}
.p-header__li a.uname:before {
  content: "";
  background: url(/cms/rescue/common/img/icon_user.png) 50% / contain no-repeat;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  display: inline-block;
}
.softcreate_365club_login_txt {
  padding-top: 20px;
}
.softcreate_365club_login_txt a {
  color: #42b9cd;
}
.softcreate_365club_login_txt a:hover {
  color: #000;
}
.gnav-accordion {
  position: relative;
}
.gnav-accordion__ul {
  background-color: #fff;
  max-height: 0;
  padding: 10px 15px 10px 10px;
  transition: max-height 1s;
  display: none;
  overflow: hidden;
}
.active .gnav-accordion__ul {
  max-height: 200px;
  display: block;
}
.gnav-accordion span {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 700;
  display: inline-block;
}
.gnav-accordion > span {
  padding-right: calc(3.125% + 16px);
  position: relative;
}
.gnav-accordion span > span {
  width: 12px;
  height: 12px;
  padding-left: 0;
  transition:
    -webkit-transform 0.3s,
    transform 0.3s;
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 3.125%;
}
.gnav-accordion span > span:before {
  content: "";
  background-color: #333;
  width: 2px;
  height: 12px;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
}
.gnav-accordion span > span:after {
  content: "";
  background-color: #333;
  width: 12px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.gnav-accordion.active span > span:before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media print, screen and (min-width: 61.25em) {
  .gnav-accordion__ul {
    border: 1px solid #cad0e6;
    width: 160px;
    position: absolute;
    bottom: auto;
    left: 0;
  }
  .gnav-accordion span {
    cursor: pointer;
    padding-right: 16px;
  }
  .gnav-accordion span > span {
    display: none;
  }
  .gnav-accordion span:after {
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    border: 2px solid #999;
    border-width: 0 2px 2px 0;
    width: 8px;
    height: 8px;
    transition:
      -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
      transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
      border-color 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    position: absolute;
    top: 45%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .gnav-accordion span > span {
    width: 12px;
    height: 12px;
    padding-left: 0;
    transition:
      -webkit-transform 0.3s,
      transform 0.3s;
    position: absolute;
    top: calc(50% - 6px);
    right: 3.125%;
  }
}
@media print {
  body {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 1600px;
    padding-left: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .c-page-top,
  .l-article-page__side,
  .p-popup {
    display: none;
  }
  .p-header {
    position: static;
  }
  .p-header__top-logo {
    position: relative;
    left: -90px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-header__top {
    height: 30px;
    padding: 0 30px;
  }
  .p-header__bottom {
    padding: 12px 30px;
  }
  .p-header__top-text-new .pc {
    font-size: 12px;
  }
  .p-header__top-logo img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .p-header__bottom-logo img {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
.p-article > img:first-child {
  aspect-ratio: 930/523;
  width: 100%;
  height: auto;
}
.mb30 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 48em) {
  .p-header__top-logo img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .p-header__bottom-logo img {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  .p-header__top-text .pc,
  .scrolling .p-header__top-text .pc {
    transition: none;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-header {
    background: #fff;
    border-bottom: 0;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
  }
  .p-header__inner {
    background: #fff;
  }
  .p-header__top,
  .scrolling .p-header__top {
    z-index: 3;
    pointer-events: none;
    background: 0 0;
    width: auto;
    height: auto;
    padding: 0;
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translate(-50%);
  }
  .p-header__top-text,
  .p-header__top-text .pc,
  .scrolling .p-header__top-text .pc {
    color: #111;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1.4;
    transition: none;
  }
  .p-header__top-logo {
    z-index: 5;
    pointer-events: auto;
    position: fixed;
    top: 25px;
    left: max(30px, 50vw - 640px);
  }
  .p-header__top-logo img,
  .scrolling .p-header__top-logo img {
    width: 180px;
    transform: none;
  }
  .p-header__bottom,
  .scrolling .p-header__bottom {
    align-items: flex-start;
    min-height: 140px;
    padding: 15px max(30px, 50vw - 640px) 0;
    transition: min-height 0.25s;
  }
  .p-header__bottom div.h1 {
    width: 268px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translate(-50%);
  }
  .p-header__bottom-logo,
  .p-header__bottom-logo img,
  .scrolling .p-header__bottom-logo img {
    width: 100%;
    max-width: 268px;
    transform: none;
  }
  .p-header__links {
    background: #0a1d6a;
    order: 10;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 35px;
    margin: 90px calc(50% - 50vw) 0;
padding: 0 max(30px, 50vw - 606px);
    transition:
      height 0.25s,
      opacity 0.18s;
    overflow: visible;
  }
  .p-header__ul {
    justify-content: center;
    width: 100%;
            max-width: 1440px;
    height: 40px;
    margin: 0 auto;
  }
  .p-header__li {
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.75);
    /*min-width: 128px;*/
    height: 40px;
    margin: 0;
    font-size: 13px;
  }
  .p-header__li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.75);
  }
  .p-header__li > a,
  .gnav-accordion > span {
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    height: 40px;
    padding: 9px 20px;
    line-height: 22px;
  }
  .p-header__li > a {
    transition:
      opacity 0.3s,
      color 0.3s;
  }
  .p-header__li > a:hover {
    opacity: 0.7;
  }
  .gnav-accordion > span {
    padding-right: 50px;
  }
  .gnav-accordion > span:after {
    border-color: #fff;
    right: 27px;
  }
  .gnav-accordion__ul {
    visibility: hidden;
    opacity: 0;
    background: #f0f2fb;
    border: 0;
    width: 100%;
    min-width: 200px;
    max-height: none;
    padding: 8px 0;
    transition:
      opacity 0.15s,
      visibility 0.15s,
      transform 0.15s;
    display: block;
    top: 40px;
    bottom: auto;
    left: 0;
    overflow: visible;
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(10, 29, 106, 0.18);
  }
  .gnav-accordion:hover .gnav-accordion__ul,
  .gnav-accordion:focus-within .gnav-accordion__ul,
  .gnav-accordion.active .gnav-accordion__ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .gnav-accordion__ul li {
    text-align: left;
    margin: 0;
  }
  .gnav-accordion__ul a {
    color: #222;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    display: block;
  }
  .gnav-accordion__ul a:before {
    content: "・";
  }
    .gnav-accordion__ul a:hover {
    color: #0085bf;
    font-weight:bold
}
  .p-header__sns {
    z-index: 4;
    border: 0;
    gap: 9px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 68px;
    right: max(30px, 50vw - 640px);
  }
  .p-header__sns .-sns {
    margin: 0;
  }
  .p-header__sns .-sns a,
  .p-header__sns .-sns a img {
    width: 22px;
    height: 22px;
  }
/* 1. ボタン本体のスタイル */
  .p-header__li--fixed-btn {
    z-index: 5;
    background: #fff;
    border: 1px solid #0a1d6a;
    border-radius: 20px;
    min-width: 190px;
    height: 32px;
    transition: background-color 0.3s;
    position: fixed;
    top: 20px;
    right: max(30px, 50vw - 640px);
  }

  /* 2. リンクテキストのスタイル */
  .p-header__li--fixed-btn > a {
    color: #0a1d6a;
    height: 32px;
    padding: 7px 16px;
    line-height: 18px;
  }

  /* 3. ホバー時の背景スタイル */
  .p-header__li--fixed-btn:hover {
    background-color: #0a1d6a;
  }

  /* 4. ホバー時のテキストスタイル */
  .p-header__li--fixed-btn:hover > a {
    color: #fff;
    opacity: 1;
  }

  /* 5. 非表示時の除外指定 (notの指定も変更します) */
  body.is-header-category-hidden .p-header__li:not(.p-header__li--fixed-btn) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  body.is-header-category-hidden .p-header__links {
    background: 0 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  body.is-header-category-hidden .p-header__li:not(:nth-last-child(4)) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  body.is-header-category-hidden .p-header__bottom {
    min-height: 105px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-header__top-logo {
    display: none !important;
  }
}
.p-header__li a[target="_blank"]:after {
  -webkit-mask: url(/cms/rescue/common/img/icon_blank.svg) 50% / contain
    no-repeat;
  mask: url(/cms/rescue/common/img/icon_blank.svg) 50% / contain no-repeat;
  background: #0a1d6a !important;
}
.p-header__li--fixed-btn:hover > a[target="_blank"]:after {
  background: #fff !important;
}
