@charset "UTF-8";
/*
Theme Name: 西日本新聞社ソリューションサイトテーマ
Author: Techno create
Description: 西日本新聞社ソリューションサイトテーマ
*/
/*
コーディング規約
https://qiita.com/super-mana-chan/items/644c6827be954c8db2c0
*/
/*
「/src/sass/foundation」ディレクトリ内のscssファイルを読み込みます。
[例]/src/sass/foundation/base/_example.scss を読み込む場合
@forward "../../foundation/base/example";
*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  height: 100%;
}
@media screen and (max-width: 960px) {
  body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  body.customize-support {
    padding-top: 0;
  }
}
body.customize-support .p-menu__pcLogo {
  top: 47px;
}
body.customize-support .p-menu {
  top: 42px;
}

img {
  width: 100%;
  height: auto;
  display: inline-block;
}

@media screen and (max-width: 960px) {
  nav a.navbar-brand {
    font-size: 14px;
  }
}

.aiowps-site-lockout-body {
  background-color: #FFF;
  height: 100%;
  width: 100%;
  background-image: url(./assets/img/pages/front-hero.webp);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.aiowps-site-lockout-box {
  margin: 0;
  max-width: none;
  border: none;
}

.aiowps-site-lockout-msg {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 22px;
  padding: 15px;
}
.aiowps-site-lockout-msg p {
  margin: 1em 0;
}

/*
「/src/sass/layout」ディレクトリ内のscssファイルを読み込みます。
[例]/src/sass/layout/_example.scss を読み込む場合
@forward "../../layout/example";
*/
/*
ヘッダー位置
*/
/*
フッター位置
*/
.l-footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
  width: 100%;
}

/*
メインエリア位置
*/
.l-contents {
  padding: 60px 15px;
}
@media screen and (max-width: 768px) {
  .l-contents {
    padding: 40px 15px;
  }
}

.l-archives {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-archives {
    display: block;
  }
}
.l-archives__main {
  width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
  .l-archives__main {
    width: 100%;
    margin-bottom: 60px;
  }
}
.l-archives__sidebar {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .l-archives__sidebar {
    width: 100%;
  }
}

/* component project utilityをまとめる */
/*
「/src/sass/object/component」ディレクトリ内のscssファイルを読み込みます。
[例]/src/sass/object/component/_example.scss を読み込む場合
@forward "../../object/component/example";
*/
.c-title {
  border-bottom: solid 1px #0F5991;
  padding: 10px;
  font-size: 26px;
  letter-spacing: 0.2em;
  margin: 2em 0;
  color: #0F5991;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 18px;
    margin: 1em 0;
    letter-spacing: normal;
    padding: 10px 0;
  }
}
.c-title:first-child {
  margin-top: 0;
}
.c-title--min {
  font-size: 18px;
  margin: 1em 0;
}
.c-title--link {
  display: block;
  text-decoration: none;
  font-size: 20px;
  margin: 0 0 0.5em;
  letter-spacing: 0.1em;
  padding: 0 5px;
}
.c-title--smallMargin {
  margin-bottom: 0.5em;
}

.c-documentThumb a {
  display: block;
  border: solid 1px #CCC;
  aspect-ratio: 1/1.4;
  padding: 4px;
  background-color: #FFF;
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-documentThumb a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.8;
}
.c-documentThumb a img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-documentThumb figcaption {
  font-size: 14px;
}

.c-terms ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.c-terms ul li {
  display: inline;
  list-style: none;
}
.c-terms a {
  display: inline-block;
  margin-right: 10px;
  background-color: #0F5991;
  color: #FFF;
  padding: 1px 10px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 30px;
  border: solid 1px #0F5991;
}
.c-terms a:hover {
  background-color: #FFF;
  color: #0F5991;
}

.c-alert {
  background-color: #e4f5fc;
  padding: 15px;
  font-weight: bold;
  color: #0F5991;
  border-radius: 5px;
  text-align: center;
}

.c-fadeIn {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.c-fadeIn--animation {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.c-outerLink a {
  display: block;
  background-color: #0F5991;
  border: solid 1px #0F5991;
  padding: 2px 10px;
  padding-left: 25px;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
.c-outerLink a::before {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-size: 10px;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.c-outerLink a:hover {
  background-color: #FFF;
  color: #0F5991;
}
.c-outerLink--min a {
  font-size: 12px;
}

/*
「/src/sass/object/project」ディレクトリ内のscssファイルを読み込みます。
[例]/src/sass/object/project/_example.scss を読み込む場合
@forward "../../object/project/example";
*/
.p-header {
  background-color: #568fad;
  color: #FFF;
  padding: 90px 10px;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-header {
    padding: 60px 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-header {
    padding: 40px 10px;
  }
}
.p-header--front-page {
  padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-header--front-page {
    padding-bottom: 40px;
  }
}
.p-header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #568fad;
  z-index: 2;
  mix-blend-mode: multiply;
}
.p-header h1 {
  font-size: 36px;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-header h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-header h1 {
    font-size: 22px;
  }
}
.p-header h1 span {
  opacity: 0;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header p {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .p-header p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-header p {
    font-size: 14px;
    text-align: left;
  }
}
.p-header__typeletter {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
}
.p-header--front-page::before {
  display: none;
}
.p-header__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  transition: transform 3s, -webkit-transform 3s;
}
.p-header__image--animation {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.p-header__image--front-page {
  background-image: url(./assets/img/pages/front-hero.webp);
}
.p-header__image--front-page::before {
  display: none;
}
.p-header__image--paper, .p-header__image--ad-creation {
  background-image: url(./assets/img/pages/paper-hero_2.webp);
}
.p-header__image--web {
  background-image: url(./assets/img/pages/web-hero_2.webp);
}
.p-header__image--event {
  background-image: url(./assets/img/pages/event-hero.webp);
}
.p-header__image--contents {
  background-image: url(./assets/img/pages/contents-hero_2.webp);
}
.p-header__image--revitalization {
  background-image: url(./assets/img/pages/revitalization-hero.webp);
}
.p-header__image--documents {
  background-image: url(./assets/img/pages/documents-hero_2.webp);
}
.p-header__image--contact, .p-header__image--contact-complete {
  background-image: url(./assets/img/pages/contact-hero.webp);
}
.p-header__image--white-paper, .p-header__image--white-paper-complete, .p-header__image--white-paper-download {
  background-image: url(./assets/img/pages/white-paper-hero.webp);
}
.p-header__image--seminar {
  background-image: url(./assets/img/pages/seminar-hero.webp);
}
.p-header__image--case {
  background-image: url(./assets/img/pages/case-hero.webp);
}
.p-header__image--archive, .p-header__image--post {
  background-image: url(./assets/img/pages/news-hero.webp);
}

.p-documents__big {
  background-color: #FCFEFF;
}
.p-documents__bigEach {
  max-width: 900px;
  margin: 0 auto 40px;
}
.p-documents__bigEach:last-child {
  margin-bottom: 0;
}
.p-documents__bigDoc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-documents__bigDoc {
    display: block;
  }
}
.p-documents__bigDocImage {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p-documents__bigDocImage {
    margin: 0 auto;
  }
}
.p-documents__bigDocText {
  width: calc(100% - 240px);
  line-height: 2em;
  color: #193647;
}
@media screen and (max-width: 768px) {
  .p-documents__bigDocText {
    width: 100%;
  }
}
.p-documents__related {
  background-color: #EBF7FA;
  padding: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-documents__related {
    padding: 15px;
  }
}
.p-documents__related h3 {
  margin: 0 0 1em;
  font-size: 20px;
  color: #0F5991;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.p-documents__relatedList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}
.p-documents__relatedListEach {
  width: 25%;
  margin-bottom: 15px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-documents__relatedListEach {
    width: 50%;
  }
}
.p-documents__relatedListEach figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-documents__relatedListEach figure {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-documents__relatedListEach figure figcaption {
    font-size: 12px;
  }
}
.p-documents__small {
  margin: 0 auto 40px;
  background-color: #F7FDFF;
}
.p-documents__small:last-child {
  margin-bottom: 0;
}
.p-documents__smallDocs {
  max-width: 900px;
  margin: 0 auto;
}
.p-documents__smallDocsWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .p-documents__smallDocsWrapper {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 768px) {
  .p-documents__smallDocsWrapper {
    display: block;
  }
}
.p-documents__smallDoc {
  width: 50%;
  padding: 0 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-documents__smallDoc {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-documents__smallDoc {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-documents__smallDoc:last-child {
    margin-bottom: 0;
  }
}
.p-documents__smallDoc figure {
  max-width: 200px;
  margin: 0 auto 20px;
}
.p-documents__smallDoc p {
  line-height: 2em;
  color: #193647;
}
.p-documents__relatedSmall {
  background-color: #EBF7FA;
  padding: 15px;
  margin-top: 40px;
}
.p-documents__relatedSmall h3 {
  margin: 0 0 1em;
  font-size: 20px;
  color: #0F5991;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.p-documents__relatedSmallList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}
.p-documents__relatedSmallEach {
  width: 50%;
  padding: 0 10px;
}

.p-footer {
  background-color: #0F5991;
  padding: 60px 20px 20px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 40px 20px 20px;
  }
}
.p-footer a {
  color: #FFF;
  text-decoration: none;
}
.p-footer ul {
  margin: 0;
  padding: 0;
}
.p-footer ul li {
  list-style: none;
}
.p-footer__menu {
  max-width: 860px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-footer__menu {
    display: block;
    padding: 0 25px;
  }
}
.p-footer__left {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .p-footer__left {
    margin: 0 auto 30px;
  }
}
.p-footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-footer__right {
    display: block;
  }
}
.p-footer__right > ul > li {
  position: relative;
  margin: 0.3em 0;
}
.p-footer__right > ul > li::before {
  content: "▶︎";
  position: absolute;
  left: -1.2em;
  top: 0;
}
.p-footer__right > ul > li > ul > li {
  list-style: circle;
  margin-left: 2em;
  font-size: 85%;
}
.p-footer__right a:hover {
  color: #c4d4e2;
}
.p-footer__logo {
  background-color: #FFF;
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.p-footer__logo img {
  vertical-align: bottom;
}
.p-footer__contactLink li {
  margin-bottom: 10px;
}
.p-footer__contactLink li a {
  display: block;
  padding: 15px;
  border-radius: 50px;
  background-color: #FF5E00;
  text-align: center;
  border: solid 1px #FF5E00;
}
.p-footer__contactLink li a:hover {
  background-color: #FFF;
  color: #FF5E00;
}
.p-footer__pp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px !important;
  font-size: 14px;
}
.p-footer__pp li {
  border-right: solid 1px #FFF;
  margin-right: 1em;
  padding-right: 1em;
}
.p-footer__pp li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.p-footer__pp a:hover {
  color: #c4d4e2;
}
.p-footer__copyright {
  font-size: 14px;
  text-align: center;
}
.p-footer__copyright small {
  display: block;
  font-size: 10px;
}

.p-caseSlider {
  margin: 0;
  padding: 0;
}
.p-caseSlider li {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .p-caseSlider li {
    padding: 0 10px;
  }
}
.p-caseSlider li figure {
  margin-bottom: 5px;
}
.p-caseSlider li figure a {
  display: block;
  aspect-ratio: 4/3;
  background-color: #FFF;
  padding: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-caseSlider li figure a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-caseSlider li figure a img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.p-caseSlider__date {
  font-size: 14px;
  line-height: 1em;
}
.p-caseSlider__title {
  font-size: 14px;
}
.p-caseSlider__title a {
  text-decoration: none;
  color: #193647;
}
.p-caseSlider__title a:hover {
  text-decoration: underline;
}
.p-caseSlider__arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 2;
  background-size: 100% 100%;
  background-position: center;
}
@media screen and (max-width: 1280px) {
  .p-caseSlider__arrow {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-caseSlider__arrow {
    top: 50%;
    -webkit-transform: translate(0, -150%);
        -ms-transform: translate(0, -150%);
            transform: translate(0, -150%);
  }
}
.p-caseSlider__arrow--prev {
  left: 0;
  background-image: url("./assets/img/common/slick_arrow_prev.svg");
}
@media screen and (max-width: 768px) {
  .p-caseSlider__arrow--prev {
    left: -10px;
  }
}
.p-caseSlider__arrow--next {
  right: 0;
  background-image: url("./assets/img/common/slick_arrow_next.svg");
}
@media screen and (max-width: 768px) {
  .p-caseSlider__arrow--next {
    right: -10px;
  }
}
.p-caseSlider .slick-next::before,
.p-caseSlider .slick-prev::before {
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  .p-caseSlider .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .p-caseSlider .slick-prev {
    left: -10px;
  }
}

/*
新着情報一覧
*/
.p-listPost__article {
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-listPost__content {
  width: calc(100% - 40px);
}
.p-listPost__content--withThumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-listPost__content--withThumb {
    display: block;
  }
}
.p-listPost__text--withThumb {
  width: calc(100% - 210px);
}
@media screen and (max-width: 768px) {
  .p-listPost__text--withThumb {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-listPost__thumb {
  width: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-listPost__thumb:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .p-listPost__thumb {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.p-listPost__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-listPost__category ul {
  margin: 0;
  padding: 0;
  display: inline;
}
.p-listPost__category ul li {
  list-style: none;
  display: inline;
}
.p-listPost__link {
  width: 20px;
  text-align: center;
  font-size: 14px;
}
.p-listPost__link a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #B9E9F9;
  color: #5DC7EA;
}
.p-listPost__link a:hover {
  background-color: #5DC7EA;
  color: #B9E9F9;
}
.p-listPost__title {
  margin-bottom: 20px !important;
}
.p-listPost__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
}
.p-listPost__excerpt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-listPost__excerpt {
    font-size: 13px;
  }
}

/*
お知らせ・セミナー一覧
*/
.p-listSeminar__article {
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-listSeminar__content {
  width: calc(100% - 40px);
}
.p-listSeminar__meta {
  margin-bottom: 1em;
}
.p-listSeminar__data {
  margin-bottom: 10px;
}
.p-listSeminar__data dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-listSeminar__data dl {
    display: block;
  }
}
.p-listSeminar__data dl dt {
  font-weight: bold;
  background-color: #ffe8d2;
  color: #e29349;
  width: 4em;
  border-radius: 5px;
  text-align: center;
  margin-right: 1em;
  font-size: 14px;
  padding: 2px;
}
.p-listSeminar__excerpt {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .p-listSeminar__excerpt {
    font-size: 13px;
  }
}
.p-listSeminar__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-listSeminar__info {
    display: block;
  }
}
.p-listSeminar__infoText {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-listSeminar__infoText {
    margin-bottom: 15px;
  }
}
.p-listSeminar__infoText--withThumb {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .p-listSeminar__infoText--withThumb {
    width: 100%;
  }
}
.p-listSeminar__infoThumb {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .p-listSeminar__infoThumb {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    aspect-ratio: 4/3;
  }
}
.p-listSeminar__infoThumb a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-listSeminar__infoThumb a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-listSeminar__infoThumb a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-listSeminar__link {
  width: 20px;
  text-align: center;
  font-size: 14px;
}
.p-listSeminar__link a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #B9E9F9;
  color: #5DC7EA;
}
.p-listSeminar__link a:hover {
  color: #B9E9F9;
  background-color: #5DC7EA;
}

/*
事例一覧
*/
.p-listCase__content {
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-listCase__content {
    display: block;
  }
}
.p-listCase__link {
  width: 20px;
  text-align: center;
  font-size: 14px;
}
.p-listCase__link a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #B9E9F9;
  color: #5DC7EA;
}
.p-listCase__link a:hover {
  color: #B9E9F9;
  background-color: #5DC7EA;
}
.p-listCase__article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.p-listCase__thumb {
  width: 200px;
}
@media screen and (max-width: 960px) {
  .p-listCase__thumb {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .p-listCase__thumb {
    width: 220px;
    margin: 0 auto 20px;
  }
}
.p-listCase__thumb a {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: solid 1px #EEE;
  padding: 5px;
}
.p-listCase__thumb a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-listCase__thumb a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  vertical-align: bottom;
}
.p-listCase__detail {
  width: calc(100% - 220px);
}
@media screen and (max-width: 960px) {
  .p-listCase__detail {
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 768px) {
  .p-listCase__detail {
    width: 100%;
  }
}
.p-listCase__detail--nothumb {
  width: 100%;
}
.p-listCase__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 1em;
}
.p-listCase__excerpt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-listCase__excerpt {
    font-size: 13px;
  }
}

.p-listWhitepaper__articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  .p-listWhitepaper__articles {
    margin: 0;
  }
}
.p-listWhitepaper__article {
  width: 33.3333333333%;
  padding: 0 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-listWhitepaper__article {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-listWhitepaper__article {
    width: 100%;
    max-width: 390px;
    margin: 0 auto 30px;
  }
}
.p-listWhitepaper__articleInner {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.p-listWhitepaper__articleContent figure {
  margin-bottom: 10px;
}
.p-listWhitepaper__articleContent h1 {
  font-size: 18px;
  color: #0F5991;
}
.p-listWhitepaper__articleContent P {
  font-size: 14px;
}
.p-listWhitepaper__articleLink a {
  background-color: #0F5991;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 14px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #FFF;
  text-decoration: none;
}
.p-listWhitepaper__articleLink a:hover {
  opacity: 0.8;
}

.p-seminar__data {
  margin-bottom: 40px;
}
.p-seminar__data table {
  border: solid 1px #ffdfc1;
  width: 100%;
  border-collapse: collapse;
}
.p-seminar__data th, .p-seminar__data td {
  padding: 3px 10px;
  border: solid 1px #ffdfc1;
}
.p-seminar__data th {
  background-color: #ffe8d2;
  color: #e29349;
  width: 7em;
}

.p-single__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
.p-single__content {
  margin-bottom: 40px;
}
.p-single__content p {
  margin: 1em 0;
}
.p-single__content figure {
  margin: 1em 0;
}
.p-single__content img {
  width: auto;
  max-width: 100%;
}
.p-single__backLink {
  border-top: solid 1px #c4cad1;
  padding-top: 10px;
  font-size: 18px;
}
.p-single__backLink a {
  text-decoration: none;
  color: #0F5991;
}
.p-single__backLink a:hover {
  text-decoration: underline;
}

.p-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99998;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFF;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  border: solid 7px #FFF;
}
@media screen and (max-width: 960px) {
  .p-menu {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    top: 0;
    right: 0;
  }
}
.p-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-menu__pcLogo {
  position: fixed;
  top: 25px;
  left: 25px;
  z-index: 99999;
  background-color: white;
  padding: 5px;
  border-radius: 10px;
}
.p-menu__pcLogo img {
  vertical-align: bottom;
}
@media screen and (max-width: 960px) {
  .p-menu__pcLogo {
    display: none;
  }
}
.p-menu__header {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-menu__header {
    display: block;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    right: 0;
  }
}
.p-menu__headerLogo {
  height: 100%;
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-menu__headerLogo img {
  vertical-align: bottom;
}
.p-menu__logoBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  gap: 5px;
}
.p-menu__logoBox figure {
  width: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  .p-menu__logoBox figure {
    width: 150px;
  }
}
.p-menu__logoText {
  color: #0F5991;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  .p-menu__logoText {
    font-size: 11px;
  }
}
@media screen and (max-width: 960px) {
  .p-menu__headerIcon {
    color: #0F5991;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 99999;
  }
}
@media screen and (max-width: 960px) {
  .p-menu__nav {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 99998;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 50px;
  }
}
.p-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .p-menu__list {
    display: block;
    left: 50%;
    padding: 10px;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 960px) {
  .p-menu__list {
    position: relative;
  }
}
.p-menu__item {
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-menu__item {
    border-bottom: solid 1px #FFF;
  }
}
.p-menu__item a {
  color: #0F5991;
  display: block;
  padding: 7px 17px;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
}
.p-menu__item a:hover {
  background-color: #0F5991;
  color: #FFF;
}
@media screen and (max-width: 960px) {
  .p-menu__item a:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 1280px) {
  .p-menu__item a {
    padding: 7px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .p-menu__item a {
    border-right: none;
    color: #fff;
    padding: 1rem 1rem;
    text-align: left;
    border-radius: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-menu__item:first-child a {
    border-bottom: none;
  }
}
.p-menu__item:hover .p-menu__itemSub {
  /*
  opacity: 1;
  visibility: visible;
  */
}
@media screen and (min-width: 960px) {
  .p-menu__itemSub {
    position: absolute;
    top: 28px;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 10em;
    padding-top: 28px;
    /*
    opacity: 0;
    visibility: hidden;
    */
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .p-menu__itemSub {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .p-menu__itemSub a {
    text-align: left;
  }
}
.p-menu__inner {
  background-color: #FFF;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .p-menu__inner {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    margin-bottom: 20px;
  }
}
.p-menu__inner ul li a {
  border-radius: 0;
}
@media screen and (max-width: 960px) {
  .p-menu__inner ul li a {
    padding: 5px 3em;
  }
}
.p-menu__inner ul li a:hover {
  background-color: #ecf4fa;
  color: #0F5991;
}
@media screen and (max-width: 960px) {
  .p-menu__inner ul li a:hover {
    color: #FFF;
    background-color: transparent;
  }
}
@media screen and (max-width: 960px) {
  .p-menu__inner ul li a br {
    display: none;
  }
}
.p-menu__inner ul li:first-child a {
  border-radius: 20px 20px 0 0;
  padding-top: 15px;
}
@media screen and (max-width: 960px) {
  .p-menu__inner ul li:first-child a {
    border-radius: 0;
    padding-top: 0;
  }
}
.p-menu__inner ul li:last-child a {
  border-radius: 0 0 20px 20px;
  padding-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .p-menu__inner ul li:last-child a {
    border-radius: 0;
    padding-bottom: 0;
  }
}
.p-menu__spLink {
  background-color: #FF5E00 !important;
  color: #FFF !important;
  border: solid 1px #FF5E00;
  padding: 6px 16px !important;
}
@media screen and (max-width: 960px) {
  .p-menu__spLink {
    padding: 1rem 1rem !important;
  }
}
.p-menu__spLink:hover {
  background-color: #FFF !important;
  color: #FF5E00 !important;
}
.p-menu__arrow {
  position: relative;
}
.p-menu__arrow::before {
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 10px;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
@media screen and (max-width: 1280px) {
  .p-menu__arrow::before {
    right: 1px;
  }
}
@media screen and (max-width: 960px) {
  .p-menu__arrow::before {
    display: none;
  }
}
.p-menu__arrow:hover::before {
  display: none;
}

.p-form dl {
  margin-bottom: 2em;
}
.p-form dl dt {
  font-size: 18px;
  border-left: solid 10px #0F5991;
  padding-left: 10px;
  margin-bottom: 1em;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea {
  width: 100%;
  padding: 5px;
  border: solid 1px #CCC;
}
.p-form input[type=submit] {
  background-color: #0F5991;
  border: solid 1px #0F5991;
  font-size: 22px;
  color: #FFF;
  padding: 10px 40px;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.p-form input[type=submit]:hover {
  background-color: #FFF;
  color: #0F5991;
}
.p-form .wpcf7-spinner {
  display: block;
  margin: 20px auto 0;
}
.p-form .wpcf7-list-item {
  display: inline-block;
  margin: 0.2em 1em;
}
@media screen and (max-width: 768px) {
  .p-form .wpcf7-list-item {
    display: block;
  }
}
.p-form .wpcf7 form .wpcf7-response-output {
  border: none;
  background-color: rgb(0, 160, 210);
  color: #FFF;
  margin: 2em 0 1em;
}
.p-form .wpcf7 form.invalid .wpcf7-response-output,
.p-form .wpcf7 form.unaccepted .wpcf7-response-output,
.p-form .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  background-color: rgb(255, 185, 0);
  color: #FFF;
  margin: 2em 0 1em;
}
.p-form .wpcf7-form.sent .wpcf7-response-output {
  display: none;
}
.p-form .wpcf7-turnstile {
  margin-bottom: 40px;
  text-align: center;
}
.p-form__acceptance {
  margin-bottom: 40px;
  font-weight: bold;
}
.p-form__acceptance .wpcf7-list-item {
  margin: 0;
}
.p-form__acceptance .wpcf7-list-item label {
  display: block;
  padding: 15px;
  padding-left: 2em;
  background-color: #ebf4fb;
  border-radius: 5px;
  text-indent: -1.5em;
}
.p-form__acceptance .wpcf7-list-item label a {
  color: #0F5991;
}
.p-form__acceptance .wpcf7-list-item label input[type=checkbox] {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.p-sidebar__search {
  margin-bottom: 50px;
}
.p-sidebar__search:last-child {
  margin-bottom: 0;
}
.p-sidebar__search form {
  position: relative;
}
.p-sidebar__search form input {
  width: 100%;
  background-color: #0F5991;
  padding: 8px 15px;
  border-radius: 50px;
  border: none;
  color: #FFF;
}
.p-sidebar__search form button {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  color: #FFF;
  border: none;
}
.p-sidebar__categories {
  margin-bottom: 50px;
}
.p-sidebar__categories:last-child {
  margin-bottom: 0;
}
.p-sidebar__categories h2 {
  font-size: 16px;
}
.p-sidebar__categories h2 span {
  background-color: #0F5991;
  color: #FFF;
  display: block;
  width: 8em;
  padding: 5px 10px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.p-sidebar__categories ul {
  margin: 0;
  padding: 0;
  border-top: solid 2px #0F5991;
}
.p-sidebar__categories ul li {
  list-style: none;
  border-bottom: solid 1px #0F5991;
}
.p-sidebar__categories ul li a {
  display: block;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  color: #0F5991;
  background-color: #F8FDFF;
}
.p-sidebar__categories ul li a:hover {
  background-color: #ebf9fe;
}
.p-sidebar__button {
  margin-bottom: 50px;
}
.p-sidebar__button:last-child {
  margin-bottom: 0;
}
.p-sidebar__button a {
  display: block;
  background-color: #0F5991;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border: solid 2px #0F5991;
}
.p-sidebar__button a:hover {
  background-color: #FFF;
  color: #0F5991;
}

.p-postCase__docs {
  margin-bottom: 40px;
}
.p-postCase__docs a {
  display: block;
  text-decoration: none;
  color: #0F5991;
  border: solid 1px #0F5991;
  background-color: #B9E9F9;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-postCase__docs a:hover {
  background-color: #0F5991;
  color: #FFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-pagination {
  margin-top: 1em;
}
.p-pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
}
.p-pagination .nav-links span,
.p-pagination .nav-links a {
  border: solid 1px #0F5991;
  padding: 5px;
  display: inline-block;
  width: 2em;
  aspect-ratio: 1/1;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  color: #0F5991;
}
.p-pagination .nav-links a:hover {
  background-color: #0F5991;
  color: #FFF;
}
.p-pagination .nav-links .page-numbers.dots {
  border: none;
}
.p-pagination .nav-links .page-numbers.current {
  background-color: #0F5991;
  color: #FFF;
}

/*
「/src/sass/object/utility」ディレクトリ内のscssファイルを読み込みます。
[例]/src/sass/object/utility/_example.scss を読み込む場合
@forward "../../object/utility/example";
*/
.u-br {
  /*
  PCのみ
  */
  /*
  タブレット・スマホ
  */
  /*
  スマホ
  */
}
.u-br__pc {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-br__pc {
    display: inline;
  }
}
.u-br__tb {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-br__tb {
    display: inline;
  }
}
.u-br__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br__sp {
    display: inline;
  }
}
.u-br__nosp {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-br__nosp {
    display: none;
  }
}

/*
「/src/sass/pages」ディレクトリ内のscssファイルを読み込みます。
[例]/src/sass/pages/_example.scss を読み込む場合
@forward "../../pages/example";
*/
/*
フロントページ（フォーム・完了画面）
*/
.page-front__main {
  padding-bottom: 40px;
}
.page-front__menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .page-front__menus {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.page-front__menu {
  padding: 0 20px;
  width: 33.3333333333%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .page-front__menu {
    padding: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 960px) {
  .page-front__menu {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .page-front__menu {
    width: 100%;
  }
}
.page-front__menuInner {
  border: solid 3px #0F5991;
  border-radius: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-size: cover;
  background-position: center;
  height: 100%;
  overflow: hidden;
}
.page-front__menuInner--paper {
  background-image: url(./assets/img/pages/front/menu-paper.webp);
}
.page-front__menuInner--web {
  background-image: url(./assets/img/pages/front/menu-web.webp);
}
.page-front__menuInner--contents {
  background-image: url(./assets/img/pages/front/menu-contents.webp);
}
.page-front__menuInner--event {
  background-image: url(./assets/img/pages/front/menu-event.webp);
}
.page-front__menuInner--revitalization {
  background-image: url(./assets/img/pages/front/menu-revitalization.webp);
}
.page-front__menuLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #0F5991;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 100%;
}
.page-front__menuLink:hover {
  background-color: #0F5991;
  color: #FFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page-front__menuImage {
  height: 100px;
}
.page-front__menuImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-front__menuTitle {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-front__menuTitle {
    padding-top: 10px;
  }
}
.page-front__menuTitleJa {
  border-bottom: solid 1px #0F5991;
  padding: 0 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .page-front__menuTitleJa {
    font-size: 18px;
  }
}
.page-front__menuTitleEn {
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
}
.page-front__menuText {
  padding: 0 15px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .page-front__menuText {
    padding: 0 10px 10px;
  }
}
.page-front__menuTextInner {
  height: 100%;
  font-size: 14px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .page-front__menuTextInner {
    padding: 10px;
    font-size: 14px;
  }
}
.page-front__case {
  background-color: #F7FDFF;
}
.page-front__caseInner {
  max-width: 960px;
  margin: 0 auto;
}
.page-front__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page-front__title {
    display: block;
  }
}
.page-front__title h1 {
  color: #0F5991;
}
.page-front__titleLinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
.page-front__titleLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.page-front__titleLink a {
  display: inline-block;
  background-color: #0F5991;
  border: solid 1px #0F5991;
  color: #FFF;
  text-decoration: none;
  padding: 5px 15px;
  font-weight: bold;
  border-radius: 50px;
}
.page-front__titleLink a:hover {
  background-color: #FFF;
  color: #0F5991;
}
.page-front__newsInner {
  max-width: 960px;
  margin: 0 auto;
}
.page-front__newsList {
  margin: 0;
  padding: 0;
  border-top: solid 1px #CCC;
}
.page-front__newsList > li {
  list-style: none;
  border-bottom: solid 1px #CCC;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-front__newsListMeta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.page-front__newsListTitle a {
  color: #0F5991;
  font-weight: bold;
  text-decoration: none;
}
.page-front__newsListTitle a:hover {
  text-decoration: underline;
}
.page-front__newsListText {
  width: 100%;
}
.page-front__newsListText--withThumb {
  width: calc(100% - 100px);
}
.page-front__newsListImage {
  width: 80px;
}
.page-front__newsListImage a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-front__newsListImage a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-front__newsListImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-front__newsListType {
  font-weight: bold;
  font-size: 13px;
}
.page-front__newsListType--seminar {
  color: #50ba80;
}
.page-front__newsListType--news {
  color: #0F5991;
}
.page-front__message {
  background-color: #F7FDFF;
  background-image: url("./assets/img/pages/front/message_bg.svg");
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: right 100px center;
  text-align: center;
  color: #193647;
}
@media screen and (max-width: 768px) {
  .page-front__message {
    background-position: center center;
    background-size: 80% auto;
  }
}
.page-front__message h1 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .page-front__message h1 {
    font-size: 30px;
  }
}
.page-front__messageLead {
  margin-bottom: 60px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page-front__messageLead {
    margin-bottom: 40px;
  }
}
.page-front__messageMain p {
  margin: 2em 0;
  line-height: 2em;
}
.page-front__messageMain p:last-child {
  margin-bottom: 0;
}
.page-front__adcreation {
  background-color: #F7FDFF;
}
.page-front__adcreation h1 {
  margin-bottom: 40px;
}
.page-front__adcreation ul {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
}
.page-front__adcreation ul li {
  width: 50%;
  padding: 5px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-front__adcreation ul li {
    width: 100%;
  }
}
.page-front__adcreation ul li a {
  padding: 10px;
  background-color: #fbffff;
  border: solid 1px #0F5991;
  color: #0F5991;
  text-align: center;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}
.page-front__adcreation ul li a:hover {
  opacity: 0.8;
}
.page-front__adcreationInner {
  max-width: 960px;
  margin: 0 auto;
}
.page-front__adcreationLink {
  margin-top: 40px;
}
.page-front__adcreationLink a {
  display: block;
  background-color: #0F5991;
  border: solid 1px #0F5991;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
.page-front__adcreationLink a:hover {
  background-color: #FFf;
  color: #0F5991;
}

/*
404ページ
*/
.page-notFound__main {
  background-color: #F7FDFF;
  text-align: center;
  padding: 60px 15px;
  font-weight: bold;
  color: #193647;
}

/*
新着情報アーカイブページ
*/
/*
新聞広告制作についてページ
*/
.page-adCreation__section:nth-child(even) {
  background-color: #F7FDFF;
}
.page-adCreation__sectionInner {
  max-width: 960px;
  margin: 0 auto;
}
.page-adCreation__explain {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #0F5991;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-adCreation__explain {
    font-size: 16px;
    text-align: left;
  }
}
.page-adCreation__docs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-adCreation__docs {
    display: block;
  }
}
.page-adCreation__doc {
  width: 33.3333333333%;
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-adCreation__doc {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.page-adCreation__doc h2 {
  font-size: 16px;
  text-align: center;
}
.page-adCreation__doc figure {
  max-width: 170px;
  margin: 0 auto;
}
.page-adCreation__download {
  background-color: #0F5991;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  display: block;
  text-align: center;
}
.page-adCreation__about {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-adCreation__about {
    font-size: 16px;
    text-align: left;
  }
}
.page-adCreation__contact {
  background-color: #f3f7fa;
  padding: 20px;
  border-left: solid 10px #0F5991;
  margin: 40px 0;
}
.page-adCreation__contact:last-child {
  margin-bottom: 0;
}
.page-adCreation__contact h3 {
  font-size: 18px;
  margin-bottom: 1em;
  color: #0F5991;
}
@media screen and (max-width: 768px) {
  .page-adCreation__contact h3 {
    font-size: 16px;
  }
}
.page-adCreation__contact h4 {
  font-size: 16px;
  margin: 1em 0;
}
.page-adCreation__secondTitle {
  text-align: center;
  border-bottom: solid 1px #dbdbdb;
  margin: 2em 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-adCreation__secondTitle {
    font-size: 17px;
  }
}
.page-adCreation__secondTitle small {
  display: block;
  text-align: center;
}
.page-adCreation__thirdTitle {
  margin: 1em 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page-adCreation__thirdTitle {
    font-size: 16px;
  }
}
.page-adCreation__note {
  background-color: #fbfbfb;
  padding: 20px;
  margin: 40px 0;
}
.page-adCreation__thumb {
  max-width: 550px;
  margin: 1em auto;
}
.page-adCreation__downloadBtn {
  max-width: 550px;
  margin: 0 auto;
}
.page-adCreation__plainList {
  margin: 1em 0;
  padding: 0;
}
.page-adCreation__plainList li {
  list-style: none;
}

/*
お問い合わせページ（フォーム・完了画面）
*/
.page-contact__inner {
  max-width: 760px;
  margin: 0 auto;
}
.page-contact__text {
  text-align: center;
  font-weight: bold;
  color: #0F5991;
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-contact__text {
    font-size: 16px;
    text-align: left;
  }
}
.page-contact__compelete {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-contact__compelete {
    text-align: left;
  }
}
.page-contact__compelete h1 {
  color: #0F5991;
  border-bottom: solid 1px #0F5991;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-contact__compelete h1 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.page-contact__compelete p {
  margin: 1.5em 0;
}
@media screen and (max-width: 768px) {
  .page-contact__compelete p {
    margin: 1em 0;
  }
}
.page-contact__compeleteLink a {
  background-color: #0F5991;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 10px 15px;
  text-decoration: none;
  color: #FFF;
  border: solid 1px #0F5991;
}
.page-contact__compeleteLink a:hover {
  background-color: #FFF;
  color: #0F5991;
}

/*
ソリューションページ（新聞広告・フリーペーパー〜組織活性化ソリューション）
*/
/*
お役立ち資料申し込み（フォーム・完了画面）
*/
.page-whitePaper__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-whitePaper__inner {
    display: block;
  }
}
.page-whitePaper__about {
  width: calc(100% - 550px);
}
@media screen and (max-width: 960px) {
  .page-whitePaper__about {
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 768px) {
  .page-whitePaper__about {
    width: 100%;
    margin-bottom: 60px;
  }
}
.page-whitePaper__about figure {
  margin: 2em 0;
}
.page-whitePaper__aboutMain {
  font-weight: bold;
  line-height: 2em;
  font-size: 17px;
  color: #0F5991;
  margin-bottom: 20px;
}
.page-whitePaper__form {
  width: 500px;
}
@media screen and (max-width: 960px) {
  .page-whitePaper__form {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .page-whitePaper__form {
    width: 100%;
  }
}
.page-whitePaper__compelete {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-whitePaper__compelete {
    text-align: left;
  }
}
.page-whitePaper__compelete h1 {
  color: #0F5991;
  border-bottom: solid 1px #0F5991;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-whitePaper__compelete h1 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.page-whitePaper__compelete p {
  margin: 1.5em 0;
}
@media screen and (max-width: 768px) {
  .page-whitePaper__compelete p {
    margin: 1em 0;
  }
}
.page-whitePaper__file {
  border: solid 2px #0F5991;
  padding: 20px;
}
.page-whitePaper__file dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  margin-bottom: 20px;
  font-size: 22px;
}
.page-whitePaper__file dl dd {
  color: #FF5E00;
  font-weight: bold;
}
.page-whitePaper__fileLink a {
  background-color: #0F5991;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 10px 15px;
  text-decoration: none;
  color: #FFF;
  border: solid 1px #0F5991;
}
.page-whitePaper__fileLink a:hover {
  background-color: #FFF;
  color: #0F5991;
}
.page-whitePaper__passwordForm {
  max-width: 960px;
  margin: 0 auto;
}
.page-whitePaper__passwordForm p {
  margin: 1em 0;
}
.page-whitePaper__passwordForm input[type=password] {
  width: 10em;
}
.page-whitePaper__passwordForm input[type=submit] {
  background-color: #0F5991;
  border: solid 2px #0F5991;
  color: #FFF;
  border-radius: 5px;
  padding: 1px 10px;
}
.page-whitePaper__list {
  max-width: 960px;
  margin: 0 auto;
}
.page-whitePaper__listText {
  margin-bottom: 40px;
  font-weight: bold;
  color: #0F5991;
  font-size: 18px;
}
.page-whitePaper__articles article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 2px #EEE;
}
.page-whitePaper__articles article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page-whitePaper__articleDownload {
  margin-top: 10px;
}
.page-whitePaper__articleDownload a {
  display: block;
  background-color: #0F5991;
  color: #FFF;
  padding: 5px 10px;
  font-weight: bold;
  text-align: center;
  max-width: 10em;
  border-radius: 5px;
  text-decoration: none;
  border: solid 1px #0F5991;
}
.page-whitePaper__articleDownload a:hover {
  color: #0F5991;
  background-color: #FFF;
}

.page-whitePaperDownload__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-whitePaperDownload__inner {
    display: block;
  }
}
.page-whitePaperDownload__listText {
  margin-bottom: 40px;
  font-weight: bold;
  color: #0F5991;
  font-size: 18px;
}
.page-whitePaperDownload__btn {
  margin-bottom: 10px;
}
.page-whitePaperDownload__btn a {
  display: block;
  background-color: #0F5991;
  color: #FFF;
  padding: 10px 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  border: solid 1px #0F5991;
}
.page-whitePaperDownload__btn a:hover {
  color: #0F5991;
  background-color: #FFF;
}
.page-whitePaperDownload__endText {
  margin-top: 40px;
}

.page-whitePaperArchive__inner {
  max-width: 960px;
  margin: 0 auto;
}
.page-whitePaperArchive__lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-whitePaperArchive__lead {
    display: block;
  }
}
.page-whitePaperArchive__leadText {
  width: 48%;
  font-weight: bold;
  color: #0F5991;
  font-size: 18px;
  line-height: 1.8em;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .page-whitePaperArchive__leadText {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-whitePaperArchive__leadList {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .page-whitePaperArchive__leadList {
    width: 100%;
  }
}

.page-whitePaperSingle__lead {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.8em;
  color: #0F5991;
}
@media screen and (max-width: 768px) {
  .page-whitePaperSingle__lead {
    text-align: left;
  }
}
.page-whitePaperSingle__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .page-whitePaperSingle__inner {
    display: block;
  }
}
.page-whitePaperSingle__contents {
  width: 48%;
}
@media screen and (max-width: 960px) {
  .page-whitePaperSingle__contents {
    width: 100%;
  }
}
.page-whitePaperSingle__form {
  width: 49%;
}
@media screen and (max-width: 960px) {
  .page-whitePaperSingle__form {
    width: 100%;
  }
}
.page-whitePaperSingle__hide {
  display: none;
}
.page-whitePaperSingle__link {
  margin-top: 40px;
  padding-top: 20px;
  border-top: solid 1px #CCC;
  max-width: 1280px;
  margin: 40px auto 0;
}
.page-whitePaperSingle__link a {
  color: #0F5991;
  font-size: 18px;
  font-weight: bold;
}
.page-whitePaperSingle__form {
  margin-top: 10px;
}

/*
検索結果ページ
*/
/*
資料一覧
*/
.page-documents__inner {
  max-width: 960px;
  margin: 0 auto;
}
.page-documents__docs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}
.page-documents__doc {
  width: 20%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .page-documents__doc {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .page-documents__doc {
    width: 50%;
  }
}
.page-documents__doc figcaption {
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */
