@charset "UTF-8";
/* ==========================================================================
値の定義
========================================================================== */
/* ==========================================================================
importファイル
========================================================================== */
/* btnBace使用例：@extend %btnBace;
-------------------------------------------------------------*/

/* =================================================================

リセット

================================================================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  background: transparent;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  *font: x-small;
  color: #232220;
  font-size: 62.5%;
  font-family: helvetica, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans CJK JP Regular", "Noto Sans JP", "メイリオ", meiryo, verdana, sans-serif;
  font-weight: 400;
}

html,
body {
  height: 100%;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
  content: none;
}

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

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

fieldset {
  margin: 0 2px;
  border: 1px solid #999;
  padding: 0.35em 0.625em 0.75em;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: none;
  background: transparent;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
  color: #000;
  outline: none;
}

a:visited {
  color: #000;
  outline: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

*:focus {
  outline: none !important;
}

ins {
  color: #000;
  background: #ff9;
  text-decoration: none;
}

mark {
  color: #000;
  background-color: #ff9;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help;
}

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

table th,
table td {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  display: block;
  overflow: visible;
  border-top: 1px solid #999;
}

img {
  max-width: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  height: auto;
  vertical-align: bottom;
}

input,
select {
  vertical-align: middle;
}

button,
select {
  text-transform: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: initial;
}

input[type="button"],
input[type="submit"],
input[type="search"],
input[type="reset"],
button {
  -webkit-appearance: none;
}

label {
  font-weight: normal;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input {
  padding: 0;
}

input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

:-moz-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  margin: 0;
  padding: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

strong {
  font-weight: bold;
}

/* ==========================================================================

印刷時の定義

========================================================================== */
＠media print section {
  display: block;
  page-break-before: always;
}

＠media print pre,
＠media print code {
  page-break-after: always;
}

@page {
  ＠media print {
    margin-top: .4cm;
    margin: .5cm;
  }
}

＠media print p,
＠media print a,
＠media print code,
＠media print pre {
  word-wrap: break-word;
}

＠media print pre a[href]:after {
  content: "";
}

＠media print pre abbr[title]:after {
  content: "";
}

＠media print pre .ir a:after,
＠media print pre a[href^='javascript:']:after,
＠media print pre a[href^='#']:after {
  content: '';
}

＠media print .noPrint {
  display: none !important;
}

＠media print body {
  width: 1280px;
  font-size: 12pt;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-print-color-adjust: exact;
}

＠media print body .continer {
  padding-top: 0;
}

/* =================================================================

基本設定

================================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* レスポンシブチェック
------------------------------------------------------------- */
#responsibleCheck {
  width: 1px;
  height: 0;
}

/* PC/SPで要素を出しわけ
------------------------------------------------------------- */

.spOnly {
  display: none !important;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
}

body.bodyF {
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.xdebug-var-dump {
  font-size: 2rem;
}

.phpBox {
  font-size: 2rem;
}

.ps__rail-x,
.ps__rail-y {
  opacity: 0.6 !important;
}

.ps__rail-y {
  width: 5px !important;
  background-color: transparent !important;
}

.ps__thumb-y {
  right: 0 !important;
  width: 100% !important;
  background-color: #a8a8a8 !important;
  border-radius: 0 !important;
}

.fixedBody {
  position: fixed !important;
  width: 100%;
  height: 100%;
}

main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

main::after {
  display: table;
  clear: both;
  content: "";
}

main article {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

section {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

section.bassW {
  width: 100%;
  max-width: 1146px;
  margin: 0 auto;
}

section.max780 {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

section.max960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.setMax930 {
  max-width: 930px;
}

.setMax780 {
  max-width: 780px;
  margin-left: auto;
}

/* メンバーモーダル
------------------------------------------------------------- */
#modalBlock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
}

#modalBlock .overLay {
  z-index: 10001;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 34, 32, 0.64);
}

#modalBlock .cardColumn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10002;
  width: 716px;
  height: 698px;
  margin: auto;
  background-color: #fff;
}

#modalBlock .cardColumn .closeBtn {
  position: absolute;
  top: -1.7em;
  right: 0;
  padding-left: 1.3em;
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 4.4px;
  cursor: pointer;
  background-image: url(/images/common/icon_close.svg);
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#modalBlock .cardColumn .closeBtn:hover {
  opacity: 0.7;
}

#modalBlock .cardColumn .mainColumn {
  position: relative;
  width: 100%;
  max-height: 698px;
  padding: 8.2681% 10.8938%;
  overflow: auto;
}

#modalBlock .cardColumn .mainColumn .memberHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7.14286%;
}

#modalBlock .cardColumn .mainColumn .memberPhoto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 160px;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  overflow: hidden;
}

#modalBlock .cardColumn .mainColumn .memberPhoto img {
  max-width: 160px;
  border-radius: 50%;
}

#modalBlock .cardColumn .mainColumn h2 {
  margin-bottom: 24px;
  font-size: 3.4rem;
  line-height: 1;
  color: #232220;
  text-align: left;
  letter-spacing: 0.16em;
}

#modalBlock .cardColumn .mainColumn h3 {
  font-size: 1.9rem;
  line-height: 1;
  color: #232220;
  text-align: left;
  letter-spacing: 0.084em;
}

#modalBlock .cardColumn .mainColumn p#txt {
  padding-bottom: 7.14286%;
  font-size: 1.5rem;
  line-height: 2;
  color: #232220;
  text-align: left;
  letter-spacing: 1.2px;
}

#modalBlock .cardColumn .mainColumn .postList {
  display: block;
}

#modalBlock .cardColumn .mainColumn .postList h4 {
  padding-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.85;
  color: #767676;
  text-align: left;
  letter-spacing: normal;
}

#modalBlock .cardColumn .mainColumn .postList #listBox a {
  position: relative;
  display: block;
  padding-left: 0.5em;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 2;
  color: #767676;
  text-align: left;
  letter-spacing: 1.4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#modalBlock .cardColumn .mainColumn .postList #listBox a:hover {
  opacity: 0.5;
}

#modalBlock .cardColumn .mainColumn .postList #listBox a:last-child {
  margin-bottom: 0;
}

#modalBlock .cardColumn .mainColumn .postList #listBox a::before {
  display: inline-block;
  vertical-align: middle;
  content: "〉";
}

.sectionWrapLayout {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1146px;
  margin: 0;
}

/* リセット系
------------------------------------------------------------- */
.notP {
  padding: 0;
}

.notPb {
  padding-bottom: 0;
}

.notMb {
  margin-bottom: 0;
}

/* キービジュアルレイアウト
------------------------------------------------------------- */
section.KeyVisualLayout {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  overflow: hidden;
}

section.KeyVisualLayout .KeyVisualWrap {
  width: 100%;
  height: 100%;
}

section.KeyVisualLayout .KeyVisualWrap .Visual {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding-top: 316px;
  background-position: center center;
  background-size: cover;
}

/* ボタン設定
------------------------------------------------------------- */
.rMoreBtn {
  padding: 0.5em 1em;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.36);
  letter-spacing: 1.8px;
}

.contactBtnSharing {
  display: block;
  width: 100%;
}

.contactBtnSharing a {
  display: block;
  padding: 20px 15px;
  font-size: 2.7rem;
  line-height: 1.33;
  color: #808080;
  text-align: center;
  border: solid 1px #808080;
}

/* 関連TOPICS
------------------------------------------------------------- */
.relatedTopicsSharing {
  display: block;
}

.relatedTopicsSharing h2 {
  position: relative;
  display: block;
  margin-bottom: 64px;
  text-align: center;
}

.relatedTopicsSharing h2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  content: "";
  background-color: #767676;
}

.relatedTopicsSharing h2 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 50px;
  font-family: "A-OTF リュウミン Pr5 R-KL", "A-OTF RyuminPr5 Regular", "RyuminPr5-Regular", "A-OTF リュウミン Pr6 R-KL", "A-OTF RyuminPr6 Regular", "RyuminPr6-Regular", "游明朝", yumincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #232220;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #fff;
}

.relatedTopicsSharing .relatedTopicsList {
  width: 100%;
}

.relatedTopicsSharing .relatedTopicsList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.relatedTopicsSharing .relatedTopicsList ul li {
  width: 33.333333333%;
  margin-right: 3.8461%;
}

.relatedTopicsSharing .relatedTopicsList ul li:last-of-type {
  padding-bottom: 0;
  margin-right: 0;
}

.relatedTopicsSharing .relatedTopicsList ul li a {
  display: block;
}

.relatedTopicsSharing .relatedTopicsList ul li .postCat {
  display: block;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.29;
  color: #232220;
  text-align: center;
  border: 1px solid #767676;
}

.relatedTopicsSharing .relatedTopicsList ul li .thumbnail {
  padding-bottom: 20px;
}

.relatedTopicsSharing .relatedTopicsList ul li .thumbnail img {
  margin: 0 auto;
}

.relatedTopicsSharing .relatedTopicsList ul li .txtColumn {
  display: block;
}

.relatedTopicsSharing .relatedTopicsList ul li .txtColumn .spPostCat {
  display: none;
}

.relatedTopicsSharing .relatedTopicsList ul li .txtColumn h3 {
  padding-bottom: 12px;
  font-family: "A-OTF リュウミン Pr5 R-KL", "A-OTF RyuminPr5 Regular", "RyuminPr5-Regular", "A-OTF リュウミン Pr6 R-KL", "A-OTF RyuminPr6 Regular", "RyuminPr6-Regular", "游明朝", yumincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  color: #232220;
  text-align: center;
}

.relatedTopicsSharing .relatedTopicsList ul li .txtColumn p {
  font-size: 1.2rem;
  line-height: 1.75;
  color: #666;
  text-align: left;
}

/* 関連Works
------------------------------------------------------------- */
.relatedWorksSharing {
  display: block;
}

.relatedWorksSharing h2 {
  position: relative;
  display: block;
  margin-bottom: 64px;
  text-align: center;
}

.relatedWorksSharing h2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  content: "";
  background-color: #767676;
}

.relatedWorksSharing h2 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 50px;
  font-family: "A-OTF リュウミン Pr5 R-KL", "A-OTF RyuminPr5 Regular", "RyuminPr5-Regular", "A-OTF リュウミン Pr6 R-KL", "A-OTF RyuminPr6 Regular", "RyuminPr6-Regular", "游明朝", yumincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #232220;
  text-align: center;
  letter-spacing: 0.05em;
  letter-spacing: normal;
  background-color: #fff;
}

.relatedWorksSharing .relatedWorksColumn {
  width: 100%;
  padding-bottom: 10px;
}

.relatedWorksSharing .relatedWorksColumn:last-of-type {
  padding-bottom: 0;
}

.relatedWorksSharing .relatedWorksColumn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.relatedWorksSharing .relatedWorksColumn .thumbnail {
  width: 44.8717%;
}

.relatedWorksSharing .relatedWorksColumn .postTxt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 6.4102%;
}

.relatedWorksSharing .relatedWorksColumn .postTxt h3 {
  padding-bottom: 10px;
  font-family: "A-OTF リュウミン Pr5 R-KL", "A-OTF RyuminPr5 Regular", "RyuminPr5-Regular", "A-OTF リュウミン Pr6 R-KL", "A-OTF RyuminPr6 Regular", "RyuminPr6-Regular", "游明朝", yumincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.21;
  color: #232220;
}

.relatedWorksSharing .relatedWorksColumn .postTxt span {
  font-size: 1.4rem;
  line-height: 1.75;
  color: #666;
}

/* 千夜千冊
------------------------------------------------------------- */
.relatedBookSharing {
  display: block;
  padding: 50px 20px 48px;
  background-image: url(/images/common/related_book_sharing_bg.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.relatedBookSharing h2 {
  position: relative;
  display: block;
  margin-bottom: 48px;
  font-size: 3.9rem;
  font-weight: 600;
  line-height: 1;
  color: #232220;
  text-align: center;
  letter-spacing: normal;
}

.relatedBookSharing h2 > img {
  display: inline-block;
}

.relatedBookSharing .relatedBookList {
  max-width: 600px;
  margin: 0 auto;
}

.relatedBookSharing .relatedBookList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.relatedBookSharing .relatedBookList ul li {
  width: 33.333333333%;
}

.relatedBookSharing .relatedBookList ul li + li {
  margin-left: 10%;
}

.relatedBookSharing .relatedBookList ul li a {
  display: block;
}

.relatedBookSharing .relatedBookList ul li .thumbnail {
  display: block;
  margin-bottom: 16px;
}

.relatedBookSharing .relatedBookList ul li .thumbnail img {
  margin: 0 auto;
}

.relatedBookSharing .relatedBookList ul li .bookTxt {
  font-size: 1.7rem;
  line-height: 1.29;
  color: #000;
  text-align: center;
  letter-spacing: normal;
}

.relatedBookSharing .relatedBookList ul li .bookTxt span {
  display: inline-block;
  margin-bottom: 0.75em;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 2px;
}

.relatedBookSharing .relatedBookList ul li .bookTxt h3 {
  font-size: 1.5rem;
  line-height: 1.65;
}

/* この記事の編集者
------------------------------------------------------------- */
.editorColumnLayout {
  display: block;
}

.editorColumnLayout .editorColumn {
  position: relative;
  border: 1px solid #232220;
  border-radius: 6px;
}

.editorColumnLayout .editorColumn a {
  display: block;
  padding: 48px 30px 28px;
}

.editorColumnLayout .editorColumn h5 {
  position: absolute;
  top: -0.7em;
  left: 20px;
  display: inline-block;
  padding: 0 10px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0.1em;
  background: #fff;
}

.editorColumnLayout .editorColumn h6 {
  padding-bottom: 25px;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.12;
  letter-spacing: 0.1em;
}

.editorColumnLayout .editorColumn p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 2;
  color: #232220;
  text-align: left;
  letter-spacing: 1.2px;
}

.editorColumnLayout .editorColumn .rMoreBtn {
  margin-top: 16px;
  text-align: right;
}

/* サービスアイコン
------------------------------------------------------------- */
.serviceIcons {
  display: block;
  width: 100%;
  padding: 80px 0 65px;
}

.serviceIcons ul {
  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;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.serviceIcons ul li {
  display: block;
}

.serviceIcons ul li img {
  opacity: 0.3;
}

.serviceIcons ul li.check img {
  opacity: 1;
}

.wysiwygArea h2.h2TagW {
  padding: 0.8em 0.8em;
  margin-bottom: 40px;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.17;
  background-color: #f4f4f4;
}

.wysiwygArea .horizontalLineW {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 55px;
}

.wysiwygArea .horizontalLineW::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  content: "";
  background-color: #000;
}

.wysiwygArea .horizontalLineW h3.h3tagW {
  position: relative;
  z-index: 999;
  display: inline-block;
  min-width: 120px;
  padding-right: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #fff;
}

.wysiwygArea figure {
  width: 100%;
  max-width: none !important;
}

.wysiwygArea img.aligncenter {
  margin: 0 auto;
}

.wysiwygArea img.alignright {
  margin-left: auto;
}

.wysiwygArea img.alignleft {
  margin-right: auto;
}

.wysiwygArea p {
  word-break: break-all;
}

.ghostBtn {
  width: 100%;
  max-width: 333px;
}

.ghostBtn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 16px;
  line-height: 1;
  color: #000;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.8px;
  border: 1px solid #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.ghostBtn a:hover, .ghostBtn a:focus {
  color: #fff;
}

.ghostBtn a::before {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 50%;
  z-index: -2;
  content: "";
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.ghostBtn a:hover::before, .ghostBtn a:focus::before {
  right: 0;
  left: 0;
  opacity: 1;
}

.ghostBtn a.colB {
  color: #007cff;
  border: 1px solid #007cff;
}

.ghostBtn a.colB:hover {
  color: #fff;
}

.ghostBtn a.colB:focus {
  color: #007cff;
}

.ghostBtn a.colB::before {
  background-color: #007cff;
}

.ghostBtn a.colG {
  color: #008b06;
  border: 1px solid #008b06;
}

.ghostBtn a.colG:hover {
  color: #fff;
}

.ghostBtn a.colG:focus {
  color: #008b06;
}

.ghostBtn a.colG::before {
  background-color: #008b06;
}

.ghostBtn a.colR {
  color: #d92433;
  border: 1px solid #d92433;
}

.ghostBtn a.colR:hover {
  color: #fff;
}

.ghostBtn a.colR:focus {
  color: #d92433;
}

.ghostBtn a.colR::before {
  background-color: #d92433;
}

.ghostBtn a.colW {
  z-index: 1;
  color: #fff;
  border: 1px solid #fff;
}

.ghostBtn a.colW:hover {
  color: #000;
}

.ghostBtn a.colW:focus {
  color: #000;
}

.ghostBtn a.colW::before {
  background-color: #fff;
}

ul.relatedArticles {
  display: block;
}

ul.relatedArticles::after {
  display: table;
  clear: both;
  content: "";
}

ul.relatedArticles li {
  float: left;
  width: 33.3006%;
  margin-bottom: 8.3251%;
}

ul.relatedArticles li:nth-child(2) {
  padding-top: 40px;
}

ul.relatedArticles li:nth-child(4) {
  padding-top: 40px;
}

ul.relatedArticles li:nth-child(6) {
  padding-top: 40px;
}

ul.relatedArticles li .postDetailBox {
  width: 100%;
}

ul.relatedArticles li .postDetailBox .postData {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px 8px;
}

ul.relatedArticles li .postDetailBox .postData time {
  font-size: 100%;
  line-height: 1.75;
  color: #221815;
  text-align: left;
  letter-spacing: 0.8px;
}

ul.relatedArticles li .postDetailBox .postData .postCat {
  font-size: 81.25%;
  line-height: 2.15;
  letter-spacing: 0.7px;
}

ul.relatedArticles li .postDetailBox .postData .postCat.studies a {
  display: block;
  padding-left: 1.7em;
  color: #007cff;
  background-image: url(/images/common/ico_tag_studies.svg);
  background-repeat: no-repeat;
  background-position: center left;
}

ul.relatedArticles li .postDetailBox .postData .postCat.news a {
  display: block;
  padding-left: 1.7em;
  color: #008b06;
  background-image: url(/images/common/ico_tag_news.svg);
  background-repeat: no-repeat;
  background-position: center left;
}

ul.relatedArticles li .postDetailBox .postTxtBox {
  display: block;
}

ul.relatedArticles li .postDetailBox .postTxtBox .thumbnail {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

ul.relatedArticles li .postDetailBox .postTxtBox .thumbnail img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

ul.relatedArticles li .postDetailBox .postTxtBox .postTxt {
  display: block;
  padding: 0 16px;
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

ul.relatedArticles li .postDetailBox .postTxtBox .postTxt h5 {
  padding: 1.4em 0 0.8em;
  font-size: 112.25%;
  line-height: 1.35;
  color: #221815;
  text-align: left;
  letter-spacing: 0.9px;
}

ul.relatedArticles li .postDetailBox .postTxtBox .postTxt p {
  font-size: 87.5%;
  line-height: 2;
  color: #221815;
  text-align: left;
  letter-spacing: 0.7px;
}

ul.relatedArticles li .postDetailBox a {
  display: block;
  width: 100%;
}

ul.relatedArticles li .postDetailBox a:hover .postTxtBox .thumbnail img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

ul.relatedArticles li .postDetailBox a:hover .postTxtBox .postTxt {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* ベースキービジュアルレイアウト
------------------------------------------------------------- */
.BassVisualLayout {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}

.BassVisualLayout .visualWrap {
  position: relative;
  width: 100%;
  height: 440px;
  max-height: 440px;
}

.BassVisualLayout .visualWrap .Visual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.BassVisualLayout .visualTxt {
  position: relative;
  z-index: 2;
  height: 137px;
  text-align: center;
  background-color: #f5f5f5;
}

.BassVisualLayout .visualTxt time {
  position: relative;
  top: -38px;
  display: block;
  max-width: 284px;
  padding: 22px 40px;
  margin: 0 auto;
  font-size: 150%;
  line-height: 1.5;
  color: #231815;
  text-align: center;
  letter-spacing: 7.9px;
  background-color: #fff;
}

.BassVisualLayout .visualTxt h1 {
  position: relative;
  top: -32px;
  z-index: 2;
  display: block;
  max-width: 660px;
  padding: 18px 66px;
  margin: 0 auto;
  font-size: 42px;
  line-height: 1.3;
  background-color: #fff;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}

.BassVisualLayout .visualTxt h1::after {
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  width: 108px;
  height: 14px;
  margin: auto;
  content: "";
  background-image: url(/images/common/hTag_decoration.png);
  background-repeat: no-repeat;
}

.BassVisualLayout .visualTxt #paraItemP1 {
  position: absolute;
  right: 36px;
  z-index: 0;
  display: block;
  font-size: 104px;
  line-height: 1;
  color: #e5e5e5;
  text-align: center;
  letter-spacing: 5.2px;
}

.BassVisualLayout .visualTxt .postCat {
  position: relative;
  top: -5px;
  z-index: 4;
  display: inline-block;
  padding-left: 27px;
  line-height: 1.75;
  color: #008b06;
  letter-spacing: 0.8px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 17px;
}

.BassVisualLayout .visualTxt .postCat.news {
  background-image: url(/images/common/ico_tag_news.svg);
}

.BassVisualLayout .visualTxt .postCat.news a {
  color: #008b06;
}

.BassVisualLayout .visualTxt .postCat.studies {
  color: #007cff;
  background-image: url(/images/common/ico_tag_studies.svg);
}

.BassVisualLayout .visualTxt .postCat.studies a {
  color: #007cff;
}

/* カテゴリーリスト
------------------------------------------------------------- */
.categoryListLayout {
  display: block;
  width: 100%;
  max-width: 1060px;
  padding: 0 20px;
  margin: 0 auto 6.3867%;
}

.categoryListLayout .listWrap {
  padding: 16px 20px 6px;
  text-align: center;
  background-color: #e5e5e5;
  background-image: url(/images/common/ico_tag_news.svg);
  background-repeat: no-repeat;
  background-position: center left 20px;
}

.categoryListLayout .listWrap::after {
  display: table;
  clear: both;
  content: "";
}

.categoryListLayout .listWrap ul.postCat {
  display: block;
  padding-left: 30px;
  margin-right: -8px;
}

.categoryListLayout .listWrap ul.postCat::after {
  display: table;
  clear: both;
  content: "";
}

.categoryListLayout .listWrap ul.postCat li {
  float: left;
  padding-right: 8px;
  padding-bottom: 10px;
}

.categoryListLayout .listWrap ul.postCat li a {
  display: block;
  padding: 4px 16px;
  font-size: 93.75%;
  line-height: 1.5;
  color: #363a42;
  text-align: left;
  letter-spacing: 0.8px;
  background-color: #fff;
  border-radius: 100px;
}

.categoryListLayout .listWrap ul.postCat li.current-cat a {
  color: #fff;
  background-color: #008b06;
}

.categoryListLayout .listWrap.studies {
  background-image: url(/images/common/ico_tag_studies.svg);
}

.categoryListLayout .listWrap.studies ul.postCat li.current-cat a {
  background-color: #007cff;
}

/* 関連する千夜千冊
------------------------------------------------------------- */
.relationBookLayout {
  display: block;
  width: 76.2942%;
  padding-bottom: 9.5367%;
  margin: 0 auto;
}

.relationBookLayout h2 {
  width: 100%;
  padding: 3.57142% 0;
  margin: 0 auto;
  font-size: 162.5%;
  line-height: 1.38;
  color: #231815;
  text-align: center;
  letter-spacing: 8.6px;
  background-color: #f5f5f5;
}

.relationBookLayout ul {
  display: block;
  padding-top: 5.1648%;
  margin-right: -16px;
}

.relationBookLayout ul::after {
  display: table;
  clear: both;
  content: "";
}

.relationBookLayout ul li {
  float: left;
  width: 33.3333%;
  padding-right: 16px;
  margin-bottom: 8%;
}

.relationBookLayout ul li a {
  display: block;
}

.relationBookLayout ul li .bookimg {
  width: 100%;
  margin-bottom: 30px;
}

.relationBookLayout ul li .bookimg img {
  width: 66.006600660066%;
  margin: 0 auto;
}

.relationBookLayout ul li .num {
  margin-bottom: 14px;
  font-size: 75%;
  line-height: 1;
  color: #000;
  text-align: left;
  letter-spacing: 0.6px;
}

.relationBookLayout ul li .bookTit {
  font-size: 112.25%;
  line-height: 1.56;
  color: #000;
  text-align: left;
  letter-spacing: 0.9px;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}

.relationBookLayout ul li .bookTit span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/images/common/ico_outside.svg);
  background-size: contain;
}

/* シングルページ　一覧に戻るボタン
------------------------------------------------------------- */
.backPostAchives {
  display: block;
  width: 59.8638%;
  margin: 0 auto;
}

.backPostAchives .ghostBtn {
  max-width: none;
  font-weight: 600;
}

.backPostAchives .ghostBtn a {
  line-height: 1.7;
  letter-spacing: 1.6px;
}

/* お問い合わせリンク
------------------------------------------------------------- */
.contactLinkLayout {
  display: block;
  width: 86.7393%;
  padding-bottom: 7.5386%;
  margin: 0 auto;
  color: #fff;
  background-image: url(/images/common/img_link_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.contactLinkLayout h5 {
  padding-top: 10.9947%;
  padding-bottom: 2.3036%;
  font-size: 162.5%;
  line-height: 1;
  text-align: center;
  letter-spacing: 8.6px;
}

.contactLinkLayout p {
  padding-bottom: 4.6073%;
  line-height: 2.25;
  text-align: center;
  letter-spacing: 4.8px;
}

.contactLinkLayout .ghostBtn {
  display: block;
  margin: 0 auto;
}

/* ページ送り
------------------------------------------------------------- */
.pagenationLayout {
  display: block;
  padding-bottom: 150px;
}

.pagenationLayout .pagesTable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagenationLayout .next,
.pagenationLayout .prev {
  line-height: 1;
  color: #000;
}

.pagenationLayout .next a,
.pagenationLayout .prev a {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 2.1rem;
}

.pagenationLayout .next {
  padding-right: 2.3em;
}

.pagenationLayout .prev {
  padding-left: 2.3em;
  text-align: right;
}

.pagenationLayout ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 150px;
}

.pagenationLayout ul li {
  padding-bottom: 0;
  margin-right: 4px;
}

.pagenationLayout ul li:last-of-type {
  margin-right: 0;
}

.pagenationLayout ul li a {
  display: block;
  padding: 8px 14px;
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #a2a2a2;
}

.pagenationLayout ul li.active a {
  color: #000;
}

/* パン屑リスト
------------------------------------------------------------- */
.breadcrumbLayout {
  position: relative;
  width: 100%;
  /* &::before,
  &::after {
    position: absolute;
    left: 0;
    display: block;
    width: 50%;
    height: 1px;
    content: "";
    background-color: #232220;

    @include mq(md) {
      content: none;
    }
  }

  &::before {
    top: 0;
  }

  &::after {
    bottom: 0;
  } */
}

.breadcrumb {
  width: 100%;
  max-width: 1010px;
  padding-left: 40px;
  margin: 0 auto 60px;
  clear: both;
  text-align: left;
}

.breadcrumb ol {
  display: block;
  padding: 20px 8px;
  margin-right: 11.875%;
  font-size: 1.4rem;
  word-break: break-all;
  border-bottom: 1px solid #232220;
}

.breadcrumb ol::after {
  display: table;
  clear: both;
  content: "";
}

.breadcrumb ol > li {
  display: inline;
}

.breadcrumb ol > li + li::before {
  padding: 0 21px;
  content: "";
  background-image: url(/images/common/footer_nav_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px 15px;
}

/* ==========================================================================
ヘッダー
========================================================================== */
#header {
  position: relative;
  width: 220px;
  text-align: center;
  background-color: #fff;
  /* ==========================================================================
サイドナビゲーション
========================================================================== */
}

#header .headerWrapLayout {
  position: fixed;
  width: 220px;
  height: 100vh;
  padding: 50px 0 0;
  overflow: auto;
}

#header .headerWrapLayout.active {
  right: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#header .logo {
  display: inline-block;
}

#header nav#headerNav {
  margin: 30px 0 24px;
}

#header nav#headerNav ul {
  display: block;
  width: 100%;
}

#header nav#headerNav ul li {
  padding-bottom: 2px;
  line-height: 1;
}

#header nav#headerNav ul li:last-child {
  padding-bottom: 0;
}

#header nav#headerNav ul li a {
  display: block;
  padding: 16px 0;
}

#header nav#headerNav ul li a > img {
  margin: 0 auto;
}

#header .relatedSite {
  display: block;
  margin-bottom: 17px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

#header .relatedSite .siteBox {
  display: block;
  width: 100%;
  text-align: center;
}

#header .relatedSite .siteBox:first-child {
  border-bottom: 1px solid #efefef;
}

#header .relatedSite .siteBox a {
  display: block;
  padding: 16px 0 12px;
  text-align: center;
}

#header .relatedSite .siteBox a svg path {
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

#header .relatedSite .siteBox a.es svg path {
  fill: #d70c18;
}

#header .relatedSite .siteBox a.es:hover svg path {
  fill: #a2a2a2;
}

#header .relatedSite .siteBox a.questlink {
 margin: 0 50px;
 width: 120px;
 height: 50px;
}

#header .relatedSite .siteBox a.questlink img {
  max-width: 120px;
}

#header .relatedSite .siteBox a.questlink svg path {
  fill: #3c9686;
}

#header .relatedSite .siteBox a.questlink:hover svg path {
  fill: #a2a2a2;
}

#header .relatedSite .siteBox a img {
  display: inline-block;
}

#header .relatedSite .siteBox svg path:hover, #header .relatedSite .siteBox svg path:focus {
  fill: #a2a2a2;
}

#header .contactLinksLayout {
  display: block;
}

#header .contactLinksLayout a {
  display: block;
  padding: 16px 0 14px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #a2a2a2;
  text-align: center;
  letter-spacing: 1.3px;
}

#header .contactLinksLayout a::before {
  display: inline-block;
  width: 21px;
  height: 16px;
  margin: 0 4px 1px 0;
  vertical-align: middle;
  content: "";
  background: url("/images/common/ico_mail_sidebar.svg") left center/contain no-repeat;
}

#header .snsLayout {
  display: table;
  width: 132px;
  padding: 8px 0 16px;
  margin: 0 auto;
}

#header .snsLayout div {
  display: table-cell;
  vertical-align: middle;
}

#header .snsLayout .text {
  width: 80px;
  line-height: 1;
}

#header .snsLayout .snsbox {
  width: 30px;
}

#header .snsLayout .snsbox a {
  display: block;
  width: 100%;
  text-align: center;
}

#header .snsLayout .snsbox a img {
  height: 19px;
  margin: 0 auto;
}

#header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#header .overlay.overlayIn {
  display: block;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#header .spBtnWrap {
  position: relative;
  z-index: 100;
  display: none;
  width: 100%;
  height: auto;
}

#header .spBtnWrap a.menuBtn {
  position: fixed;
  top: 26px;
  right: 14px;
  display: inline-block;
  width: 30px;
  height: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#header .spBtnWrap a.menuBtn.active span {
  background-color: #363a42;
}

#header .spBtnWrap a.menuBtn span {
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #363a42;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#header .spBtnWrap a.menuBtn span:nth-of-type(1) {
  top: 0;
}

#header .spBtnWrap a.menuBtn span:nth-of-type(2) {
  top: 8px;
}

#header .spBtnWrap a.menuBtn span:nth-of-type(3) {
  bottom: 0;
}

#header .menuBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

#header .menuBtn.active span:nth-of-type(2) {
  opacity: 0;
}

#header .menuBtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

/* ==========================================================================
 * フッター
 * ========================================================================== */
.footer {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding-bottom: 100px;
  margin: 0 auto;
}

.footer .pageTopPos {
  position: absolute;
  top: -61px;
  right: 40px;
  width: 50px;
  border-top: 1px solid #232220;
}

.home .footer .pageTopPos {
  top: 0;
}

.footer .pageTopPos a {
  display: block;
  padding-top: 14px;
  text-align: center;
}

.footer .pageTopPos a img {
  margin: 0 auto;
}

.footer .pageTopPos a p {
  display: inline-block;
  padding-top: 14px;
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 0;
  letter-spacing: 3.2px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.footer .footerLayout {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}

.footer .footerListLayout {
  display: block;
  padding: 0 0 95px 40px;
}

.footer .footerListLayout nav {
  display: block;
  width: 100%;
  max-width: 960px;
}

.footer .footerListLayout nav dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.footer .footerListLayout nav dl dt {
  width: 170px;
  padding: 16px 8px;
}

.footer .footerListLayout nav dl dt a {
  display: block;
  background-image: url("/images/common/footer_nav_arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

.footer .footerListLayout nav dl dd {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer .footerListLayout nav dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 5.8%;
  overflow: hidden;
}

.footer .footerListLayout nav dl dd ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 5.5%;
}

.footer .footerListLayout nav dl dd ul li a {
  display: block;
  padding: 10px 0;
  color: #232220;
}

.footer .footerListLayout nav dl.service dd ul {
  padding: 8px 64px 0 0;
}

.footer .footerListLayout nav dl.service dd ul li {
  margin-bottom: 8px;
}

.footer .footerListLayout nav dl.service dd ul li a {
  padding: 0;
}

.footer .footerListLayout nav dl.philosophy a {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1.4px;
}

.footer .footerListLayout nav dl.about {
  margin-bottom: 0;
}

.footer .footerListLayout nav dl.about a {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
}

.footer .relatedSiteF {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 1040px;
  margin-bottom: 135px;
}

.footer .relatedSiteF .siteBox {
  width: 33.333333%;
  min-height: 68px;
  padding-right: 2.3076%;
}

.footer .relatedSiteF .siteBox:last-of-type {
  margin-top: 24px;
}

.footer .relatedSiteF .siteBox a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4px 10px;
  border: 1px solid #a2a2a2;
}

.footer .footerBottomLayout {
  display: block;
  overflow: hidden;
}

.footer .footerBottomLayout .otherLayout {
  display: block;
  float: left;
  width: 60%;
  margin-left: auto;
}

.footer .footerBottomLayout .otherLayout ul {
  overflow: hidden;
}

.footer .footerBottomLayout .otherLayout ul li {
  float: left;
}

.footer .footerBottomLayout .otherLayout ul li:first-child {
  padding-right: 16.5%;
}

.footer .footerBottomLayout .otherLayout ul li a {
  font-size: 1.4rem;
  color: #232220;
  letter-spacing: 1.4px;
}

.footer .footerBottomLayout small {
  display: block;
  float: right;
  padding-right: 20px;
  margin-right: auto;
  font-size: 1.3rem;
  line-height: 2.33;
  color: #767676;
  text-align: right;
  letter-spacing: 0.6px;
}

/* ==========================================================================
404
========================================================================== */
#errorLayout .errorLayoutBox {
  padding-top: 183px;
  padding-bottom: 280px;
}

#errorLayout .errorLayoutBox h1 {
  display: block;
  padding-bottom: 70px;
}

#errorLayout .errorLayoutBox h1 img {
  margin: 0 auto;
}

#errorLayout .errorLayoutBox h2,
#errorLayout .errorLayoutBox p {
  font-family: "NotoSerifBold", serif;
}

#errorLayout .errorLayoutBox h2 {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 2.2px;
  text-align: center;
  color: #231815;
}

#errorLayout .errorLayoutBox p {
  font-size: 1.4rem;
  line-height: 3;
  letter-spacing: 1.1px;
  text-align: center;
  color: #231815;
}

#errorLayout .errorLayoutBox .topBtnLayout {
  display: block;
  text-align: center;
  padding-top: 90px;
}

#errorLayout .errorLayoutBox .topBtnLayout a {
  display: inline-block;
  background-color: #000000;
  width: 100%;
  max-width: 218px;
  padding: 20px 10px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.7px;
  color: #f5f5f5;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
  opacity: 0.6;
}

.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y {
  opacity: 0.6;
}

.ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .ghostBtn a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    position: absolute;
    bottom: 3px;
    right: 3px;
  }
  body {
    font-size: 100%;
  }
  #responsibleCheck {
    width: 2px;
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  .ps__rail-y {
    display: none !important;
  }
  main {
    display: block;
  }
  section.max780 {
    padding: 0 16px;
  }
  section.max960 {
    padding: 0 16px;
  }
  .setMax780 {
    padding: 0 16px;
  }
  #modalBlock .cardColumn {
    width: 90%;
    height: 80%;
  }
  #modalBlock .cardColumn .closeBtn {
    font-size: 1.6rem;
    background-size: 11px 11px;
    -webkit-transition: none 0;
    transition: none 0;
  }
  #modalBlock .cardColumn .mainColumn {
    max-height: 100%;
    padding: 6.2681% 5.8938%;
  }
  #modalBlock .cardColumn .mainColumn .memberPhoto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
  #modalBlock .cardColumn .mainColumn .memberPhoto img {
    width: 100%;
  }
  #modalBlock .cardColumn .mainColumn h2 {
    margin-bottom: 18px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  #modalBlock .cardColumn .mainColumn h3 {
    font-size: 1.5rem;
  }
  #modalBlock .cardColumn .mainColumn p#txt {
    font-size: 1.3rem;
    line-height: 1.65;
  }
  #modalBlock .cardColumn .mainColumn .postList h4 {
    padding-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1;
  }
  #modalBlock .cardColumn .mainColumn .postList #listBox a {
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 1.65;
  }
  section.KeyVisualLayout .KeyVisualWrap {
    background-color: #f5f5f5;
  }
  section.KeyVisualLayout .KeyVisualWrap .Visual {
    padding-top: 34.90401%;
  }
  .rMoreBtn {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .contactBtnSharing a {
    padding: 15px 10px;
    font-size: 1.6rem;
  }
  .relatedTopicsSharing h2 {
    margin-bottom: 10.19021%;
  }
  .relatedTopicsSharing h2 span {
    padding: 0 30px;
    font-size: 2rem;
  }
  .relatedTopicsSharing .relatedTopicsList ul {
    display: block;
  }
  .relatedTopicsSharing .relatedTopicsList ul li {
    width: 100%;
    padding-bottom: 25px;
    margin-right: 0;
  }
  .relatedTopicsSharing .relatedTopicsList ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .relatedTopicsSharing .relatedTopicsList ul li .thumbnail {
    width: 44.8717%;
    padding-bottom: 0;
  }
  .relatedTopicsSharing .relatedTopicsList ul li .thumbnail img {
    width: 100%;
  }
  .relatedTopicsSharing .relatedTopicsList ul li .txtColumn {
    width: 55.1283%;
    padding-left: 4.4102%;
  }
  .relatedTopicsSharing .relatedTopicsList ul li .txtColumn .spPostCat {
    display: block;
    padding: 5px 10px;
    margin-bottom: 8px;
    font-size: 1.1rem;
    line-height: 1;
    color: #232220;
    text-align: center;
    letter-spacing: 0.1em;
    border: 1px solid #999;
  }
  .relatedTopicsSharing .relatedTopicsList ul li .txtColumn h3 {
    padding: 10px 0;
    font-size: 1.7rem;
    text-align: left;
  }
  .relatedTopicsSharing .relatedTopicsList ul li .txtColumn p {
    font-size: 1rem;
  }
  .relatedWorksSharing h2 {
    margin-bottom: 10.19021%;
  }
  .relatedWorksSharing h2 span {
    padding: 0 30px;
    font-size: 2rem;
  }
  .relatedWorksSharing .relatedWorksColumn .postTxt {
    padding-left: 4.4102%;
  }
  .relatedWorksSharing .relatedWorksColumn .postTxt h3 {
    padding-bottom: 5px;
    font-size: 1.6rem;
  }
  .relatedWorksSharing .relatedWorksColumn .postTxt span {
    font-size: 1.2rem;
  }
  .relatedBookSharing {
    padding: 52px 16px 40px;
  }
  .relatedBookSharing h2 {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
  .relatedBookSharing h2 > img {
    max-width: 90%;
  }
  .relatedBookSharing .relatedBookList ul {
    display: block;
  }
  .relatedBookSharing .relatedBookList ul li {
    width: 90%;
    margin: 0 auto 32px;
  }
  .relatedBookSharing .relatedBookList ul li + li {
    margin-left: auto;
  }
  .relatedBookSharing .relatedBookList ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .relatedBookSharing .relatedBookList ul li .thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35.71428%;
        -ms-flex: 0 0 35.71428%;
            flex: 0 0 35.71428%;
    width: 35.71428%;
    margin-right: 24px;
    margin-bottom: 0;
  }
  .relatedBookSharing .relatedBookList ul li .bookTxt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: left;
  }
  .relatedBookSharing .relatedBookList ul li .bookTxt span {
    display: block;
    margin-bottom: 10px;
  }
  .editorColumnLayout .editorColumn a {
    padding: 40px 20px 20px;
  }
  .editorColumnLayout .editorColumn h5 {
    left: 10px;
  }
  .editorColumnLayout .editorColumn h6 {
    padding-bottom: 10px;
    font-size: 2rem;
  }
  .editorColumnLayout .editorColumn p {
    font-size: 1.3rem;
    line-height: 1.65;
  }
  .serviceIcons ul {
    max-width: 160px;
  }
  .serviceIcons ul li {
    width: 27px;
  }
  .wysiwygArea h2.h2TagW {
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .wysiwygArea .horizontalLineW {
    margin-bottom: 20px;
  }
  .wysiwygArea .horizontalLineW h3.h3tagW {
    min-width: 100px;
    padding-right: 10px;
    font-size: 1.8rem;
  }
  .ghostBtn a {
    font-size: 14px;
  }
  .ghostBtn a::before {
    display: none;
  }
  .ghostBtn a.colB:hover {
    color: #007cff;
  }
  .ghostBtn a.colB:focus {
    color: #007cff;
  }
  .ghostBtn a.colG:hover {
    color: #008b06;
  }
  .ghostBtn a.colR:hover {
    color: #d92433;
  }
  ul.relatedArticles li {
    margin-bottom: 0;
  }
  ul.relatedArticles li:nth-child(odd) {
    width: 50%;
    margin-right: 1px;
  }
  ul.relatedArticles li:nth-child(even) {
    width: 49.6%;
    padding-top: 36px;
  }
  ul.relatedArticles li .postDetailBox .postData {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 9px 10px;
  }
  ul.relatedArticles li .postDetailBox .postData time {
    display: block;
    font-size: 75%;
    line-height: 1;
  }
  ul.relatedArticles li .postDetailBox .postData .postCat {
    display: block;
    font-size: 75%;
    line-height: 1.8;
  }
  ul.relatedArticles li .postDetailBox .postData .postCat.studies a {
    padding-left: 1.4em;
    background-size: 1em;
  }
  ul.relatedArticles li .postDetailBox .postData .postCat.news a {
    padding-left: 1.4em;
    background-size: 1em;
  }
  ul.relatedArticles li .postDetailBox .postTxtBox .postTxt {
    padding: 0 9px;
  }
  ul.relatedArticles li .postDetailBox .postTxtBox .postTxt h5 {
    font-size: 87.5%;
  }
  ul.relatedArticles li .postDetailBox .postTxtBox .postTxt p {
    display: none;
  }
  ul.relatedArticles li .postDetailBox a:hover .postTxtBox .thumbnail img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  ul.relatedArticles li .postDetailBox a:hover .postTxtBox .postTxt {
    opacity: 1;
  }
  .BassVisualLayout {
    margin: 13.9322% 0 0;
  }
  .BassVisualLayout .visualWrap {
    height: auto;
    max-height: none;
    padding-top: 65.3645%;
  }
  .BassVisualLayout .visualWrap .Visual {
    height: auto;
    padding-top: 65.3645%;
  }
  .BassVisualLayout .visualTxt time {
    top: -28px;
    padding: 2.9411% 4.9518%;
    font-size: 87.5%;
    line-height: 1.2;
    letter-spacing: 4px;
  }
  .BassVisualLayout .visualTxt h1 {
    display: inline-block;
    padding: 12px 26px;
    font-size: 162.5%;
  }
  .BassVisualLayout .visualTxt h1::after {
    width: 71.923077%;
    background-position: center center;
    background-size: 80px;
  }
  .BassVisualLayout .visualTxt #paraItemP1 {
    font-size: 52px;
  }
  .BassVisualLayout .visualTxt .postCat.studies {
    top: 0;
  }
  .categoryListLayout {
    width: 87.5%;
    padding: 0;
    margin-bottom: 11.1607%;
  }
  .categoryListLayout .listWrap {
    padding: 10px 10px 0;
    background-position: center left 14px;
  }
  .categoryListLayout .listWrap ul.postCat {
    display: block;
    float: none;
  }
  .categoryListLayout .listWrap ul.postCat li a {
    padding: 6px 16px;
    font-size: 87.5%;
  }
  .relationBookLayout {
    width: 100%;
  }
  .relationBookLayout h2 {
    width: 100%;
    font-size: 125%;
  }
  .relationBookLayout ul {
    padding-top: 10.9375%;
    margin-right: 0;
  }
  .relationBookLayout ul li {
    float: none;
    width: 80%;
    padding-right: 0;
    padding-bottom: 22.3958%;
    margin: auto;
  }
  .relationBookLayout ul li:last-child {
    padding-bottom: 0;
  }
  .backPostAchives {
    width: 87.5%;
  }
  .contactLinkLayout h5 {
    padding-bottom: 0.8em;
    font-size: 150%;
  }
  .contactLinkLayout p {
    font-size: 87.5%;
    line-height: 1.5;
  }
  .pagenationLayout {
    padding-bottom: 19.53125%;
  }
  .pagenationLayout .next a,
  .pagenationLayout .prev a {
    font-size: 1.8rem;
  }
  .pagenationLayout .next {
    padding-right: 1.3em;
  }
  .pagenationLayout .prev {
    padding-left: 1.3em;
  }
  .pagenationLayout ul li a {
    font-size: 2rem;
  }
  .breadcrumbLayout {
    width: 100%;
    padding: 0 16px;
  }
  .breadcrumb {
    padding-left: 0;
    margin-bottom: 35px;
  }
  .breadcrumb ol {
    max-width: initial;
    padding: 16px 0;
    margin-right: 0;
    font-size: 1.3rem;
  }
  #header .headerWrapLayout {
    width: 223px;
    height: 100%;
    padding-top: 20px;
  }
  #header .headerWrapLayout {
    position: fixed;
    top: 0;
    right: -57.552%;
    z-index: 99;
    display: block;
    width: 57.552%;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #header .logo {
    display: block;
  }
  #header .logo a {
    display: block;
  }
  #header .logo img {
    max-width: 110px;
    margin: 0 auto;
  }
  #header nav#headerNav {
    margin: 18px 0 20px;
  }
  #header .relatedSite {
    margin-bottom: 8px;
  }
  #header .relatedSite .siteBox a {
    padding: 14px 0 10px;
  }
  #header .snsLayout {
    padding: 8px 0 16px;
  }
  #header .spBtnWrap {
    display: block;
  }
  .footer {
    padding: 0 16px;
  }
  .footer .pageTopPos {
    position: static;
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
    border-top-width: 2px;
  }
  .footer .pageTopPos a {
    padding-top: 8px;
  }
  .footer .pageTopPos a img {
    width: 7px;
  }
  .footer .pageTopPos a p {
    padding-top: 20px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .footer .footerLayout {
    padding-top: 35px;
  }
  .footer .footerListLayout {
    padding: 0 0 12.3697%;
  }
  .footer .footerListLayout nav dl {
    display: block;
    padding: 8px 0 4px;
    margin-bottom: 0;
  }
  .footer .footerListLayout nav dl dt {
    width: 100%;
    padding: 8px 0 0;
    border-top: 1px solid #ccc;
  }
  .footer .footerListLayout nav dl dt a {
    display: inline-block;
    padding: 22px 25px 15px 0;
    background-position: right calc(22px - 0.1em);
  }
  .footer .footerListLayout nav dl dd ul {
    padding: 0;
    margin-left: 0;
  }
  .footer .footerListLayout nav dl dd ul li {
    margin-right: 0;
  }
  .footer .footerListLayout nav dl dd ul li a {
    padding: 8px;
  }
  .footer .footerListLayout nav dl.service dd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 0 0 4px;
  }
  .footer .footerListLayout nav dl.service dd ul li {
    width: 50%;
    margin-bottom: 0;
  }
  .footer .footerListLayout nav dl.service dd ul li a {
    padding: 8px 0;
  }
  .footer .footerListLayout nav dl.philosophy ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footerListLayout nav dl.philosophy ul li {
    width: 33.3%;
  }
  .footer .footerListLayout nav dl.philosophy a {
    text-align: left;
  }
  .footer .footerListLayout nav dl.about dd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footerListLayout nav dl.about dd ul li {
    width: 33.33333%;
  }
  .footer .footerListLayout nav dl.about dd ul li a {
    padding: 1em 8px 0;
    text-align: left;
  }
  .footer .relatedSiteF {
    margin-bottom: 10.3697%;
  }
  .footer .relatedSiteF .siteBox {
    width: 50%;
    min-height: inherit;
    padding-right: 0;
    padding-bottom: 8px;
  }
  .footer .relatedSiteF .siteBox:nth-child(odd) {
    padding-right: 4px;
  }
  .footer .relatedSiteF .siteBox:nth-child(even) {
    padding-left: 4px;
  }
  .footer .relatedSiteF .siteBox:last-of-type {
    margin-top: 0;
  }
  .footer .relatedSiteF .siteBox a {
    padding: 10px 16px;
  }
  .footer .relatedSiteF .siteBox img {
    max-height: 29px;
  }
  .footer .footerBottomLayout {
    padding-left: 0;
  }
  .footer .footerBottomLayout .otherLayout {
    float: none;
    width: 100%;
    padding-bottom: 15px;
  }
  .footer .footerBottomLayout .otherLayout ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footerBottomLayout .otherLayout ul li {
    width: 50%;
  }
  .footer .footerBottomLayout .otherLayout ul li:first-child {
    padding-right: 0;
  }
  .footer .footerBottomLayout .otherLayout ul li a {
    display: block;
    padding: 8px 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .footer .footerBottomLayout small {
    float: none;
    width: 100%;
    padding: 0;
    font-size: 1.1rem;
    text-align: center;
  }
  #errorLayout .errorLayoutBox {
    width: 87.5%;
    margin: 0 auto;
    padding-top: 27.2321%;
    padding-bottom: 41.6666%;
  }
  #errorLayout .errorLayoutBox h1 {
    padding-bottom: 10.4166%;
  }
  #errorLayout .errorLayoutBox .topBtnLayout {
    padding-top: 13.3928%;
  }
}
@media screen and (min-width: 1366px) {
  #responsibleCheck {
    width: 3px;
  }
}
@media screen and (max-width: 640px) {
  section.KeyVisualLayout .KeyVisualWrap .Visual {
    padding-top: 65.3645%;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .relatedTopicsSharing h2 span {
    font-size: 2.2rem;
  }
  .relatedTopicsSharing .relatedTopicsList ul li {
    padding-bottom: 32px;
  }
  .relatedTopicsSharing .relatedTopicsList ul li .thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    width: 30%;
  }
  .relatedTopicsSharing .relatedTopicsList ul li .txtColumn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
  }
  .relatedTopicsSharing .relatedTopicsList ul li .txtColumn .spPostCat {
    padding: 6px 0;
    font-size: 1.2rem;
  }
  .relatedTopicsSharing .relatedTopicsList ul li .txtColumn h3 {
    padding: 18px 0 16px;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .relatedTopicsSharing .relatedTopicsList ul li .txtColumn p {
    font-size: 1.4rem;
  }
  .relatedWorksSharing h2 span {
    font-size: 2.2rem;
  }
  .relatedWorksSharing .relatedWorksColumn {
    width: 80%;
    padding-bottom: 24px;
    margin: 0 auto;
  }
  .relatedWorksSharing .relatedWorksColumn .postTxt h3 {
    padding-bottom: 8px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 640px) and (max-width: 768px) {
  .relatedTopicsSharing .relatedTopicsList ul li a {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .BassVisualLayout .visualWrap {
    height: 300px;
    max-height: 300px;
  }
  .breadcrumb {
    padding-left: 0;
  }
  .footer .footerListLayout {
    padding-left: 0;
  }
  .footer .footerListLayout nav dl.service dd ul li {
    width: 158px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
