@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Ubuntu+Condensed|Noto+Sans+JP:400,500,700|Noto+Serif:400,700&display=swap&subset=japanese");
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;800&display=swap&subset=japanese');

/* =================================================================

リセット

================================================================= */

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%;
  font-size: 62.5%;
}

body {
  *font: x-small;
  color: #333;
  font-size: 1.6em;
  letter-spacing: .8px;
  /*font-family: 'Noto Sans CJK JP', sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  overflow-y: scroll;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 100%;
  }
}

html, body {
  line-height: 1.6;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

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: .35em .625em .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 {
  outline: none;
}

a:visited {
  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;
}

caption, th {
  text-align: left;
}

hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  display: block;
  overflow: visible;
  border-top: 1px solid #ddd;
}

img {
  max-width: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden; /*chromeでぼやけるの防ぐため*/
}

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: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  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;
}

.empty {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  border: 0 !important;
}

.empty::before,
.empty::after {
  display: none !important;
}

/*
テキスト反転カラー
::selection {
  background: #1a4375;
  color: #fff;
}
*/

::placeholder {
  font-weight: normal;
  color: #aaa;
  font-size: 1.4rem;
}


/* ==========================================================================

検索結果

========================================================================== */
[data-area="content"] .gsc-control-cse {
  padding: 0 !important;
}

[data-area="content"] .gsc-above-wrapper-area {
  padding: 0 0 10px !important;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .gsc-above-wrapper-area {
    margin: 0 0 10px;
  }
}

[data-area="content"] .gsc-above-wrapper-area table td {
  border: none !important;
  padding: 0;
}

[data-area="content"] .gsc-result-info {
  padding: 0 !important;
}

[data-area="content"] .gs-result .gs-image,
[data-area="content"] .gs-result .gs-promotion-image {
  border: 0 !important;
}

[data-area="content"] .gs-webResult.gs-result a.gs-title:visited,
[data-area="content"] .gs-webResult.gs-result a.gs-title:visited b,
[data-area="content"] .gs-imageResult a.gs-title:visited,
[data-area="content"] .gs-imageResult a.gs-title:visited b {
  color: #1d6cbc !important;
}

.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
  color: #1d6cbc !important;
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
  color: #1d6cbc !important;
}

[data-area="content"] .gs-webResult.gs-result a.gs-title:hover,
[data-area="content"] .gs-webResult.gs-result a.gs-title:hover b,
[data-area="content"] .gs-imageResult a.gs-title:hover,
[data-area="content"] .gs-imageResult a.gs-title:hover b {
  color: #1d6cbc !important;
  opacity: .8;
}

[data-area="content"] .gsc-thumbnail-inside,
[data-area="content"] .gsc-url-top {
  padding: 0 !important;
}

[data-area="content"] .gs-web-image-box .gs-image,
[data-area="content"] .gs-promotion-image-box .gs-promotion-image {
  max-width: 70px !important;
}

[data-area="content"] .gs-web-image-box,
[data-area="content"] .gs-promotion-image-box {
  width: 70px  !important;
}


/* ==========================================================================

slick.jsのスタイル（基本）

========================================================================== */
.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;
}

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* ==========================================================================

基本設定

========================================================================== */

/* iOSでのデフォルトスタイルをリセット
-------------------------------------------------------------*/
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-text-fill-color: black;
  opacity: 1;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}


/* 個別フォント
-------------------------------------------------------------*/
.mincho {
  font-weight: 300;
  font-family: 'Noto Sans Japanese', serif;
}

/* IE11用 */
body.ie .mincho {
  letter-spacing: .15em;
  font-weight: 400;
font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

/* ウブントゥ */
.ubuntu {
  font-weight: 400;
  font-family: 'Ubuntu Condensed', sans-serif;
}


/* テキスト非表示
-------------------------------------------------------------*/
.clearTxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* 動画フィット
-------------------------------------------------------------*/
.fitMovie {
  position: absolute;
}

/* レスポンシブチェック
-------------------------------------------------------------*/
#responsibleCheck {
  width: 1px;
  height: 0;
}
@media screen and (min-width: 769px) and (max-width: 1259px) {
  #responsibleCheck {
    width: 3px;
  }
}
@media only screen and (max-width: 768px) {
  #responsibleCheck {
    width: 2px;
  }
}

/* PC/SPで要素を出しわけ
-------------------------------------------------------------*/
.spOnly {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
.cms .spOnly {
  display: block;
}


/* SVG画像調整
-------------------------------------------------------------*/
img[src$=".svg"] {
  width: 100%;
}


/* ==========================================================================

アニメーション

========================================================================== */
@-webkit-keyframes firstFadeIn {
  0% {}
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes firstFadeIn {
  0% {}
  100% {
    opacity: 1;
    visibility: visible;
  }
}

.trans {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.deg {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.deg.back {
  z-index: -1;
}

.deg>[data-type="left"] {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: rotateY(90deg) translateX(-100px);
  transform: rotateY(90deg) translateX(-100px);
  opacity: 0;
}

.deg>[data-type="right"] {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: rotateY(-90deg) translateX(100px);
  transform: rotateY(-90deg) translateX(100px);
  opacity: 0;
}

.deg.active>* {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

.scroll {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
}

.scroll[data-type="up"] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0.01;
}

.scroll[data-type="down"] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0.01;
}

.scroll[data-type="left"] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0.01;
}

.scroll[data-type="right"] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  opacity: 0.01;
}

.scroll[data-type="fade"] {
  opacity: 0;
}

.scroll[data-type="up"].active, .scroll[data-type="down"].active, .scroll[data-type="left"].active, .scroll[data-type="right"].active, .scroll[data-type="fade"].active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.scroll[data-type="width"] {
  -webkit-transition: all 1.0s ease;
  transition: all 1.0s ease;
  max-width: 100%;
  width: 100%;
  min-height: 62px;
  padding: 20px 0 0;
  opacity: 1;
}

.scroll[data-type="width"].active {
  width: 350px;
  padding: 20px 70px 0;
  opacity: 1;
}

.scroll[data-type="text"] {
  -webkit-transition: all 1.0s ease;
  transition: all 1.0s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -0.1turn) translate3d(-50px, 100px, 0);
  transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -0.1turn) translate3d(-50px, 100px, 0);
  /*  transition-delay: 2s; */
}

.scroll[data-type="text"].active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
  /*  transition-delay: 2s; */
}

.scroll[data-type="text"].dur {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.scroll[data-type="text"].dur2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.scroll[data-type="text"].dur3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.scroll[data-type="text"].dur4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.scroll[data-type="text"].dur5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.scroll[data-type="text"].dur6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.scroll[data-type="text"].dur7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.scroll[data-type="text"].dur8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.scroll[data-type="text"].dur9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.scroll[data-type="text"].dur10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.scroll[data-type="text"].dur11 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.scroll[data-type="text"].dur12 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.scroll[data-type="text"].dur13 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.scroll[data-type="text"].dur14 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.scroll[data-type="text"].dur15 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.scroll[data-type="text"].dur16 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.scroll[data-type="text"].dur17 {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.scroll[data-type="text"].dur18 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.scroll[data-type="text"].dur19 {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.scroll[data-type="text"].dur20 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.scroll[data-type="text"].dur25 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.scroll[data-type="text"].dur30 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.scroll[data-type="text"].dur35 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.scrollup {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.scrollup.action {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.scrollSlide {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.scrollSlide.top {
  opacity: 0;
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
}

.scrollSlide.left {
  opacity: 0;
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
}

.scrollSlide.right {
  opacity: 0;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
}

.scrollSlide.action {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.scrollZoom {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, -1);
  transform: scale3d(0, 0, -1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.scrollZoom.action {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}


/* ==========================================================================

メインコンテンツベース

========================================================================== */
.continer {
  width: 100%;
  overflow: hidden;
  position: relative;
}

body.basic.en,
body.basic.es,
body.error,
body.ones {
  padding: 120px 0 0;
}
@media only screen and (max-width: 1259px) {
  body.basic.en,
  body.basic.es,
  body.error,
  body.ones {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  body.basic.en,
  body.basic.es,
  body.error,
  body.ones {
    padding: 55px 0 0;
  }
}


/* ==========================================================================

緊急のお知らせ

========================================================================== */

.emergencyInfo .inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 20px;
}

.emergencyInfo .ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}

.emergencyInfo .txt {
  text-align: center;
  padding: 12px 0 0;
}


/* ==========================================================================

パンくずリスト

========================================================================== */
.breadsWrap {
  background: #404040;
}
@media only screen and (max-width: 768px) {
  .breadsWrap {
    visibility: hidden;
  }
  body.es .breadsWrap,
  body.en .breadsWrap {
    display: none;
  }
}

.breadsWrap .breads {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  color: #aaa;
  background: #404040;
  max-width: 1260px;
  padding: 10px 20px 11px;
  margin: 0 auto;
}

.breadsWrap .breads li {
  font-size: 1.2rem;
  position: relative;
  list-style: none;
}

.breadsWrap .breads li::after {
  content: '/';
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 11px;
  z-index: 10;
  color: #fff;
}

.breadsWrap .breads li:last-child::after {
  display: none;
}

.breadsWrap .breads li a {
  -webkit-transition: .2s;
  transition: .2s;
  color: #fff;
  display: inline-block;
}

.breads li.no-link a {
  pointer-events: none;
}


/* ==========================================================================

サイトマップ

========================================================================== */
.sitemapBox {
  padding: 37px 0 0;
}
@media screen and (max-width: 1280px) and (min-width: 0px){
  .sitemapBox {
    padding: 20px 0 0;
  }
}

.sitemapBox .mapLists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: space-between;
  flex-direction: row;
}

.sitemapBox .mapLists > .mapList {
  width: 23.31%;
  align-self: stretch;
  margin-bottom: 45px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) and (min-width: 769px){
  .sitemapBox .mapLists > .mapList {
    width: 48.2%;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .sitemapBox .mapLists > .mapList {
    width: 100%;
    margin: 0;
  }
  .sitemapBox .mapLists > .mapList:last-of-type {
    margin: 0;
  }
}


.sitemapBox .lv2-item {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -.01em;
}

.sitemapBox .lv2-item .lv2-link {
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  display: inline-block;
  color: #333;
  width: 100%;
  padding: 15px 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sitemapBox .lv2-item .lv2-link::after {
  -webkit-transition: .2s;
  transition: .2s;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  z-index: 9;
  margin: auto 0;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  background: url() no-repeat center center;
}

.sitemapBox .lv2-link span {
  padding-right: 60px;
  display: block;
}

.sitemapBox .lv2-folder {
  padding: 15px 0 53px 10px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .sitemapBox .lv2-folder {
    padding: 15px 0 20px 10px;
  }
}


/* ==========================================================================

一覧に戻るボタン

========================================================================== */
.btnBox.normal.back {
  position: absolute;
  top: 117px;
  right: 20px;
  width: auto;
  max-width: initial;
}
.btnBox.normal.back a {
  padding: 11px 30px 11px 20px;
}
@media only screen and (max-width: 768px) {
  .btnBox.normal.back {
    position: absolute;
    top: 50px;
    right: 15px;
  }
  .btnBox.normal.back a {
    font-size: 1.3rem;
    padding: 8px 30px 8px 10px;
  }
}


/* ==========================================================================

FORM

========================================================================== */
body.form {
  overflow-x: hidden;
}
body.form .continer {
  overflow: initial;
}

#form-app {
  padding: 0 !important;
}

#form-app .module-block,
#form-app .module-submit-button > button,
#form-app .module-submit-button > a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

#form-app .module-pulldown .pulldown-select.is-single .dd-options li,
#form-app .module-pulldown .pulldown-select.is-multi .dd-options li {
  line-height: 1;
}

#form-app .module-pulldown .pulldown-select.is-single .dd-options li::before,
#form-app .module-pulldown .pulldown-select.is-multi .dd-options li::before {
  display: none;
}

#form-app .dd-option {
  padding: 7px 12px 7px 38px !important;
}
@media only screen and (max-width: 768px) {
  #form-app .dd-option {
    padding: 7px 12px 7px 33px !important;
  }
}


/* ==========================================================================

アンカーリンク

========================================================================== */
a {
  color: #1d6cbc;
  transition: .2s;
}
@media screen and (min-width: 1024px) {
  a:not(.noHover):hover {
    opacity: .8;
  }
}


/* ==========================================================================

電話番号、メールアドレス

========================================================================== */
a[href^="tel:"] {
  cursor: inherit;
  text-decoration: none;
  color: #333;
}
a[href^="mailto:"] {
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 1024px) {
  a[href^="tel:"]:not(.noHover):hover {
    color: #333;
  }
  a[href^="mailto:"]:not(.noHover):hover {
    opacity: 1;
  }
}

a[href^="tel:"]::after,
a[href^="mailto:"]::after {
  display: none !important;
}


/* ==========================================================================

ハンバーガーメニュー内の「受験生の方へ」

========================================================================== */
#drawer .ttlExaminee {
  font-weight: 400;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0;
  margin: 10px 10px 12px;
}
@media only screen and (max-width: 768px) {
  #drawer .ttlExaminee {
    font-size: 1.6rem;
    margin: 10px 10px 14px;
  }
}

#drawer .linksExaminee {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 0 170px 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1000px){
  #drawer .linksExaminee {
    gap: 50px;
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #drawer .linksExaminee {
    gap: 5px;
    margin: 0 10px 20px;
  }
}

#drawer .linksExaminee li {
  width: calc(100% / 5);
}

#drawer .linksExaminee li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

#drawer .linksExaminee li a img {
  display: block;
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
}

#drawer .linksExaminee li a span {
  display: block;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0;
  margin: 10px 0 0;
}
@media only screen and (max-width: 768px) {
  #drawer .linksExaminee li a span {
    font-size: 1.2rem;
  }
}

/* ==========================================================================

ハンバーガーメニュー内の「訪問者メニュー」

========================================================================== */
#drawer .ttlVisitor {
  font-weight: 400;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0;
  margin: 20px 10px 20px;
}
@media only screen and (max-width: 768px) {
  #drawer .ttlVisitor {
    font-size: 1.6rem;
    margin: 20px 10px 14px;
  }
}

#drawer .ttlVisitorBtn {
  margin: 0 10px;
}

#drawer .ttlVisitorBtn ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#drawer .ttlVisitorBtn ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #333;
  padding: 0 10px;
  line-height: 1.4;
  background: #fff;
  font-size: 1.5rem;
  min-height: 55px;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  #drawer .ttlVisitorBtn ul li a {
    font-size: 1.4rem;
    min-height: 52px;
  }
}

#drawer .subBtn {
  border-radius: 25px;
  margin: 10px 0 25px;
}

#drawer .subBtn a {
  border-radius: 25px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 10px 13px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #1d6cbc;
  background: #DBF0FF;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #drawer .subBtn a {
    font-size: 1.4rem;
    padding: 15px 10px;
  }
}

/* ==========================================================================

ハンバーガーメニュー内の「関連メニュー」

========================================================================== */
#drawer .connectionBox {
  background: #fff;
  padding: 20px 10px 25px;
}

#drawer .ttlConnection {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #1d6cbc;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #drawer .ttlConnection {
    font-size: 1.6rem;
    margin: 0 0 14px;
  }
}

#drawer .connectionLinks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
  
#drawer .connectionLinks li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  padding: 0 10px;
  line-height: 1.4;
  background: #1d6cbc;
  font-size: 1.5rem;
  min-height: 55px;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  #drawer .connectionLinks li a {
    font-size: 1.4rem;
    min-height: 52px;
  }
}

@media only screen and (max-width: 768px) {
  #drawer .connectionLinks li.is-laf a {
    letter-spacing: -0.08em;
    font-size: 1.05rem;
    padding: 0 5px 0 10px;
  }
  #drawer .connectionLinks li.is-office a {
    letter-spacing: -0.05em;
    font-size: 1.2rem;
    padding: 0 5px 0 10px;
  }
}


/* ==========================================================================

ハンバーガーメニュー内のテキスト下部部分

========================================================================== */
#drawer .otherLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 18px 0 0;
}

#drawer .otherLinks + .otherLinks {
  margin: 0;
}

#drawer .otherLinks li {
  position: relative;
  padding: 0 12px 0 0;
  margin: 0 13px 0 0;
}
@media only screen and (max-width: 768px) {
  #drawer .otherLinks li {
    margin: 0 7px 0 0;
    padding: 0 8px 5px 0;
  }
}

#drawer .otherLinks li::after {
  content: '';
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  #drawer .otherLinks li::after {
    top: -3px;
  }
}

#drawer .otherLinks li:last-child {
  padding-right: 0;
  margin-right: 0;
}
#drawer .otherLinks li:last-child::after {
  content: none;
}

#drawer .otherLinks li a {
  color: #fff;
  line-height: 1.6;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  #drawer .otherLinks li a {
    font-size: 1.2rem;
  }
}


/* ==========================================================================

コンテンツ一覧スタイル

========================================================================== */
.categoryLists {
  border-top: 1px solid #92b7dd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.categoryLists > div:first-of-type {
  display: none;
}

.categoryLists a.lv2-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #333;
  background: #fff;
  padding: 17px 60px 18px 20px;
  white-space: normal;
  font-size: 1.8rem;
  line-height: 1.4;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .categoryLists a.lv2-link {
    margin: 0;
    padding: 17px 46px 18px 15px;
    font-size: 1.4rem;
    position: relative;
  }
}

.categoryLists a.current {
  background: #fe9618;
}

.categoryLists .categoryList {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #92b7dd;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.categoryLists .categoryList .lnav-folder {
  display: none;
  border-top: 1px solid #92b7dd;
  background: #fff;
}

.categoryLists .categoryList .categoryList:last-child {
  border-bottom: 0;
}

.categoryLists .categoryList .lv3-item {
  position: relative;
}

.categoryLists .categoryList .lv3-item::after {
  position: absolute;
  content: '';
  top: 0;
  right: 20px;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 10;
  width: 18px;
  height: 10px;
  background: url(/albums/css/basic-common/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .categoryLists .categoryList .lv3-item::after {
    right: 21px;
    width: 12px;
    height: 6px;
  }
}

.categoryLists .categoryList a.lv3-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #333;
  padding: 19px 40px 19px 37px;
  white-space: normal;
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-transition: .2s;
  transition: .2s;
}
@media only screen and (max-width: 768px) {
  .categoryLists .categoryList a.lv3-link {
    width: 100%;
    display: block;
    height: 100%;
    font-size: 1.4rem;
    padding: 17px 31px 18px 20px;
    box-sizing: border-box;
  }
}

/* 非表示にしたい項目 */
.categoryLists.ja #category9,
.categoryLists.ja #category10,
.categoryLists.ja #category11 {
  display: none;
}


/* ==========================================================================

コンテンツ一覧スタイル（英語、スペイン語）

========================================================================== */
.categoryLists.es .categoryList .lnav-folder,
.categoryLists.en .categoryList .lnav-folder {
  border-top: none;
}

.categoryLists.es > div:first-of-type,
.categoryLists.en > div:first-of-type {
  display: block;
}

.categoryLists.es .categoryList .lv2-link,
.categoryLists.en .categoryList .lv2-link {
  display: none;
}

.categoryLists.es .categoryList .lv2-folder,
.categoryLists.en .categoryList .lv2-folder {
  display: block;
}

.categoryLists.es .categoryList .lv2-folder > div:first-of-type,
.categoryLists.en .categoryList .lv2-folder > div:first-of-type {
  display: none;
}

.categoryLists.es .categoryList .lv3-item,
.categoryLists.en .categoryList .lv3-item {
  background: #1d6cbc;
}

.categoryLists.es .categoryList .lv3-folder,
.categoryLists.en .categoryList .lv3-folder {
  border-top: 1px solid #92b7dd;
}

.categoryLists.es a.lv3-link,
.categoryLists.en a.lv3-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #333;
  background: #fff;
  padding: 17px 60px 18px 20px;
  white-space: normal;
  font-size: 1.8rem;
  line-height: 1.4;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .categoryLists.es a.lv3-link,
  .categoryLists.en a.lv3-link {
    margin: 0;
    padding: 17px 46px 18px 15px;
    font-size: 1.4rem;
    position: relative;
  }
}

.categoryLists.es .categoryList .lv3-item::after,
.categoryLists.en .categoryList .lv3-item::after {
  display: none;
}

.categoryLists.es .categoryList .lv4-item,
.categoryLists.en .categoryList .lv4-item {
  position: relative;
}

.categoryLists.es .categoryList .lv4-item::after,
.categoryLists.en .categoryList .lv4-item::after {
  position: absolute;
  content: '';
  top: 0;
  right: 20px;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 10;
  width: 18px;
  height: 10px;
  background: url(/albums/css/basic-common/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .categoryLists.es .categoryList .lv4-item::after,
  .categoryLists.en .categoryList .lv4-item::after {
    right: 21px;
    width: 12px;
    height: 6px;
  }
}

.categoryLists.es .categoryList a.lv4-link,
.categoryLists.en .categoryList a.lv4-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #333;
  padding: 19px 40px 19px 37px;
  white-space: normal;
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-transition: .2s;
  transition: .2s;
}
@media only screen and (max-width: 768px) {
  .categoryLists.es .categoryList a.lv4-link,
  .categoryLists.en .categoryList a.lv4-link {
    width: 100%;
    display: block;
    height: 100%;
    font-size: 1.4rem;
    padding: 17px 31px 18px 20px;
    box-sizing: border-box;
  }
}


/* ==========================================================================

アコーディオンボタンスタイル

========================================================================== */
.triggerBox {
  position: absolute;
  bottom: 0;
  top: -1px;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 1;
  background: #1d6cbc;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .triggerBox {
    width: 55px;
    height: 55px;
  }
}

.triggerBox .miniTrigger {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  z-index: 2;
}

.triggerBox .miniTrigger span {
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 1px;
    margin: auto;
    background: #fff;
}
@media only screen and (max-width: 768px) {
  .triggerBox .miniTrigger span {
    width: 14px;
  }
}

.triggerBox .miniTrigger span:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.triggerBox .miniTrigger span:nth-of-type(2) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.triggerBox .miniTrigger.open span:nth-of-type(1) {
    display: none;
}

.triggerBox .miniTrigger.open span:nth-of-type(2) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* ==========================================================================

基本土台

========================================================================== */
.basicArea {
  margin: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  .basicArea {
    margin: 0 0 60px;
  }
}

/*
.basicArea .oneInner {
  min-height: 500px;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: .02em;
}
@media only screen and (max-width: 1024px) {
  .basicArea .oneInner {
    min-height: inherit;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .basicArea .oneInner {
    padding: 0 15px;
  }
}
*/


/* ==========================================================================

非表示要素

========================================================================== */
#displays {
  display: none;
}


/* ==========================================================================

INDEX用タイトルビジュアル

========================================================================== */
.titleWrap {
  background: #ccc;
  height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .titleWrap {
    height: 250px;
    overflow: hidden;
  }
}

.titleWrap::before {
  content: '' !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0;
  position: absolute !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  background-size: cover;
}

.titleWrap .titleInner {
  position: relative;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
}
@media only screen and (max-width: 1259px) {
  .titleWrap .titleInner {
    padding: 0;
  }
}

.titleWrap .titleInner .imgMainBox {
  width: 28.57142857142857%;
  display: flex;
  align-items: center;
  position: relative;
  height: 500px;
  color: #fff;
  background: rgba(0,0,0,.5);
}
@media only screen and (max-width: 1024px) {
  .titleWrap .titleInner .imgMainBox {
    width: 35.15625%;
  }
}
@media only screen and (max-width: 768px) {
  .titleWrap .titleInner .imgMainBox {
    width: 50%;
    height: 250px;
  }
}

.titleWrap .titleInner .imgMainBox .ttls {
  position: relative;
  z-index: 5;
  text-align: center;
  margin: auto auto 134px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .titleWrap .titleInner .imgMainBox .ttls {
    margin: auto auto 67px;
  }
}

.titleWrap .titleInner .imgMainBox .ttls .ja {
  display: block;
  font-size: 3.2rem;
  line-height: 1.2;
  position: relative;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .titleWrap .titleInner .imgMainBox .ttls .ja {
    font-size: 1.9rem;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
}

.titleWrap .titleInner .imgMainBox .ttls .ja::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 1;
  width: 40px;
  height: 1px;
  content: '';
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .titleWrap .titleInner .imgMainBox .ttls .ja::after {
    width: 20px;
  }
}

.titleWrap .titleInner .imgMainBox .ttls .en {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .titleWrap .titleInner .imgMainBox .ttls .en {
    font-size: 1.4rem;
  }
}


/* ==========================================================================

INDEX

========================================================================== */
.indexInnerVisitor,
.indexInner {
  min-height: 500px;
  margin: 0 auto;
  max-width: 1260px;
  padding: 60px 20px 42px;
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: .02em;
}
@media only screen and (max-width: 1024px) {
  .indexInnerVisitor,
  .indexInner {
    min-height: inherit;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 60px 20px 38px;
  }
}
@media only screen and (max-width: 768px) {
  .indexInnerVisitor,
  .indexInner {
    padding: 30px 15px 25px;
  }
}

.titleWrap {
  display: none;
}

#titleWrap.titleWrap {
  display: block;
}

.indexNaviImg,
.indexNaviTxt {
  display: none;
}

/* コンテンツ一覧エリアここから */
.indexLists {
  opacity: 0;
}

.indexLists > div .lv2-item > a {
  display: none;
}

.indexLists .lv2-folder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .indexLists .lv2-folder {
    display: block;
  }
}

.indexLists .lv3-item {
  position: relative;
  margin: 0 0 60px;
  width: 30.15873015873016%;
  box-shadow: 0 0 0 1px #d6dfe9 inset;
}
@media only screen and (max-width: 1024px) {
  .indexLists .lv3-item {
    margin: 0 0 42px;
  }
}
@media only screen and (max-width: 768px) {
  .indexLists .lv3-item {
    margin: 0 0 19px;
    width: 100%;
  }
}

.indexLists .lv3-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  background: #1d6cbc;
  width: 84.21052631578947%;
  height: 4px;
}
@media only screen and (max-width: 768px) {
  .indexLists .lv3-item::after {
    height: 2px;
    width: 88.70056497175141%;
  }
}

.indexLists .lv3-item .thumb .cp-inner {
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
}

.indexLists .lv3-item .thumb img {
  width: 100%;
}

.indexLists .lv3-item .sttl {
  box-sizing: border-box;
  margin: 0 7.894736842105263% 22px;
  border-bottom: 1px dotted #1d6cbc;
}
@media only screen and (max-width: 768px) {
  .indexLists .lv3-item .sttl {
    margin: 0 5.649717514124294% 14px;
    height: auto !important;
  }
}

.indexLists .lv3-item .sttl a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #1d6cbc;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 30px 15px 15px 0;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .indexLists .lv3-item .sttl a {
    font-size: 1.8rem;
    padding: 19px 15px 14px 0;
  }
}

.indexLists .lv3-item .sttl a::after {
  position: absolute;
  content: '';
  top: 15px;
  right: 0;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 1;
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-common/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .indexLists .lv3-item .sttl a::after {
    top: 5px;
    width: 11px;
    height: 6px;
  }
}

.indexLists .lv3-item .cp-inner {
  box-sizing: border-box;
  margin: 0 6.976744186046512%;
  line-height: 1.6;
  padding: 0 0 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .indexLists .lv3-item .cp-inner {
    line-height: 1.8;
    padding: 0 0 21px;
    margin: 0 5.649717514124294%;
  }
}

.indexLists .lv3-folder {
  margin: 0 7.894736842105263%;
  padding: 0 0 28px;
}
@media only screen and (max-width: 768px) {
  .indexLists .lv3-folder {
    line-height: 1.8;
    padding: 0 0 21px;
    margin: 0 5.649717514124294%;
  }
}

.indexLists .lv3-folder .lv4-item {
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .indexLists .lv3-folder .lv4-item {
    margin-bottom: 11px;
  }
}

.indexLists .lv3-folder .lv4-item:last-child {
  margin-bottom: 0;
}

.indexLists .lv3-folder .lv4-item .lv4-link {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #373737;
  line-height: 1.5;
  padding: 0 0 0 27px;
}
@media only screen and (max-width: 768px) {
  .indexLists .lv3-folder .lv4-item .lv4-link {
    padding: 0 0 0 22px;
  }
}

.indexLists .lv3-folder .lv4-item .lv4-link::before {
  position: absolute;
  content: '';
  top: 0;
  left: 3px;
  bottom: 0;
  margin: 10px 0 0;
  z-index: 1;
  width: 11px;
  height: 6px;
  background: url(/albums/css/basic-common/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .indexLists .lv3-folder .lv4-item .lv4-link::before {
    margin: 7px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .indexLists .lv3-folder .lv4-item .lv4-link::before {
    left: 3px;
  }
}
/* コンテンツ一覧エリアここまで */


/* ==========================================================================

INDEX（訪問者別）

========================================================================== */
.indexListsVisiter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .indexListsVisiter {
    display: block;
  }
}

.indexListsVisiter .lv-item {
  position: relative;
  margin: 0 0 60px;
  width: 30.15873015873016%;
  box-shadow: 0 0 0 1px #d6dfe9 inset;
}
@media only screen and (max-width: 1024px) {
  .indexListsVisiter .lv-item {
    margin: 0 0 42px;
  }
}
@media only screen and (max-width: 768px) {
  .indexListsVisiter .lv-item {
    margin: 0 0 19px;
    width: 100%;
  }
}

.indexListsVisiter .lv-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  background: #1d6cbc;
  width: 84.21052631578947%;
  height: 4px;
}
@media only screen and (max-width: 768px) {
  .indexListsVisiter .lv-item::after {
    height: 2px;
    width: 88.70056497175141%;
  }
}

.indexListsVisiter .lv-item .sttl {
  box-sizing: border-box;
  margin: 0 7.894736842105263% 22px;
  border-bottom: 1px dotted #1d6cbc;
}
@media only screen and (max-width: 768px) {
  .indexListsVisiter .lv-item .sttl {
    margin: 0 5.649717514124294% 14px;
    height: auto !important;
  }
}

.indexListsVisiter .lv-item .sttl a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #1d6cbc;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 30px 15px 15px 0;
}
@media only screen and (max-width: 768px) {
  .indexListsVisiter .lv-item .sttl a {
    font-size: 1.8rem;
    padding: 19px 15px 14px 0;
  }
}

.indexListsVisiter .lv-item .sttl a::after {
  position: absolute;
  content: '';
  top: 15px;
  right: 0;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 10;
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-common/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .indexListsVisiter .lv-item .sttl a::after {
    top: 5px;
    width: 11px;
    height: 6px;
  }
}

.indexListsVisiter .lv2-folder {
  margin: 0 7.894736842105263%;
  padding: 0 0 28px;
}
@media only screen and (max-width: 768px) {
  .indexListsVisiter .lv2-folder {
    line-height: 1.8;
    padding: 0 0 21px;
    margin: 0 5.649717514124294%;
  }
}

.indexListsVisiter .lv2-folder .lv3-item {
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .indexListsVisiter .lv2-folder .lv3-item {
    margin-bottom: 11px;
  }
}

.indexListsVisiter .lv2-folder .lv3-item:last-child {
  margin-bottom: 0;
}

.indexListsVisiter .lv2-folder .lv3-item .lv3-link {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #373737;
  line-height: 1.5;
  padding: 0 0 0 27px;
}
@media only screen and (max-width: 768px) {
  .indexListsVisiter .lv2-folder .lv3-item .lv3-link {
    padding: 0 0 0 22px;
  }
}

.indexListsVisiter .lv2-folder .lv3-item .lv3-link::before {
  position: absolute;
  content: '';
  top: 0;
  left: 3px;
  bottom: 0;
  margin: 10px 0 0;
  z-index: 10;
  width: 11px;
  height: 6px;
  background: url(/albums/css/basic-common/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .indexListsVisiter .lv2-folder .lv3-item .lv3-link::before {
    margin: 7px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .indexListsVisiter .lv2-folder .lv3-item .lv3-link::before {
    left: 3px;
  }
}


/* ==========================================================================

INDEX（学部）

========================================================================== */
.basicArea .facultyInner {
  display: flex;
  justify-content: space-between;
  min-height: 500px;
  margin: 0 auto;
  max-width: 1260px;
  padding: 60px 20px 80px;
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: .02em;
}
@media only screen and (max-width: 1024px) {
  .basicArea .facultyInner {
    min-height: inherit;
    font-size: 1.4rem;
    line-height: 1.8;
    display: block;
    padding: 60px 20px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .basicArea .facultyInner {
    padding: 30px 15px 25px;
  }
}

.basicArea .facultyInner .leftBlock {
  width: 73.01587301587302%;
}
@media only screen and (max-width: 1024px) {
  .basicArea .facultyInner .leftBlock {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .basicArea .facultyInner .leftBlock + .navSide {
    margin: 78px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .basicArea .facultyInner .leftBlock + .navSide {
    margin: 60px 0 0;
  }
}

/* コンテンツ一覧エリアここから */
.basicArea .facultyInner .indexLists .lv2-folder {
  display: block;
}

.basicArea .facultyInner .indexLists .lv3-item {
  position: static;
  margin: 0;
  width: auto;
  box-shadow: none;
}

.basicArea .facultyInner .indexLists .lv3-item::after {
  display: none;
}

.basicArea .facultyInner .indexLists .lv3-folder {
  margin: 0;
  padding: 0;
}

.basicArea .facultyInner .indexLists .lv3-folder .lv4-item {
  margin-bottom: 0;
}

.basicArea .facultyInner .indexLists .lv4-folder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: space-between;
  flex-direction: row;
}

.basicArea .facultyInner .indexLists .lv5-item {
  position: relative;
  margin: 0 0 60px;
  width: 46.73913043478261%;
  box-shadow: 0 0 0 1px #d6dfe9 inset;
}
@media only screen and (max-width: 1024px) {
  .basicArea .facultyInner .indexLists .lv5-item {
    margin: 0 0 42px;
  }
}
@media only screen and (max-width: 768px) {
  .basicArea .facultyInner .indexLists .lv5-item {
    margin: 0 0 19px;
    width: 100%;
  }
}

.basicArea .facultyInner .indexLists .lv5-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  background: #333;
  width: 86.04651162790698%;
  height: 4px;
}
@media only screen and (max-width: 768px){
  .basicArea .facultyInner .indexLists .lv5-item::after {
    height: 2px;
    width: 88.70056497175141%;
  }
}

.basicArea .facultyInner .indexLists .lv5-folder {
  margin: 0 6.976744186046512%;
  padding: 0 0 28px;
}
@media only screen and (max-width: 768px){
  .basicArea .facultyInner .indexLists .lv5-folder {
    line-height: 1.8;
    padding: 0 0 21px;
    margin: 0 5.649717514124294%;
  }
}

.basicArea .facultyInner .indexLists .lv5-folder > div:first-of-type {
  display: none;
}

.basicArea .facultyInner .indexLists .lv5-item .thumb .cp-inner {
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
}

.basicArea .facultyInner .indexLists .lv5-item .thumb img {
  width: 100%;
}

.basicArea .facultyInner .indexLists .lv5-item .sttl {
  box-sizing: border-box;
  margin: 0 6.976744186046512% 22px;
  border-bottom: 1px dotted #1d6cbc;
}
@media only screen and (max-width: 768px) {
  .basicArea .facultyInner .indexLists .lv5-item .sttl {
    margin: 0 5.649717514124294% 14px;
    height: auto !important;
  }
}

.basicArea .facultyInner .indexLists .lv5-item .sttl a {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 30px 15px 15px 0;
}
@media only screen and (max-width: 768px) {
  .basicArea .facultyInner .indexLists .lv5-item .sttl a {
    font-size: 1.8rem;
    padding: 19px 15px 14px 0;
  }
}

.basicArea .facultyInner .indexLists .lv5-item .sttl a::after {
  position: absolute;
  content: '';
  top: 15px;
  right: 0;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 2;
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-common/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .basicArea .facultyInner .indexLists .lv5-item .sttl a::after {
    top: 5px;
    width: 11px;
    height: 6px;
  }
}

.basicArea .facultyInner .indexLists .lv5-item .cp-inner {
  box-sizing: border-box;
  margin: 0 6.976744186046512%;
  line-height: 1.6;
  padding: 0 0 30px;
  position: relative;
}
@media only screen and (max-width: 768px){
  .basicArea .facultyInner .indexLists .lv5-item .cp-inner {
    line-height: 1.8;
    padding: 0 0 21px;
    margin: 0 5.649717514124294%;
  }
}

.basicArea .facultyInner .indexLists .lv5-folder .lv6-item {
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px){
  .basicArea .facultyInner .indexLists .lv5-folder .lv6-item {
    margin-bottom: 11px;
  }
}

.basicArea .facultyInner .indexLists .lv5-folder .lv6-item:last-child {
  margin-bottom: 0;
}

.basicArea .facultyInner .indexLists .lv5-folder .lv6-item .lv6-link {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #373737;
  line-height: 1.5;
  padding: 0 0 0 27px;
}
@media only screen and (max-width: 768px){
  .basicArea .facultyInner .indexLists .lv5-folder .lv6-item .lv6-link {
    padding: 0 0 0 22px;
  }
}

.basicArea .facultyInner .indexLists .lv5-folder .lv6-item .lv6-link::before {
  position: absolute;
  content: '';
  top: 0;
  left: 3px;
  bottom: 0;
  margin: 10px 0 0;
  z-index: 10;
  width: 11px;
  height: 6px;
  background: url(/albums/css/basic-common/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .basicArea .facultyInner .indexLists .lv5-folder .lv6-item .lv6-link::before {
    margin: 7px 0 0;
  }
}
@media only screen and (max-width: 768px){
  .basicArea .facultyInner .indexLists .lv5-folder .lv6-item .lv6-link::before {
    left: 3px;
  }
}
/* コンテンツ一覧エリアここまで */


/* ==========================================================================

各学部の色変更

========================================================================== */

/* スペイン語スペイン文学科 */
body.spanish .basicArea .facultyInner .indexLists .lv5-item .sttl a {
  color: #fd8c25;
}

body.spanish .basicArea .facultyInner .indexLists .lv5-item .sttl {
  border-bottom: 1px dotted #fd8c25;
}

body.spanish .basicArea .facultyInner .indexLists .lv5-item .sttl a::after {
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-common/abm00001530.svg) center center no-repeat;
  background-size: cover;
}

body.spanish .basicArea .facultyInner .indexLists .lv5-item::after {
  background: #fd8c25;
}

body.spanish .basicArea .facultyInner .indexLists .lv5-folder .lv6-item .lv6-link::before {
  width: 11px;
  height: 6px;
  background: url(/albums/css/basic-common/abm00001530.svg) center center no-repeat;
  background-size: cover;
}

body.spanish [data-area="content"] .cp-h1-text {
  color: #fd8c25;
  border-top: 1px solid #fd8c25;
  border-bottom: 4px solid #fd8c25;
}
@media only screen and (max-width: 768px){
  body.spanish [data-area="content"] .cp-h1-text {
    border-bottom: 2px solid #fd8c25;
  }
}

body.spanish [data-area="content"] .cp-h2-text {
  color: #fd8c25;
  border-bottom: 1px solid #fd8c25;
}

body.spanish [data-area="content"] .cp-h3-text {
  color: #fd8c25;
  border-left: 4px solid #fd8c25;
  background: #fff8f2;
}
@media only screen and (max-width: 768px){
  body.spanish [data-area="content"] .cp-h3-text {
    border-left: 2px solid #fd8c25;
  }
}

body.spanish [data-area="content"] .cp-h4-text,
body.spanish [data-area="content"] .cp-h5-text,
body.spanish [data-area="content"] .lead1 {
  color: #fd8c25;
}

body.spanish [data-area="content"] .btnGroupBox a {
  border: 1px solid #fd8c25;
  background: #fd8c25;
}

body.spanish [data-area="content"] .btnGroupBox.white a {
  border: 1px solid #fd8c25;
  color: #fd8c25;
  background: #fff;
}

body.spanish [data-area="content"] .btnGroupBox.white > div::after {
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-common/abm00001530.svg) center center no-repeat;
  background-size: cover;
}

/* 英語英文学科 */
body.english .basicArea .facultyInner .indexLists .lv5-item .sttl a {
  color: #fd6769;
}

body.english .basicArea .facultyInner .indexLists .lv5-item .sttl {
  border-bottom: 1px dotted #fd6769;
}

body.english .basicArea .facultyInner .indexLists .lv5-item .sttl a::after {
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-common/abm00001531.svg) center center no-repeat;
  background-size: cover;
}

body.english .basicArea .facultyInner .indexLists .lv5-item::after {
  background: #fd6769;
}

body.english .basicArea .facultyInner .indexLists .lv5-folder .lv6-item .lv6-link::before {
  width: 11px;
  height: 6px;
  background: url(/albums/css/basic-common/abm00001531.svg) center center no-repeat;
  background-size: cover;
}

body.english [data-area="content"] .cp-h1-text {
  color: #fd6769;
  border-top: 1px solid #fd6769;
  border-bottom: 4px solid #fd6769;
}
@media only screen and (max-width: 768px){
  body.english [data-area="content"] .cp-h1-text {
    border-bottom: 2px solid #fd6769;
  }
}

body.english [data-area="content"] .cp-h2-text {
  color: #fd6769;
  border-bottom: 1px solid #fd6769;
}

body.english [data-area="content"] .cp-h3-text {
  color: #fd6769;
  border-left: 4px solid #fd6769;
  background: #fff4f4;
}
@media only screen and (max-width: 768px){
  body.english [data-area="content"] .cp-h3-text {
    border-left: 2px solid #fd6769;
  }
}

body.english [data-area="content"] .cp-h4-text,
body.english [data-area="content"] .cp-h5-text,
body.english [data-area="content"] .lead1 {
  color: #fd6769;
}

body.english [data-area="content"] .btnGroupBox a {
  border: 1px solid #fd6769;
  background: #fd6769;
}

body.english [data-area="content"] .btnGroupBox.white a {
  border: 1px solid #fd6769;
  color: #fd6769;
  background: #fff;
}

body.english [data-area="content"] .btnGroupBox.white > div::after {
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-common/abm00001531.svg) center center no-repeat;
  background-size: cover;
}

/* 地球市民学科 */
body.global .basicArea .facultyInner .indexLists .lv5-item .sttl a {
  color: #189767;
}

body.global .basicArea .facultyInner .indexLists .lv5-item .sttl {
  border-bottom: 1px dotted #189767;
}

body.global .basicArea .facultyInner .indexLists .lv5-item .sttl a::after {
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-common/abm00001532.svg) center center no-repeat;
  background-size: cover;
}

body.global .basicArea .facultyInner .indexLists .lv5-item::after {
  background: #189767;
}

body.global .basicArea .facultyInner .indexLists .lv5-folder .lv6-item .lv6-link::before {
  width: 11px;
  height: 6px;
  background: url(/albums/css/basic-common/abm00001532.svg) center center no-repeat;
  background-size: cover;
}

body.global [data-area="content"] .cp-h1-text {
  color: #189767;
  border-top: 1px solid #189767;
  border-bottom: 4px solid #189767;
}
@media only screen and (max-width: 768px){
  body.global [data-area="content"] .cp-h1-text {
    border-bottom: 2px solid #189767;
  }
}

body.global [data-area="content"] .cp-h2-text {
  color: #189767;
  border-bottom: 1px solid #189767;
}

body.global [data-area="content"] .cp-h3-text {
  color: #189767;
  border-left: 4px solid #189767;
  background: #e3faf1;
}
@media only screen and (max-width: 768px){
  body.global [data-area="content"] .cp-h3-text {
    border-left: 2px solid #189767;
  }
}

body.global [data-area="content"] .cp-h4-text,
body.global [data-area="content"] .cp-h5-text,
body.global [data-area="content"] .lead1 {
  color: #189767;
}

body.global [data-area="content"] .btnGroupBox a {
  border: 1px solid #189767;
  background: #189767;
}

body.global [data-area="content"] .btnGroupBox.white a {
  border: 1px solid #189767;
  color: #189767;
  background: #fff;
}

body.global [data-area="content"] .btnGroupBox.white > div::after {
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-common/abm00001532.svg) center center no-repeat;
  background-size: cover;
}

/* 文化史学科 */
body.cultural .basicArea .facultyInner .indexLists .lv5-item .sttl a {
  color: #7e5fa5;
}

body.cultural .basicArea .facultyInner .indexLists .lv5-item .sttl {
  border-bottom: 1px dotted #7e5fa5;
}

body.cultural .basicArea .facultyInner .indexLists .lv5-item .sttl a::after {
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-common/abm00001533.svg) center center no-repeat;
  background-size: cover;
}

body.cultural .basicArea .facultyInner .indexLists .lv5-item::after {
  background: #7e5fa5;
}

body.cultural .basicArea .facultyInner .indexLists .lv5-folder .lv6-item .lv6-link::before {
  width: 11px;
  height: 6px;
  background: url(/albums/css/basic-common/abm00001533.svg) center center no-repeat;
  background-size: cover;
}

body.cultural [data-area="content"] .cp-h1-text {
  color: #7e5fa5;
  border-top: 1px solid #7e5fa5;
  border-bottom: 4px solid #7e5fa5;
}
@media only screen and (max-width: 768px){
  body.cultural [data-area="content"] .cp-h1-text {
    border-bottom: 2px solid #7e5fa5;
  }
}

body.cultural [data-area="content"] .cp-h2-text {
  color: #7e5fa5;
  border-bottom: 1px solid #7e5fa5;
}

body.cultural [data-area="content"] .cp-h3-text {
  color: #7e5fa5;
  border-left: 4px solid #7e5fa5;
  background: #f6f2fc;
}
@media only screen and (max-width: 768px){
  body.cultural [data-area="content"] .cp-h3-text {
    border-left: 2px solid #7e5fa5;
  }
}

body.cultural [data-area="content"] .cp-h4-text,
body.cultural [data-area="content"] .cp-h5-text,
body.cultural [data-area="content"] .lead1 {
  color: #7e5fa5;
}

body.cultural [data-area="content"] .btnGroupBox a {
  border: 1px solid #7e5fa5;
  background: #7e5fa5;
}

body.cultural [data-area="content"] .btnGroupBox.white a {
  border: 1px solid #7e5fa5;
  color: #7e5fa5;
  background: #fff;
}

body.cultural [data-area="content"] .btnGroupBox.white > div::after {
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-common/abm00001533.svg) center center no-repeat;
  background-size: cover;
}

/* 日本語日本文学科 */
body.japanese .basicArea .facultyInner .indexLists .lv5-item .sttl a {
  color: #2f8eda;
}

body.japanese .basicArea .facultyInner .indexLists .lv5-item .sttl {
  border-bottom: 1px dotted #2f8eda;
}

body.japanese .basicArea .facultyInner .indexLists .lv5-item .sttl a::after {
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-common/abm00001534.svg) center center no-repeat;
  background-size: cover;
}

body.japanese .basicArea .facultyInner .indexLists .lv5-item::after {
  background: #2f8eda;
}

body.japanese .basicArea .facultyInner .indexLists .lv5-folder .lv6-item .lv6-link::before {
  width: 11px;
  height: 6px;
  background: url(/albums/css/basic-common/abm00001534.svg) center center no-repeat;
  background-size: cover;
}

body.japanese [data-area="content"] .cp-h1-text {
  color: #2f8eda;
  border-top: 1px solid #2f8eda;
  border-bottom: 4px solid #2f8eda;
}
@media only screen and (max-width: 768px){
  body.japanese [data-area="content"] .cp-h1-text {
    border-bottom: 2px solid #2f8eda;
  }
}

body.japanese [data-area="content"] .cp-h2-text {
  color: #2f8eda;
  border-bottom: 1px solid #2f8eda;
}

body.japanese [data-area="content"] .cp-h3-text {
  color: #2f8eda;
  border-left: 4px solid #2f8eda;
  background: #ebf6ff;
}
@media only screen and (max-width: 768px){
  body.japanese [data-area="content"] .cp-h3-text {
    border-left: 2px solid #2f8eda;
  }
}

body.japanese [data-area="content"] .cp-h4-text,
body.japanese [data-area="content"] .cp-h5-text,
body.japanese [data-area="content"] .lead1 {
  color: #2f8eda;
}

body.japanese [data-area="content"] .btnGroupBox a {
  border: 1px solid #2f8eda;
  background: #2f8eda;
}

body.japanese [data-area="content"] .btnGroupBox.white a {
  border: 1px solid #2f8eda;
  color: #2f8eda;
  background: #fff;
}

body.japanese [data-area="content"] .btnGroupBox.white > div::after {
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-common/abm00001534.svg) center center no-repeat;
  background-size: cover;
}


/* ==========================================================================

下層

========================================================================== */
.continer.detail .breadsWrap {
  margin: 120px 0 0;
}
@media only screen and (max-width: 1259px) {
  .continer.detail .breadsWrap {
    margin: 60px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .continer.detail .breadsWrap {
    margin: 0;
  }
}

body.basic.en .continer.detail .breadsWrap,
body.basic.es .continer.detail .breadsWrap {
  margin: 0 !important;
}



/* ==========================================================================

3層下層：詳細（2カラム）

========================================================================== */
.basicArea .twoInner {
  min-height: 500px;
  margin: 60px auto 0;
  max-width: 1260px;
  padding: 0 20px 100px;
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: .02em;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .basicArea .twoInner {
    min-height: inherit;
    font-size: 1.4rem;
    line-height: 1.8;
    display: block;
    margin: 52px 0 0;
    padding: 0 20px 118px;
  }
}
@media only screen and (max-width: 768px) {
  .basicArea .twoInner {
    margin: 30px 0 0;
    padding: 0 15px 42px;
  }
}

.basicArea .twoInner .articleContents {
  width: 73.01587301587302%;
}
@media only screen and (max-width: 1024px) {
  .basicArea .twoInner .articleContents {
    width: 100%;
  }
}

.basicArea .twoInner .articleContents > .cp-h1-text:first-of-type {
  margin-top: 0 !important;
}

.basicArea .twoInner .articleContents > .cp-h2-text:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.basicArea .indexInner .indexContents > .cp-h1-text:first-of-type {
  margin-top: 0 !important;
}

.basicArea .indexInner .indexContents > .cp-h2-text:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 右ナビコンテンツ一覧ここから */
.basicArea .navSide {
  width: 20%;
  border-top: 2px solid #1d6cbc;
}
@media only screen and (max-width: 1024px) {
  .basicArea .navSide {
    width: 100%;
    margin: 120px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .basicArea .navSide {
    margin: 60px 0 0;
  }
}

.basicArea .navSide .navLists {
  box-sizing: border-box;
}

.basicArea .navSide .navLists .navList {
  width: 100%;
  position: relative;
}

.basicArea .navSide .navLists .navList .triggerBox {
  right: 20px;
  width: 15px;
  height: 15px;
  background: none;
  border: none;
  margin: auto;
}
@media only screen and (max-width: 768px){
  .basicArea .navSide .navLists .navList .triggerBox {
    width: 11px;
    height: 11px;
    right: 10px;
  }
}


.basicArea .navSide .navLists .navList a {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  white-space: normal;
  color: #313131;
  position: relative;
  line-height: 1.6;
  padding: 17px 40px 18px 20px;
}
@media only screen and (max-width: 768px) {
  .basicArea .navSide .navLists .navList a {
    padding: 17px 40px 17px 12px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.basicArea .navSide .navLists .navList a::after {
  position: absolute;
  content: '';
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-common/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .basicArea .navSide .navLists .navList a::after {
    right: 10px;
    width: 11px;
    height: 6px;
  }
}

.basicArea .navSide .navLists .navList a.triggerBtn::after {
  display: none;
}

/* 1層目 */
.basicArea .navSide .navLists .navList a.lv2-link {
  background: #fff;
  color: #1d6cbc;
  font-size: 20px;
  font-weight: 500;
  padding: 29px 40px 30px 20px;
}
@media only screen and (max-width: 768px) {
  .basicArea .navSide .navLists .navList a.lv2-link {
    padding: 12px 30px 13px 10px;
    font-size: 1.7rem;
  }
}

.basicArea .navSide .navLists .lv3-item,
.basicArea .navSide .navLists .lv4-item {
  border-top: 1px solid #1d6cbc;
}

.basicArea .navSide .navLists .lv3-item:last-of-type {
  border-bottom: 1px solid #1d6cbc;
}

@media only screen and (max-width: 768px) {
  .basicArea .navSide .navLists .lv3-item .triggerBox {
    width: 11px;
    height: 11px;
    right: 10px;
  }
}

.basicArea .navSide .navLists .triggerBox .miniTrigger {
  width: 13px;
  height: 13px;
}
@media only screen and (max-width: 768px) {
  .basicArea .navSide .navLists .triggerBox .miniTrigger {
    width: 11px;
    height: 11px;
  }
}

.basicArea .navSide .navLists .triggerBox .miniTrigger span {
  width: 13px;
}
@media only screen and (max-width: 768px) {
  .basicArea .navSide .navLists .triggerBox .miniTrigger span {
    width: 11px;
  }
}

.basicArea .navSide .navLists .lv3-link .triggerBox .miniTrigger span,
.basicArea .navSide .navLists .lv4-link .triggerBox .miniTrigger span{
  background: #1d6cbc;
}

.basicArea .navSide .navLists .lv3-link.current .triggerBox .miniTrigger span,
.basicArea .navSide .navLists .lv4-link.current .triggerBox .miniTrigger span {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .basicArea .navSide .navLists .lv3-item .lv3-link:not(.noHover):hover {
    opacity: 1;
    background: #1d6cbc;
    color: #fff;
  }

  .basicArea .navSide .navLists .lv3-item .lv3-link:not(.noHover):hover span {
    background: #fff;
  }

  .basicArea .navSide .navLists .lv3-item .lv3-link:not(.noHover):hover::after {
    background: url(/albums/css/basic-common/abm00001419.svg) center center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .basicArea .navSide .navLists .lv4-item .lv4-link:not(.noHover):hover {
    opacity: 1;
    background: #77a5d6;
    color: #fff;
  }

  .basicArea .navSide .navLists .lv4-item .lv4-link:not(.noHover):hover span {
    background: #fff;
  }

  .basicArea .navSide .navLists .lv4-item .lv4-link:not(.noHover):hover::after {
    background: url(/albums/css/basic-common/abm00001419.svg) center center no-repeat;
    background-size: cover;
  }
}

.basicArea .navSide .navLists .lv5-link.triggerBtn::after {
  display: none;
}

.basicArea .navSide .navLists .lv5-link.triggerBtn .triggerBox .miniTrigger span {
  background: #1d6cbc;
}

/* 非表示にする */
.navSide .navLists .navList .lv3-folder,
.navSide .navLists .navList .lv4-folder,
.navSide .navLists .navList .lv5-folder {
  display: none;
}
/* 非表示にする */

.navSide .navLists .navList .lv4-folder .lv5-item,
.navSide .navLists .navList .lv5-folder .lv6-item {
  background: #e8f0f8;
  border-top: 1px solid #fff;
}

.navSide .navLists .navList .lv4-folder .lv5-item:first-of-type,
.navSide .navLists .navList .lv4-folder .lv6-item:first-of-type {
  border-top: 1px solid #1d6cbc;
}

.basicArea .navSide .navLists .lv5-item .lv5-link {
  font-size: 1.4rem;
  padding: 13px 40px 15px 38px;
}
@media only screen and (max-width: 768px) {
  .basicArea .navSide .navLists .lv5-item .lv5-link {
    font-size: 1.3rem;
    padding: 15px 40px 16px 27px;
  }
}

.basicArea .navSide .navLists .lv6-item .lv6-link {
  font-size: 1.4rem;
  padding: 13px 40px 15px 55px;
}
@media only screen and (max-width: 768px) {
  .basicArea .navSide .navLists .lv6-item .lv6-link {
    font-size: 1.3rem;
    padding: 15px 40px 16px 42px;
  }
}

.basicArea .navSide .navLists .lv5-item .lv5-link:first-of-type,
.basicArea .navSide .navLists .lv5-item .lv6-link:first-of-type {
  border-top: none;
}

.basicArea .navSide .navLists .lv5-item .lv5-link::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  margin: auto 0;
  background: #313131;
  width: 10px;
  height: 1px;
}
@media only screen and (max-width: 768px) {
  .basicArea .navSide .navLists .lv5-item .lv5-link::before {
    left: 14px;
  }
}

.basicArea .navSide .navLists .lv6-item .lv6-link::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 39px;
  margin: auto 0;
  background: #313131;
  width: 10px;
  height: 1px;
}
@media only screen and (max-width: 768px) {
  .basicArea .navSide .navLists .lv6-item .lv6-link::before {
    left: 28px;
  }
}

/* カレント */
.basicArea .navSide .navLists .lv3-link.current {
  background: #1d6cbc;
  color: #fff;
}
.basicArea .navSide .navLists .lv3-link.current::after {
  background: url(/albums/css/basic-common/abm00001419.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .navSide .navLists .navList .lv3-link.current:not(.noHover):hover {
    opacity: 1;
  }
}

.basicArea .navSide .navLists .lv4-link.current {
  color: #fff;
  background: #77a5d6;
}
.basicArea .navSide .navLists .lv4-link.current::after {
  background: url(/albums/css/basic-common/abm00001419.svg) center center no-repeat;
  background-size: cover;
}

.basicArea .navSide .navLists .lv4-link .triggerBox .miniTrigger span {
  background: #77a5d6;
}

@media screen and (min-width: 1024px) {
  .basicArea .navSide .navLists .lv5-item .lv5-link:not(.noHover):hover,
  .basicArea .navSide .navLists .lv6-item .lv6-link:not(.noHover):hover {
    opacity: 1;
    color: #1d6cbc;
  }
}

.basicArea .navSide .navLists .lv5-link.current,
.basicArea .navSide .navLists .lv6-link.current {
  color: #1d6cbc;
}

.basicArea .navSide .navLists .lv5-link.current::before,
.basicArea .navSide .navLists .lv6-link.current::before {
  background: #1d6cbc;
}
/* カレント */


/* ==========================================================================

サイトマップ（日本語）

========================================================================== */
.ja .sitemapLists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .ja .sitemapLists {
    margin: 25px 0 0;
  }
}

.ja .sitemapLists .lv-item {
  width: 30%;
  margin: 0 0 30px;
}
@media screen and (min-width: 491px) and (max-width: 768px) {
  .ja .sitemapLists .lv-item {
    width: 48.5%;
  }
}
@media only screen and (max-width: 490px) {
  .ja .sitemapLists .lv-item {
    width: 100%;
    margin: 0 0 20px;
  }
  .ja .sitemapLists .lv-item:last-of-type {
    margin: 0;
  }
}

.ja .sitemapLists .lv2-link {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
  display: block;
  cursor: inherit;
}
@media screen and (min-width: 1024px) {
  .ja .sitemapLists .lv2-link:not(.noHover):hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .ja .sitemapLists .lv2-link {
    font-size: 1.6rem;
  }
}

.ja .sitemapLists .lv2-folder {
  margin: 10px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .ja .sitemapLists .lv2-folder {
    margin: 10px 0 0 18px;
  }
}

.ja .sitemapLists .lv2-folder .lv3-item {
  position: relative;
  padding-left: 18px;
  margin: 0 0 6px;
}

.ja .sitemapLists .lv2-folder .lv3-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  width: 11px;
  height: 6px;
  background: url(/albums/css/basic-common/abm00001417.svg) center center no-repeat;
  background-size: cover;
}

.ja .sitemapLists .lv2-folder .lv3-link {
  line-height: 1.6;
  display: inline-block;
}

/* 非表示にしたい項目 */
.ja .sitemapLists #sitemap9,
.ja .sitemapLists #sitemap10 {
  display: none;
}


/* ==========================================================================

サイトマップ（英語、スペイン語）

========================================================================== */
.es .sitemapLists .lv2-folder,
.en .sitemapLists .lv2-folder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .es .sitemapLists .lv2-folder,
  .en .sitemapLists .lv2-folder {
    margin: 25px 0 0;
  }
}

.es .sitemapLists .lv3-item,
.en .sitemapLists .lv3-item {
  width: 30%;
  margin: 0 0 30px;
}
@media screen and (min-width: 491px) and (max-width: 768px) {
  .es .sitemapLists .lv3-item,
  .en .sitemapLists .lv3-item {
    width: 48.5%;
  }
}
@media only screen and (max-width: 490px) {
  .es .sitemapLists .lv3-item,
  .en .sitemapLists .lv3-item {
    width: 100%;
    margin: 0 0 20px;
  }
  .es .sitemapLists .lv3-item:last-of-type,
  .en .sitemapLists .lv3-item:last-of-type {
    margin: 0;
  }
}

.es .sitemapLists .lv3-folder,
.en .sitemapLists .lv3-folder {
  margin: 10px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .es .sitemapLists .lv3-folder,
  .en .sitemapLists .lv3-folder {
    margin: 10px 0 0 18px;
  }
}

.es .sitemapLists .lv3-link ,
.en .sitemapLists .lv3-link {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
  display: block;
  cursor: inherit;
}
@media screen and (min-width: 1024px) {
  .es .sitemapLists .lv3-link:not(.noHover):hover,
  .en .sitemapLists .lv3-link:not(.noHover):hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .es .sitemapLists .lv3-link ,
  .en .sitemapLists .lv3-link {
    font-size: 1.6rem;
  }
}

.es .sitemapLists .lv2-folder .lv4-item,
.en .sitemapLists .lv2-folder .lv4-item {
  position: relative;
  padding-left: 18px;
  margin: 0 0 6px;
}

.es .sitemapLists .lv2-folder .lv4-item::before,
.en .sitemapLists .lv2-folder .lv4-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  width: 11px;
  height: 6px;
  background: url(/albums/css/basic-common/abm00001417.svg) center center no-repeat;
  background-size: cover;
}

.es .sitemapLists .lv2-folder .lv4-link,
.en .sitemapLists .lv2-folder .lv4-link {
  line-height: 1.6;
  display: inline-block;
}

/* 非表示にしたい項目 */
.es .sitemapLists .lv2-link,
.en .sitemapLists .lv2-link {
  display: none;
}


/* ==========================================================================

エラーページ

========================================================================== */
body.error [data-area="content"] .btnGroupBox {
  max-width: inherit !important;
}

body.error [data-area="content"] .btnGroupBox > div {
  width: 280px !important;
}
@media only screen and (max-width: 768px){
  body.error [data-area="content"] .btnGroupBox > div {
    width: 100% !important;
  }
}

body.error [data-area="content"] .cp-h1-text {
  padding: 29px 0 26px !important;
}
@media only screen and (max-width: 768px){
  body.error [data-area="content"] .cp-h1-text {
    padding: 12px 0 !important;
  }
}


/* ==========================================================================

クリックオーバーレイ

========================================================================== */
#overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 120%;
  background: none;
}


/* =================================================================

印刷の定義

================================================================= */
@media print { 
  .header,
  .footer,
  .searchArea,
  .inputBox,
  .navSide { 
    display: none !important;
  }

  body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }

  .continer.detail .breadsWrap {
    margin: 0;
  }

  .breadsWrap {
    background: none;
  }

  .breadsWrap .breads {
    background: none;
    color: #000;
  }

  .breadsWrap .breads li a {
    color: #000;
  }

  .breadsWrap .breads li::after {
    color: #000;
  }

  .basicArea .twoInner .articleContents {
    width: 100%;
  }

  [data-area="content"] .cp-accordion-content {
    display: block !important;
  }

  body.basic.en,
  body.basic.es,
  body.error,
  body.ones {
    padding: 0;
  }
}

/* IE10以上 */
@media print and (-ms-high-contrast: none) {
    @page {
        size: A4;
        margin: 12.7mm 9.7mm;
    }

    body {
        zoom: 1.8;
        width: 1200px;
        transform: scale(0.5);
        transform-origin: 0 0;
    }
}


.categoryLists > div:nth-child(n+9) {
  display: none;
}



