@charset "UTF-8";
/* ----------------------------------------------------------------------

	Compiled from _scss/common/common.scss

---------------------------------------------------------------------- */
/*!
 * ress.css ? v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed !important;
  outline: none !important;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 10px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  padding: 60px 0;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  padding: 0 10px;
  transform: translateZ(0);
}
.mfp-close-wrapper > div {
  position: relative;
  max-width: 1024px;
  margin: auto;
}

.mfp-close {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  right: 0;
  top: 0;
  font-style: normal;
  font-size: 0;
  background: #333;
}
.mfp-close::before {
  font-size: 40px;
  line-height: 1;
  font-family: "iconfont";
  content: "\ea08";
  vertical-align: middle;
  line-height: 1;
}

@media only screen and (min-width: 1024px), print {
  .mfp-close-wrapper {
    top: 60px;
    padding: 0;
  }

  .mfp-close {
    right: auto;
    top: 0;
    left: 100%;
  }
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 0.65;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  	/**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* ----------------------------------------------------------------------
	フォント読み込み
---------------------------------------------------------------------- */
/* YakuHanJP(ゴシック体 少量版 Regular) */
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  src: url("/kifl/assets/fonts/YakuHanJPs/YakuHanJPs-Regular.eot");
  src: url("/kifl/assets/fonts/YakuHanJPs/YakuHanJPs-Regular.woff2") format("woff2"), url("/kifl/assets/fonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
}
/* YakuHanJP(ゴシック体 少量版 Bold) */
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  src: url("/kifl/assets/fonts/YakuHanJPs/YakuHanJPs-Bold.eot");
  src: url("/kifl/assets/fonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"), url("/kifl/assets/fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
}
/* YakuHanJP(明朝体 少量版 Regular) */
@font-face {
  font-family: "YakuHanMPs";
  font-style: normal;
  font-weight: 400;
  src: url("/kifl/assets/fonts/YakuHanMPs/YakuHanMPs-Regular.eot");
  src: url("/kifl/assets/fonts/YakuHanMPs/YakuHanMPs-Regular.woff2") format("woff2"), url("/kifl/assets/fonts/YakuHanMPs/YakuHanMPs-Regular.woff") format("woff");
}
/* YakuHanJP(明朝体 少量版 Bold) */
@font-face {
  font-family: "YakuHanMPs";
  font-style: normal;
  font-weight: 700;
  src: url("/kifl/assets/fonts/YakuHanMPs/YakuHanMPs-Bold.eot");
  src: url("/kifl/assets/fonts/YakuHanMPs/YakuHanMPs-Bold.woff2") format("woff2"), url("/kifl/assets/fonts/YakuHanMPs/YakuHanMPs-Bold.woff") format("woff");
}
/* ----------------------------------------------------------------------
	ベース設定
---------------------------------------------------------------------- */
html.is-fixed {
  height: 100%;
  overflow: hidden;
}

body {
  margin: auto;
  padding-top: 60px;
  font-size: 15px;
  line-height: 1.8;
  font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Segoe UI", "メイリオ", Meiryo, sans-serif;
  color: #333;
  background: #f7f7f7;
  -webkit-font-smoothing: antialiased;
  -webkit-print-color-adjust: exact;
}
.is-fixed body {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #2E4FB5;
  transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
a:hover {
  color: #0093E6;
}

img:not([src$=".svg"]) {
  width: 100%;
  max-width: 100%;
}

i {
  font-style: normal;
}

@media only screen and (min-width: 1024px), print {
  body {
    padding-top: 70px;
    transition: padding 0.2s ease-out;
  }
  body.is-tracking {
    padding-top: 50px;
  }
}
@font-face {
  font-family: "iconfont";
  src: url("/kifl/assets/fonts/iconfont/iconfont.eot");
  src: url("/kifl/assets/fonts/iconfont/iconfont.eot?#iefix") format("eot"), url("/kifl/assets/fonts/iconfont/iconfont.woff") format("woff"), url("/kifl/assets/fonts/iconfont/iconfont.ttf") format("truetype"), url("/kifl/assets/fonts/iconfont/iconfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.c-icn {
  display: inline-block;
  vertical-align: text-bottom;
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icn-anker::after {
  content: "\ea01";
}

.c-icn-arrow::after {
  content: "\ea02";
}

.c-icn-back::after {
  content: "\ea03";
}

.c-icn-blank::after {
  content: "\ea04";
}

.c-icn-book::after {
  content: "\ea05";
}

.c-icn-bottom::after {
  content: "\ea06";
}

.c-icn-building::after {
  content: "\ea07";
}

.c-icn-close::after {
  content: "\ea08";
}

.c-icn-cv::after {
  content: "\ea09";
}

.c-icn-flag::after {
  content: "\ea0a";
}

.c-icn-hat::after {
  content: "\ea0b";
}

.c-icn-humburger::after {
  content: "\ea0c";
}

.c-icn-info::after {
  content: "\ea0d";
}

.c-icn-mail-stroked::after {
  content: "\ea0e";
}

.c-icn-mail::after {
  content: "\ea0f";
}

.c-icn-map::after {
  content: "\ea10";
}

.c-icn-minus::after {
  content: "\ea11";
}

.c-icn-next::after {
  content: "\ea12";
}

.c-icn-pdf::after {
  content: "\ea13";
}

.c-icn-pencil::after {
  content: "\ea14";
}

.c-icn-person::after {
  content: "\ea15";
}

.c-icn-plus::after {
  content: "\ea16";
}

.c-icn-press::after {
  content: "\ea17";
}

.c-icn-search::after {
  content: "\ea18";
}

.c-icn-tel::after {
  content: "\ea19";
}

.c-icn-word::after {
  content: "\ea1a";
}

.c-icn-xls::after {
  content: "\ea1b";
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
}
.l-header .l-logo--header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 60px;
  width: 160px;
  padding: 18px 12px 18px;
}
.l-header .l-logo--header a {
  display: block;
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  font-size: 0;
}
.l-header .l-logo--header a:hover {
  opacity: 0.6;
}
.is-fixed .l-header .l-logo--header {
  z-index: 1;
}
.l-header .l-header__nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 60px;
  background: #fff;
}
.l-header.is-tracking {
  position: fixed;
  top: 0;
}
.l-header.is-tracking .l-header__nav {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1024px), print {
  .l-header {
    position: fixed;
    z-index: 100;
  }
  .l-header .l-logo--header {
    width: 190px;
    height: auto;
    z-index: 100000;
    padding: 20px 40px;
    transition: padding 0.2s ease-out;
  }
  .l-header .l-logo--header img {
    width: 190px;
    height: auto;
    transition: width 0.2s ease-out;
  }
  .l-header .l-header__nav {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    padding-top: 0;
  }
  .l-header.is-tracking {
    top: 0px;
    transform: translateZ(0);
  }
  .l-header.is-tracking .l-logo--header {
    width: 155px;
    padding: 10px 40px;
  }
  .l-header.is-tracking .l-logo--header img {
    width: 155px;
  }
}
.l-gnav {
  text-align: right;
  font-size: 0;
}
.l-gnav .l-gnav__lists {
  display: block;
  position: fixed;
  top: 0;
  left: 100%;
  width: 300px;
  height: 100%;
  z-index: 1000;
  padding-top: 60px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  transform: translateX(0) translateZ(0);
  transition: transform 250ms;
}
.l-gnav .l-gnav__lists.is-inview {
  transform: translateX(-100%);
  transition: transform 250ms;
}
.l-gnav .l-gnav__lists.is-fixed {
  overflow: hidden;
}
.is-toggle-open .l-gnav .l-gnav__lists {
  padding-top: 120px;
}
.l-gnav .l-gnav__lists > li {
  display: block;
}
.l-gnav .l-gnav__item {
  display: block;
  position: relative;
  z-index: 1;
  min-width: 60px;
  padding: 16px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.1428571429;
  text-align: center;
  color: #333;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
}
.l-gnav .l-gnav__item::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: auto 16px auto auto;
  font-family: "iconfont";
  content: "\ea02";
  vertical-align: middle;
  line-height: 1;
  font-size: 20px;
}
.l-gnav .l-gnav__item:not(.js-drawer__stepper):after {
  display: none;
}
.l-gnav .l-gnav__item[target="_blank"]:after {
  font-family: "iconfont";
  content: "\ea04";
  vertical-align: middle;
  line-height: 1;
}
.l-gnav .l-gnav__item.l-gnav__item--top {
  padding: 20px;
  font-weight: bold;
  background: #999;
  color: #fff;
}
.l-gnav .l-gnav__item.l-gnav__item--top::after {
  display: none;
}
.l-gnav .l-gnav__item.l-gnav__item--document {
  color: #fff;
  background: #ec1234;
}
.l-gnav .l-gnav__item.l-gnav__item--document .c-icn {
  margin-bottom: 5px;
  height: 25px;
}
.l-gnav .l-gnav__item.l-gnav__item--document .c-txt--with-icn {
  font-size: 10px;
  line-height: 1;
}
.l-gnav .l-gnav__item.l-gnav__item--document, .l-gnav .l-gnav__item.l-gnav__item--request, .l-gnav .l-gnav__item.l-gnav__item--toggle {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
  text-align: center;
  border-bottom: none;
}
.l-gnav .l-gnav__item.l-gnav__item--document::after, .l-gnav .l-gnav__item.l-gnav__item--request::after, .l-gnav .l-gnav__item.l-gnav__item--toggle::after {
  display: none;
}
.l-gnav .l-gnav__item.l-gnav__item--search + .l-gnav__detail {
  position: static;
  width: 300px;
  transform: none;
}
.l-gnav .l-gnav__item.l-gnav__item--inquiry {
  display: none;
}
.l-gnav .l-gnav__item.l-gnav__item--toggle {
  color: #333;
  background: #fff;
}
.l-gnav .l-gnav__item.l-gnav__item--toggle .c-icn {
  margin-bottom: 5px;
  height: 25px;
  color: #ec1234;
}
.l-gnav .l-gnav__item.l-gnav__item--toggle .c-icn::after {
  font-size: 24px;
  line-height: 1.0416666667;
}
.l-gnav .l-gnav__item.l-gnav__item--toggle .c-txt--with-icn {
  font-size: 10px;
  line-height: 1;
}
.l-gnav .l-gnav__item.l-gnav__item--search.is-act {
  background: #2e4fb5;
  color: #fff;
}
.l-gnav .l-gnav__item.l-gnav__item--search.is-act::after {
  display: none;
}
.l-gnav .l-gnav__item.l-gnav__item--search.is-act .c-icn, .l-gnav .l-gnav__item.l-gnav__item--search.is-act .c-txt--with-icn {
  display: none;
}
.l-gnav .l-gnav__item.l-gnav__item--search.is-act .c-icn-close, .l-gnav .l-gnav__item.l-gnav__item--search.is-act .c-txt--with-icn-close {
  display: block;
}
.l-gnav .l-gnav__item.l-gnav__item--search {
  display: none;
}
.l-gnav .l-gnav__item.l-gnav__item--search.is-act + .l-gnav__detail {
  display: block !important;
}
.l-gnav .l-gnav__item.l-gnav__item--search.is-act + .l-gnav__detail .l-search {
  display: block;
}
.l-gnav .l-gnav__item .c-icn {
  display: block;
  margin-bottom: 2px;
}
.l-gnav .l-gnav__item .c-icn::after {
  font-size: 24px;
  line-height: 1;
}
.l-gnav .l-gnav__item .c-txt--with-icn {
  display: block;
}
.l-gnav .l-gnav__item .c-icn-close, .l-gnav .l-gnav__item .c-txt--with-icn-close {
  display: none;
}
.l-gnav .l-spnav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: blue;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.l-gnav .l-gnav__detail {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 1000;
  width: 300px;
  height: 100%;
  background: #fff;
  transform: translateX(0);
  transition: transform 250ms;
  overflow-y: auto;
}
.l-gnav .l-gnav__detail.is-fixed {
  overflow: hidden;
}
.l-gnav .l-gnav__detail.is-inview {
  transform: translateX(-100%);
  transition: transform 250ms;
}
.l-gnav .l-menu__inner.is-fixed {
  overflow: hidden;
}
.l-gnav .l-menu__header > a {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px;
  font-weight: bold;
  background: #999;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.l-gnav .l-menu__returner > a {
  position: relative;
  display: block;
  padding: 20px 20px 20px 40px;
  background: #dfdfdf;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #333;
}
.l-gnav .l-menu__returner > a::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: auto auto auto 16px;
  font-family: "iconfont";
  content: "\ea02";
  vertical-align: middle;
  line-height: 1;
  font-size: 20px;
  font-weight: normal;
  transform: scale(-1, 1);
}
.l-gnav .l-menu__main-menu > li {
  position: relative;
}
.l-gnav .l-menu__main-item {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #333;
}
.l-gnav .l-menu__main-item .c-icn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto 16px auto auto;
  line-height: 0;
}
.l-gnav .l-menu__main-item .c-icn:after {
  font-size: 20px;
}
.l-gnav .l-menu__inner {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 1000;
  width: 300px;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  transform: translateX(0);
  transition: transform 250ms;
}
.l-gnav .l-menu__inner.is-inview {
  transform: translateX(-100%);
  transition: transform 250ms;
}
.l-gnav .l-menu__inner-item {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #333;
}
.l-gnav .l-gnav__spnav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.l-gnav .l-gnav__spnav > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.l-gnav .l-gnav__spnav > ul > li {
  position: relative;
  display: table-cell;
  vertical-align: top;
  height: 60px;
  font-size: 14px;
  line-height: 1.1428571429;
}
.l-gnav .l-gnav__spnav > ul > li > a {
  display: block;
  padding: 10px 0;
  height: 100%;
  background: #fff;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.l-gnav .l-gnav__spnav > ul > li > a.is-act .c-icn, .l-gnav .l-gnav__spnav > ul > li > a.is-act .c-txt--with-icn {
  display: none;
}
.l-gnav .l-gnav__spnav > ul > li > a.is-act .c-icn-close, .l-gnav .l-gnav__spnav > ul > li > a.is-act .c-txt--with-icn-close {
  display: block;
}
.l-gnav .l-gnav__spnav > ul > li > a.is-act + .l-gnav__spnav-detail {
  display: block !important;
}
.l-gnav .l-gnav__spnav > ul > li > a.is-act + .l-gnav__spnav-detail .l-search {
  display: block;
}
.l-gnav .l-gnav__spnav .l-gnav__spnav-detail {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
}
.l-gnav .l-gnav__spnav .c-icn {
  display: block;
  margin-bottom: 5px;
  height: 25px;
}
.l-gnav .l-gnav__spnav .c-icn::after {
  font-size: 24px;
  line-height: 1;
}
.l-gnav .l-gnav__spnav .c-txt--with-icn {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.l-gnav .l-gnav__spnav .c-txt--with-icn.u-small {
  font-size: 10px;
  line-height: 1.2;
}
.l-gnav .l-gnav__spnav .c-icn-close, .l-gnav .l-gnav__spnav .c-txt--with-icn-close {
  display: none;
}
.l-gnav .l-gnav__contactlist {
  padding: 20px;
}
.l-gnav .l-gnav__contactlist .c-btn-links {
  display: block !important;
  margin: 0 !important;
}
.l-gnav .l-gnav__contactlist .c-btn-links > li:last-child .c-btn-link {
  margin-bottom: 0 !important;
}
.l-gnav .l-gnav__contactlist .c-btn-link {
  width: auto !important;
  margin: 0 0 15px !important;
  transform: translateZ(0);
}
.l-gnav .l-gnav__persons {
  border-top: 1px solid #d8d8d8;
}
.l-gnav .l-gnav__persons > li {
  float: left;
  display: table;
  width: 50%;
  border-bottom: 1px solid #d8d8d8;
}
.l-gnav .l-gnav__persons > li:nth-child(2n) {
  border-left: 1px solid #d8d8d8;
}
.l-gnav .l-gnav__persons > li > a {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding: 14px 0;
  text-align: center;
  color: #333;
  font-size: 11px;
  line-height: 1.4545454545;
}
.l-gnav .l-gnav__persons > li > a .c-icn::after {
  font-size: 30px;
  line-height: 1;
}
.l-gnav .l-gnav__persons > li > a .c-txt--with-icn {
  margin-left: 5px;
  text-align: left;
}
.l-gnav .l-gnav__legals {
  margin-top: -1px;
  border-top: 1px solid #d8d8d8;
  background: #f2f2f2;
}
.l-gnav .l-gnav__legals > li {
  float: left;
  display: table;
  width: 50%;
  border-bottom: 1px solid #d8d8d8;
}
.l-gnav .l-gnav__legals > li:nth-child(2n) {
  border-left: 1px solid #d8d8d8;
}
.l-gnav .l-gnav__legals > li > a {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding: 18px 20px;
  text-align: left;
  color: #333;
  font-size: 11px;
  line-height: 1.4545454545;
}
.l-gnav .l-gnav__legals > li > a .c-txt--with-icn {
  text-align: left;
}
.l-gnav .l-gnav__closer {
  display: none;
  position: fixed;
  top: 10px;
  right: 310px;
  z-index: 1000;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 0;
  color: #fff;
  transform: scale(-1, 1);
  cursor: pointer;
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.l-gnav .l-gnav__closer:hover {
  opacity: 0.6;
}
.l-gnav .l-gnav__closer:after {
  font-family: "iconfont";
  content: "\ea12";
  vertical-align: middle;
  line-height: 1;
}
.l-gnav .l-gnav__closer.is-inview {
  display: block;
}
.l-gnav .l-gnav__mask {
  display: none;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  background: rgba(51, 51, 51, 0.8);
  transition: opacity 250ms;
}
.l-gnav .l-gnav__mask.is-inview {
  display: block;
}
.l-gnav .l-gnav__mask.is-fade {
  opacity: 1;
  transition: opacity 250ms;
}
.l-gnav .l-gnav__request {
  display: inline-table;
  vertical-align: bottom;
  width: 60px;
  height: 60px;
}
.l-gnav .l-gnav__toggle {
  display: inline-table;
  vertical-align: bottom;
  width: 60px;
  height: 60px;
}
.l-gnav .l-search {
  display: none;
  padding: 13px 10px;
  background: #2e4fb5;
}
.l-gnav .l-search-in-site__ttl {
  display: none;
}
.l-gnav .l-search-in-site__search-box {
  max-width: 1200px;
  margin: auto;
}
.l-gnav .l-search-in-site__search-box .l-search-box {
  position: relative;
}
.l-gnav .l-search-in-site__search-box .l-search-box__input {
  display: block;
  width: 100%;
  height: 33px;
  border: 1px solid #fff;
  padding: 5px 60px 5px 12px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  background: #fff;
  color: #000;
}
.l-gnav .l-search-in-site__search-box :placeholder-shown,
.l-gnav .l-search-in-site__search-box ::-webkit-input-placeholder,
.l-gnav .l-search-in-site__search-box :-ms-input-placeholder {
  display: block;
  color: #999;
}
.l-gnav .l-search-in-site__search-box input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.l-gnav .l-search-in-site__search-box .l-search-box__submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 54px;
  padding: 0;
  text-align: center;
  background: #333;
  border: none;
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-size: 14px;
  line-height: 33px;
}

@media only screen and (min-width: 1280px), print {
  .l-gnav {
    float: right;
    font-size: 0;
  }
  .l-gnav .l-gnav__lists {
    position: static;
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    height: auto;
    padding: 0;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    overflow-y: visible;
    overflow-x: visible;
    transform: none;
    transition: none;
    font-size: 0;
  }
  .is-toggle-open .l-gnav .l-gnav__lists {
    padding-top: 0;
  }
  .l-gnav .l-gnav__lists > li {
    position: relative;
    display: inline-table;
    vertical-align: bottom;
    max-width: 170px;
    text-align: center;
  }
  .l-gnav .l-gnav__lists > li.is-static {
    position: static;
  }
  :root:not(.is-toggle-open) .l-gnav .l-gnav__lists > li:hover .l-gnav__detail {
    display: block;
  }
  .l-gnav .l-gnav__item {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    padding: 0 15px;
    border-bottom: none;
    font-size: 14px;
    line-height: 1.2857142857;
    transition: height 250ms;
  }
  .l-gnav .l-gnav__item.u-sp-none {
    display: table-cell !important;
  }
  .is-tracking .l-gnav .l-gnav__item {
    height: 47px !important;
    transition: height 250ms;
  }
  .is-tracking .l-gnav .l-gnav__item .c-icn {
    margin-bottom: 3px;
  }
  .is-tracking .l-gnav .l-gnav__item .c-icn::after {
    font-size: 20px;
    transition: font-size 250ms;
  }
  .l-gnav .l-gnav__item[target="_blank"] {
    padding-right: 30px;
  }
  .l-gnav .l-gnav__item[target="_blank"]::before {
    font-family: "iconfont";
    content: "\ea04";
    vertical-align: middle;
    line-height: 1;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    height: 12px;
    margin: auto 10px auto auto;
    font-size: 16px;
    line-height: 12px;
  }
  .l-gnav .l-gnav__item:not(.js-drawer__stepper):after {
    display: block;
  }
  .l-gnav .l-gnav__item.l-gnav__item--bordered {
    border-left: 1px solid #d8d8d8;
  }
  .l-gnav .l-gnav__item.l-gnav__item--top {
    display: none;
  }
  .l-gnav .l-gnav__item.l-gnav__item--access {
    height: 70px;
    padding: 0 15px;
  }
  .l-gnav .l-gnav__item.l-gnav__item--access .c-icn {
    display: none;
  }
  .l-gnav .l-gnav__item.l-gnav__item--access .c-txt--with-icn {
    font-size: 14px;
    line-height: 1.2857142857;
  }
  .l-gnav .l-gnav__item.l-gnav__item--inquiry {
    display: table-cell;
  }
  .l-gnav .l-gnav__item.l-gnav__item--search, .l-gnav .l-gnav__item.l-gnav__item--document, .l-gnav .l-gnav__item.l-gnav__item--inquiry, .l-gnav .l-gnav__item.l-gnav__item--toggle {
    width: 84px;
    height: 70px;
    padding: 0 7px;
    text-align: center;
    font-size: 11px;
    line-height: 1.2727272727;
  }
  .l-gnav .l-gnav__item.l-gnav__item--document {
    color: #fff;
    background: #ec1234;
  }
  .l-gnav .l-gnav__item.l-gnav__item--document[target="_blank"]::before {
    display: none;
  }
  .l-gnav .l-gnav__item.l-gnav__item--access {
    display: table-cell;
  }
  .l-gnav .l-gnav__item.l-gnav__item--search {
    display: table-cell;
  }
  .l-gnav .l-gnav__item.l-gnav__item--search::after {
    display: block;
  }
  .l-gnav .l-gnav__item.l-gnav__item--search + .l-gnav__detail {
    position: absolute;
    left: 0;
    width: 100%;
    transform: none;
  }
  .l-gnav .l-gnav__item:after {
    content: "" !important;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 0;
    margin: 0;
    padding-top: 0;
    background: #ec1234;
    transition: padding 250ms;
  }
  .l-gnav .l-gnav__item:hover .c-txt, .l-gnav .l-gnav__item:hover .c-txt--with-icn {
    font-weight: bold;
  }
  .l-gnav .l-gnav__item:hover:after {
    padding-top: 2px;
    transition: padding 250ms;
  }
  .l-gnav .l-gnav__item .c-icn {
    margin-bottom: 6px;
  }
  .l-gnav .l-gnav__item .c-icn::after {
    font-size: 24px;
    line-height: 1;
    transition: font-size 250ms;
  }
  .l-gnav .l-gnav__detail {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    right: 0;
    z-index: 10;
    width: 280px;
    height: auto;
    padding-top: 0;
    overflow-y: visible;
    transform: translateX(-50%);
    transition: none;
    background: none;
  }
  .l-gnav .l-menu {
    position: relative;
    height: auto;
    overflow-y: visible;
    background: none;
    box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.2), -1px -1px 5px rgba(51, 51, 51, 0.2);
  }
  .l-gnav .l-menu__returner {
    display: none;
  }
  .l-gnav .l-menu__header {
    display: none;
  }
  .l-gnav .l-menu__main-menu {
    background: #fff;
  }
  .l-gnav .l-menu__main-menu > li {
    position: relative;
    border-bottom: 1px solid #dbdbdb;
  }
  .l-gnav .l-menu__main-menu > li:hover .l-menu__main-item {
    background: #e0f4f6;
    color: #5493e0;
    transition: background 250ms, color 250ms;
  }
  .l-gnav .l-menu__main-menu > li:hover .l-menu__inner {
    display: block;
  }
  .l-gnav .l-menu__main-item {
    position: relative;
    padding: 18px;
    font-weight: normal;
    color: #333;
    font-size: 14px;
    line-height: 1.1428571429;
    border: none;
    overflow: hidden;
  }
  .l-gnav .l-menu__main-item .c-icn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: auto 10px auto auto;
    line-height: 0;
  }
  .l-gnav .l-menu__main-item .c-icn:after {
    font-size: 20px;
  }
  .l-gnav .l-menu__inner {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    right: auto;
    width: 280px;
    height: auto;
    padding: 0;
    overflow-y: visible;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.2), -1px -1px 5px rgba(51, 51, 51, 0.2);
  }
  .l-gnav .l-menu__inner-lists ul {
    display: block;
    width: auto;
    text-align: left;
  }
  .l-gnav .l-menu__inner-lists ul li {
    width: auto;
  }
  .l-gnav .l-menu__inner-lists ul li:hover .l-menu__inner-item {
    background: #e0f4f6;
    color: #5493e0;
    transition: background 250ms, color 250ms;
  }
  .l-gnav .l-menu__inner-item {
    display: block;
    position: relative;
    padding: 18px;
    font-size: 14px;
    line-height: 1.1428571429;
    text-align: left;
    color: #333;
    transition: background 250ms, color 250ms;
  }
  .l-gnav .l-gnav__spnav,
  .l-gnav .l-gnav__contactlist,
  .l-gnav .l-gnav__persons,
  .l-gnav .l-gnav__legals {
    display: none;
  }
  .l-gnav .l-gnav__toggle {
    display: none;
  }
  .l-gnav .l-gnav__request {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    height: auto;
  }
  .l-gnav .l-search {
    padding: 15px 0;
  }
  .l-gnav .l-search-in-site__search-box .l-search-box__input {
    padding-right: 90px;
    padding-left: 30px;
    height: 50px;
  }
  .l-gnav .l-search-in-site__search-box .l-search-box__submit {
    width: 80px;
    font-size: 18px;
    line-height: 50px;
  }
  .l-gnav .l-spnav {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px), print {
  .l-gnav .l-gnav__item.l-gnav__item--toggle, .l-gnav .l-gnav__item.l-gnav__item--document {
    height: 100%;
  }
  .is-tracking .l-gnav .l-gnav__item.l-gnav__item--toggle .c-icn {
    height: 15px;
    transition: height 250ms;
  }
  .is-tracking .l-gnav .l-gnav__item.l-gnav__item--toggle .c-icn::after {
    font-size: 10px;
  }
  .is-tracking .l-gnav .l-gnav__item.l-gnav__item--document .c-icn {
    height: 15px;
    transition: height 250ms;
  }
  .is-tracking .l-gnav .l-gnav__item.l-gnav__item--document .c-icn::after {
    font-size: 20px;
  }
  .l-gnav .l-gnav__toggle, .l-gnav .l-gnav__request {
    height: 70px;
    transition: height 250ms;
  }
  .is-tracking .l-gnav .l-gnav__toggle,
  .is-tracking .l-gnav .l-gnav__request {
    height: 50px;
    transition: height 250ms;
  }
}
/*
 サイドコンテンツ
---------------------------------------------------------------------- */
.l-side .l-side__inner .l-container {
  padding: 0;
  background: #fff;
}
.l-side .l-side__ttl {
  position: relative;
  display: block;
  padding: 18px;
  background-color: #333;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
.l-side .l-side__ttl::before {
  font-family: "iconfont";
  content: "\ea03";
  vertical-align: middle;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.l-side .l-side__lists.l-side__lists--parent > li {
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}
.l-side .l-side__lists.l-side__lists--parent > li > .l-side__lists--child {
  display: none;
}
.l-side .l-side__lists.l-side__lists--parent > li .l-side__item {
  display: block;
  padding: 13px 60px 13px 16px;
  font-size: 16px;
  line-height: 1.40625;
  color: #333;
}
.l-side .l-side__lists.l-side__lists--parent > li.is-act > .l-side__item {
  font-weight: bold;
  background: #d8d8d8;
}
.l-side .l-side__lists.l-side__lists--parent > li.is-act > .l-side__lists--child {
  display: block;
}
.l-side .l-side__lists.l-side__lists--parent > li.is-act > .l-side__menu-btn::after {
  background-image: url(/kifl/assets/img/common/icon/icon-minus.svg);
}
.l-side .l-side__lists.l-side__lists--child {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 36px;
}
.l-side .l-side__lists.l-side__lists--child > li {
  margin-bottom: 4px;
}
.l-side .l-side__lists.l-side__lists--child > li:last-child {
  margin-bottom: 0;
}
.l-side .l-side__lists.l-side__lists--child > li .l-side__item {
  display: inline-block;
  padding: 0;
  font-size: 13px;
  line-height: 1.2307692308;
  color: #666;
}
.l-side .l-side__lists.l-side__lists--child .l-side__lists--child {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 14px;
  padding-bottom: 0;
  padding-bottom: 0;
  border-left: 1px solid #d8d8d8;
}
.l-side .l-side__lists.l-side__lists--child .l-side__lists--child li {
  margin: 0;
  line-height: 1;
}
.l-side .l-side__lists.l-side__lists--child .l-side__lists--child li:last-child .l-side__item {
  margin-bottom: 0;
}
.l-side .l-side__lists.l-side__lists--child .l-side__lists--child li .l-side__item {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
  font-size: 13px;
  line-height: 1.1538461538;
  color: #666;
}
.l-side .l-side__item {
  word-wrap: break-word;
  transition: none;
}
.l-side .l-side__menu-btn {
  position: absolute;
  top: 12px;
  right: 20px;
  border: none;
  border-radius: 0;
  line-height: 0;
  text-align: center;
  outline: none;
}
.l-side .l-side__menu-btn::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #333;
  border-radius: 50%;
  background: url(/kifl/assets/img/common/icon/icon-plus.svg) no-repeat center;
  background-size: 10px auto;
}

@media only screen and (min-width: 1024px), print {
  .l-side {
    margin-left: 30px;
    margin-right: 30px;
  }
  .l-side .l-side__inner .l-container {
    padding: 0;
  }
  .l-side .l-side__ttl {
    padding: 22px;
    text-align: left;
    font-size: 20px;
    line-height: 1.3;
  }
  .l-side .l-side__ttl::before {
    display: none;
  }
  .l-side .l-container + .l-side__ttl {
    margin-top: 30px;
  }
  .l-side .l-side__lists.l-side__lists--parent > li > .l-side__item {
    padding: 16px 60px 22px 16px;
    font-size: 16px;
    line-height: 1.5;
  }
  .l-side .l-side__lists.l-side__lists--child {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 40px;
    font-size: 0;
  }
  .l-side .l-side__lists.l-side__lists--child > li {
    margin-bottom: 15px;
  }
  .l-side .l-side__lists.l-side__lists--child > li .l-side__item {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 1.2307692308;
  }
  .l-side .l-side__lists.l-side__lists--child .l-side__lists--child {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 25px;
    padding-left: 14px;
  }
  .l-side .l-side__lists.l-side__lists--child .l-side__lists--child .l-side__item {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
  .l-side .l-side__menu-btn {
    top: 15px;
  }
}
/*
 コンテンツ大枠
---------------------------------------------------------------------- */
.l-contents.l-contents--home {
  background: #fff;
}
.l-contents .l-wrapper .l-column--main .l-column__inner {
  background: #fff;
}
.l-contents .l-wrapper .l-column--main .l-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.l-contents .l-wrapper .l-column--single .l-column__inner {
  background: #fff;
}
.l-contents .l-wrapper .l-column--single .l-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.l-contents .l-wrapper .l-column--topSingle {
  width: 100%;
}

@media only screen and (min-width: 1024px), print {
  .l-contents {
    margin-bottom: 120px;
  }
  .l-contents .l-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l-contents .l-wrapper .l-column--main {
    width: 75.83%;
    min-width: 75.83%;
    margin-left: 30px;
  }
  .l-contents .l-wrapper .l-column--main .l-column__inner {
    width: 100%;
    min-height: 100%;
    background: #fff;
  }
  .l-contents .l-wrapper .l-column--main .l-container {
    padding: 60px 40px;
  }
  .l-contents .l-wrapper .l-column--main .l-container__inner {
    max-width: 1012px;
    margin: 0 auto;
  }
  .l-contents .l-wrapper .l-column--side {
    width: 24.17%;
  }
  .l-contents .l-wrapper .l-column--side .l-column__inner {
    width: 100%;
  }
  .l-contents .l-wrapper .l-column--side .l-column__inner {
    max-width: 1012px;
    margin: 0 auto;
  }
  .l-contents .l-wrapper .l-column--single {
    width: 100%;
    padding: 0 30px;
  }
  .l-contents .l-wrapper .l-column--single .l-column__inner {
    background: #fff;
  }
  .l-contents .l-wrapper .l-column--single .l-container {
    padding: 60px 40px;
  }
  .l-contents .l-wrapper .l-column--single .l-container__inner {
    max-width: 1128px;
    margin: 0 auto;
  }
  .l-contents .l-wrapper .l-column--topSingle {
    width: 100%;
  }
}
/*
 パンくず
---------------------------------------------------------------------- */
.l-breadcrumbs {
  width: 100%;
  background-color: #f7f7f7;
}
.l-breadcrumbs .l-breadcrumbs__lists {
  padding: 5px 24px;
}
.l-breadcrumbs .l-breadcrumbs__lists li {
  display: inline;
  position: relative;
  color: #999;
}
.l-breadcrumbs .l-breadcrumbs__lists li + li {
  padding-left: 20px;
}
.l-breadcrumbs .l-breadcrumbs__lists li + li::before {
  content: "\3e";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 12px;
  line-height: 1;
}
.l-breadcrumbs .l-breadcrumbs__lists a,
.l-breadcrumbs .l-breadcrumbs__lists span {
  font-size: 12px;
  line-height: 1;
}
.l-breadcrumbs .l-breadcrumbs__lists a {
  color: #333;
  transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.l-breadcrumbs .l-breadcrumbs__lists a:hover {
  color: #5493e0;
}

@media only screen and (min-width: 1024px), print {
  .l-breadcrumbs.l-breadcrumbs--type01 .l-breadcrumbs__inner {
    max-width: 1172px;
    margin: 0 auto;
  }
  .l-breadcrumbs.l-breadcrumbs--type01 .l-breadcrumbs__lists {
    padding-left: 0;
    padding-right: 0;
  }
  .l-breadcrumbs.l-breadcrumbs--type02 .l-breadcrumbs__inner {
    width: 75.83%;
    padding: 0;
  }
  .l-breadcrumbs.l-breadcrumbs--type02 .l-breadcrumbs__lists {
    max-width: 982px;
    padding: 10px 0;
  }
  .l-breadcrumbs .l-breadcrumbs__lists {
    margin: 0 auto;
    padding: 10px 40px 10px;
  }
  .l-column--main .l-breadcrumbs .l-breadcrumbs__lists {
    max-width: 1092px;
  }
}
.l-footer .l-nav {
  background-color: #f2f2f2;
}
.l-footer .l-nav-contact {
  background: #222;
}
.l-footer .l-nav-contact .l-nav-contact__inner {
  padding: 35px 20px;
}
.l-footer .l-nav-contact .l-nav-contact__inner .l-logo--footer {
  margin: 0 auto 24px;
  text-align: center;
}
.l-footer .l-nav-contact .l-nav-contact__inner .l-logo--footer a {
  display: inline-block;
}
.l-footer .l-nav-contact .l-nav-contact__inner .l-logo--footer img {
  width: 263px;
  height: auto;
  vertical-align: bottom;
}
.l-footer .l-nav-contact .l-nav-contact__inner .l-contact--footer {
  text-align: center;
}
.l-footer .l-nav-contact .l-nav-contact__inner .l-contact--footer a[href^="tel"] {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.l-footer .l-nav-contact .l-nav-contact__inner .l-contact--footer address {
  display: block;
  font-style: normal;
  font-size: 12px;
  line-height: 1.3333333333;
  color: #fff;
}
.l-footer .l-nav-contact .l-nav-contact__inner .l-request--footer {
  width: 280px;
  margin: 20px auto 0;
}
.l-footer .l-nav-contact .l-nav-contact__inner .l-request--footer .c-btn-links {
  margin-bottom: 0;
}
.l-footer .l-nav-contact .l-nav-contact__inner .l-request--footer .c-btn-links .c-btn-link {
  margin-bottom: 0;
}
.l-footer .l-main-nav {
  display: none;
}
.l-footer .l-sub-nav {
  padding: 0 10px;
}
.l-footer .l-sub-nav .l-sub-nav__lists {
  padding: 20px 14px 25px;
}
.l-footer .l-sub-nav .l-sub-nav__lists .l-sub-nav__item {
  color: #666;
  font-size: 14px;
  line-height: 1.1428571429;
}
.l-footer .l-sub-nav .l-sub-nav__copyright {
  padding: 20px 14px 25px;
  text-align: center;
  color: #999;
  font-size: 12px;
  line-height: 1.3333333333;
  border-top: 1px solid #dbdbdb;
}
.l-footer .l-sub-nav .l-sub-nav__copyright span {
  display: block;
}
.l-footer .l-kgg {
  padding: 15px 0;
  background: #fff;
}
.l-footer .l-kgg .l-logo--footer-group {
  text-align: center;
}
.l-footer .l-kgg .l-logo--footer-group img {
  width: 176px;
  vertical-align: top;
}
.l-footer .l-kgg .l-kgg__lists {
  display: none;
}
.l-footer a {
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.l-footer a:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 1024px), print {
  .l-pre-footer {
    padding: 0 30px;
  }
  .l-pre-footer .l-pre-footer__inner {
    display: -ms-flexbox;
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
  }

  .l-footer .l-nav-contact {
    padding: 0 30px;
  }
  .l-footer .l-nav-contact .l-nav-contact__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .l-footer .l-nav-contact .l-nav-contact__inner .l-logo--footer {
    margin: 0 50px 0 0;
  }
  .l-footer .l-nav-contact .l-nav-contact__inner .l-logo--footer img {
    width: 290px;
  }
  .l-footer .l-nav-contact .l-nav-contact__inner .l-contact--footer {
    margin-right: auto;
  }
  .l-footer .l-nav-contact .l-nav-contact__inner .l-contact--footer a[href^="tel"] {
    margin: 0 auto 10px;
    font-size: 26px;
    line-height: 1;
  }
  .l-footer .l-nav-contact .l-nav-contact__inner .l-request--footer {
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
    width: 280px;
  }
  .l-footer .l-nav-contact .l-nav-contact__inner .l-request--footer .c-btn-link .c-btn-link__inner {
    padding: 15px 40px;
  }
  .l-footer .l-main-nav {
    display: block;
    padding: 0 30px;
  }
  .l-footer .l-main-nav .l-sitemap {
    display: block;
  }
  .l-footer .l-main-nav .l-sitemap--narrow {
    margin: 0 -30px;
    padding: 0;
    background: #e4e4e4;
  }
  .l-footer .l-main-nav .l-sitemap--narrow .l-sitemap__lists {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .l-footer .l-main-nav .l-sitemap--narrow .l-sitemap__lists > li {
    font-size: 14px;
    line-height: 1;
    padding: 0 20px;
    border-right: 1px solid #333;
  }
  .l-footer .l-main-nav .l-sitemap--narrow .l-sitemap__lists > li .l-sitemap__item {
    color: #333;
  }
  .l-footer .l-main-nav .l-sitemap--narrow .l-sitemap__lists > li:first-child {
    padding-left: 0;
  }
  .l-footer .l-main-nav .l-sitemap--narrow .l-sitemap__lists > li:last-child {
    padding-right: 0;
    border-right: none;
  }
  .l-footer .l-main-nav .l-sitemap--mega {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 0 55px;
  }
  .l-footer .l-main-nav .l-sitemap--mega .l-sitemap__category + .l-sitemap__category {
    margin-top: 70px;
  }
  .l-footer .l-main-nav .l-sitemap--mega .l-sitemap__category a {
    display: inline-block;
    color: #333;
  }
  .l-footer .l-main-nav .l-sitemap--mega .l-sitemap__category dt {
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 0 14px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
  }
  .l-footer .l-main-nav .l-sitemap--mega .l-sitemap__category dt:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #ec1234 0%, #ec1234 8px, #2e4fb5 8px, #2e4fb5 100%);
  }
  .l-footer .l-main-nav .l-sitemap--mega .l-sitemap__category .l-sitemap__lists {
    width: 154px;
    padding: 0 0 0 14px;
    font-size: 14px;
    line-height: 1.2857142857;
  }
  .l-footer .l-main-nav .l-sitemap--mega .l-sitemap__category .l-sitemap__lists li:not(:last-child) {
    margin-bottom: 12px;
  }
  .l-footer .l-main-nav .l-sitemap--mega .l-sitemap__category .l-sitemap__lists.l-sitemap__lists--column2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-fill: auto;
    width: 460px;
    height: 210px;
  }
  .l-footer .l-sub-nav {
    padding: 0 30px;
  }
  .l-footer .l-sub-nav .l-sub-nav__inner {
    max-width: 1320px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px solid #dbdbdb;
  }
  .l-footer .l-sub-nav .l-sub-nav__lists {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .l-footer .l-sub-nav .l-sub-nav__lists > li {
    padding: 0 16px;
    border-right: 1px solid #666;
    font-size: 14px;
    line-height: 1;
  }
  .l-footer .l-sub-nav .l-sub-nav__lists > li .l-sub-nav__item {
    color: #666;
  }
  .l-footer .l-sub-nav .l-sub-nav__lists > li:first-child {
    padding-left: 0;
  }
  .l-footer .l-sub-nav .l-sub-nav__lists > li:last-child {
    padding-right: 0;
    border: none;
  }
  .l-footer .l-sub-nav .l-sub-nav__copyright {
    padding: 0;
    font-size: 12px;
    line-height: 1;
    border: none;
  }
  .l-footer .l-sub-nav .l-sub-nav__copyright span {
    display: inline;
  }
  .l-footer .l-kgg {
    padding: 0 30px;
  }
  .l-footer .l-kgg .l-kgg__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .l-footer .l-kgg .l-kgg__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-footer .l-kgg .l-logo--footer-group {
    width: 176px;
    min-width: 176px;
    text-align: left;
  }
  .l-footer .l-kgg .l-logo--footer-group img {
    width: 176px;
  }
  .l-footer .l-kgg .l-kgg__lists {
    display: block;
    margin-left: 44px;
  }
  .l-footer .l-kgg .l-kgg__lists-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 650px;
  }
  .l-footer .l-kgg .l-kgg__lists-inner > li {
    margin-right: 20px;
  }
  .l-footer .l-kgg .l-kgg__item {
    font-size: 12px;
    line-height: 2.25;
    color: #111;
  }
}
/* ----------------------------------------------------------------------
	基本
---------------------------------------------------------------------- */
.c-ttl.c-ttl--type01 {
  padding: 0 24px;
  background: #f7f7f7;
}
.c-ttl.c-ttl--type01 .c-ttl__inner {
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
}
.c-ttl.c-ttl--type01 h1 {
  position: relative;
  padding: 0 0 0 24px;
  font-weight: normal;
  font-family: "YakuHanMPs", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", sans-serif;
  font-size: 28px;
  line-height: 1.3;
  color: #222;
}
.c-ttl.c-ttl--type01 h1::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #ec1234 0%, #ec1234 20px, #2e4fb5 20px, #2e4fb5 100%);
}
.c-ttl.c-ttl--type01 span {
  display: block;
  color: #666;
  font-size: 16px;
  line-height: 1.125;
}
.c-ttl.c-ttl--type02 {
  position: relative;
  margin-bottom: 30px;
  margin-right: 16px;
  margin-left: 16px;
  padding: 20px 20px;
  border-top: 1px solid #333;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "YakuHanMPs", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", sans-serif;
}
@media only screen and (min-width: 1024px), print {
  .c-ttl.c-ttl--type02 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-ttl.c-ttl--type02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #bbb, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, #bbb, #bbb 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat;
  background-size: 6px 1px;
}
.c-ttl.c-ttl--type03 {
  margin-bottom: 20px;
  margin-right: 16px;
  margin-left: 16px;
  padding: 5px 20px;
  background: url(/kifl/assets/img/common/bg_skew_blue.png) repeat left top;
  background-size: 60px auto;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  font-weight: normal;
  font-family: "YakuHanMPs", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", sans-serif;
  background: #f7f7f7;
  border-left: 1px solid #222;
}
@media only screen and (min-width: 1024px), print {
  .c-ttl.c-ttl--type03 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-ttl.c-ttl--type04 {
  margin-bottom: 20px;
  margin-right: 16px;
  margin-left: 16px;
  padding: 5px 0 14px;
  border-bottom: 1px dotted #999;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "YakuHanMPs", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", sans-serif;
}
@media only screen and (min-width: 1024px), print {
  .c-ttl.c-ttl--type04 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-ttl.c-ttl--type05 {
  margin-bottom: 20px;
  margin-right: 16px;
  margin-left: 16px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (min-width: 1024px), print {
  .c-ttl.c-ttl--type05 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-ttl.c-ttl--type05-red {
  margin-bottom: 20px;
  margin-right: 16px;
  margin-left: 16px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #ec1234;
}
@media only screen and (min-width: 1024px), print {
  .c-ttl.c-ttl--type05-red {
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1024px), print {
  .c-ttl.c-ttl--type01 {
    padding: 0;
    border-bottom: 1px solid #dbdbdb;
  }
  .l-column--single .c-ttl.c-ttl--type01 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .c-ttl.c-ttl--type01 .c-ttl__inner {
    padding: 40px 0;
    border: none;
  }
  .c-ttl.c-ttl--type01 h1 {
    padding: 0 0 0 30px;
  }
  .c-ttl.c-ttl--type01.c-ttl--alignCenter .c-ttl__inner {
    max-width: 1172px;
    margin: 0 auto;
  }
  .c-ttl.c-ttl--type01.c-ttl--alignCenter h1 {
    margin: 0 auto;
    font-size: 36px;
    line-height: 1.5166666667;
  }
  .c-ttl.c-ttl--type01.c-ttl--alignCenter span {
    display: inline-block;
    margin: 0 0 0 25px;
    font-size: 20px;
    line-height: 1.2;
  }
  .c-ttl.c-ttl--type01.c-ttl--alignRight .c-ttl__inner {
    width: 75.83%;
  }
  .c-ttl.c-ttl--type01.c-ttl--alignRight h1 {
    max-width: 982px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 1.5166666667;
  }
  .c-ttl.c-ttl--type01.c-ttl--alignRight span {
    display: inline-block;
    margin: 0 0 0 25px;
    font-size: 20px;
    line-height: 1.2;
  }
  .c-ttl.c-ttl--type02 {
    margin-bottom: 40px;
    padding: 18px 20px;
    font-size: 28px;
    line-height: 1.5;
  }
  .c-ttl.c-ttl--type02::before {
    width: 35px;
    height: 35px;
  }
  .c-ttl.c-ttl--type03 {
    margin-bottom: 30px;
    padding: 15px 25px;
    font-size: 24px;
    line-height: 1.5;
  }
  .c-ttl.c-ttl--type04 {
    margin-bottom: 30px;
    padding: 10px 12px;
    font-size: 22px;
    line-height: 1.5;
  }
  .c-ttl.c-ttl--type05 {
    margin-bottom: 30px;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
  }
  .c-ttl.c-ttl--type05-red {
    margin-bottom: 30px;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
  }
}
.c-borderline {
  border-bottom: none;
}
.c-borderline.c-borderline--type01 {
  margin-bottom: 30px;
  border-top-color: #333;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-borderline.c-borderline--type01 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-borderline.c-borderline--type02 {
  margin-bottom: 30px;
  border-top-color: #ddd;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-borderline.c-borderline--type02 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-borderline.c-borderline--type03 {
  margin-bottom: 30px;
  border: none;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-borderline.c-borderline--type03 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-borderline.c-borderline--type03::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #bbb, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, #bbb, #bbb 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat;
  background-size: 6px 1px;
}

@media only screen and (min-width: 1024px), print {
  .c-borderline.c-borderline--type01 {
    margin-bottom: 60px;
  }
  .c-borderline.c-borderline--type02 {
    margin-bottom: 60px;
  }
  .c-borderline.c-borderline--type03 {
    margin-bottom: 60px;
  }
}
.c-carousel.c-carousel--type01 .c-btn-links--type01.c-btn-links {
  margin-bottom: 5px;
}
.c-carousel.c-carousel--type01 .c-btn-links--type01.c-btn-links .c-btn-link {
  margin-right: 5px;
  margin-bottom: 5px;
}
.c-carousel.c-carousel--type01 .c-btn-links--type01.c-btn-links .c-btn-link .c-btn-link__inner {
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #333;
  padding: 15px 35px 16px;
  background-color: #fff;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
.c-carousel.c-carousel--type01 .c-btn-links--type01.c-btn-links .c-btn-link .c-btn-link__inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -6px;
  right: -6px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.c-carousel.c-carousel--type01 .c-btn-links--type01.c-btn-links .c-btn-link .c-icn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 12px;
  margin-top: -7.5px;
}
.c-carousel.c-carousel--type01 .c-btn-links--type01.c-btn-links .c-btn-link .c-txt--with-icn {
  display: block;
  position: relative;
  z-index: 2;
}
.c-carousel.c-carousel--type01 .c-btn-links--type02.c-btn-links .c-btn-link {
  border-radius: 4px;
  background-color: #333;
}
.c-carousel.c-carousel--type01 .c-btn-links--type02.c-btn-links .c-btn-link.c-btn-link--blue {
  background-color: #2e4fb5;
}
.c-carousel.c-carousel--type01 .c-btn-links--type02.c-btn-links .c-btn-link.c-btn-link--red {
  background-color: #ec1234;
}
.c-carousel.c-carousel--type01 .c-btn-links--type02.c-btn-links .c-btn-link.c-btn-link--yellow {
  background-color: "";
}
.c-carousel.c-carousel--type01 .c-btn-links--type02.c-btn-links .c-btn-link.c-btn-link--yellow .c-btn-link__inner {
  color: #333;
}
.c-carousel.c-carousel--type01 .c-btn-links--type02.c-btn-links .c-btn-link.c-btn-link--yellow .c-icn {
  color: #333;
}
.c-carousel.c-carousel--type01 .c-btn-links--type02.c-btn-links .c-btn-link.c-btn-link--white {
  background-color: #fff;
}
.c-carousel.c-carousel--type01 .c-btn-links--type02.c-btn-links .c-btn-link.c-btn-link--white .c-btn-link__inner {
  color: #333;
}
.c-carousel.c-carousel--type01 .c-btn-links--type02.c-btn-links .c-btn-link.c-btn-link--white .c-icn {
  color: #333;
}
.c-carousel.c-carousel--type01 .c-btn-links--type02.c-btn-links .c-btn-link .c-btn-link__inner {
  position: relative;
  z-index: 1;
  padding: 12px 45px 14px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.c-carousel.c-carousel--type01 .c-btn-links--type02.c-btn-links .c-btn-link .c-icn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.c-carousel.c-carousel--type01 .c-btn-links--type02.c-btn-links .c-btn-link .c-txt--with-icn {
  display: block;
  position: relative;
  z-index: 2;
}

.c-carousel.c-carousel--type01 {
  position: relative;
  margin-bottom: 30px;
}
.c-carousel.c-carousel--type01 + .l-container {
  margin-top: -30px;
}
.c-carousel.c-carousel--type01 .c-carousel__lists {
  margin: 0;
}
.c-carousel.c-carousel--type01 .c-carousel__lists li:not(:first-child) {
  display: none;
}
.c-carousel.c-carousel--type01 .c-carousel__lists.slick-initialized li {
  display: block;
}
.c-carousel.c-carousel--type01 .c-carousel__item {
  display: block;
  position: relative;
}
.c-carousel.c-carousel--type01 .c-carousel__item a {
  display: block;
}
.c-carousel.c-carousel--type01 .c-carousel__item--blue .c-carousel__txt-block {
  background: rgba(46, 79, 181, 0.8);
}
.c-carousel.c-carousel--type01 .c-carousel__item--orange .c-carousel__txt-block {
  background: rgba(233, 128, 64, 0.8);
}
.c-carousel.c-carousel--type01 .c-carousel__item--pink .c-carousel__txt-block {
  background: rgba(222, 68, 130, 0.8);
}
.c-carousel.c-carousel--type01 .c-carousel__item--green .c-carousel__txt-block {
  background: rgba(127, 163, 22, 0.8);
}
.c-carousel.c-carousel--type01 .c-carousel__item--purple .c-carousel__txt-block {
  background: rgba(104, 82, 148, 0.8);
}
.c-carousel.c-carousel--type01 .c-carousel__item--gray .c-carousel__txt-block {
  background: rgba(51, 51, 51, 0.8);
}
.c-carousel.c-carousel--type01 .c-carousel__img-block {
  position: relative;
  height: 360px;
  width: 100%;
}
.c-carousel.c-carousel--type01 .c-carousel__img-block img {
  height: 360px;
  vertical-align: top;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-carousel.c-carousel--type01 .c-carousel__txt-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  color: #fff;
}
.c-carousel.c-carousel--type01 .c-carousel__txt-block-inner {
  padding: 15px;
}
.c-carousel.c-carousel--type01 .c-carousel__txt {
  font-size: 24px;
  line-height: 1.25;
}
.c-carousel.c-carousel--type01 .c-carousel__txt span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.2857142857;
}
.c-carousel.c-carousel--type01 .c-btn-links {
  display: block;
  margin: 20px 0 0;
}
.c-carousel.c-carousel--type01 .c-btn-links .c-btn-link {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 0;
}
.c-carousel.c-carousel--type01 .c-btn-links .c-btn-link .c-btn-link__inner {
  font-weight: normal;
}
.c-carousel.c-carousel--type01 .c-carousel__btn--prev,
.c-carousel.c-carousel--type01 .c-carousel__btn--next {
  position: absolute;
  display: inline-block !important;
  vertical-align: middle;
  padding: 2px;
}
.c-carousel.c-carousel--type01 .c-carousel__btn--prev::after,
.c-carousel.c-carousel--type01 .c-carousel__btn--next::after {
  font-size: 28px;
  line-height: 1;
  color: #333;
}
.c-carousel.c-carousel--type01 .c-carousel__btn--prev {
  left: 0;
  top: 0;
}
.c-carousel.c-carousel--type01 .c-carousel__btn--prev::after {
  display: inline-block;
  font-family: "iconfont";
  content: "\ea02";
  vertical-align: middle;
  line-height: 1;
  transform: scale(-1, 1);
}
.c-carousel.c-carousel--type01 .c-carousel__btn--next {
  right: 0;
  top: 0;
}
.c-carousel.c-carousel--type01 .c-carousel__btn--next::after {
  font-family: "iconfont";
  content: "\ea02";
  vertical-align: middle;
  line-height: 1;
}
.c-carousel.c-carousel--type01 .c-carousel__controller {
  position: relative;
  height: 32px;
  margin: 10px auto 0;
  padding: 0 32px;
  font-size: 0;
  text-align: center;
}
.c-carousel.c-carousel--type01 .c-carousel__dots {
  position: relative;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
}
.c-carousel.c-carousel--type01 .slick-dots {
  display: inline-block;
  vertical-align: middle;
}
.c-carousel.c-carousel--type01 .slick-dots li {
  display: inline-block;
  width: 30px;
  margin: 0 5px;
  padding: 3px 0 0;
  background-color: #CCC;
  cursor: pointer;
}
.c-carousel.c-carousel--type01 .slick-dots li.slick-active {
  background-color: #222;
}

@media only screen and (min-width: 1024px), print {
  .c-carousel.c-carousel--type01 {
    margin-bottom: 60px;
  }
  .c-carousel.c-carousel--type01 + .l-container {
    margin-top: -60px;
  }
  .c-carousel.c-carousel--type01 a .c-carousel__img-block {
    overflow: hidden;
  }
  .c-carousel.c-carousel--type01 a .c-carousel__img-block::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .c-carousel.c-carousel--type01 a .c-carousel__img-block img {
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .c-carousel.c-carousel--type01 a:hover .c-carousel__img-block::after {
    opacity: 0.2;
  }
  .c-carousel.c-carousel--type01 a:hover .c-carousel__img-block img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .c-carousel.c-carousel--type01 .c-carousel__img-block {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    padding-top: 400px;
    overflow: hidden;
  }
  .c-carousel.c-carousel--type01 .c-carousel__img-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
  }
  .c-carousel.c-carousel--type01 .c-carousel__txt-block-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 40px;
    max-width: 1208px;
  }
  .c-carousel.c-carousel--type01 .c-carousel__txt span {
    display: inline;
    margin-left: 10px;
  }
  .c-carousel.c-carousel--type01 .c-btn-links .c-btn-links__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
  }
  .c-carousel.c-carousel--type01 .c-btn-links .c-btn-link {
    width: auto;
    margin: 0;
  }
  .c-carousel.c-carousel--type01 div.c-carousel__item .c-btn-link:hover {
    opacity: 1 !important;
  }
  .c-carousel.c-carousel--type01 .c-carousel__btn--prev,
  .c-carousel.c-carousel--type01 .c-carousel__btn--next {
    position: static;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .c-carousel.c-carousel--type01 .c-carousel__btn--prev::after,
  .c-carousel.c-carousel--type01 .c-carousel__btn--next::after {
    font-size: 32px;
    line-height: 1;
  }
  .c-carousel.c-carousel--type01 .c-carousel__btn--prev.slick-hidden,
  .c-carousel.c-carousel--type01 .c-carousel__btn--next.slick-hidden {
    display: none;
  }
  .c-carousel.c-carousel--type01 .c-carousel__controller {
    height: auto;
    padding: 0;
  }
  .c-carousel.c-carousel--type01 .c-carousel__dots {
    position: static;
    margin: 0 20px;
    transform: none;
  }
  .c-carousel.c-carousel--type01 .slick-hidden + .c-carousel__dots {
    display: none;
  }
  .l-column--main .c-carousel.c-carousel--type01 .c-carousel__txt-block-inner {
    max-width: 1092px;
  }
}
.c-main-visual.c-main-visual--type01 {
  position: relative;
}
.c-main-visual.c-main-visual--type01 .c-main-visual__inner {
  position: relative;
  height: 160px;
}
.c-main-visual.c-main-visual--type01 .c-main-visual__img-block {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.c-main-visual.c-main-visual--type01 .c-main-visual__img-block::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.6);
}
.c-main-visual.c-main-visual--type01 .c-main-visual__img-block img {
  height: 160px;
  vertical-align: top;
  object-fit: cover;
}
.c-main-visual.c-main-visual--type01 .c-main-visual__txt-block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.c-main-visual.c-main-visual--type01 .c-main-visual__txt-block-inner {
  position: relative;
  color: #fff;
}
.c-main-visual.c-main-visual--type01 .c-main-visual__ttl {
  color: #fff;
  font-weight: normal;
  font-family: "YakuHanMPs", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", sans-serif;
  font-size: 28px;
  line-height: 1.3;
}
.c-main-visual.c-main-visual--type01 .c-main-visual__txt {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 10px;
  font-family: "YakuHanMPs", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 1.3;
  word-break: break-all;
}
.c-main-visual.c-main-visual--type01 .c-main-visual__breadcrumbs {
  padding: 5px 24px;
  background-color: #f7f7f7;
}
.c-main-visual.c-main-visual--type01 .c-main-visual__breadcrumbs .c-main-visual__breadcrumbs-lists li {
  display: inline;
  position: relative;
  color: #999;
}
.c-main-visual.c-main-visual--type01 .c-main-visual__breadcrumbs .c-main-visual__breadcrumbs-lists li + li {
  padding-left: 15px;
}
.c-main-visual.c-main-visual--type01 .c-main-visual__breadcrumbs .c-main-visual__breadcrumbs-lists li + li::before {
  content: "\3e";
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  font-size: 12px;
  line-height: 1;
}
.c-main-visual.c-main-visual--type01 .c-main-visual__breadcrumbs .c-main-visual__breadcrumbs-lists a,
.c-main-visual.c-main-visual--type01 .c-main-visual__breadcrumbs .c-main-visual__breadcrumbs-lists span {
  font-size: 12px;
  line-height: 1;
}
.c-main-visual.c-main-visual--type01 .c-main-visual__breadcrumbs .c-main-visual__breadcrumbs-lists a {
  color: #333;
  transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-main-visual.c-main-visual--type01 .c-main-visual__breadcrumbs .c-main-visual__breadcrumbs-lists a:hover {
  color: #5493e0;
}
.c-main-visual.c-main-visual--type02 {
  position: relative;
  margin-bottom: 30px;
}
.c-main-visual.c-main-visual--type02.c-main-visual--blue .c-main-visual__txt-block {
  background: rgba(46, 79, 181, 0.8);
}
.c-main-visual.c-main-visual--type02.c-main-visual--orange .c-main-visual__txt-block {
  background: rgba(233, 128, 64, 0.8);
}
.c-main-visual.c-main-visual--type02.c-main-visual--pink .c-main-visual__txt-block {
  background: rgba(222, 68, 130, 0.8);
}
.c-main-visual.c-main-visual--type02.c-main-visual--green .c-main-visual__txt-block {
  background: rgba(127, 163, 22, 0.8);
}
.c-main-visual.c-main-visual--type02.c-main-visual--purple .c-main-visual__txt-block {
  background: rgba(104, 82, 148, 0.8);
}
.c-main-visual.c-main-visual--type02.c-main-visual--gray .c-main-visual__txt-block {
  background: rgba(51, 51, 51, 0.8);
}
.c-main-visual.c-main-visual--type02 .c-main-visual__img-block {
  width: 100%;
}
.c-main-visual.c-main-visual--type02 .c-main-visual__img-block img {
  height: 360px;
  vertical-align: top;
  object-fit: cover;
}
.c-main-visual.c-main-visual--type02 .c-main-visual__txt-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 12px 16px 16px;
}
.c-main-visual.c-main-visual--type02 .c-main-visual__txt-block .c-main-visual__ttl {
  font-weight: normal;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}
.c-main-visual.c-main-visual--type02 .c-main-visual__txt-block .c-main-visual__ttl span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.2857142857;
}
.c-main-visual.c-main-visual--type02 .c-main-visual__txt-block .c-btn-links {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.c-main-visual.c-main-visual--type02 .c-main-visual__txt-block .c-btn-links .c-btn-link {
  display: inline-block;
  width: auto;
  margin: 0;
}
.c-main-visual.c-main-visual--type02 .c-main-visual__txt-block .c-btn-links .c-btn-link .c-btn-link__inner {
  height: auto;
  font-weight: normal;
}
.c-main-visual.c-main-visual--type03 {
  position: relative;
}
.c-main-visual.c-main-visual--type03 .c-main-visual__inner {
  position: relative;
  height: 100px;
}
.c-main-visual.c-main-visual--type03 .c-main-visual__img-block {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.c-main-visual.c-main-visual--type03 .c-main-visual__img-block::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.6);
}
.c-main-visual.c-main-visual--type03 .c-main-visual__img-block img {
  height: 100px;
  vertical-align: top;
  object-fit: cover;
}
.c-main-visual.c-main-visual--type03 .c-main-visual__txt-block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: left;
}
.c-main-visual.c-main-visual--type03 .c-main-visual__txt-block-inner {
  position: relative;
  padding: 0 24px;
  color: #fff;
}
.c-main-visual.c-main-visual--type03 .c-main-visual__ttl {
  display: inline-block;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.3;
}
.c-main-visual.c-main-visual--type03 .c-main-visual__txt {
  display: inline-block;
  margin: 0 0 0 10px;
}

@media only screen and (min-width: 1024px), print {
  .l-column--single .c-main-visual.c-main-visual--type01 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .c-main-visual.c-main-visual--type01 .c-main-visual__inner {
    height: 250px;
  }
  .c-main-visual.c-main-visual--type01 .c-main-visual__img-block {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-top: 250px;
    overflow: hidden;
  }
  .c-main-visual.c-main-visual--type01 .c-main-visual__img-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
  }
  .c-main-visual.c-main-visual--type01 .c-main-visual__txt-block {
    z-index: 1;
    max-width: 1208px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .c-main-visual.c-main-visual--type01 .c-main-visual__ttl {
    font-size: 42px;
    line-height: 1.2285714286;
  }
  .c-main-visual.c-main-visual--type01 .c-main-visual__txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.25;
  }
  .c-main-visual.c-main-visual--type01 .c-main-visual__video-block {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 500px;
    overflow: hidden;
  }
  .c-main-visual.c-main-visual--type01 .c-main-visual__video-block video {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    vertical-align: top;
  }
  .c-main-visual.c-main-visual--type01 .c-main-visual__breadcrumbs {
    padding: 10px 70px;
  }
  .c-main-visual.c-main-visual--type01 .c-main-visual__breadcrumbs-lists {
    max-width: 1128px;
    margin: 0 auto;
  }
  .c-main-visual.c-main-visual--type02 {
    margin-bottom: 40px;
  }
  .c-main-visual.c-main-visual--type02 .c-main-visual__img-block {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-top: 360px;
    overflow: hidden;
  }
  .c-main-visual.c-main-visual--type02 .c-main-visual__img-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
  }
  .c-main-visual.c-main-visual--type02 .c-main-visual__txt-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    padding: 10px 40px;
    box-sizing: border-box;
  }
  .c-main-visual.c-main-visual--type02 .c-main-visual__txt-block .c-main-visual__ttl span {
    display: inline;
    margin-left: 10px;
  }
  .c-main-visual.c-main-visual--type02 .c-main-visual__txt-block .c-btn-links {
    margin-top: 0;
  }
  .l-column--single .c-main-visual.c-main-visual--type03 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .c-main-visual.c-main-visual--type03 .c-main-visual__inner {
    height: 110px;
  }
  .c-main-visual.c-main-visual--type03 .c-main-visual__img-block {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-top: 110px;
    overflow: hidden;
  }
  .c-main-visual.c-main-visual--type03 .c-main-visual__img-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
  }
  .c-main-visual.c-main-visual--type03 .c-main-visual__txt-block {
    z-index: 1;
    margin: 0 30px;
  }
  .c-main-visual.c-main-visual--type03 .c-main-visual__txt-block-inner {
    width: 75.83%;
    padding: 0;
  }
  .c-main-visual.c-main-visual--type03 .c-main-visual__txt-block-inner > div {
    max-width: 982px;
    margin: 0 auto;
  }
  .c-main-visual.c-main-visual--type03 .c-main-visual__ttl {
    font-size: 42px;
    line-height: 1.2285714286;
  }
  .c-main-visual.c-main-visual--type03 .c-main-visual__txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.25;
  }
}
.c-sns-links.c-sns-links--type01 {
  margin: 0 10px;
  padding: 40px 0 30px;
  border-bottom: 1px solid #d8d8d8;
}
.c-sns-links.c-sns-links--type01 .c-sns-links__msg {
  padding-top: 14px;
  background: url(/kifl/assets/img/common/icon/icon-followme.svg) no-repeat center;
  background-size: contain;
}
.c-sns-links.c-sns-links--type01 .c-sns-links__msg span {
  display: none;
}
.c-sns-links.c-sns-links--type01 .c-sns-links__lists {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
.c-sns-links.c-sns-links--type01 .c-sns-links__lists li {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-left: 20px;
}
.c-sns-links.c-sns-links--type01 .c-sns-links__lists li:first-of-type {
  margin-left: 0;
}
.c-sns-links.c-sns-links--type01 .c-sns-links__lists .c-sns-links__item {
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-sns-links.c-sns-links--type01 .c-sns-links__lists .c-sns-links__item:hover {
  opacity: 0.6;
}
.c-sns-links.c-sns-links--type02 .c-sns-links__lists {
  font-size: 0;
}
.c-sns-links.c-sns-links--type02 .c-sns-links__lists li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.c-sns-links.c-sns-links--type02 .c-sns-links__lists li:first-of-type {
  margin-left: 0;
}

@media only screen and (min-width: 1024px), print {
  .c-sns-links.c-sns-links--type01 {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 0;
    padding: 30px 0;
    border: none;
  }
  .c-sns-links.c-sns-links--type01 .c-sns-links__msg {
    width: 74px;
    margin-right: 42px;
    padding-top: 19px;
  }
  .c-sns-links.c-sns-links--type01 .c-sns-links__lists {
    margin-top: 0;
  }
  .c-sns-links.c-sns-links--type01 .c-sns-links__lists li {
    margin-left: 28px;
  }
  .c-sns-links.c-sns-links--type01 .c-sns-links__lists li:first-of-type {
    margin-left: 0;
  }
}
.c-pagetop .c-pagetop__inner {
  text-align: center;
}
.c-pagetop .c-pagetop__inner a {
  display: block;
  padding: 25px 0;
  color: #333;
  font-size: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-pagetop .c-pagetop__inner a:hover {
  opacity: 0.6;
}
.c-pagetop .c-pagetop__inner a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
  background: url(/kifl/assets/img/common/icon/icon-pagetop-01.svg) no-repeat center;
  background-size: 100% auto;
}
.c-pagetop .c-pagetop__inner a span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

@media only screen and (min-width: 1024px), print {
  .c-pagetop {
    width: 50%;
    height: 90px;
    padding: 30px 0;
  }
  .c-pagetop .c-pagetop__inner {
    text-align: right;
  }
  .c-pagetop .c-pagetop__inner a {
    display: inline-block;
    padding: 0;
  }
}
/* ----------------------------------------------------------------------
	リンク?ボタン設定
---------------------------------------------------------------------- */
.c-txt-link {
  position: relative;
}
.c-txt-link .c-icn {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}
.c-txt-link .c-txt--with-icn {
  margin-left: 22px;
}

.c-txt-links.c-txt-links--type01 {
  margin-bottom: 12px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-txt-links.c-txt-links--type01 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-txt-links.c-txt-links--type01 .c-txt-link {
  display: block;
  position: relative;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.5;
}
.c-txt-links.c-txt-links--type02 {
  margin-bottom: 12px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-txt-links.c-txt-links--type02 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-txt-links.c-txt-links--type02 .c-txt-link {
  display: block;
  position: relative;
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px), print {
  .c-txt-links.c-txt-links--type01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .c-txt-links.c-txt-links--type01 .c-txt-link {
    margin-right: 20px;
  }
  .c-txt-links.c-txt-links--type01.c-txt-links--alignCenter {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-btn-links.c-btn-links--type01 .c-btn-link {
  display: block;
  margin-bottom: 14px;
  margin-right: 16px;
  margin-left: 16px;
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
@media only screen and (min-width: 1024px), print {
  .c-btn-links.c-btn-links--type01 .c-btn-link {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-btn-links.c-btn-links--type01 .c-btn-link:hover {
  opacity: 0.8;
}
.c-btn-links.c-btn-links--type01 .c-btn-link .c-btn-link__inner {
  display: block;
  position: relative;
  z-index: 1;
  padding: 12px 25px 12px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 50px;
  background: #0090E0;
}
.c-btn-links.c-btn-links--type01 .c-btn-link .c-icn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 24px;
  margin-top: -7.5px;
}
.c-btn-links.c-btn-links--type01 .c-btn-link .c-txt--with-icn {
  display: block;
  position: relative;
  z-index: 2;
}
.c-btn-links.c-btn-links--type02 {
  margin-bottom: 14px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-btn-links.c-btn-links--type02 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-btn-links.c-btn-links--type02 .c-btn-link {
  display: block;
  margin-bottom: 14px;
}
.c-btn-links.c-btn-links--type02 .c-btn-link:hover .c-btn-link__inner {
  background: #333;
  color: #fff;
  transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-btn-links.c-btn-links--type02 .c-btn-link .c-btn-link__inner {
  display: block;
  position: relative;
  z-index: 1;
  padding: 12px 25px 12px;
  line-height: 1.5;
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid #979797;
  border-radius: 50px;
  transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-btn-links.c-btn-links--type02 .c-btn-link .c-icn {
  margin: 0 10px 0 0;
}
.c-btn-links.c-btn-links--type03 {
  margin-bottom: 20px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-btn-links.c-btn-links--type03 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-btn-links.c-btn-links--type03 .c-btn-link {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 14px;
}
.c-btn-links.c-btn-links--type03 .c-btn-link:last-of-type {
  margin-right: 0;
}
.c-btn-links.c-btn-links--type03 .c-btn-link:hover .c-btn-link__inner {
  background: #333;
  color: #fff;
  transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-btn-links.c-btn-links--type03 .c-btn-link .c-btn-link__inner {
  display: block;
  position: relative;
  z-index: 1;
  padding: 8px 25px 8px;
  line-height: 1.5;
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid #979797;
  border-radius: 50px;
  transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-btn-links.c-btn-links--type03 .c-btn-link .c-icn {
  margin: 0 5px 0 0;
}
.c-btn-links.c-btn-links--type03.c-btn-links--alignCenter {
  text-align: center;
}
.c-btn-links.c-btn-links--type04 {
  margin-bottom: 20px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-btn-links.c-btn-links--type04 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-btn-links.c-btn-links--type04 .c-btn-link {
  display: block;
  margin-bottom: 14px;
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-btn-links.c-btn-links--type04 .c-btn-link:hover {
  opacity: 0.8;
}
.c-btn-links.c-btn-links--type04 .c-btn-link.c-btn-link--white .c-btn-link__inner {
  color: #333;
  background-color: #fff;
}
.c-btn-links.c-btn-links--type04 .c-btn-link.c-btn-link--green .c-btn-link__inner {
  background-color: #7FA316;
}
.c-btn-links.c-btn-links--type04 .c-btn-link.c-btn-link--orange .c-btn-link__inner {
  background-color: #E98040;
}
.c-btn-links.c-btn-links--type04 .c-btn-link.c-btn-link--purple .c-btn-link__inner {
  background-color: #685294;
}
.c-btn-links.c-btn-links--type04 .c-btn-link.c-btn-link--pink .c-btn-link__inner {
  background-color: #DE4482;
}
.c-btn-links.c-btn-links--type04 .c-btn-link.c-btn-link--blue .c-btn-link__inner {
  background-color: #0090E0;
}
.c-btn-links.c-btn-links--type04 .c-btn-link.c-btn-link--black .c-btn-link__inner {
  background-color: #333;
}
.c-btn-links.c-btn-links--type04 .c-btn-link .c-btn-link__inner {
  display: block;
  position: relative;
  z-index: 1;
  padding: 12px 25px 12px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 50px;
  background: #0090E0;
}
.c-btn-links.c-btn-links--type04 .c-btn-link .c-icn {
  margin: 0 10px 0 0;
}
.c-btn-links.c-btn-links--type05 {
  margin-bottom: 15px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-btn-links.c-btn-links--type05 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-btn-links.c-btn-links--type05 .c-btn-link {
  display: block;
  max-width: none;
  margin-bottom: 20px;
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-btn-links.c-btn-links--type05 .c-btn-link:hover {
  opacity: 0.8;
}
.c-btn-links.c-btn-links--type05 .c-btn-link.c-btn-link--cv .c-btn-link__inner {
  font-weight: bold;
  background-color: #ec1234;
  color: #fff;
  border: none;
}
.c-btn-links.c-btn-links--type05 .c-btn-link .c-btn-link__inner {
  display: block;
  position: relative;
  padding: 15px 35px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #979797;
  color: #333;
}
.c-btn-links.c-btn-links--type05 .c-btn-link__txt {
  display: table;
  position: relative;
  margin: 0 auto;
}
.c-btn-links.c-btn-links--type05 .c-icn,
.c-btn-links.c-btn-links--type05 .c-txt--with-icn {
  display: table-cell;
  vertical-align: middle;
}
.c-btn-links.c-btn-links--type05 .c-icn {
  font-weight: normal;
}
.c-btn-links.c-btn-links--type05 .c-icn::after {
  font-size: 28px;
  line-height: 1;
}
.c-btn-links.c-btn-links--type05 .c-txt--with-icn {
  padding-left: 10px;
}
.c-btn-links.c-btn-links--type06 {
  margin-bottom: 14px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-btn-links.c-btn-links--type06 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-btn-links.c-btn-links--type06 .c-btn-link {
  display: block;
  margin-bottom: 14px;
  box-shadow: 1px 1px 5px rgba(153, 153, 153, 0.5);
  transition: background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-btn-links.c-btn-links--type06 .c-btn-link:hover {
  background: #333;
  transition: background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-btn-links.c-btn-links--type06 .c-btn-link:hover .c-btn-link__txt {
  color: #fff;
}
.c-btn-links.c-btn-links--type06 .c-btn-link .c-btn-link__inner {
  display: table;
  width: 100%;
  position: relative;
}
.c-btn-links.c-btn-links--type06 .c-btn-link .c-btn-link__img,
.c-btn-links.c-btn-links--type06 .c-btn-link .c-btn-link__txt {
  display: table-cell;
  vertical-align: middle;
}
.c-btn-links.c-btn-links--type06 .c-btn-link .c-btn-link__img {
  position: relative;
  width: 34.4827586207%;
  padding-right: 10px;
  font-size: 0;
  overflow: hidden;
}
.c-btn-links.c-btn-links--type06 .c-btn-link .c-btn-link__img::before {
  content: '';
  display: block;
  padding-top: 59.2%;
}
.c-btn-links.c-btn-links--type06 .c-btn-link .c-btn-link__img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  min-height: 100%;
}
.c-btn-links.c-btn-links--type06 .c-btn-link .c-btn-link__txt {
  padding: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
}
.c-btn-links.c-btn-links--type07 {
  margin-bottom: 20px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-btn-links.c-btn-links--type07 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-btn-links.c-btn-links--type07 .c-btn-link {
  display: block;
  padding: 10px;
  margin-bottom: 20px;
}
.c-btn-links.c-btn-links--type07 .c-btn-link.c-btn-link--blue {
  background: #E0F4F6;
}
.c-btn-links.c-btn-links--type07 .c-btn-link.c-btn-link--pink {
  background: #F3E3E9;
}
.c-btn-links.c-btn-links--type07 .c-btn-link.c-btn-link--green {
  background: #E8F0E1;
}
.c-btn-links.c-btn-links--type07 .c-btn-link.c-btn-link--yellow {
  background: #F7F5ED;
}
.c-btn-links.c-btn-links--type07 .c-btn-link.c-btn-link--purple {
  background: #ECE5F1;
}
.c-btn-links.c-btn-links--type07 .c-btn-link.c-btn-link--gray {
  background: #F2F2F2;
}
.c-btn-links.c-btn-links--type07 .c-btn-link .c-btn-link__inner {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 28px 20px 18px;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
}
.c-btn-links.c-btn-links--type07 .c-btn-link .c-btn-link__ttl {
  width: 100%;
  margin: 0 auto 15px;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  color: #222;
}
.c-btn-links.c-btn-links--type07 .c-btn-link .c-btn-link__txt {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  padding-bottom: 10px;
}
.c-btn-links.c-btn-links--type07 .c-btn-link .c-btn-link__btn {
  width: 100%;
  height: 44px;
  padding-top: 10px;
  text-align: right;
  border-top: 1px solid #333;
}
.c-btn-links.c-btn-links--type07 a:hover {
  background: #333;
  transition: background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-btn-links.c-btn-links--type07 a:hover .c-btn-link__inner {
  background: #333;
  color: #fff;
  transition: background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-btn-links.c-btn-links--type07 a:hover .c-btn-link__ttl {
  color: #fff;
  transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-btn-links.c-btn-links--type08 {
  margin-bottom: 20px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-btn-links.c-btn-links--type08 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-btn-links.c-btn-links--type08 .c-btn-link {
  display: block;
  padding: 10px;
  margin-bottom: 20px;
}
.c-btn-links.c-btn-links--type08 .c-btn-link.c-btn-link--blue {
  background: #E0F4F6;
}
.c-btn-links.c-btn-links--type08 .c-btn-link.c-btn-link--pink {
  background: #F3E3E9;
}
.c-btn-links.c-btn-links--type08 .c-btn-link.c-btn-link--green {
  background: #E8F0E1;
}
.c-btn-links.c-btn-links--type08 .c-btn-link.c-btn-link--yellow {
  background: #F7F5ED;
}
.c-btn-links.c-btn-links--type08 .c-btn-link.c-btn-link--purple {
  background: #ECE5F1;
}
.c-btn-links.c-btn-links--type08 .c-btn-link.c-btn-link--gray {
  background: #F2F2F2;
}
.c-btn-links.c-btn-links--type08 .c-btn-link .c-btn-link__inner {
  position: relative;
  z-index: 1;
  min-width: 140px;
  padding: 0 10px 50px;
  font-size: 15px;
  line-height: 1.5;
  background-color: #fff;
  color: #333;
}
.c-btn-links.c-btn-links--type08 .c-btn-link .c-btn-link__img {
  position: relative;
  margin: 0 -10px 20px;
  overflow: hidden;
}
.c-btn-links.c-btn-links--type08 .c-btn-link .c-btn-link__img img {
  width: 100%;
}
.c-btn-links.c-btn-links--type08 .c-btn-link .c-btn-link__ttl {
  margin: 0 auto 15px;
  font-size: 20px;
  line-height: 1.5;
}
.c-btn-links.c-btn-links--type08 .c-btn-link .c-btn-link__txt {
  font-size: 15px;
  line-height: 1.8;
}
.c-btn-links.c-btn-links--type08 .c-btn-link .c-icn {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 1px solid #333;
  text-align: center;
  border-radius: 50%;
}
.c-btn-links.c-btn-links--type08 .c-btn-link .c-icn::after {
  display: inline-block;
  margin-top: -2px;
  line-height: 32px;
}
.c-btn-links.c-btn-links--type08 a:hover {
  background: #333 !important;
  transition: background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-btn-links.c-btn-links--type08 a:hover .c-btn-link__inner {
  background: #333;
  color: #fff;
  transition: background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-btn-links.c-btn-links--type08 a:hover .c-btn-link__inner .c-icn {
  border-color: #fff;
  transition: border-color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}

@media only screen and (min-width: 1024px), print {
  .c-btn-links.c-btn-links--type01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .c-btn-links.c-btn-links--type01 .c-btn-link {
    width: 30.1075268817%;
    margin-right: 4.8387096774%;
    margin-bottom: 20px;
  }
  .c-btn-links.c-btn-links--type01 .c-btn-link:nth-of-type(3n) {
    margin-right: 0;
  }
  .c-btn-links.c-btn-links--type01 .c-btn-link:last-of-type {
    margin-right: 0;
  }
  .c-btn-links.c-btn-links--type01 .c-btn-link .c-btn-link__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .c-btn-links.c-btn-links--type01.c-btn-links--alignCenter {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-btn-links.c-btn-links--type02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .c-btn-links.c-btn-links--type02 .c-btn-link {
    width: 30.1075268817%;
    margin-right: 4.8387096774%;
    margin-bottom: 20px;
  }
  .c-btn-links.c-btn-links--type02 .c-btn-link:nth-of-type(3n) {
    margin-right: 0;
  }
  .c-btn-links.c-btn-links--type02 .c-btn-link:last-of-type {
    margin-right: 0;
  }
  .c-btn-links.c-btn-links--type02 .c-btn-link .c-btn-link__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-btn-links.c-btn-links--type02 .c-btn-link .c-icn {
    margin: 0 14px 0 0;
  }
  .c-btn-links.c-btn-links--type02.c-btn-links--alignCenter {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-btn-links.c-btn-links--type03 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .c-btn-links.c-btn-links--type03 .c-btn-link {
    margin-bottom: 20px;
  }
  .c-btn-links.c-btn-links--type03 .c-btn-link .c-btn-link__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .c-btn-links.c-btn-links--type03 .c-btn-link .c-icn {
    margin: 0 14px 0 0;
  }
  .c-btn-links.c-btn-links--type03.c-btn-links--alignCenter {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .c-btn-links.c-btn-links--type04 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .c-btn-links.c-btn-links--type04 .c-btn-link {
    width: 30.1075268817%;
    margin-right: 4.8387096774%;
    margin-bottom: 20px;
  }
  .c-btn-links.c-btn-links--type04 .c-btn-link:nth-of-type(3n) {
    margin-right: 0;
  }
  .c-btn-links.c-btn-links--type04 .c-btn-link:last-of-type {
    margin-right: 0;
  }
  .c-btn-links.c-btn-links--type04 .c-btn-link .c-btn-link__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-btn-links.c-btn-links--type04 .c-btn-link .c-icn {
    margin: 0 14px 0 0;
  }
  .c-btn-links.c-btn-links--type04.c-btn-links--alignCenter {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-btn-links.c-btn-links--type05 {
    margin-bottom: 30px;
  }
  .c-btn-links.c-btn-links--type05 .c-btn-link {
    max-width: 420px;
    margin: 0 auto 30px;
  }
  .c-btn-links.c-btn-links--type05 .c-btn-link .c-btn-link__inner {
    padding: 25px 35px 25px;
  }
  .c-btn-links.c-btn-links--type06 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .c-btn-links.c-btn-links--type06 .c-btn-link {
    width: 48.3870967742%;
    margin-right: 3.2258064516%;
    margin-bottom: 30px;
  }
  .c-btn-links.c-btn-links--type06 .c-btn-link:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-btn-links.c-btn-links--type06 .c-btn-link .c-btn-link__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
  }
  .c-btn-links.c-btn-links--type06 .c-btn-link .c-btn-link__img {
    display: block;
    width: 155px;
    min-width: 155px;
    max-width: 155px;
    padding: 0;
  }
  .c-btn-links.c-btn-links--type06 .c-btn-link .c-btn-link__txt {
    display: block;
    margin-left: 25px;
    font-size: 15px;
    line-height: 1.5;
  }
  .c-btn-links.c-btn-links--type07 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 40px;
  }
  .c-btn-links.c-btn-links--type07 .c-btn-link {
    width: 48.3870967742%;
    margin-right: 3.0107526882%;
    margin-bottom: 30px;
    padding: 8px;
  }
  .c-btn-links.c-btn-links--type07 .c-btn-link:nth-child(2n) {
    margin-right: 0;
  }
  .c-btn-links.c-btn-links--type07 .c-btn-link .c-btn-link__inner {
    height: 100%;
    padding: 35px 34px 18px;
    font-size: 15px;
    line-height: 1.8;
  }
  .c-btn-links.c-btn-links--type07 .c-btn-link .c-btn-link__ttl {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.5;
  }
  .c-btn-links.c-btn-links--type07 .c-btn-link .c-btn-link__txt {
    padding-bottom: 20px;
  }
  .c-btn-links.c-btn-links--type07 .c-btn-link .c-btn-link__btn {
    padding-top: 14px;
    border-top: 1px dashed #bbb;
  }
  .c-btn-links.c-btn-links--type08 {
    margin-bottom: 60px;
  }
  .c-btn-links.c-btn-links--type08 .c-btn-link {
    margin-bottom: 60px;
  }
  .c-btn-links.c-btn-links--type08 .c-btn-link .c-btn-link__inner {
    padding: 0;
    font-size: 15px;
    line-height: 1.8;
    overflow: hidden;
  }
  .c-btn-links.c-btn-links--type08 .c-btn-link .c-btn-link__img {
    float: left;
    margin: 0 27px 0 0;
    min-width: 420px;
    max-width: 50%;
  }
  .c-btn-links.c-btn-links--type08 .c-btn-link .c-btn-link__img img {
    vertical-align: bottom;
  }
  .c-btn-links.c-btn-links--type08 .c-btn-link .c-btn-link__ttl {
    margin-top: 18px;
    margin-bottom: 20px;
    padding-right: 27px;
    font-size: 23px;
    line-height: 1.5;
  }
  .c-btn-links.c-btn-links--type08 .c-btn-link .c-btn-link__txt {
    padding-right: 27px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.c-anker-links.c-anker-links--type01 {
  margin-bottom: 20px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-anker-links.c-anker-links--type01 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-anker-links.c-anker-links--type01 .c-btn-link {
  margin-bottom: 20px;
  padding: 4px 0;
}
.c-anker-links.c-anker-links--type01 .c-btn-link__inner {
  position: relative;
  border: 1px solid #ddd;
  padding: 36px 20px;
}
.c-anker-links.c-anker-links--type01 .c-btn-link__ttl {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.1785714286;
  font-family: "Helvetica Neue", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Segoe UI", "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  color: #222;
}
.c-anker-links.c-anker-links--type01 .c-btn-link__lists {
  font-size: 0;
}
.c-anker-links.c-anker-links--type01 .c-btn-link__lists li {
  position: relative;
}
.c-anker-links.c-anker-links--type01 .c-btn-link__lists li:not(:first-of-type) {
  margin-top: 8px;
}
.c-anker-links.c-anker-links--type01 .c-btn-link__item {
  display: block;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.5;
}
.c-anker-links.c-anker-links--type01 .c-icn {
  position: absolute;
  top: 6px;
  left: 0;
  transform: rotate(90deg);
  color: #222;
}

@media only screen and (min-width: 1024px), print {
  .c-anker-links.c-anker-links--type01 {
    margin-bottom: 50px;
  }
  .c-anker-links.c-anker-links--type01 .c-btn-link {
    margin-bottom: 50px;
  }
  .c-anker-links.c-anker-links--type01 .c-btn-link__inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 35px 60px;
  }
  .c-anker-links.c-anker-links--type01 .c-btn-link__ttl {
    min-width: 170px;
    max-width: 50%;
    margin: 0;
    padding: 7px 65px 10px 0;
  }
  .c-anker-links.c-anker-links--type01 .c-btn-link__lists {
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
  }
  .c-anker-links.c-anker-links--type01 .c-btn-link__lists li {
    float: left;
    width: 50%;
    margin-top: 0 !important;
    margin-bottom: 12px;
  }
}
/* ----------------------------------------------------------------------
	テキスト設定
---------------------------------------------------------------------- */
.c-lead-txt.c-lead-txt--english {
  margin-bottom: 30px;
  margin-right: 16px;
  margin-left: 16px;
  font-size: 23px;
  line-height: 1.252173913;
  font-family: "Times", "Times New Roman", "Crimson Text", sans-serif;
  word-wrap: break-word;
}
@media only screen and (min-width: 1024px), print {
  .c-lead-txt.c-lead-txt--english {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-lead-txt.c-lead-txt--japanese {
  margin-bottom: 30px;
  margin-right: 16px;
  margin-left: 16px;
  font-size: 32px;
  line-height: 1.5;
  font-family: "YakuHanMPs", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", sans-serif;
}
@media only screen and (min-width: 1024px), print {
  .c-lead-txt.c-lead-txt--japanese {
    margin-right: 0;
    margin-left: 0;
  }
}

.c-normal-txt {
  margin-bottom: 40px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  margin-right: 16px;
  margin-left: 16px;
  font-size: 15px;
  line-height: 1.8;
}
@media only screen and (min-width: 1024px), print {
  .c-normal-txt {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-normal-txt strong {
  font-weight: bold;
}
.c-normal-txt em {
  font-weight: normal;
  font-style: normal;
  color: #ec1234;
}
.c-normal-txt a {
  text-decoration: underline;
}
.c-normal-txt.wysiwyg h1 {
  margin: 0 0 30px;
  padding: 16px 0 14px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "YakuHanMPs", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", sans-serif;
}
.c-normal-txt.wysiwyg h2 {
  position: relative;
  margin-bottom: 30px;
  padding: 13px 0 14px;
  border-top: 3px solid #000;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "YakuHanMPs", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", sans-serif;
}
.c-normal-txt.wysiwyg h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, #000, #000 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat;
  background-size: 4px 1px;
}
.c-normal-txt.wysiwyg h3 {
  margin-bottom: 20px;
  padding: 6px 12px 7px;
  background-color: #e8ecf2;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "YakuHanMPs", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", sans-serif;
}
.c-normal-txt.wysiwyg h4 {
  margin-bottom: 20px;
  padding: 5px 12px 6px;
  border: 1px solid transparent;
  border-bottom-color: #333;
  border-left-color: #333;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "YakuHanMPs", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", sans-serif;
}
.c-normal-txt.wysiwyg h5 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
.c-normal-txt.wysiwyg h6 {
  position: relative;
  margin-bottom: 30px;
  padding: 9px 20px;
  background-color: #f0f0f0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}
.c-normal-txt.wysiwyg h6::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}
.c-normal-txt.wysiwyg img {
  width: auto;
  height: auto;
}
.c-normal-txt.wysiwyg ul,
.c-normal-txt.wysiwyg ol {
  list-style: inside;
}
.c-normal-txt.wysiwyg ol {
  padding-left: 2em;
  list-style-position: outside;
  list-style-type: decimal;
}
.c-normal-txt.wysiwyg table {
  width: 100% !important;
  margin-bottom: 20px;
  border-color: #555 !important;
  border-collapse: collapse !important;
  border-width: 1px !important;
  border-style: solid !important;
}
.c-normal-txt.wysiwyg table + table {
  margin-top: -21px;
}
.c-normal-txt.wysiwyg table th,
.c-normal-txt.wysiwyg table td {
  padding: 10px;
  border-width: 1px !important;
  border-style: solid !important;
}
.c-normal-txt.wysiwyg pre {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.c-normal-txt.wysiwyg .aligncenter {
  display: block;
  margin: auto;
}

.c-caption {
  margin-bottom: 30px;
  margin-right: 16px;
  margin-left: 16px;
  font-size: 13px;
  line-height: 1.8;
  color: #999;
}
@media only screen and (min-width: 1024px), print {
  .c-caption {
    margin-right: 0;
    margin-left: 0;
  }
}

.c-emphasized-text {
  margin-bottom: 40px;
  font-weight: bold;
  color: #2E4FB5;
  margin-right: 16px;
  margin-left: 16px;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (min-width: 1024px), print {
  .c-emphasized-text {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-emphasized-text p {
  display: table;
  margin: 0 auto;
}
.c-emphasized-text em {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  color: #2E4FB5;
  font-style: normal;
  font-size: 16px;
  line-height: 5;
  background: #E0F4F6;
  border-radius: 50%;
  text-align: center;
}
.c-emphasized-text span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 15px;
}
.c-emphasized-text strong {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
}

.c-step {
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px), print {
  .c-step {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-step .c-step__item {
  position: relative;
  margin: 0 auto 20px;
  padding: 18px 0;
  color: #999;
  font-size: 16px;
  line-height: 1.6875;
  text-align: center;
  color: #666;
  background: #ededed;
  box-sizing: border-box;
}
.c-step .c-step__item br {
  display: none;
}
.c-step .c-step__item strong {
  margin-left: 0.5em;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2272727273;
}
.c-step .c-step__item:not(:last-of-type):after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border: 10px solid transparent;
  border-top-color: #ededed;
}
.c-step .c-step__item.is-current {
  background: #2E4FB5;
  color: #fff;
}
.c-step .c-step__item.is-current:after {
  border-top-color: #2E4FB5;
}

.c-tag {
  margin-bottom: 10px;
  margin-right: 16px;
  margin-left: 16px;
  font-size: 10px;
  line-height: 1;
}
@media only screen and (min-width: 1024px), print {
  .c-tag {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-tag span {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 5px;
  background: #fff;
  color: #333;
  border: 1px solid #333;
}
.c-tag.c-tag--white span {
  background: #fff;
  color: #333;
  border: 1px solid #333;
}
.c-tag.c-tag--orange span {
  background: #E98040;
  color: #fff;
  border: none;
}
.c-tag.c-tag--green span {
  background: #7FA316;
  color: #fff;
  border: none;
}
.c-tag.c-tag--purple span {
  background: #685294;
  color: #fff;
  border: none;
}
.c-tag.c-tag--pink span {
  background: #DE4482;
  color: #fff;
  border: none;
}
.c-tag.c-tag--blue span {
  background: #0090E0;
  color: #fff;
  border: none;
}
.c-tag.c-tag--gray span {
  background: #666;
  color: #fff;
  border: none;
}

@media only screen and (min-width: 1024px), print {
  .c-lead-txt.c-lead-txt--english {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1.2;
  }
  .c-lead-txt.c-lead-txt--japanese {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.5;
  }

  .c-normal-txt {
    margin-bottom: 60px;
  }
  .c-normal-txt.wysiwyg h1 {
    max-width: 1208px;
    margin: 0 auto 40px;
    padding: 27px 0 19px;
    font-size: 42px;
    line-height: 1.3;
  }
  .c-normal-txt.wysiwyg h2 {
    margin-bottom: 40px;
    padding: 22px 0 23px;
    font-size: 28px;
    line-height: 1.5;
  }
  .c-normal-txt.wysiwyg h3 {
    margin-bottom: 30px;
    padding: 7px 24px;
    font-size: 24px;
    line-height: 1.5;
  }
  .c-normal-txt.wysiwyg h4 {
    margin-bottom: 30px;
    padding: 0 24px 11px;
    font-size: 22px;
    line-height: 1.5;
  }
  .c-normal-txt.wysiwyg h5 {
    margin-bottom: 30px;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .c-caption {
    margin-bottom: 60px;
  }

  .c-emphasized-text {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 1;
  }
  .c-emphasized-text p {
    display: block;
  }
  .c-emphasized-text em, .c-emphasized-text span {
    display: inline-block !important;
    vertical-align: middle;
    padding: 0;
  }
  .c-emphasized-text em {
    padding: 0;
    margin: 0 20px 0 0;
  }
  .c-emphasized-text strong {
    display: inline;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
  }

  .c-step {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  .c-step .c-step__item {
    width: 200px;
    height: 70px;
    margin: 0 30px 0 0;
    padding: 0;
  }
  .c-step .c-step__item br {
    display: inline;
  }
  .c-step .c-step__item > span {
    position: relative;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
  }
  .c-step .c-step__item:not(:last-of-type):after {
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    border: 35px solid transparent;
    border-left-width: 30px;
    border-left-color: #ededed;
  }
  .c-step .c-step__item:last-of-type {
    width: 230px;
  }
  .c-step .c-step__item.is-current:after {
    border-left-color: #2E4FB5;
  }
}
/* ----------------------------------------------------------------------
	アイコン設定
---------------------------------------------------------------------- */
.c-icn {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.c-icn::after {
  font-size: 16px;
  line-height: 1;
}

.c-txt--with-icn {
  display: inline-block;
  vertical-align: middle;
}

.c-icn-mail::after {
  font-weight: normal;
  font-size: 24px;
}

.c-icn-tel::after {
  font-weight: normal;
  font-size: 24px;
}

.c-icn-pdf {
  color: #ec1234;
}
.c-btn-link--black .c-icn-pdf {
  color: #fff;
}

.c-icn-word {
  color: #2e4fb5;
}
.c-btn-link--black .c-icn-word {
  color: #fff;
}

.c-icn-xls {
  color: #0dba0c;
}
.c-btn-link--black .c-icn-xls {
  color: #fff;
}

/* ----------------------------------------------------------------------
	リスト設定
---------------------------------------------------------------------- */
.c-lists.c-lists--type01 .c-lists__category span, .c-lists.c-lists--type03 .c-lists__category span, .c-lists.c-lists--type04 .c-lists__category span, .c-lists.c-lists--type05 .c-lists__category span, .c-lists.c-lists--type12 .c-lists__category span {
  display: inline-block;
  padding: 5px 16px;
  background: #E98040;
  border-radius: 5px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
}

.c-lists.c-lists--type03 .c-lists__links .c-txt-link, .c-lists.c-lists--type03 .c-txt-links .c-txt-link, .c-lists.c-lists--type04 .c-txt-links .c-txt-link, .c-lists.c-lists--type05 .c-txt-links .c-txt-link {
  display: block;
  position: relative;
  margin-bottom: 12px;
  font-size: 0;
}
.c-lists.c-lists--type03 .c-lists__links .c-txt-link:last-of-type, .c-lists.c-lists--type03 .c-txt-links .c-txt-link:last-of-type, .c-lists.c-lists--type04 .c-txt-links .c-txt-link:last-of-type, .c-lists.c-lists--type05 .c-txt-links .c-txt-link:last-of-type {
  margin-bottom: 0;
}
.c-lists.c-lists--type03 .c-lists__links .c-txt-link .c-icn, .c-lists.c-lists--type03 .c-txt-links .c-txt-link .c-icn, .c-lists.c-lists--type04 .c-txt-links .c-txt-link .c-icn, .c-lists.c-lists--type05 .c-txt-links .c-txt-link .c-icn {
  position: absolute;
  top: 4px;
  left: 0;
}
.c-lists.c-lists--type03 .c-lists__links .c-txt-link .c-txt--with-icn, .c-lists.c-lists--type03 .c-txt-links .c-txt-link .c-txt--with-icn, .c-lists.c-lists--type04 .c-txt-links .c-txt-link .c-txt--with-icn, .c-lists.c-lists--type05 .c-txt-links .c-txt-link .c-txt--with-icn {
  display: inline-block;
  margin-left: 22px;
  font-size: 15px;
  line-height: 1.5;
}

.c-lists.c-lists--type01 {
  margin-bottom: 30px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type01 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-lists.c-lists--type01 .c-lists__lists:not(:last-of-type) {
  margin-bottom: 40px;
}
.c-lists.c-lists--type01 .c-lists__lists li {
  border-bottom: 1px solid #dbdbdb;
}
.c-lists.c-lists--type01 .c-lists__lists li:not(:last-of-type) {
  margin-bottom: 20px;
}
.c-lists.c-lists--type01 .c-lists__item {
  display: block;
  margin-bottom: 18px;
  overflow: hidden;
}
.c-lists.c-lists--type01 a .c-lists__img-block {
  position: relative;
}
.c-lists.c-lists--type01 a .c-lists__img-block::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 42px;
  height: 42px;
  background-image: url(/kifl/assets/img/common/icon/icon-tri-arrow-01.svg);
  background-repeat: no-repeat;
  background-size: 42px 42px;
}
.c-lists.c-lists--type01 a .c-lists__img-block img {
  vertical-align: top;
}
.c-lists.c-lists--type01 a[data-type="modal"] .c-lists__img-block::before {
  background-image: url(/kifl/assets/img/common/icon/icon-tri-modal-01.svg);
  bottom: auto;
  top: 0;
}
@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type01 a {
    transition: none;
  }
  .c-lists.c-lists--type01 a .c-lists__img-block {
    overflow: hidden;
    background-color: #000;
  }
  .c-lists.c-lists--type01 a .c-lists__img-block::before {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
  }
  .c-lists.c-lists--type01 a .c-lists__img-block img {
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .c-lists.c-lists--type01 a:hover .c-lists__img-block::after {
    opacity: 0.2;
  }
  .c-lists.c-lists--type01 a:hover .c-lists__img-block img {
    transform: scale(1.1);
  }
  .c-lists.c-lists--type01 a .c-lists__ttl, .c-lists.c-lists--type01 a .c-lists__txt {
    transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .c-lists.c-lists--type01 a:hover .c-lists__ttl, .c-lists.c-lists--type01 a:hover .c-lists__txt {
    color: #5493e0;
  }
}
.c-lists.c-lists--type01 a:hover .c-lists__img-block img {
  opacity: 0.8;
  transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-lists.c-lists--type01 .c-lists__img-block {
  position: relative;
  float: left;
  width: 42.8571428571%;
  overflow: hidden;
}
.c-lists.c-lists--type01 .c-lists__img-block:after {
  content: '';
  display: block;
  padding-top: 56%;
}
.c-lists.c-lists--type01 .c-lists__img-block img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-lists.c-lists--type01 .c-lists__txt-block {
  float: right;
  width: 50%;
  font-size: 13px;
  line-height: 1.5;
}
.c-lists.c-lists--type01 .c-lists__category {
  font-size: 0;
}
.c-lists.c-lists--type01 .c-lists__category--white span {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.c-lists.c-lists--type01 .c-lists__category--orange span {
  background: #E98040;
}
.c-lists.c-lists--type01 .c-lists__category--pink span {
  background: #DE4482;
}
.c-lists.c-lists--type01 .c-lists__category--green span {
  background: #7FA316;
}
.c-lists.c-lists--type01 .c-lists__category--blue span {
  background: #0090E0;
}
.c-lists.c-lists--type01 .c-lists__category--purple span {
  background: #685294;
}
.c-lists.c-lists--type01 .c-lists__category--gray span {
  background: #666;
}
.c-lists.c-lists--type01 .c-lists__category--teal span {
  background: #2C9090;
}
.c-lists.c-lists--type01 .c-lists__category--wine span {
  background: #A3488B;
}
.c-lists.c-lists--type01 .c-lists__txt {
  margin-top: 10px;
}
.c-lists.c-lists--type01 .c-lists__date {
  margin-top: 7px;
  font-size: 10px;
  line-height: 1.2;
  color: #888;
}
.c-lists.c-lists--type02 {
  margin-bottom: 40px;
}
.c-lists.c-lists--type02 .c-lists__lists li:not(:first-of-type) {
  margin-top: 40px;
}
.c-lists.c-lists--type02 .c-lists__item {
  display: block;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type02 .c-lists__item {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-lists.c-lists--type02 a {
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-lists.c-lists--type02 a:hover {
  opacity: 0.8;
}
.c-lists.c-lists--type02 a .c-lists__ttl {
  margin-right: 5px;
}
.c-lists.c-lists--type02 a .c-lists__ttl-inner {
  top: 0;
  left: 0;
  transition: top 0.3s ease-in-out, left 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  border-color: #333;
}
.c-lists.c-lists--type02 a .c-lists__txt {
  color: #333;
  transition: color 0.3s ease-in-out;
}
.c-lists.c-lists--type02 a:hover .c-lists__txt {
  color: #0093E6;
  transition: color 0.3s ease-in-out;
}
.c-lists.c-lists--type02 .c-lists__ttl {
  display: block;
  margin-bottom: 25px;
}
.c-lists.c-lists--type02 .c-lists__ttl-inner {
  display: block;
  position: relative;
  z-index: 1;
  padding: 12px 25px 12px;
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 50px;
  border: 1px solid #333;
}
.c-lists.c-lists--type02 .c-icn {
  margin: 0 10px 0 0;
}
.c-lists.c-lists--type02 .c-lists__txt {
  padding: 0 18px;
}
.c-lists.c-lists--type03 {
  margin-bottom: 40px;
}
.c-lists.c-lists--type03 .c-lists__lists li:not(:first-of-type) {
  margin-top: 40px;
}
.c-lists.c-lists--type03 .c-lists__item > a {
  display: block;
}
.c-lists.c-lists--type03 .c-lists__item > a .c-lists__img-block {
  position: relative;
}
.c-lists.c-lists--type03 .c-lists__item > a .c-lists__img-block::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 42px;
  height: 42px;
  background-image: url(/kifl/assets/img/common/icon/icon-tri-arrow-01.svg);
  background-repeat: no-repeat;
  background-size: 42px 42px;
}
.c-lists.c-lists--type03 .c-lists__item > a .c-lists__img-block img {
  vertical-align: top;
}
.c-lists.c-lists--type03 .c-lists__item > a[data-type="modal"] .c-lists__img-block::before {
  background-image: url(/kifl/assets/img/common/icon/icon-tri-modal-01.svg);
  bottom: auto;
  top: 0;
}
@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type03 .c-lists__item > a {
    transition: none;
  }
  .c-lists.c-lists--type03 .c-lists__item > a .c-lists__img-block {
    overflow: hidden;
    background-color: #000;
  }
  .c-lists.c-lists--type03 .c-lists__item > a .c-lists__img-block::before {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
  .c-lists.c-lists--type03 .c-lists__item > a .c-lists__img-block img {
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .c-lists.c-lists--type03 .c-lists__item > a:hover .c-lists__img-block::after {
    opacity: 0.2;
  }
  .c-lists.c-lists--type03 .c-lists__item > a:hover .c-lists__img-block img {
    transform: scale(1.1);
  }
  .c-lists.c-lists--type03 .c-lists__item > a .c-lists__ttl {
    transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .c-lists.c-lists--type03 .c-lists__item > a:hover .c-lists__ttl {
    color: #5493e0;
  }
}
.c-lists.c-lists--type03 .c-lists__img-block {
  position: relative;
  width: 100%;
  padding-top: 87.5%;
  overflow: hidden;
}
.c-lists.c-lists--type03 .c-lists__img-block.c-lists__img-block--small {
  padding-top: 37.5%;
}
.c-lists.c-lists--type03 .c-lists__img-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  vertical-align: top;
  object-fit: cover;
  min-height: 100%;
}
.c-lists.c-lists--type03 .c-lists__txt-block {
  padding: 0 16px 7px;
}
.c-lists.c-lists--type03 .c-lists__category {
  margin-top: 15px;
  padding: 0 16px;
  font-size: 0;
}
.c-lists.c-lists--type03 .c-lists__category--white span {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.c-lists.c-lists--type03 .c-lists__category--orange span {
  background: #E98040;
}
.c-lists.c-lists--type03 .c-lists__category--pink span {
  background: #DE4482;
}
.c-lists.c-lists--type03 .c-lists__category--green span {
  background: #7FA316;
}
.c-lists.c-lists--type03 .c-lists__category--blue span {
  background: #0090E0;
}
.c-lists.c-lists--type03 .c-lists__category--purple span {
  background: #685294;
}
.c-lists.c-lists--type03 .c-lists__category--gray span {
  background: #666;
}
.c-lists.c-lists--type03 .c-lists__ttl {
  margin-top: 10px;
  padding: 0 16px;
  font-size: 20px;
  line-height: 1.6;
  color: #333;
}
.c-lists.c-lists--type03 .c-lists__txt {
  margin-top: 10px;
}
.c-lists.c-lists--type03 .c-lists__caption {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.8;
  color: #999;
}
.c-lists.c-lists--type03 .c-lists__links {
  margin-top: 10px;
}
.c-lists.c-lists--type03 .c-txt-links {
  margin-top: 10px;
}
.c-lists.c-lists--type04 {
  margin-bottom: 40px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type04 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-lists.c-lists--type04 .c-lists__lists li:not(:last-of-type) {
  margin-bottom: 20px;
}
.c-lists.c-lists--type04 .c-lists__item {
  display: block;
}
.c-lists.c-lists--type04 a .c-lists__img-block {
  position: relative;
  overflow: hidden;
}
.c-lists.c-lists--type04 a .c-lists__img-block::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 42px;
  height: 42px;
  background-image: url(/kifl/assets/img/common/icon/icon-tri-arrow-01.svg);
  background-repeat: no-repeat;
  background-size: 42px 42px;
}
.c-lists.c-lists--type04 a .c-lists__img-block img {
  vertical-align: top;
}
.c-lists.c-lists--type04 a[data-type="modal"] .c-lists__img-block::before {
  background-image: url(/kifl/assets/img/common/icon/icon-tri-modal-01.svg);
  bottom: auto;
  top: 0;
}
@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type04 a {
    transition: none;
  }
  .c-lists.c-lists--type04 a .c-lists__img-block {
    position: relative;
    overflow: hidden;
    background-color: #000;
  }
  .c-lists.c-lists--type04 a .c-lists__img-block::before {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
  .c-lists.c-lists--type04 a .c-lists__img-block img {
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .c-lists.c-lists--type04 a:hover .c-lists__img-block img {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
  }
  .c-lists.c-lists--type04 a .c-lists__ttl, .c-lists.c-lists--type04 a .c-lists__txt {
    transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .c-lists.c-lists--type04 a:hover .c-lists__ttl, .c-lists.c-lists--type04 a:hover .c-lists__txt {
    color: #5493e0;
  }
}
.c-lists.c-lists--type04 .c-lists__img-block {
  position: relative;
  padding-top: 59.2307692308%;
  overflow: hidden;
}
.c-lists.c-lists--type04 .c-lists__img-block img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  object-fit: cover;
  min-height: 100%;
}
.c-lists.c-lists--type04 .c-lists__category {
  margin-top: 12px;
  font-size: 0;
}
.c-lists.c-lists--type04 .c-lists__category--white span {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.c-lists.c-lists--type04 .c-lists__category--orange span {
  background: #E98040;
}
.c-lists.c-lists--type04 .c-lists__category--pink span {
  background: #DE4482;
}
.c-lists.c-lists--type04 .c-lists__category--green span {
  background: #7FA316;
}
.c-lists.c-lists--type04 .c-lists__category--blue span {
  background: #0090E0;
}
.c-lists.c-lists--type04 .c-lists__category--purple span {
  background: #685294;
}
.c-lists.c-lists--type04 .c-lists__category--gray span {
  background: #666;
}
.c-lists.c-lists--type04 .c-lists__txt {
  margin-top: 10px;
}
.c-lists.c-lists--type04 .c-lists__ttl {
  margin-top: 10px;
}
.c-lists.c-lists--type04 .c-lists__date {
  margin-top: 15px;
  color: #888;
}
.c-lists.c-lists--type04 .c-txt-links {
  margin-top: 10px;
}
.c-lists.c-lists--type05 {
  margin-bottom: 40px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type05 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-lists.c-lists--type05 .c-lists__lists:not(:last-of-type) {
  margin-bottom: 40px;
}
.c-lists.c-lists--type05 .c-lists__item {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
}
.c-lists.c-lists--type05 a .c-lists__img-block {
  position: relative;
  overflow: hidden;
}
.c-lists.c-lists--type05 a .c-lists__img-block::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 42px;
  height: 42px;
  background-image: url(/kifl/assets/img/common/icon/icon-tri-arrow-01.svg);
  background-repeat: no-repeat;
  background-size: 42px 42px;
}
.c-lists.c-lists--type05 a .c-lists__img-block img {
  vertical-align: top;
}
.c-lists.c-lists--type05 a[data-type="modal"] .c-lists__img-block::before {
  background-image: url(/kifl/assets/img/common/icon/icon-tri-modal-01.svg);
  bottom: auto;
  top: 0;
}
@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type05 a {
    transition: none;
  }
  .c-lists.c-lists--type05 a .c-lists__img-block {
    position: relative;
    overflow: hidden;
    background-color: #000;
  }
  .c-lists.c-lists--type05 a .c-lists__img-block::before {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
  .c-lists.c-lists--type05 a .c-lists__img-block img {
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .c-lists.c-lists--type05 a:hover .c-lists__img-block img {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
  }
  .c-lists.c-lists--type05 a .c-lists__ttl, .c-lists.c-lists--type05 a .c-lists__txt {
    transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .c-lists.c-lists--type05 a:hover .c-lists__ttl, .c-lists.c-lists--type05 a:hover .c-lists__txt {
    color: #5493e0;
  }
}
.c-lists.c-lists--type05 a .c-lists__ttl {
  color: #333;
}
.c-lists.c-lists--type05 .c-lists__img-block {
  float: left;
  width: 41.3793103448%;
}
.c-lists.c-lists--type05 .c-lists__img-block img {
  vertical-align: bottom;
}
.c-lists.c-lists--type05 .c-lists__ttl {
  margin-left: 45%;
  font-size: 16px;
  line-height: 1.5;
}
.c-lists.c-lists--type05 .c-lists__txt-block {
  float: right;
  width: 55.1724137931%;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
}
.c-lists.c-lists--type05 .c-lists__category {
  font-size: 0;
}
.c-lists.c-lists--type05 .c-lists__txt {
  margin-top: 10px;
}
.c-lists.c-lists--type05 .c-lists__date {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6923076923;
  color: #888;
}
.c-lists.c-lists--type05 .c-lists__links {
  margin-top: 10px;
}
.c-lists.c-lists--type05 .c-lists__links .c-txt-links {
  margin-left: 0;
  margin-right: 0;
}
.c-lists.c-lists--type05 .c-lists__links .c-txt-link {
  font-size: 13px;
  line-height: 1.5;
}
.c-lists.c-lists--type05 .c-txt-links {
  margin-top: 10px;
}
.c-lists.c-lists--type06 {
  margin-bottom: 30px;
}
.c-lists.c-lists--type06 .c-lists__lists > li:not(:first-of-type) {
  padding-top: 25px;
}
.c-lists.c-lists--type06 .c-lists__ttl {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 35px;
  background: #f0f0f0;
  color: #2E4FB5;
  font-size: 20px;
  line-height: 1;
}
.c-lists.c-lists--type06 .c-lists__ttl::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #2E4FB5;
  border-left-color: #2E4FB5;
}
.c-lists.c-lists--type06 .c-lists__ttl span {
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  font-style: italic;
  font-family: "Times", "Times New Roman", sans-serif;
}
.c-lists.c-lists--type06 .c-lists__ttl small {
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  font-family: "Times", "Times New Roman", sans-serif;
}
.c-lists.c-lists--type06 .c-lists__item {
  display: block;
}
.c-lists.c-lists--type06 .c-lists__list-block {
  margin-top: 10px;
  padding: 0 16px;
  font-size: 15px;
  line-height: 1.5;
}
.c-lists.c-lists--type06 .c-lists__list-block li {
  position: relative;
  padding-left: 24px;
}
.c-lists.c-lists--type06 .c-lists__list-block li:not(:first-of-type) {
  margin-top: 10px;
}
.c-lists.c-lists--type06 .c-lists__list-block li::before {
  content: "\30fb";
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
  color: #2E4FB5;
}
.c-lists.c-lists--type06 .c-lists__img-block {
  margin-top: 10px;
  padding: 0 16px;
}
.c-lists.c-lists--type06 .c-lists__img-block img {
  display: block;
  vertical-align: bottom;
}
.c-lists.c-lists--type06 .c-lists__img-block img:not(:first-of-type) {
  margin-top: 10px;
}
.c-lists.c-lists--type07 {
  margin-bottom: 10px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type07 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-lists.c-lists--type07 .c-lists__inner:not(:first-of-type) {
  margin-top: 30px;
}
.c-lists.c-lists--type07 .c-ttl {
  margin-right: 0;
  margin-left: 0;
}
.c-lists.c-lists--type07 .c-lists__lists {
  font-size: 15px;
  line-height: 1.5;
}
.c-lists.c-lists--type07 .c-lists__lists li {
  position: relative;
  padding-left: 24px;
}
.c-lists.c-lists--type07 .c-lists__lists li:not(:first-of-type) {
  margin-top: 10px;
}
.c-lists.c-lists--type07 .c-lists__lists li::before {
  content: "\30fb";
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
  color: #2E4FB5;
}
.c-lists.c-lists--type08 {
  margin-bottom: 30px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type08 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-lists.c-lists--type08 .c-ttl {
  margin-right: 0;
  margin-left: 0;
}
.c-lists.c-lists--type08 .c-lists__lists > li:not(:last-of-type) {
  margin-bottom: 30px;
}
.c-lists.c-lists--type08 .c-lists__ttl {
  margin: 0 auto 22px;
  padding: 10px 20px;
  font-weight: bold;
  color: #333;
  background: #f0f0f0;
}
.c-lists.c-lists--type08 .c-lists__item {
  font-size: 15px;
  line-height: 1.5;
}
.c-lists.c-lists--type08 .c-lists__sub-ttl {
  font-size: 30px;
  line-height: 1.2;
}
.c-lists.c-lists--type08 .c-lists__sub-ttl span {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #888;
}
.c-lists.c-lists--type08 .c-lists__list-block {
  margin-top: 15px;
}
.c-lists.c-lists--type08 .c-lists__list-block li {
  position: relative;
  padding-left: 24px;
}
.c-lists.c-lists--type08 .c-lists__list-block li:not(:first-of-type) {
  margin-top: 10px;
}
.c-lists.c-lists--type08 .c-lists__list-block li::before {
  content: "\30fb";
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
  color: #0090E0;
}
.c-lists.c-lists--type08 .c-lists__img-block {
  margin-top: 15px;
}
.c-lists.c-lists--type09 {
  margin-bottom: 30px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type09 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-lists.c-lists--type09 .c-lists__inner:not(:first-of-type) {
  margin-top: 30px;
}
.c-lists.c-lists--type09 .c-lists__lists {
  font-size: 15px;
  line-height: 1.5;
}
.c-lists.c-lists--type09 .c-lists__lists li {
  position: relative;
  padding-left: 24px;
}
.c-lists.c-lists--type09 .c-lists__lists li:not(:first-of-type) {
  margin-top: 10px;
}
.c-lists.c-lists--type09 .c-lists__lists li::before {
  content: "\30fb";
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
  color: #0090E0;
}
.c-lists.c-lists--type09 .c-lists__ttl {
  margin: 0 auto 22px;
  padding: 10px 20px;
  font-weight: bold;
  color: #333;
  background: #f0f0f0;
}
.c-lists.c-lists--type10 {
  margin-bottom: 30px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type10 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-lists.c-lists--type10 .c-lists__lists li {
  border-bottom: 1px solid #ddd;
}
.c-lists.c-lists--type10 .c-lists__item {
  position: relative;
}
.c-lists.c-lists--type10 .c-lists__question,
.c-lists.c-lists--type10 .c-lists__answer {
  position: relative;
}
.c-lists.c-lists--type10 .c-lists__question {
  display: block;
  padding: 20px 18px 18px 50px;
  font-size: 17px;
  line-height: 1.5;
}
.c-lists.c-lists--type10 .c-lists__question::before, .c-lists.c-lists--type10 .c-lists__question::after {
  display: block;
  position: absolute;
}
.c-lists.c-lists--type10 .c-lists__question::before {
  content: "\51";
  top: 17px;
  left: 14px;
  color: #2E4FB5;
  font-size: 24px;
  line-height: 1.2083333333;
  font-family: "Times", "Times New Roman", sans-serif;
}
.c-lists.c-lists--type10 .c-lists__question::after {
  font-family: "iconfont";
  content: "\ea16";
  vertical-align: middle;
  line-height: 1;
  bottom: 5px;
  right: 5px;
  color: #ccc;
  font-size: 16px;
  line-height: 1;
}
.c-lists.c-lists--type10 .c-lists__answer {
  display: none;
  padding: 10px 24px 70px 50px;
  background: #f0f0f0;
  font-size: 15px;
  line-height: 1.8;
}
.c-lists.c-lists--type10 .c-lists__answer::before {
  content: "\41";
  display: block;
  position: absolute;
  top: 10px;
  left: 14px;
  color: #ec1234;
  font-size: 24px;
  line-height: 1.2083333333;
  font-family: "Times", "Times New Roman", sans-serif;
}
.c-lists.c-lists--type10 .c-lists__checkbox {
  display: none;
  position: absolute;
  bottom: 25px;
  right: 20px;
  z-index: 1;
  width: 5em;
  height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.c-lists.c-lists--type10 .c-lists__checkbox::before, .c-lists.c-lists--type10 .c-lists__checkbox::after {
  display: block;
  position: absolute;
  top: 3px;
  font-size: 16px;
  line-height: 1;
}
.c-lists.c-lists--type10 .c-lists__checkbox::before {
  font-family: "iconfont";
  content: "\ea08";
  vertical-align: middle;
  line-height: 1;
  right: 3.3em;
}
.c-lists.c-lists--type10 .c-lists__checkbox::after {
  content: "閉じる";
  right: 0;
}
.c-lists.c-lists--type10 .c-lists__checkbox:checked {
  display: block;
}
.c-lists.c-lists--type10 .c-lists__checkbox:checked + .c-lists__question::after {
  display: none;
}
.c-lists.c-lists--type10 .c-lists__checkbox:checked + .c-lists__question + .c-lists__answer {
  display: block;
}
.c-lists.c-lists--type10 .c-txt-links {
  margin-top: 30px;
  margin-bottom: 0;
}
.c-lists.c-lists--type10 .c-txt-links .c-txt-link {
  margin-right: 0;
  margin-left: 0;
}
.c-lists.c-lists--type11 {
  margin-bottom: 30px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type11 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-lists.c-lists--type11 .c-lists__lists + .c-lists__lists {
  margin-top: 30px;
}
.c-lists.c-lists--type11 .c-lists__ttl {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}
.c-lists.c-lists--type11 .c-lists__ttl > a {
  color: #333;
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-lists.c-lists--type11 .c-lists__ttl > a:hover {
  opacity: 0.8;
}
.c-lists.c-lists--type11 a.c-lists__item.c-lists__item--lv01:hover {
  color: #0093E6;
}
.c-lists.c-lists--type11 a.c-lists__item.c-lists__item--lv01:hover .c-icn {
  color: #0093E6;
}
.c-lists.c-lists--type11 a.c-lists__item.c-lists__item--lv01:hover .c-icn::after {
  border-color: #0093E6;
}
.c-lists.c-lists--type11 a.c-lists__item.c-lists__item--lv02 {
  color: #2E4FB5;
}
.c-lists.c-lists--type11 a.c-lists__item.c-lists__item--lv02 .c-txt--with-icn {
  text-decoration: underline;
}
.c-lists.c-lists--type11 a.c-lists__item.c-lists__item--lv02:hover {
  color: #0093E6;
}
.c-lists.c-lists--type11 a.c-lists__item.c-lists__item--lv03 {
  color: #2E4FB5;
}
.c-lists.c-lists--type11 a.c-lists__item.c-lists__item--lv03:hover {
  color: #0093E6;
}
.c-lists.c-lists--type11 a.c-lists__item.c-lists__item--lv04 {
  color: #2E4FB5;
}
.c-lists.c-lists--type11 a.c-lists__item.c-lists__item--lv04:hover {
  color: #0093E6;
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv01 {
  position: relative;
  display: table;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #333;
  font-size: 22px;
  line-height: 1.0909090909;
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv01.c-lists__item--no-nested {
  margin-top: -15px;
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv01 .c-icn {
  display: table-cell;
  vertical-align: top;
  width: 32px;
  margin: 0 5px 0 0;
  text-align: center;
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv01 .c-icn::after {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #333;
  line-height: 30px;
  border-radius: 50%;
  transition: border-color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv01 .c-txt--with-icn,
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv01 .c-txt-with-icn {
  display: table-cell;
  vertical-align: top;
  padding: 5px 0 5px 15px;
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv02 {
  position: relative;
  display: block;
  margin-left: 10px;
  margin-bottom: 15px;
  padding: 15px 10px 15px 30px;
  background: #f0f0f0;
  font-size: 15px;
  line-height: 1.5;
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv02:not(.c-lists__item--no-nested) {
  margin-top: -15px;
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv02.c-lists__item--no-nested {
  margin-top: -30px;
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv02 .c-icn {
  position: absolute;
  top: 20px;
  left: 10px;
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv03 {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-bottom: 15px;
  padding: 15px 10px 15px 34px;
  font-size: 15px;
  line-height: 1.5;
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv03:not(.c-lists__item--no-nested) {
  margin-top: -15px;
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv03.c-lists__item--no-nested {
  margin-top: -30px;
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv03 .c-icn {
  position: absolute;
  top: 20px;
  left: 10px;
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv04 {
  position: relative;
  display: block;
  margin-left: 50px;
  margin-bottom: 15px;
  padding: 10px 10px 10px 33px;
  font-size: 15px;
  line-height: 1.5;
  border-left: 1px solid #ccc;
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv04.c-lists__item--no-nested {
  margin-top: -15px;
}
.c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv04 .c-icn {
  position: absolute;
  top: 15px;
  left: 10px;
}
.c-lists.c-lists--type11 .c-lists__item .c-icn {
  vertical-align: middle;
  color: #333;
}
.c-lists.c-lists--type11 .c-lists__item .c-txt-with-icn {
  vertical-align: middle;
}
.c-lists.c-lists--type12 {
  margin-bottom: 30px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type12 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-lists.c-lists--type12 .c-lists__lists li {
  border-bottom: 1px solid #ddd;
}
.c-lists.c-lists--type12 .c-lists__item {
  padding: 14px 0;
}
.c-lists.c-lists--type12 .c-lists__info {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  font-size: 0;
}
.c-lists.c-lists--type12 .c-lists__date,
.c-lists.c-lists--type12 .c-lists__category {
  display: table-cell;
  vertical-align: middle;
}
.c-lists.c-lists--type12 .c-lists__date {
  width: 87px;
  font-size: 14px;
  line-height: 1.2857142857;
  color: #666;
}
.c-lists.c-lists--type12 .c-lists__category--white span {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.c-lists.c-lists--type12 .c-lists__category--orange span {
  background: #E98040;
}
.c-lists.c-lists--type12 .c-lists__category--green span {
  background: #7FA316;
}
.c-lists.c-lists--type12 .c-lists__category--purple span {
  background: #685294;
}
.c-lists.c-lists--type12 .c-lists__category--pink span {
  background: #DE4482;
}
.c-lists.c-lists--type12 .c-lists__category--blue span {
  background: #0090E0;
}
.c-lists.c-lists--type12 .c-lists__category--teal span {
  background: #2C9090;
}
.c-lists.c-lists--type12 .c-lists__category--wine span {
  background: #A3488B;
}
.c-lists.c-lists--type12 .c-lists__category--gray span {
  background: #666;
}
.c-lists.c-lists--type12 .c-txt-links {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.c-lists.c-lists--type12 .c-txt-link {
  margin: 0;
  font-size: 14px;
  line-height: 1.2857142857;
}
.c-lists.c-lists--type12 .c-txt-link a {
  color: #333;
}
.c-lists.c-lists--type12 .c-txt-link a:hover {
  color: #0093E6;
}
.c-lists.c-lists--type12 .c-ttl {
  margin-right: 0;
  margin-left: 0;
}
.c-lists.c-lists--type12 .c-btn-links {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type01 {
    margin-bottom: 40px;
  }
  .c-lists.c-lists--type01 .c-lists__lists {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-lists.c-lists--type01 .c-lists__lists:not(:last-of-type) {
    margin-bottom: auto;
  }
  .c-lists.c-lists--type01 .c-lists__lists li {
    width: 48.3870967742%;
    margin-left: 3.2258064516%;
    border: none;
  }
  .c-lists.c-lists--type01 .c-lists__lists li:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .c-lists.c-lists--type01 .c-lists__lists li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .c-lists.c-lists--type01 a:hover .c-lists__txt {
    color: #0093E6;
  }
  .c-lists.c-lists--type01 .c-lists__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .c-lists.c-lists--type01 .c-lists__img-block {
    width: 160px;
    min-width: 160px;
  }
  .c-lists.c-lists--type01 .c-lists__txt-block {
    padding: 0 0 0 20px;
  }
  .c-lists.c-lists--type01 .c-lists__category {
    margin-top: 0;
  }
  .c-lists.c-lists--type01 .c-lists__txt {
    font-size: 13px;
    line-height: 1.5;
  }
  .c-lists.c-lists--type01 .c-lists__date {
    font-size: 15px;
    line-height: 1.4666666667;
  }
  .c-lists.c-lists--type02 {
    margin-bottom: 40px;
  }
  .c-lists.c-lists--type02 .c-lists__lists {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-lists.c-lists--type02 .c-lists__lists li {
    width: 48.3870967742%;
    margin-left: 3.2258064516%;
  }
  .c-lists.c-lists--type02 .c-lists__lists li:not(:first-of-type) {
    margin-top: 0;
  }
  .c-lists.c-lists--type02 .c-lists__lists li:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .c-lists.c-lists--type02 .c-lists__lists li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .c-lists.c-lists--type03 {
    margin-bottom: 40px;
  }
  .c-lists.c-lists--type03 .c-lists__lists {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-lists.c-lists--type03 .c-lists__lists li {
    width: 48.3870967742%;
    margin-left: 3.2258064516%;
  }
  .c-lists.c-lists--type03 .c-lists__lists li:not(:first-of-type) {
    margin-top: 0;
  }
  .c-lists.c-lists--type03 .c-lists__lists li:nth-of-type(n+3) {
    margin-top: 80px;
  }
  .c-lists.c-lists--type03 .c-lists__lists li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .c-lists.c-lists--type03 .c-lists__item > a:hover .c-lists__img-block img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .c-lists.c-lists--type03 .c-lists__img-block {
    padding-top: 62.2222222222%;
  }
  .c-lists.c-lists--type03 .c-lists__img-block.c-lists__img-block--small {
    padding-top: 33.3333333333%;
  }
  .c-lists.c-lists--type03 .c-lists__txt-block {
    padding: 0;
  }
  .c-lists.c-lists--type03 .c-lists__category {
    padding: 0;
  }
  .c-lists.c-lists--type03 .c-lists__ttl {
    margin-top: 15px;
    padding: 0;
    font-size: 24px;
    line-height: 1.6;
  }
  .c-lists.c-lists--type03 .c-lists__links {
    margin-top: 15px;
  }
  .c-lists.c-lists--type04 {
    margin-bottom: 60px;
  }
  .c-lists.c-lists--type04 .c-lists__lists {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-lists.c-lists--type04 .c-lists__lists li {
    width: 30.1075268817%;
    margin-left: 4.8387096774%;
  }
  .c-lists.c-lists--type04 .c-lists__lists li:nth-of-type(n+4) {
    margin-top: 40px;
  }
  .c-lists.c-lists--type04 .c-lists__lists li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .c-lists.c-lists--type04 .c-lists__lists li:not(:last-of-type) {
    margin-bottom: auto;
  }
  .c-lists.c-lists--type04 .c-lists__date {
    margin-top: 10px;
  }
  .c-lists.c-lists--type05 {
    margin-bottom: 60px;
  }
  .c-lists.c-lists--type05 .c-lists__lists {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-lists.c-lists--type05 .c-lists__lists li {
    width: 22.5806451613%;
    margin-left: 3.2258064516%;
  }
  .c-lists.c-lists--type05 .c-lists__lists li:nth-of-type(n+3) {
    margin-top: 0;
  }
  .c-lists.c-lists--type05 .c-lists__lists li:nth-of-type(n+5) {
    margin-top: 45px;
  }
  .c-lists.c-lists--type05 .c-lists__lists li:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .c-lists.c-lists--type05 .c-lists__item {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .c-lists.c-lists--type05 .c-lists__img-block {
    float: none;
    width: auto;
    position: relative;
    padding-top: 59.2307692308%;
    overflow: hidden;
  }
  .c-lists.c-lists--type05 .c-lists__img-block img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center;
    object-fit: cover;
    min-height: 100%;
  }
  .c-lists.c-lists--type05 .c-lists__ttl {
    margin-top: 16px;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .c-lists.c-lists--type05 .c-lists__txt-block {
    float: none;
    width: auto;
    margin-top: 16px;
    padding: 0;
  }
  .c-lists.c-lists--type05 .c-lists__txt {
    font-size: 13px;
    line-height: 1.8;
  }
  .c-lists.c-lists--type05 .c-lists__links {
    font-size: 13px;
    line-height: 1.8;
  }
  .c-lists.c-lists--type05 .c-lists__links .c-txt-link {
    font-size: 13px;
    line-height: 1.8;
  }
  .c-lists.c-lists--type06 {
    margin-bottom: 10px;
  }
  .c-lists.c-lists--type06 .c-lists__lists > li:not(:first-of-type) {
    padding-top: 0;
  }
  .c-lists.c-lists--type06 .c-lists__item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px dashed #dbdbdb;
  }
  .c-lists.c-lists--type06 .c-lists__ttl {
    width: 15.0537634409%;
    max-width: 140px;
    margin-bottom: 0;
    padding: 30px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
  }
  .c-lists.c-lists--type06 .c-lists__ttl::after {
    border-width: 20px;
  }
  .c-lists.c-lists--type06 .c-lists__ttl span {
    display: inline-block;
    font-size: 70px;
    line-height: 1;
    font-style: italic;
    font-family: "Times", "Times New Roman", sans-serif;
  }
  .c-lists.c-lists--type06 .c-lists__ttl small {
    display: block;
    margin: 5px 0 0;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 2px;
    font-family: "Times", "Times New Roman", sans-serif;
  }
  .c-lists.c-lists--type06 .c-lists__list-block {
    width: 84.9462365591%;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 10px;
    padding: 20px 20px 20px 20px;
  }
  .c-lists.c-lists--type06 .c-lists__img-block {
    width: 33.3333333333%;
    max-width: 290px;
    margin-top: 0;
    padding: 0 20px 0 0;
  }
  .c-lists.c-lists--type06 .c-lists__img-block img {
    margin-bottom: 20px;
  }
  .c-lists.c-lists--type06 .c-lists__img-block img:not(:first-of-type) {
    margin-top: 0;
  }
  .c-lists.c-lists--type06 .c-lists__img-block img:last-of-type {
    margin-bottom: 30px;
  }
  .c-lists.c-lists--type07 {
    margin-bottom: 45px;
  }
  .c-lists.c-lists--type08 {
    margin-bottom: 45px;
  }
  .c-lists.c-lists--type08 .c-lists__lists > li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .c-lists.c-lists--type08 .c-lists__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 17px 20px 33px 52px;
    box-sizing: border-box;
  }
  .c-lists.c-lists--type08 .c-lists__item:not(:first-of-type) {
    border-top: 1px solid #dbdbdb;
  }
  .c-lists.c-lists--type08 .c-lists__ttl {
    width: 930px;
    width: calc(100% + 72px);
    width: -webkit-calc(100% + 72px);
    margin-right: -20px;
    margin-left: -52px;
  }
  .c-lists.c-lists--type08 .c-lists__sub-ttl {
    width: 23.3918128655%;
    margin-right: 3.5087719298%;
  }
  .c-lists.c-lists--type08 .c-lists__list-block {
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    width: 39.7660818713%;
    margin-right: 2.3391812865%;
  }
  .c-lists.c-lists--type08 .c-lists__img-block {
    margin-top: 0;
    width: 30.9941520468%;
  }
  .c-lists.c-lists--type09 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
  .c-lists.c-lists--type09 .c-lists__inner {
    width: 48.3870967742%;
    margin-left: 3.2258064516%;
  }
  .c-lists.c-lists--type09 .c-lists__inner:not(:first-of-type) {
    margin-top: 0;
  }
  .c-lists.c-lists--type09 .c-lists__inner:nth-of-type(n+3) {
    margin-top: 45px;
  }
  .c-lists.c-lists--type09 .c-lists__inner:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .c-lists.c-lists--type10 {
    margin-bottom: 50px;
  }
  .c-lists.c-lists--type10 .c-lists__lists li {
    position: relative;
    border-bottom: none;
  }
  .c-lists.c-lists--type10 .c-lists__lists li:not(:first-of-type) {
    margin-top: 50px;
  }
  .c-lists.c-lists--type10 .c-lists__lists li:not(:first-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #bbb, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, #bbb, #bbb 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat;
    background-size: 6px 1px;
  }
  .c-lists.c-lists--type10 .c-lists__item {
    padding-top: 38px;
  }
  .c-lists.c-lists--type10 .c-lists__question {
    padding: 10px 30px 22px 56px;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
  }
  .c-lists.c-lists--type10 .c-lists__question::before {
    top: 0;
    left: 6px;
    font-size: 36px;
    line-height: 1.1944444444;
    font-weight: normal;
  }
  .c-lists.c-lists--type10 .c-lists__question::after {
    display: none;
  }
  .c-lists.c-lists--type10 .c-lists__answer {
    display: block;
    margin-left: 56px;
    padding: 23px 30px 28px 82px;
    font-size: 15px;
    line-height: 1.8;
  }
  .c-lists.c-lists--type10 .c-lists__answer::before {
    top: 15px;
    left: 23px;
    font-size: 36px;
    line-height: 1.1944444444;
  }
  .c-lists.c-lists--type10 .c-lists__checkbox {
    display: none;
  }
  .c-lists.c-lists--type10 .c-lists__checkbox::before, .c-lists.c-lists--type10 .c-lists__checkbox::after {
    display: none;
  }
  .c-lists.c-lists--type10 .c-lists__checkbox:checked + .c-lists__question {
    background-color: transparent;
  }
  .c-lists.c-lists--type10 .c-txt-links {
    display: block;
    text-align: right;
  }
  .c-lists.c-lists--type10 .c-txt-links .c-txt-link {
    -ms-flex: none;
    flex: none;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 1.5;
  }
  .c-lists.c-lists--type10 .c-txt-links .c-txt-link .c-icn {
    top: 2px;
  }
  .c-lists.c-lists--type11 {
    margin-bottom: 45px;
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px), print {
  .c-lists.c-lists--type11 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px), print {
  .c-lists.c-lists--type11 .c-lists__lists + .c-lists__lists {
    margin-top: 40px;
  }
  .c-lists.c-lists--type11 .c-lists__ttl {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
  }
  .c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv01 {
    margin-bottom: 20px;
  }
  .c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv01.c-lists__item--no-nested {
    margin-top: -10px;
  }
  .c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv02 {
    margin-left: 32px;
    margin-bottom: 20px;
    padding: 15px 30px 15px 33px;
  }
  .c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv02:not(.c-lists__item--no-nested) {
    margin-top: -10px;
  }
  .c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv02.c-lists__item--no-nested {
    margin-top: -35px;
  }
  .c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv02 .c-icn {
    top: 18px;
    left: 15px;
  }
  .c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv03 {
    margin-left: 40px;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 20px 30px 20px 55px;
    font-size: 15px;
    line-height: 1.5;
  }
  .c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv03:not(.c-lists__item--no-nested) {
    margin-top: -20px;
  }
  .c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv03.c-lists__item--no-nested {
    margin-top: -40px;
  }
  .c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv03 .c-icn {
    top: 25px;
    left: 30px;
  }
  .c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv04 {
    margin-left: 100px;
    padding: 7px 0 7px 33px;
    font-size: 13px;
    line-height: 1.5;
  }
  .c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv04:not(.c-lists__item--no-nested) {
    margin-top: -10px;
  }
  .c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv04.c-lists__item--no-nested {
    margin-top: -15px;
  }
  .c-lists.c-lists--type11 .c-lists__item.c-lists__item--lv04 .c-icn {
    top: 10px;
    left: 15px;
  }
  .c-lists.c-lists--type12 {
    margin-bottom: 45px;
  }
  .c-lists.c-lists--type12 .c-lists__lists {
    border-top: 1px solid #ddd;
  }
  .c-lists.c-lists--type12 .c-lists__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 14px 0;
  }
  .c-lists.c-lists--type12 .c-lists__info {
    width: auto;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .c-lists.c-lists--type12 .c-btn-links {
    margin-top: 14px;
  }
}
/* ----------------------------------------------------------------------
	画像+テキスト設定
---------------------------------------------------------------------- */
.c-img-txt.c-img-txt--card-type01 .c-txt-links .c-txt-links {
  margin-right: 0;
  margin-left: 0;
  font-size: 13px;
  line-height: 1.5;
}
.c-img-txt.c-img-txt--card-type01 .c-txt-links .c-txt-links .c-icn {
  top: 1px;
}

.c-img-txt.c-img-txt--single-left, .c-img-txt.c-img-txt--single-right, .c-img-txt.c-img-txt--single-top, .c-img-txt.c-img-txt--double {
  margin-bottom: 40px;
  margin-right: 16px;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px), print {
  .c-img-txt.c-img-txt--single-left, .c-img-txt.c-img-txt--single-right, .c-img-txt.c-img-txt--single-top, .c-img-txt.c-img-txt--double {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-img-txt.c-img-txt--single-left .c-img-txt__inner:not(:first-of-type), .c-img-txt.c-img-txt--single-right .c-img-txt__inner:not(:first-of-type), .c-img-txt.c-img-txt--single-top .c-img-txt__inner:not(:first-of-type), .c-img-txt.c-img-txt--double .c-img-txt__inner:not(:first-of-type) {
  margin-top: 40px;
}
.c-img-txt.c-img-txt--single-left .c-img-txt__img-block, .c-img-txt.c-img-txt--single-right .c-img-txt__img-block, .c-img-txt.c-img-txt--single-top .c-img-txt__img-block, .c-img-txt.c-img-txt--double .c-img-txt__img-block {
  font-size: 0;
  text-align: center;
}
.c-img-txt.c-img-txt--single-left .c-img-txt__img-block .c-img-txt__img-block-inner, .c-img-txt.c-img-txt--single-right .c-img-txt__img-block .c-img-txt__img-block-inner, .c-img-txt.c-img-txt--single-top .c-img-txt__img-block .c-img-txt__img-block-inner, .c-img-txt.c-img-txt--double .c-img-txt__img-block .c-img-txt__img-block-inner {
  position: relative;
  padding-top: 59.2307692308%;
  overflow: hidden;
}
.c-img-txt.c-img-txt--single-left .c-img-txt__img-block img, .c-img-txt.c-img-txt--single-right .c-img-txt__img-block img, .c-img-txt.c-img-txt--single-top .c-img-txt__img-block img, .c-img-txt.c-img-txt--double .c-img-txt__img-block img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  min-height: 100%;
}
.c-img-txt.c-img-txt--single-left .c-img-txt__img-caption, .c-img-txt.c-img-txt--single-right .c-img-txt__img-caption, .c-img-txt.c-img-txt--single-top .c-img-txt__img-caption, .c-img-txt.c-img-txt--double .c-img-txt__img-caption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
  color: #999;
}
.c-img-txt.c-img-txt--single-left .c-img-txt__txt-block, .c-img-txt.c-img-txt--single-right .c-img-txt__txt-block, .c-img-txt.c-img-txt--single-top .c-img-txt__txt-block, .c-img-txt.c-img-txt--double .c-img-txt__txt-block {
  margin-top: 18px;
}
.c-img-txt.c-img-txt--single-left .c-img-txt__ttl, .c-img-txt.c-img-txt--single-right .c-img-txt__ttl, .c-img-txt.c-img-txt--single-top .c-img-txt__ttl, .c-img-txt.c-img-txt--double .c-img-txt__ttl {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.6;
}
.c-img-txt.c-img-txt--single-left .c-img-txt__caption, .c-img-txt.c-img-txt--single-right .c-img-txt__caption, .c-img-txt.c-img-txt--single-top .c-img-txt__caption, .c-img-txt.c-img-txt--double .c-img-txt__caption {
  font-size: 13px;
  line-height: 1.8;
  color: #999;
}
.c-img-txt.c-img-txt--single-left .c-img-txt__video-block-inner, .c-img-txt.c-img-txt--single-right .c-img-txt__video-block-inner, .c-img-txt.c-img-txt--single-top .c-img-txt__video-block-inner, .c-img-txt.c-img-txt--double .c-img-txt__video-block-inner {
  position: relative;
  width: 100%;
  padding-top: 61.1111111%;
}
.c-img-txt.c-img-txt--single-left .c-img-txt__video-block-inner iframe, .c-img-txt.c-img-txt--single-right .c-img-txt__video-block-inner iframe, .c-img-txt.c-img-txt--single-top .c-img-txt__video-block-inner iframe, .c-img-txt.c-img-txt--double .c-img-txt__video-block-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.c-img-txt.c-img-txt--single-left .c-img-txt__video-caption, .c-img-txt.c-img-txt--single-right .c-img-txt__video-caption, .c-img-txt.c-img-txt--single-top .c-img-txt__video-caption, .c-img-txt.c-img-txt--double .c-img-txt__video-caption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
  color: #999;
}
.c-img-txt .c-txt-links, .c-img-txt .c-btn-links {
  margin-left: 0;
  margin-right: 0;
}
.c-img-txt .c-txt-links {
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-img-txt .c-btn-links {
  display: block;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.c-img-txt .c-btn-links.c-btn-links--type05 {
  display: block;
  margin-top: 20px;
}
.c-img-txt.c-img-txt--single-top-full {
  margin-bottom: 50px;
}
.c-img-txt.c-img-txt--single-top-full .c-img-txt__img-block-inner {
  position: relative;
  padding-top: 59.2307692308%;
  overflow: hidden;
}
.c-img-txt.c-img-txt--single-top-full .c-img-txt__img-block-inner img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  min-height: 100%;
}
.c-img-txt.c-img-txt--single-top-full.c-img-txt--blue .c-img-txt__txt-block {
  background: rgba(46, 79, 181, 0.8);
}
.c-img-txt.c-img-txt--single-top-full.c-img-txt--orange .c-img-txt__txt-block {
  background: rgba(233, 128, 64, 0.8);
}
.c-img-txt.c-img-txt--single-top-full.c-img-txt--pink .c-img-txt__txt-block {
  background: rgba(222, 68, 130, 0.8);
}
.c-img-txt.c-img-txt--single-top-full.c-img-txt--green .c-img-txt__txt-block {
  background: rgba(127, 163, 22, 0.8);
}
.c-img-txt.c-img-txt--single-top-full.c-img-txt--purple .c-img-txt__txt-block {
  background: rgba(104, 82, 148, 0.8);
}
.c-img-txt.c-img-txt--single-top-full.c-img-txt--gray .c-img-txt__txt-block {
  background: rgba(51, 51, 51, 0.8);
}
.c-img-txt.c-img-txt--single-top-full .c-img-txt__inner {
  position: relative;
}
.c-img-txt.c-img-txt--single-top-full .c-img-txt__img-block {
  font-size: 0;
}
.c-img-txt.c-img-txt--single-top-full .c-img-txt__txt-block {
  position: relative;
  margin-top: -70px;
  padding: 20px 20px 30px;
  color: #fff;
}
.c-img-txt.c-img-txt--single-top-full .c-img-txt__ttl {
  margin-bottom: 23px;
  font-size: 22px;
  line-height: 1.6;
}
.c-img-txt.c-img-txt--single-top-full .c-img-txt__caption {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.8;
  color: #999;
}
.c-img-txt.c-img-txt--single-left-full, .c-img-txt.c-img-txt--single-right-full {
  margin-bottom: 50px;
}
.c-img-txt.c-img-txt--single-left-full .c-img-txt__inner:not(:first-of-type), .c-img-txt.c-img-txt--single-right-full .c-img-txt__inner:not(:first-of-type) {
  margin-top: 50px;
}
.c-img-txt.c-img-txt--single-left-full .c-img-txt__img-block .c-img-txt__img-caption, .c-img-txt.c-img-txt--single-right-full .c-img-txt__img-block .c-img-txt__img-caption {
  margin-top: 12px;
  margin-right: 16px;
  margin-left: 16px;
  font-size: 13px;
  line-height: 1.8;
  color: #999;
}
@media only screen and (min-width: 1024px), print {
  .c-img-txt.c-img-txt--single-left-full .c-img-txt__img-block .c-img-txt__img-caption, .c-img-txt.c-img-txt--single-right-full .c-img-txt__img-block .c-img-txt__img-caption {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-img-txt.c-img-txt--single-left-full .c-img-txt__txt-block, .c-img-txt.c-img-txt--single-right-full .c-img-txt__txt-block {
  padding: 32px 16px 0;
}
.c-img-txt.c-img-txt--single-left-full .c-img-txt__ttl, .c-img-txt.c-img-txt--single-right-full .c-img-txt__ttl {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.6;
}
.c-img-txt.c-img-txt--single-left-full .c-img-txt__caption, .c-img-txt.c-img-txt--single-right-full .c-img-txt__caption {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.8;
  color: #999;
}
.c-img-txt.c-img-txt--card-type01 {
  margin-bottom: 30px;
}
.c-img-txt.c-img-txt--card-type01.c-img-txt--blue .c-img-txt__inner {
  background: #E0F4F6;
}
.c-img-txt.c-img-txt--card-type01.c-img-txt--pink .c-img-txt__inner {
  background: #F3E3E9;
}
.c-img-txt.c-img-txt--card-type01.c-img-txt--yellow .c-img-txt__inner {
  background: #F7F5ED;
}
.c-img-txt.c-img-txt--card-type01.c-img-txt--green .c-img-txt__inner {
  background: #E8F0E1;
}
.c-img-txt.c-img-txt--card-type01.c-img-txt--purple .c-img-txt__inner {
  background: #ECE5F1;
}
.c-img-txt.c-img-txt--card-type01.c-img-txt--gray .c-img-txt__inner {
  background: #F2F2F2;
}
.c-img-txt.c-img-txt--card-type01 .c-img-txt__inner {
  padding: 30px;
}
.c-img-txt.c-img-txt--card-type01 .c-img-txt__inner:not(:first-of-type) {
  margin-top: 30px;
}
.c-img-txt.c-img-txt--card-type01 .c-img-txt__img-block {
  margin-bottom: 8px;
  font-size: 0;
}
.c-img-txt.c-img-txt--card-type01 .c-img-txt__img-block .c-img-txt__img-block-inner {
  position: relative;
  padding-top: 59.2307692308%;
  overflow: hidden;
}
.c-img-txt.c-img-txt--card-type01 .c-img-txt__img-block img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  min-height: 100%;
}
.c-img-txt.c-img-txt--card-type01 .c-img-txt__img-caption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.8;
  color: #999;
}
.c-img-txt.c-img-txt--card-type01 .c-img-txt__ttl {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.6;
}
.c-img-txt.c-img-txt--card-type01 .c-txt-links .c-txt-link {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.5;
}
.c-img-txt.c-img-txt--card-type01 .c-txt-links .c-txt-link .c-icn {
  top: 1px;
}
.c-img-txt.c-img-txt--card-type02 {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #ccc;
}
.c-img-txt.c-img-txt--card-type02 .c-img-txt__inner {
  padding: 25px;
  border: 1px solid #ccc;
}
.c-img-txt.c-img-txt--card-type02 .c-img-txt__img-block {
  margin-bottom: 8px;
  font-size: 0;
}
.c-img-txt.c-img-txt--card-type02 .c-img-txt__img-block .c-img-txt__img-block-inner {
  position: relative;
  padding-top: 59.2307692308%;
  overflow: hidden;
}
.c-img-txt.c-img-txt--card-type02 .c-img-txt__img-block img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  min-height: 100%;
}
.c-img-txt.c-img-txt--card-type02 .c-img-txt__img-caption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.8;
  color: #999;
}
.c-img-txt.c-img-txt--card-type02 .c-img-txt__ttl {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
}
.c-img-txt.c-img-txt--card-type02 .c-img-txt__txt {
  font-size: 15px;
  line-height: 1.8;
}
.c-img-txt.c-img-txt--card-type02 .c-img-txt__caption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.8;
  color: #999;
}
.c-img-txt.c-img-txt--card-type02 .c-txt-links {
  margin-bottom: 0;
}
.c-img-txt.c-img-txt--card-type02 .c-txt-links .c-txt-link {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.5;
}
.c-img-txt.c-img-txt--card-type02 .c-txt-links .c-txt-link .c-icn {
  top: 1px;
}

@media only screen and (min-width: 1024px), print {
  .c-img-txt.c-img-txt--single-left, .c-img-txt.c-img-txt--single-right {
    margin-bottom: 60px;
  }
  .c-img-txt.c-img-txt--single-left .c-img-txt__inner, .c-img-txt.c-img-txt--single-right .c-img-txt__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-img-txt.c-img-txt--single-left .c-img-txt__inner:not(:first-of-type), .c-img-txt.c-img-txt--single-right .c-img-txt__inner:not(:first-of-type) {
    margin-top: 60px;
  }
  .c-img-txt.c-img-txt--single-left .c-img-txt__img-block, .c-img-txt.c-img-txt--single-right .c-img-txt__img-block {
    width: 48.3870967742%;
  }
  .c-img-txt.c-img-txt--single-left .c-img-txt__img-block:last-child, .c-img-txt.c-img-txt--single-right .c-img-txt__img-block:last-child {
    width: 52.688172043%;
  }
  .c-img-txt.c-img-txt--single-left .c-img-txt__txt-block,
  .c-img-txt.c-img-txt--single-left .c-img-txt__video-block, .c-img-txt.c-img-txt--single-right .c-img-txt__txt-block,
  .c-img-txt.c-img-txt--single-right .c-img-txt__video-block {
    width: 47.311827957%;
  }
  .c-img-txt.c-img-txt--single-left .c-img-txt__txt-block:last-child,
  .c-img-txt.c-img-txt--single-left .c-img-txt__video-block:last-child, .c-img-txt.c-img-txt--single-right .c-img-txt__txt-block:last-child,
  .c-img-txt.c-img-txt--single-right .c-img-txt__video-block:last-child {
    width: 51.6129032258%;
  }
  .c-img-txt.c-img-txt--single-left .c-img-txt__txt-block, .c-img-txt.c-img-txt--single-right .c-img-txt__txt-block {
    margin-top: 0;
    padding-top: 8px;
  }
  .c-img-txt.c-img-txt--single-left .c-img-txt__ttl, .c-img-txt.c-img-txt--single-right .c-img-txt__ttl {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.6;
  }
  .c-img-txt.c-img-txt--single-left .c-img-txt__video-caption, .c-img-txt.c-img-txt--single-right .c-img-txt__video-caption {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    color: #999;
  }
  .c-img-txt.c-img-txt--single-left .c-img-txt__img-block:last-child,
  .c-img-txt.c-img-txt--single-left .c-img-txt__txt-block:last-child,
  .c-img-txt.c-img-txt--single-left .c-img-txt__video-block:last-child {
    padding-left: 4.3010752688%;
  }
  .c-img-txt.c-img-txt--single-left .c-img-txt__img-block {
    -ms-flex-order: 1;
    order: 1;
  }
  .c-img-txt.c-img-txt--single-left .c-img-txt__txt-block {
    -ms-flex-order: 2;
    order: 2;
  }
  .c-img-txt.c-img-txt--single-left .c-img-txt__video-block {
    -ms-flex-order: 1;
    order: 1;
  }
  .c-img-txt.c-img-txt--single-right .c-img-txt__img-block:last-child,
  .c-img-txt.c-img-txt--single-right .c-img-txt__txt-block:last-child,
  .c-img-txt.c-img-txt--single-right .c-img-txt__video-block:last-child {
    padding-right: 4.3010752688%;
  }
  .c-img-txt.c-img-txt--single-right .c-img-txt__img-block {
    -ms-flex-order: 2;
    order: 2;
  }
  .c-img-txt.c-img-txt--single-right .c-img-txt__txt-block {
    -ms-flex-order: 1;
    order: 1;
  }
  .c-img-txt.c-img-txt--single-right .c-img-txt__video-block {
    -ms-flex-order: 2;
    order: 2;
  }
  .c-img-txt.c-img-txt--single-top {
    margin-bottom: 60px;
  }
  .c-img-txt.c-img-txt--single-top .c-img-txt__inner {
    width: 83.8709677419%;
    margin: 0 auto;
  }
  .c-img-txt.c-img-txt--single-top .c-img-txt__inner:not(:first-of-type) {
    margin-top: 60px;
  }
  .c-img-txt.c-img-txt--single-top .c-img-txt__img-block,
  .c-img-txt.c-img-txt--single-top .c-img-txt__txt-block,
  .c-img-txt.c-img-txt--single-top .c-img-txt__video-block {
    width: 100%;
  }
  .c-img-txt.c-img-txt--single-top .c-img-txt__img-block:last-child,
  .c-img-txt.c-img-txt--single-top .c-img-txt__txt-block:last-child,
  .c-img-txt.c-img-txt--single-top .c-img-txt__video-block:last-child {
    width: 100%;
    padding-left: 0;
  }
  .c-img-txt.c-img-txt--single-top .c-img-txt__img-caption {
    text-align: right;
  }
  .c-img-txt.c-img-txt--single-top .c-img-txt__txt-block {
    margin-top: 0;
    padding-top: 8px;
  }
  .c-img-txt.c-img-txt--single-top .c-img-txt__ttl {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.6;
  }
  .c-img-txt.c-img-txt--single-top .c-img-txt__video-caption {
    text-align: right;
  }
  .c-img-txt.c-img-txt--single-top .c-btn-links.c-btn-links--type05 {
    margin-left: auto;
    margin-right: auto;
  }
  .c-img-txt.c-img-txt--double {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .c-img-txt.c-img-txt--double .c-img-txt__inner {
    width: 48.3870967742%;
    margin-left: 3.2258064516%;
  }
  .c-img-txt.c-img-txt--double .c-img-txt__inner:not(:first-of-type) {
    margin-top: 0;
  }
  .c-img-txt.c-img-txt--double .c-img-txt__inner:nth-of-type(n+3) {
    margin-top: 60px;
  }
  .c-img-txt.c-img-txt--double .c-img-txt__inner:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .c-img-txt.c-img-txt--double .c-img-txt__inner:nth-of-type(2n+1) .c-img-txt__img-caption,
  .c-img-txt.c-img-txt--double .c-img-txt__inner:nth-of-type(2n+1) .c-img-txt__video-caption {
    text-align: right;
  }
  .c-img-txt.c-img-txt--double .c-img-txt__img-block,
  .c-img-txt.c-img-txt--double .c-img-txt__txt-block,
  .c-img-txt.c-img-txt--double .c-img-txt__video-block {
    width: 100%;
  }
  .c-img-txt.c-img-txt--double .c-img-txt__img-block:last-child,
  .c-img-txt.c-img-txt--double .c-img-txt__txt-block:last-child,
  .c-img-txt.c-img-txt--double .c-img-txt__video-block:last-child {
    width: 100%;
  }
  .c-img-txt.c-img-txt--double .c-img-txt__txt-block {
    margin-top: 0;
    padding-top: 8px;
  }
  .c-img-txt.c-img-txt--double .c-img-txt__ttl {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.6;
  }
  .c-img-txt.c-img-txt--double .c-btn-links.c-btn-links--type05 {
    margin-left: auto;
    margin-right: auto;
  }
  .c-img-txt.c-img-txt--single-top-full {
    margin-bottom: 60px;
  }
  .c-img-txt.c-img-txt--single-top-full .c-img-txt__inner {
    position: relative;
  }
  .c-img-txt.c-img-txt--single-top-full .c-img-txt__img-block {
    padding-bottom: 0;
  }
  .c-img-txt.c-img-txt--single-top-full .c-img-txt__txt-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35px 40px 45px;
  }
  .c-img-txt.c-img-txt--single-top-full .c-img-txt__ttl {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.6;
  }
  .c-img-txt.c-img-txt--single-top-full .c-img-txt__caption {
    margin-top: 20px;
  }
  .c-img-txt.c-img-txt--single-left-full, .c-img-txt.c-img-txt--single-right-full {
    margin-bottom: 60px;
  }
  .c-img-txt.c-img-txt--single-left-full .c-img-txt__inner, .c-img-txt.c-img-txt--single-right-full .c-img-txt__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .c-img-txt.c-img-txt--single-left-full .c-img-txt__inner:not(:first-of-type), .c-img-txt.c-img-txt--single-right-full .c-img-txt__inner:not(:first-of-type) {
    margin-top: 60px;
  }
  .c-img-txt.c-img-txt--single-left-full .c-img-txt__img-block,
  .c-img-txt.c-img-txt--single-left-full .c-img-txt__txt-block, .c-img-txt.c-img-txt--single-right-full .c-img-txt__img-block,
  .c-img-txt.c-img-txt--single-right-full .c-img-txt__txt-block {
    width: 50%;
  }
  .c-img-txt.c-img-txt--single-left-full .c-img-txt__txt-block, .c-img-txt.c-img-txt--single-right-full .c-img-txt__txt-block {
    padding: 44px;
  }
  .c-img-txt.c-img-txt--single-left-full .c-img-txt__ttl, .c-img-txt.c-img-txt--single-right-full .c-img-txt__ttl {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.6;
  }
  .c-img-txt.c-img-txt--single-left-full .c-img-txt__caption, .c-img-txt.c-img-txt--single-right-full .c-img-txt__caption {
    margin-top: 16px;
  }
  .c-img-txt.c-img-txt--single-left-full .c-img-txt__img-block {
    -ms-flex-order: 1;
    order: 1;
  }
  .c-img-txt.c-img-txt--single-left-full .c-img-txt__txt-block {
    -ms-flex-order: 2;
    order: 2;
    padding: 44px 0 44px 44px;
  }
  .c-img-txt.c-img-txt--single-right-full .c-img-txt__img-block {
    -ms-flex-order: 2;
    order: 2;
  }
  .c-img-txt.c-img-txt--single-right-full .c-img-txt__txt-block {
    -ms-flex-order: 1;
    order: 1;
    padding: 44px 44px 44px 0;
  }
  .c-img-txt.c-img-txt--card-type01 {
    margin-bottom: 40px;
  }
  .c-img-txt.c-img-txt--card-type01 .c-img-txt__inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 30px 30px 24px;
  }
  .c-img-txt.c-img-txt--card-type01 .c-img-txt__inner:not(:first-of-type) {
    margin-top: 40px;
  }
  .c-img-txt.c-img-txt--card-type01 .c-img-txt__img-block {
    width: 270px;
    min-width: 270px;
    margin-top: 5px;
    margin-bottom: 8px;
    padding-right: 30px;
  }
  .c-img-txt.c-img-txt--card-type01 .c-img-txt__img-caption {
    margin-top: 8px;
  }
  .c-img-txt.c-img-txt--card-type01 .c-img-txt__txt-block {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .c-img-txt.c-img-txt--card-type01 .c-img-txt__ttl {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.6;
  }
  .c-img-txt.c-img-txt--card-type01 .c-txt-links {
    margin-top: 15px;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .c-img-txt.c-img-txt--card-type01 .c-txt-links .c-txt-link {
    margin-right: 20px;
  }
  .c-img-txt.c-img-txt--card-type02 {
    margin-bottom: 40px;
  }
  .c-img-txt.c-img-txt--card-type02 .c-img-txt__inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 35px 50px;
  }
  .c-img-txt.c-img-txt--card-type02 .c-img-txt__inner:not(:first-of-type) {
    margin-top: 40px;
  }
  .c-img-txt.c-img-txt--card-type02 .c-img-txt__img-block {
    width: 270px;
    min-width: 270px;
    margin-bottom: 8px;
    padding-right: 30px;
  }
  .c-img-txt.c-img-txt--card-type02 .c-img-txt__img-caption {
    margin-top: 8px;
  }
  .c-img-txt.c-img-txt--card-type02 .c-img-txt__img-block {
    margin-top: 5px;
  }
  .c-img-txt.c-img-txt--card-type02 .c-img-txt__txt-block {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .c-img-txt.c-img-txt--card-type02 .c-img-txt__ttl {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.6;
  }
  .c-img-txt.c-img-txt--card-type02 .c-txt-links {
    margin-top: 15px;
  }
  .c-img-txt .c-txt-links {
    margin-top: 20px;
  }
  .c-img-txt .c-btn-links {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
  }
  .c-img-txt .c-btn-links.c-btn-links--type05 {
    display: block;
    width: 420px;
    margin-top: 20px;
  }
}
/* ----------------------------------------------------------------------
	その他設定
---------------------------------------------------------------------- */
.c-contact.c-contact--type01 .c-contact__supplement .c-contact__link {
  display: block;
  position: relative;
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.5;
}
.c-contact.c-contact--type01 .c-contact__supplement .c-contact__link .c-icn {
  position: absolute;
  top: 4px;
  left: 0;
}
.c-contact.c-contact--type01 .c-contact__supplement .c-contact__link .c-txt--with-icn {
  display: block;
  margin-left: 22px;
}

.c-table.c-table--type01 {
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px), print {
  .c-table.c-table--type01 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-table.c-table--type01 table {
  width: 100%;
  border-collapse: collapse;
}
.c-table.c-table--type01 td,
.c-table.c-table--type01 th {
  vertical-align: top;
  border: 1px solid #a2deff;
  padding: 10px;
  font-size: 15px;
  line-height: 1.4;
}
.c-table.c-table--type01 thead th {
  font-weight: normal;
  text-align: center;
  background: #0090E0;
  color: #fff;
}
.c-table.c-table--type01 tbody th {
  width: 40%;
  text-align: left;
  background: url(/kifl/assets/img/common/bg_skew_blue.png) repeat left top;
  background-size: 60px auto;
}
.c-table.c-table--type01 tfoot td {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #666;
}

@media only screen and (min-width: 1024px), print {
  .c-table.c-table--type01 {
    margin-bottom: 40px;
  }
  .c-table.c-table--type01 thead th {
    font-weight: bold;
  }
  .c-table.c-table--type01 tbody th {
    width: auto;
  }
}
.c-pager.c-pager--type01 {
  display: table;
  width: 100%;
  margin: 0 auto 30px;
}
.c-pager.c-pager--type01 > * {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.c-pager.c-pager--type01 > *:not(:last-child) {
  border-right: 1px solid #fff;
}
.c-pager.c-pager--type01 > * a,
.c-pager.c-pager--type01 > * span {
  display: block;
  height: 50px;
  padding: 18px 0;
  line-height: 1;
  background: #ededed;
  color: #333;
  box-sizing: border-box;
}
.c-pager.c-pager--type01 > * a:hover {
  background: #333;
  color: #fff;
}
.c-pager.c-pager--type01 .c-pager__item {
  width: 12.5%;
}
.c-pager.c-pager--type01 .c-pager__item.is-current span {
  background: #666;
  color: #fff;
}
.c-pager.c-pager--type01 .c-pager__ellip {
  width: 12.5%;
}
.c-pager.c-pager--type01 .c-pager__ellip span::after {
  content: '...';
}
.c-pager.c-pager--type01 .c-pager__prev {
  width: 25%;
}
.c-pager.c-pager--type01 .c-pager__prev .c-icn {
  transform: scale(-1, 1);
}
.c-pager.c-pager--type01 .c-pager__next {
  width: 25%;
}
.c-pager .wp-pagenavi {
  display: table;
  width: 100%;
  margin: 0 auto 30px;
}
.c-pager .wp-pagenavi > span,
.c-pager .wp-pagenavi > a {
  display: table-cell;
  vertical-align: top;
  width: 12.5%;
  height: 50px;
  padding: 18px 0;
  text-align: center;
  line-height: 1;
  background: #ededed;
  color: #333;
  box-sizing: border-box;
}
.c-pager .wp-pagenavi > span:not(:last-child),
.c-pager .wp-pagenavi > a:not(:last-child) {
  border-right: 1px solid #fff;
}
.c-pager .wp-pagenavi > span.nextpostslink,
.c-pager .wp-pagenavi > a.nextpostslink {
  width: 25%;
}
.c-pager .wp-pagenavi > span.nextpostslink::after,
.c-pager .wp-pagenavi > a.nextpostslink::after {
  display: inline-block;
  font-family: "iconfont";
  content: "\ea02";
  vertical-align: middle;
  line-height: 1;
  margin: 0 0 0 5px;
}
.c-pager .wp-pagenavi > span.previouspostslink,
.c-pager .wp-pagenavi > a.previouspostslink {
  width: 25%;
}
.c-pager .wp-pagenavi > span.previouspostslink::before,
.c-pager .wp-pagenavi > a.previouspostslink::before {
  display: inline-block;
  font-family: "iconfont";
  content: "\ea02";
  vertical-align: middle;
  line-height: 1;
  margin: 0 5px 0 0;
  transform: scale(-1, 1);
}
.c-pager .wp-pagenavi > span.current,
.c-pager .wp-pagenavi > a.current {
  background: #666;
  color: #fff;
}
.c-pager .wp-pagenavi > a:hover {
  background: #666;
  color: #fff;
}

@media only screen and (min-width: 1024px), print {
  .c-pager.c-pager--type01 {
    width: auto;
    margin-bottom: 40px;
  }
  .c-pager.c-pager--type01 .c-pager__ellip,
  .c-pager.c-pager--type01 .c-pager__item {
    width: 50px;
  }
  .c-pager.c-pager--type01 .c-pager__next,
  .c-pager.c-pager--type01 .c-pager__prev {
    width: 100px;
  }
  .c-pager .wp-pagenavi {
    width: auto;
    margin-bottom: 40px;
  }
  .c-pager .wp-pagenavi > span,
  .c-pager .wp-pagenavi > a {
    width: 50px;
  }
  .c-pager .wp-pagenavi > span:not(:last-child),
  .c-pager .wp-pagenavi > a:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .c-pager .wp-pagenavi > span.nextpostslink,
  .c-pager .wp-pagenavi > a.nextpostslink {
    width: 100px;
  }
  .c-pager .wp-pagenavi > span.previouspostslink,
  .c-pager .wp-pagenavi > a.previouspostslink {
    width: 100px;
  }
}
.c-announce.c-announce--type01 {
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 30px;
  border: 4px solid #ea5164;
  padding: 25px 20px;
}
@media only screen and (min-width: 1024px), print {
  .c-announce.c-announce--type01 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-announce.c-announce--type01 .c-announce__txt {
  color: #ea5164;
}
.c-announce.c-announce--type01 .c-txt-links {
  display: block;
  margin: 12px 0 0;
}

@media only screen and (min-width: 1024px), print {
  .c-announce.c-announce--type01 {
    margin-bottom: 40px;
    padding: 26px 30px;
  }
  .c-announce.c-announce--type01 .c-announce__links {
    margin-top: 20px;
  }
  .c-announce.c-announce--type01 .c-txt-links {
    margin-top: 16px;
  }
}
.c-contact.c-contact--type01 {
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px), print {
  .c-contact.c-contact--type01 {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-contact.c-contact--type01 .c-contact__ttl {
  padding: 18px 10px;
  background-color: #2E4FB5;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.c-contact.c-contact--type01 .c-contact__contents {
  padding: 32px 20px 24px;
  background: #F2F2F2;
}
.c-contact.c-contact--type01 .c-contact__info {
  text-align: center;
  font-style: normal;
}
.c-contact.c-contact--type01 .c-contact__info-ttl {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.c-contact.c-contact--type01 .c-contact__address {
  font-size: 16px;
  line-height: 1.8;
}
.c-contact.c-contact--type01 .c-contact__address span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.4;
}
.c-contact.c-contact--type01 .c-contact__btn {
  margin-top: 22px;
}
.c-contact.c-contact--type01 .c-btn-link {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
.c-contact.c-contact--type01 .c-contact__supplement {
  margin-top: 30px;
  border-top: 1px solid #d8d8d8;
  padding-top: 22px;
}
.c-contact.c-contact--type01 .c-contact__supplement .c-contact__links {
  display: block;
  margin: 20px 0 0;
}

@media only screen and (min-width: 1024px), print {
  .c-contact.c-contact--type01 {
    margin-bottom: 40px;
  }
  .c-contact.c-contact--type01 .c-contact__ttl {
    padding: 18px 30px;
    text-align: left;
  }
  .c-contact.c-contact--type01 .c-contact__contents {
    padding: 32px 30px 24px;
  }
  .c-contact.c-contact--type01 .c-contact__info {
    text-align: left;
  }
  .c-contact.c-contact--type01 .c-contact__info-ttl {
    margin-bottom: 16px;
  }
  .c-contact.c-contact--type01 .c-contact__info-contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-contact.c-contact--type01 .c-contact__address {
    width: 61.5756302521%;
    padding-right: 3.1512605042%;
  }
  .c-contact.c-contact--type01 .c-contact__address span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 2.4;
  }
  .c-contact.c-contact--type01 .c-contact__btn {
    width: 29.4117647059%;
    margin-top: 0;
  }
  .c-contact.c-contact--type01 .c-btn-links {
    margin-bottom: 0;
  }
  .c-contact.c-contact--type01 .c-btn-links.c-btn-links--type01 {
    margin-right: 5px;
  }
  .c-contact.c-contact--type01 .c-btn-links .c-btn-link {
    width: 100%;
  }
  .c-contact.c-contact--type01 .c-contact__supplement {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px dashed #AAA;
  }
  .c-contact.c-contact--type01 .c-contact__supplement .c-contact__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
  .c-contact.c-contact--type01 .c-contact__supplement .c-contact__link {
    margin: 0 14px 12px 0;
  }
}
.c-article-data {
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px), print {
  .c-article-data {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-article-data .c-date {
  float: left;
  font-size: 13px;
  line-height: 1.8;
  color: #999;
}
.c-article-data .c-sns-links.c-sns-links--type02 {
  float: right;
}

@media only screen and (min-width: 1024px), print {
  .c-article-data {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px), print {
  .c-article-data {
    margin-right: 0;
    margin-left: 0;
  }
}

.c-modal {
  display: none;
  position: relative;
  max-width: 1024px;
  margin: auto;
}
.mfp-content .c-modal {
  display: block;
}
.c-modal .c-modal__inner {
  padding: 25px 15px;
  background: #fff;
}

@media only screen and (min-width: 1024px), print {
  .c-modal .c-modal__inner {
    padding: 50px 40px;
  }
}
.c-search-box.c-search-box--type01 {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 16px 40px;
  padding: 20px 10px;
  background-color: #f0f0f0;
}
* + .c-search-box.c-search-box--type01 {
  margin-top: 30px;
}
.c-search-box.c-search-box--type01 form {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #AAA;
  border-radius: 8px;
  overflow: hidden;
}
.c-search-box.c-search-box--type01 .c-search-box__input {
  width: 100%;
  padding-right: 50px;
  overflow: hidden;
}
.c-search-box.c-search-box--type01 .c-search-box__input input {
  width: 100%;
  height: 40px;
  border-radius: 2px;
  padding: 0 10px;
  background-color: #fff;
  font-size: 15px;
  line-height: 1;
  outline: none;
}
.c-search-box.c-search-box--type01 .c-search-box__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #333;
  text-decoration: none;
  border: none;
  color: #fff;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 250ms;
}
.c-search-box.c-search-box--type01 .c-search-box__submit[disabled] {
  background-color: #A3A3A3;
  transition: background-color 250ms;
}

@media only screen and (min-width: 1024px), print {
  .c-search-box.c-search-box--type01 {
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 60px;
    padding: 16px 23px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px), print {
  .c-search-box.c-search-box--type01 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px), print {
  * + .c-search-box.c-search-box--type01 {
    margin-top: 60px;
  }
  .c-search-box.c-search-box--type01 form {
    border: none;
  }
  .c-search-box.c-search-box--type01 .c-search-box__input {
    padding-right: 100px;
  }
  .c-search-box.c-search-box--type01 .c-search-box__input input {
    height: 50px;
    padding: 0 20px;
  }
  .c-search-box.c-search-box--type01 .c-search-box__submit {
    position: absolute;
    width: 100px;
    height: 50px;
    line-height: 50px;
    transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), background-color 250ms cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .c-search-box.c-search-box--type01 .c-search-box__submit:not([disabled]):hover {
    opacity: 0.8;
  }
  .c-search-box.c-search-box--type01 .c-search-box__submit span {
    display: block;
    padding: 11px 0;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
}
.search-everything-highlight {
  font-weight: bold;
  font-style: normal;
}

.c-exam .c-emphasized-text {
  margin-bottom: 20px;
}
.c-exam .c-step {
  margin-bottom: 20px;
}
.c-exam .c-caption {
  margin-bottom: 20px;
}
.c-exam .c-caption span {
  color: #ec1234;
}

/* ----------------------------------------------------------------------
	汎用class(ユーティリティ)設定
---------------------------------------------------------------------- */
/* clearfix */
.u-cfx::after, .p-top-hot-topics .p-top-hot-topics__lists::after {
  content: "";
  display: block;
  clear: both;
}

/* PC,SP出し分け用 */
.u-pc-none {
  display: block !important;
}

.u-sp-none {
  display: none !important;
}

@media only screen and (min-width: 1024px), print {
  .u-pc-none {
    display: none !important;
  }

  .u-sp-none {
    display: block !important;
  }
}
/* ----------------------------------------------------------------------
    プロジェクト設定
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
	トップ専用スタイル
---------------------------------------------------------------------- */
/*
  メインビジュアル
---------------------------------------------------------------------- */
.p-top-main-visual {
  position: relative;
  height: 420px;
}
.p-top-main-visual .p-main-visual__img-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-top-main-visual .p-main-visual__img-block img {
  width: 100%;
  height: 420px;
  vertical-align: top;
  object-fit: cover;
}
.p-top-main-visual .p-main-visual__video-block {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  overflow: hidden;
}
.p-top-main-visual .p-main-visual__video-block video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  height: 420px;
  object-fit: cover;
}
.p-top-main-visual.p-top-main-visual--type-slide-pc .p-main-visual__img-block, .p-top-main-visual.p-top-main-visual--type-slide-pcsp .p-main-visual__video-block, .p-top-main-visual.p-top-main-visual--type-slide-sp .p-main-visual__video-block {
  display: none;
}
.p-top-main-visual .p-main-visual__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #aaa;
}
.p-top-main-visual .p-main-visual__nav .p-main-visual__nav-lists {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.p-top-main-visual .p-main-visual__nav .p-main-visual__nav-lists li {
  display: table-cell;
  vertical-align: middle;
}
.p-top-main-visual .p-main-visual__nav .p-main-visual__nav-lists li:not(:first-child) {
  border-left: 1px solid #aaa;
}
.p-top-main-visual .p-main-visual__nav .p-main-visual__nav-item {
  display: block;
  padding: 8px 5px 8px;
  color: #fff;
  text-align: center;
  background: rgba(34, 34, 34, 0.8);
}
.p-top-main-visual .p-main-visual__nav .p-main-visual__nav-item .c-icn {
  display: block;
  margin: 0 0 5px;
  font-weight: normal;
}
.p-top-main-visual .p-main-visual__nav .p-main-visual__nav-item .c-icn::after {
  font-size: 50px;
  line-height: 1;
}
.p-top-main-visual .p-main-visual__nav .p-main-visual__nav-item .c-txt--with-icn {
  display: block;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
}
.p-top-main-visual .p-main-visual__nav .p-main-visual__nav-item br {
  display: none;
}

@media only screen and (min-width: 1024px), print {
  .p-top-main-visual {
    width: 100%;
    height: 0;
    padding-top: 750px;
    overflow: hidden;
  }
  .p-top-main-visual .p-main-visual__img-block {
    height: 100%;
  }
  .p-top-main-visual .p-main-visual__img-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  .p-top-main-visual .p-main-visual__img-item {
    width: 100%;
    height: 0;
    padding-top: 750px;
  }
  .p-top-main-visual .p-main-visual__video-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-top-main-visual .p-main-visual__video-block::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .p-top-main-visual .p-main-visual__video-block video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  .p-top-main-visual.p-top-main-visual--type-slide-sp .p-main-visual__img-block {
    display: none;
  }
  .p-top-main-visual.p-top-main-visual--type-slide-sp .p-main-visual__video-block {
    display: block;
  }
  .p-top-main-visual.p-top-main-visual--type-slide-pc .p-main-visual__img-block {
    display: block;
  }
  .p-top-main-visual.p-top-main-visual--type-slide-pc .p-main-visual__video-block {
    display: none;
  }
  .p-top-main-visual .p-main-visual__nav {
    border: none;
  }
  .p-top-main-visual .p-main-visual__nav .p-main-visual__nav-item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    padding: 15px 10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-main-visual .p-main-visual__nav .p-main-visual__nav-item:hover {
    background: rgba(34, 34, 34, 0.9);
    transition: background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-main-visual .p-main-visual__nav .p-main-visual__nav-item .c-icn {
    margin: 0 20px 0 0;
    font-weight: normal;
  }
  .p-top-main-visual .p-main-visual__nav .p-main-visual__nav-item .c-icn::after {
    font-size: 70px;
    line-height: 1;
  }
  .p-top-main-visual .p-main-visual__nav .p-main-visual__nav-item .c-icn.c-icn-flag::after {
    font-size: 60px;
    line-height: 1;
  }
  .p-top-main-visual .p-main-visual__nav .p-main-visual__nav-item .c-txt--with-icn {
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
  }
}
/*
  重要なお知らせ
---------------------------------------------------------------------- */
.p-top-announcement {
  background: #FDE6E6;
}
.p-top-announcement .p-top-announcement__contents {
  padding: 10px 17px;
  color: #ec1234;
}
.p-top-announcement .p-top-announcement__item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.p-top-announcement .p-top-announcement__item a {
  color: #ec1234;
  text-decoration: underline;
}
.p-top-announcement .p-top-announcement__item .p-icn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
.p-top-announcement .p-top-announcement__item .p-date {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.p-top-announcement .p-top-announcement__item .p-txt-link {
  font-size: 14px;
  line-height: 1.7142857143;
}

@media only screen and (min-width: 1024px), print {
  .p-top-announcement {
    padding: 0 30px;
  }
  .p-top-announcement .p-top-announcement__contents {
    max-width: 1200px;
    margin: auto;
    padding: 17px 0;
    text-align: left;
  }
  .p-top-announcement .p-top-announcement__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0;
    margin-bottom: 8px;
  }
  .p-top-announcement .p-top-announcement__item a {
    transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-announcement .p-top-announcement__item a:hover {
    opacity: 0.6;
  }
  .p-top-announcement .p-top-announcement__item .p-icn {
    position: static;
    top: auto;
    left: auto;
    margin-right: 10px;
  }
  .p-top-announcement .p-top-announcement__item .p-icn .c-icn::after {
    line-height: 18px;
  }
  .p-top-announcement .p-top-announcement__item .p-date {
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.125;
  }
  .p-top-announcement .p-top-announcement__item .p-txt-link {
    font-size: 16px;
    line-height: 1.125;
  }
}
/*
  ナビ
---------------------------------------------------------------------- */
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 {
  margin-bottom: 20px;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item {
  position: relative;
  display: block;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item.p-top-nav__item--purple .p-txt-block::before {
  background: rgba(163, 72, 139, 0.9);
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item.p-top-nav__item--blue .p-txt-block::before {
  background: rgba(46, 79, 181, 0.9);
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item .p-img-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #000;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item .p-img-block .p-img-block__inner {
  position: relative;
  padding-top: 130px;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item .p-img-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.01);
  width: 100%;
  height: auto;
  transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  object-fit: cover;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item .p-txt-block {
  position: relative;
  z-index: 1;
  width: 160px;
  height: 130px;
  padding: 25px 20px 50px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item .p-txt-block::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 215px;
  background: rgba(0, 0, 0, 0.9);
  transform: skew(-20deg);
  transform-origin: 0 0;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item .p-txt-block span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item .p-txt-block::after {
  font-family: "iconfont";
  content: "\ea12";
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  left: 20px;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item .p-txt-block .p-txt {
  position: relative;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 li:nth-child(1) .p-top-nav__item {
  border-color: #0090E0;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 li:nth-child(1) .p-top-nav__item::after {
  border-top-color: #0090E0;
  border-left-color: #0090E0;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 li:nth-child(2) .p-top-nav__item {
  border-color: #E98040;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 li:nth-child(2) .p-top-nav__item::after {
  border-top-color: #E98040;
  border-left-color: #E98040;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 li:nth-child(3) {
  float: left;
  width: 49.3333333333%;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 li:nth-child(4) {
  float: right;
  width: 49.3333333333%;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 li:nth-child(n+1) {
  margin-top: 10px;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 .p-top-nav__item {
  position: relative;
  display: table;
  width: 100%;
  height: 60px;
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 1.2;
  border: 1px solid #999;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 .p-top-nav__item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #999;
  border-left-color: #999;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 .p-txt {
  display: table-cell;
  vertical-align: middle;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 {
  border-top: 1px solid #d8d8d8;
  overflow: hidden;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 .p-top-nav__list {
  float: left;
  display: table;
  width: 50%;
  border-bottom: 1px solid #d8d8d8;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 .p-top-nav__list--full {
  float: none;
  display: table;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 .p-top-nav__list--half {
  float: left;
  display: table;
  width: 50%;
  border-bottom: 1px solid #d8d8d8;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 .p-top-nav__list--bordered {
  border-left: 1px solid #d8d8d8;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 .p-top-nav__item {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding: 14px 0;
  text-align: center;
  color: #333;
  font-size: 12px;
  line-height: 1.3333333333;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 .p-top-nav__item .c-txt--with-icn {
  margin-left: 5px;
  text-align: left;
}
.p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 .p-top-nav__item .c-icn::after {
  font-size: 30px;
  line-height: 1;
}

@media only screen and (min-width: 1024px), print {
  .p-top-nav {
    margin: 50px 0 60px;
    padding: 0 30px;
  }
  .p-top-nav .p-top-nav__lists {
    max-width: 1200px;
    margin: auto;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 > li {
    width: 49.1666666667%;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item {
    padding-top: 37.2%;
    border-bottom: none;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item:hover .p-img-block img {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1.1);
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item .p-img-block .p-img-block__inner {
    padding-top: 37.2%;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item .p-txt-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
    height: 100%;
    padding: 0 60px 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.4285714286;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item .p-txt-block::before {
    width: 390px;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item .p-txt-block .p-txt {
    margin-top: 26.3157894737%;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item .p-txt-block span {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type01 .p-top-nav__item .p-txt-block::after {
    bottom: 20px;
    left: 60px;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 li:nth-child(1) {
    width: 32.5%;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 li:nth-child(2) {
    width: 32.5%;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 li:nth-child(3) {
    float: none;
    width: 16.25%;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 li:nth-child(4) {
    float: none;
    width: 16.25%;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 li:nth-child(n+1) {
    margin-top: 0;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 .p-top-nav__item {
    height: 80px;
    font-size: 18px;
    line-height: 1.3333333333;
    transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 .p-top-nav__item:hover {
    opacity: 0.6;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type02 .p-top-nav__item::after {
    border-width: 15px;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 .p-top-nav__list--full,
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 .p-top-nav__list--half {
    float: none;
    display: block;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
    border-bottom: none;
    border-left: 1px solid #d8d8d8;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 .p-top-nav__list:last-child {
    border-right: 1px solid #d8d8d8;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 .p-top-nav__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    padding: 14px 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 1;
    transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 .p-top-nav__item:hover {
    opacity: 0.6;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 .p-top-nav__item .c-txt--with-icn {
    margin-left: 15px;
    text-align: left;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 .p-top-nav__item .c-txt--with-icn br {
    display: none;
  }
  .p-top-nav .p-top-nav__lists.p-top-nav__lists--type03 .p-top-nav__item .c-icn::after {
    font-size: 50px;
    line-height: 1;
  }
}
/*
  ホットトピックス
---------------------------------------------------------------------- */
.p-top-hot-topics {
  margin: 0 0 40px;
  padding: 40px 20px 46px;
  background: #f9f9f9;
  overflow: hidden;
}
.p-top-hot-topics .p-top-hot-topics__ttl {
  position: relative;
  margin: 0 auto 18px;
  padding: 25px 0 0;
  font-weight: normal;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 4.2px;
  text-align: center;
  font-size: 28px;
  line-height: 1;
}
.p-top-hot-topics .p-top-hot-topics__ttl span {
  display: block;
  margin: 5px auto 0;
  color: #666;
  letter-spacing: normal;
  font-size: 10px;
  line-height: 1;
}
.p-top-hot-topics .p-top-hot-topics__ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 2px;
  width: 100px;
  margin: 0 auto auto;
  background: #ec1234;
}
.p-top-hot-topics .p-top-hot-topics__inner {
  position: relative;
}
.p-top-hot-topics .slick-slider {
  margin: 0 -5px;
}
.p-top-hot-topics .slick-list {
  overflow: visible;
}
.p-top-hot-topics .p-top-hot-topics__item {
  display: block;
  margin: 0 5px;
  outline: none;
}
.p-top-hot-topics .p-top-hot-topics__item .p-img-block {
  position: relative;
  padding-top: 63.1884057971%;
  background: #000;
  overflow: hidden;
}
.p-top-hot-topics .p-top-hot-topics__item img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.01);
  width: 100%;
  height: auto;
  min-height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
.p-top-hot-topics .p-top-hot-topics__caption {
  margin: 30px 5px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  transition: opacity .5s;
}
.p-top-hot-topics .slick-active .p-top-hot-topics__caption {
  opacity: 1;
  transition: opacity .5s;
  transition-delay: 1s;
}
.p-top-hot-topics .p-btn--prev,
.p-top-hot-topics .p-btn--next {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
}
.p-top-hot-topics .p-btn--prev::after,
.p-top-hot-topics .p-btn--next::after {
  font-family: "iconfont";
  content: "\ea12";
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto 0 auto auto;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
.p-top-hot-topics .p-btn--prev {
  left: 0;
  transform: scale(-1, 1);
}
.p-top-hot-topics .p-btn--next {
  right: 0;
}
.p-top-hot-topics.is-btn-hide .p-top-hot-topics__item {
  margin: 0;
}
.p-top-hot-topics.is-btn-hide .p-top-hot-topics__caption {
  opacity: 1;
}
.p-top-hot-topics.is-btn-hide .p-btn--prev,
.p-top-hot-topics.is-btn-hide .p-btn--next {
  display: none;
}

@media only screen and (min-width: 1024px), print {
  .p-top-hot-topics {
    margin: 60px 0;
    padding: 50px 0 120px;
  }
  .p-top-hot-topics .p-top-hot-topics__ttl {
    position: relative;
    margin: 0 auto 40px;
    padding: 25px 0 0;
    font-size: 40px;
    line-height: 1;
  }
  .p-top-hot-topics .p-top-hot-topics__ttl span {
    font-size: 12px;
    line-height: 1;
  }
  .p-top-hot-topics .p-top-hot-topics__inner {
    width: 38.1944444444%;
    margin: 0 auto;
  }
  .p-top-hot-topics .slick-slider {
    margin: 0 -10px;
  }
  .p-top-hot-topics .slick-slide {
    position: relative;
    transform: scale(0.9);
  }
  .p-top-hot-topics .slick-slide:not(.slick-center) {
    transform: scale(0.9);
    transition: transform 1s;
    transition-delay: 0.2s;
  }
  .p-top-hot-topics .slick-slide.slick-center {
    transform: scale(1);
    transition: transform 1s;
    transition-delay: 0.2s;
  }
  .p-top-hot-topics .p-top-hot-topics__item {
    margin: 0 10px;
  }
  .p-top-hot-topics .p-top-hot-topics__item img {
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-hot-topics .p-top-hot-topics__item:hover img {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1.1);
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-hot-topics .p-top-hot-topics__caption {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding-top: 30px;
  }
  .p-top-hot-topics .p-btn--prev,
  .p-top-hot-topics .p-btn--next {
    width: 57px;
    height: 57px;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .p-top-hot-topics .p-btn--prev::after,
  .p-top-hot-topics .p-btn--next::after {
    width: 57px;
    height: 57px;
    font-size: 30px;
    line-height: 1.9;
  }
  .p-top-hot-topics .p-btn--prev {
    left: -76px;
    right: auto;
    margin: auto;
    transform: scale(-1, 1);
  }
  .p-top-hot-topics .p-btn--next {
    left: auto;
    right: -76px;
    margin: auto;
  }
}
/*
  ニュース
---------------------------------------------------------------------- */
.p-top-news {
  margin: 40px 0;
  background: #fff;
}
.p-top-news .p-top-news__ttl {
  position: relative;
  margin: 0 auto 18px;
  padding: 25px 0 0;
  font-weight: normal;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 4.2px;
  text-align: center;
  font-size: 28px;
  line-height: 1;
}
.p-top-news .p-top-news__ttl span {
  display: block;
  margin: 5px auto 0;
  color: #666;
  letter-spacing: normal;
  font-size: 10px;
  line-height: 1;
}
.p-top-news .p-top-news__ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 2px;
  width: 100px;
  margin: 0 auto auto;
  background: #ec1234;
}
.p-top-news .p-top-news__lists.p-top-news__lists--latest {
  margin: 0 10px;
}
.p-top-news .p-top-news__lists.p-top-news__lists--latest .p-top-news__item {
  margin: 0 auto 20px;
  border: 1px solid #EDEDED;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.p-top-news .p-top-news__lists.p-top-news__lists--latest a {
  display: block;
  color: #333;
}
.p-top-news .p-top-news__lists.p-top-news__lists--latest a .p-img-block {
  position: relative;
  overflow: hidden;
}
.p-top-news .p-top-news__lists.p-top-news__lists--latest a .p-img-block::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 42px;
  height: 42px;
  background-image: url(/kifl/assets/img/common/icon/icon-tri-arrow-01.svg);
  background-repeat: no-repeat;
  background-size: 42px 42px;
}
.p-top-news .p-top-news__lists.p-top-news__lists--latest a .p-img-block img {
  vertical-align: top;
}
.p-top-news .p-top-news__lists.p-top-news__lists--latest a[data-type="modal"] .p-img-block::before {
  background-image: url(/kifl/assets/img/common/icon/icon-tri-modal-01.svg);
  bottom: auto;
  top: 0;
}
@media only screen and (min-width: 1024px), print {
  .p-top-news .p-top-news__lists.p-top-news__lists--latest a {
    transition: none;
  }
  .p-top-news .p-top-news__lists.p-top-news__lists--latest a .p-img-block {
    position: relative;
    overflow: hidden;
    background-color: #000;
  }
  .p-top-news .p-top-news__lists.p-top-news__lists--latest a .p-img-block::before {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
  }
  .p-top-news .p-top-news__lists.p-top-news__lists--latest a .p-img-block img {
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-news .p-top-news__lists.p-top-news__lists--latest a:hover .p-img-block img {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.p-top-news .p-top-news__lists.p-top-news__lists--latest .p-img-block {
  position: relative;
  margin: 0 auto;
}
.p-top-news .p-top-news__lists.p-top-news__lists--latest .p-img-block::before {
  display: none !important;
}
.p-top-news .p-top-news__lists.p-top-news__lists--latest .p-img-block::after {
  content: '';
  display: block;
  padding-top: 65.8064516129%;
}
.p-top-news .p-top-news__lists.p-top-news__lists--latest .p-img-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.01);
  width: 100%;
  height: auto;
  min-height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
.p-top-news .p-top-news__lists.p-top-news__lists--latest .p-txt-block {
  padding: 20px;
}
.p-top-news .p-top-news__lists.p-top-news__lists--latest .p-txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4285714286;
}
.p-top-news .p-top-news__lists.p-top-news__lists--followed {
  margin: 0 20px 30px;
}
.p-top-news .p-top-news__lists.p-top-news__lists--followed li {
  border-bottom: 1px solid #D8D8D8;
}
.p-top-news .p-top-news__lists.p-top-news__lists--followed li:first-child {
  border-top: 1px solid #D8D8D8;
}
.p-top-news .p-top-news__lists.p-top-news__lists--followed .p-top-news__item {
  padding: 20px 0;
}
.p-top-news .p-top-news__lists.p-top-news__lists--followed .p-info {
  margin: 0 auto 10px;
}
.p-top-news .p-top-news__lists.p-top-news__lists--followed .p-date {
  color: #666;
}
.p-top-news .p-top-news__lists.p-top-news__lists--followed .p-txt-link {
  font-size: 14px;
  line-height: 1.4285714286;
}
.p-top-news .p-top-news__lists.p-top-news__lists--followed a {
  color: #333;
}
.p-top-news .p-top-news__lists.p-top-news__lists--followed a:hover {
  color: #0093E6;
}
.p-top-news .p-info {
  display: table;
  width: 100%;
  font-size: 0;
}
.p-top-news .p-date {
  display: table-cell;
  vertical-align: middle;
  width: 87px;
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.p-top-news .p-category {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}
.p-top-news .p-category span {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1;
  background: red;
}
.p-top-news .p-category.p-category--purple span {
  background: #685294;
  color: #fff;
}
.p-top-news .p-category.p-category--green span {
  background: #7FA316;
  color: #fff;
}
.p-top-news .p-category.p-category--blue span {
  background: #0090E0;
  color: #fff;
}
.p-top-news .p-category.p-category--orange span {
  background: #E98040;
  color: #fff;
}
.p-top-news .p-category.p-category--teal span {
  background: #2C9090;
  color: #fff;
}
.p-top-news .p-category.p-category--wine span {
  background: #A3488B;
  color: #fff;
}
.p-top-news .p-category.p-category--pink span {
  background: #DE4482;
  color: #fff;
}
.p-top-news .p-top-news__btn {
  margin: 0 20px;
  text-align: center;
}
.p-top-news .p-top-news__btn .p-btn-link {
  display: block;
}
.p-top-news .p-top-news__btn .p-btn-link .p-btn-link__inner {
  display: block;
  position: relative;
  z-index: 1;
  padding: 8px 25px;
  line-height: 1.5;
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid #979797;
  border-radius: 50px;
  transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.p-top-news .p-top-news__btn .p-btn-link:hover .p-btn-link__inner {
  background: #333;
  color: #fff;
  transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}

@media only screen and (min-width: 1024px), print {
  .p-top-news {
    margin: 60px 0;
    padding: 0 30px;
  }
  .p-top-news .p-top-news__ttl {
    position: relative;
    margin: 0 auto 40px;
    padding: 25px 0 0;
    font-size: 40px;
    line-height: 1;
  }
  .p-top-news .p-top-news__ttl span {
    font-size: 12px;
    line-height: 1;
  }
  .p-top-news .p-top-news__lists.p-top-news__lists--latest {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 50px;
  }
  .p-top-news .p-top-news__lists.p-top-news__lists--latest li {
    width: 31%;
  }
  .p-top-news .p-top-news__lists.p-top-news__lists--latest .p-top-news__item {
    height: 100%;
    margin: 0;
  }
  .p-top-news .p-top-news__lists.p-top-news__lists--latest .p-top-news__item a {
    height: 100%;
  }
  .p-top-news .p-top-news__lists.p-top-news__lists--latest .p-img-block {
    margin: 0 auto;
  }
  .p-top-news .p-top-news__lists.p-top-news__lists--followed {
    max-width: 1200px;
    margin: 0 auto 30px;
  }
  .p-top-news .p-top-news__lists.p-top-news__lists--followed .p-top-news__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-top-news .p-top-news__lists.p-top-news__lists--followed .p-info {
    width: auto;
    margin: 0 10px 0 0;
  }
  .p-top-news .p-top-news__lists.p-top-news__lists--followed .p-txt-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-top-news .p-category {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
  }
  .p-top-news .p-category span {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 1;
    background: red;
  }
  .p-top-news .p-top-news__btn {
    margin: 0 auto;
  }
  .p-top-news .p-top-news__btn .p-btn-link {
    display: inline-block;
    width: 280px;
  }
}
/*
  オープンキャンパス
---------------------------------------------------------------------- */
.p-top-open-campus {
  margin: 60px 0;
  padding: 16px 10px;
  background: #f9f9f9;
}
.p-top-open-campus .p-top-open-campus__ttl {
  display: none;
}
.p-top-open-campus .p-top-open-campus__item {
  display: block;
  color: #333;
  background: #fff;
}
.p-top-open-campus .p-img-block {
  position: relative;
}
.p-top-open-campus .p-img-block img {
  vertical-align: bottom;
}
.p-top-open-campus .p-img-block .p-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  width: 39.8387096774%;
  height: 100%;
}
.p-top-open-campus .p-img-block .p-logo img {
  position: relative;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
.p-top-open-campus .p-txt-block {
  padding: 30px 10px 20px;
}
.p-top-open-campus .p-txt-block .p-ttl {
  margin: 0 0 17px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}
.p-top-open-campus .p-txt-block .p-ttl a {
  position: relative;
  display: block;
  padding: 0 40px 0 0;
  color: #333;
}
.p-top-open-campus .p-txt-block .p-ttl a::after {
  font-family: "iconfont";
  content: "\ea12";
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  margin: auto 0 auto auto;
  border: 1px solid #333;
  border-radius: 50%;
  font-weight: normal;
  color: #333;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.p-top-open-campus .p-txt-block .p-ttl span {
  display: block;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
}
.p-top-open-campus .p-txt-block .p-timetable dt {
  margin-left: -10px;
}
.p-top-open-campus .p-txt-block .p-timetable dt span {
  position: relative;
  display: inline-block;
  height: 24px;
  padding: 5px 20px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background: #ec1234;
}
.p-top-open-campus .p-txt-block .p-timetable dt span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #ec1234;
  border-left-color: #ec1234;
}
.p-top-open-campus .p-txt-block .p-lists li:last-child .p-lists__item {
  border-bottom: none;
}
.p-top-open-campus .p-txt-block .p-lists .p-lists__item {
  display: block;
  padding: 10px;
  border-bottom: 1px dotted #979797;
  color: #333;
}
.p-top-open-campus .p-txt-block .p-lists .p-date {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.p-top-open-campus .p-txt-block .p-lists .p-date span {
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
}
.p-top-open-campus .p-txt-block .p-lists .p-txt {
  font-size: 14px;
  line-height: 1;
}

@media only screen and (min-width: 1024px), print {
  .p-top-open-campus {
    margin: 60px 0;
    padding: 60px 30px;
  }
  .p-top-open-campus .p-top-open-campus__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1200px;
    margin: auto;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  }
  .p-top-open-campus .p-top-open-campus__item:hover .p-img-block .p-img-block__inner > img {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-open-campus .p-img-block {
    width: 51.6%;
    min-height: 367px;
  }
  .p-top-open-campus .p-img-block .p-img-block__inner {
    position: relative;
    height: 100%;
    background: #000;
    overflow: hidden;
  }
  .p-top-open-campus .p-img-block .p-img-block__inner > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    transform: translate3d(-50%, -50%, 0) scale(1.01);
    transform-origin: 50% 50%;
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-open-campus .p-txt-block {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 45px 75px 28px 45px;
  }
  .p-top-open-campus .p-txt-block .p-ttl {
    margin: 0 0 30px;
    font-size: 34px;
    line-height: 1;
  }
  .p-top-open-campus .p-txt-block .p-ttl a {
    padding: 0 45px 0 0;
  }
  .p-top-open-campus .p-txt-block .p-ttl a:hover {
    color: #0093E6;
  }
  .p-top-open-campus .p-txt-block .p-ttl a:hover::after {
    color: #0093E6;
    border-color: #0093E6;
  }
  .p-top-open-campus .p-txt-block .p-ttl a::after {
    margin: auto 0 0 auto;
  }
  .p-top-open-campus .p-txt-block .p-ttl span {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1;
  }
  .p-top-open-campus .p-txt-block .p-timetable {
    position: relative;
    padding: 0 0 0 90px;
  }
  .p-top-open-campus .p-txt-block .p-timetable dt {
    position: absolute;
    left: 0;
    top: 10px;
    margin: 0;
  }
  .p-top-open-campus .p-txt-block .p-timetable dt span {
    height: 30px;
    padding: 8px 10px;
    white-space: nowrap;
  }
  .p-top-open-campus .p-txt-block .p-timetable dt span::after {
    border-bottom-width: 15px;
    border-top-width: 15px;
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .p-top-open-campus .p-txt-block .p-lists li {
    position: relative;
  }
  .p-top-open-campus .p-txt-block .p-lists .p-lists__item {
    display: table;
    width: 100%;
    padding: 10px 10px;
    color: #333;
  }
  .p-top-open-campus .p-txt-block .p-lists .p-lists__item:hover {
    background: #ddd;
    transition: background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-open-campus .p-txt-block .p-lists .p-date {
    display: table-cell;
    width: 117px;
    margin: 0;
  }
  .p-top-open-campus .p-txt-block .p-lists .p-txt {
    display: table-cell;
    width: auto;
    float: none;
  }
}
/*
  サポート
---------------------------------------------------------------------- */
.p-top-support {
  margin: 0;
  background: #fff;
}
.p-top-support .p-top-support__ttl {
  position: relative;
  margin: 0 auto 18px;
  padding: 25px 0 0;
  font-weight: normal;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 4.2px;
  text-align: center;
  font-size: 28px;
  line-height: 1;
}
.p-top-support .p-top-support__ttl span {
  display: block;
  margin: 5px auto 0;
  color: #666;
  letter-spacing: normal;
  font-size: 10px;
  line-height: 1;
}
.p-top-support .p-top-support__ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 2px;
  width: 100px;
  margin: 0 auto auto;
  background: #ec1234;
}
.p-top-support .p-top-support__lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-top-support .p-top-support__lists li {
  width: 50%;
  border-bottom: 1px solid #fff;
  background: #f9f9f9;
}
.p-top-support .p-top-support__lists li:nth-child(even) {
  border-left: 1px solid #fff;
}
.p-top-support .p-top-support__lists .p-top-support__item {
  height: 100%;
}
.p-top-support .p-top-support__lists .p-top-support__item a {
  position: relative;
  display: block;
  height: 100%;
  color: #333;
}
.p-top-support .p-top-support__lists .p-top-support__item a .p-img-block {
  position: relative;
  overflow: hidden;
}
.p-top-support .p-top-support__lists .p-top-support__item a .p-img-block::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 42px;
  height: 42px;
  background-image: url(/kifl/assets/img/common/icon/icon-tri-arrow-01.svg);
  background-repeat: no-repeat;
  background-size: 42px 42px;
}
.p-top-support .p-top-support__lists .p-top-support__item a .p-img-block img {
  vertical-align: top;
}
.p-top-support .p-top-support__lists .p-top-support__item a[data-type="modal"] .p-img-block::before {
  background-image: url(/kifl/assets/img/common/icon/icon-tri-modal-01.svg);
  bottom: auto;
  top: 0;
}
@media only screen and (min-width: 1024px), print {
  .p-top-support .p-top-support__lists .p-top-support__item a {
    transition: none;
  }
  .p-top-support .p-top-support__lists .p-top-support__item a .p-img-block {
    position: relative;
    overflow: hidden;
    background-color: #000;
  }
  .p-top-support .p-top-support__lists .p-top-support__item a .p-img-block::before {
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
  }
  .p-top-support .p-top-support__lists .p-top-support__item a .p-img-block img {
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-support .p-top-support__lists .p-top-support__item a:hover .p-img-block img {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.p-top-support .p-top-support__lists .p-img-block {
  position: relative;
}
.p-top-support .p-top-support__lists .p-img-block::before {
  display: none !important;
}
.p-top-support .p-top-support__lists .p-img-block::after {
  content: '';
  display: block;
  padding-top: 85.7142857143%;
}
.p-top-support .p-top-support__lists .p-img-block > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.01);
  width: 100%;
  height: auto;
  min-height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
.p-top-support .p-top-support__lists .p-txt-block {
  padding: 15px 55px 15px 15px;
}
.p-top-support .p-top-support__lists .p-txt-block .p-ttl {
  font-size: 18px;
  line-height: 1.2222222222;
}
.p-top-support .p-top-support__lists .p-txt-block .p-txt {
  display: none;
}
.p-top-support .p-top-support__lists .p-txt-block::after {
  font-family: "iconfont";
  content: "\ea12";
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  margin: auto 8px 8px auto;
  border: 1px solid #333;
  border-radius: 50%;
  color: #333;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

@media only screen and (min-width: 1024px), print {
  .p-top-support {
    margin: 60px 0;
    padding: 0 30px;
  }
  .p-top-support .p-top-support__ttl {
    position: relative;
    margin: 0 auto 40px;
    padding: 25px 0 0;
    font-size: 40px;
    line-height: 1;
  }
  .p-top-support .p-top-support__ttl span {
    font-size: 12px;
    line-height: 1;
  }
  .p-top-support .p-top-support__lists {
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .p-top-support .p-top-support__lists li {
    width: 23.3%;
    border: none !important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  }
  .p-top-support .p-top-support__lists .p-top-support__item {
    height: 100%;
  }
  .p-top-support .p-top-support__lists .p-top-support__item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    color: #333;
  }
  .p-top-support .p-top-support__lists .p-img-block img {
    vertical-align: bottom;
  }
  .p-top-support .p-top-support__lists .p-txt-block {
    padding: 18px 20px 70px;
  }
  .p-top-support .p-top-support__lists .p-txt-block .p-ttl {
    font-size: 24px;
    line-height: 1.1666666667;
  }
  .p-top-support .p-top-support__lists .p-txt-block .p-txt {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .p-top-support .p-top-support__lists .p-txt-block::after {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 20px;
    margin: 0;
  }
}
/*
  施設案内
---------------------------------------------------------------------- */
.p-top-facility {
  position: relative;
  margin: 20px 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.p-top-facility .p-top-facility__item {
  display: block;
  background: #333;
}
.p-top-facility .p-txt-block {
  position: relative;
  width: 50%;
  min-width: 310px;
  color: #fff;
}
.p-top-facility .p-txt-block::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #333;
  transform: skew(-11deg);
  transform-origin: 0 0;
}
.p-top-facility .p-txt-block .p-txt-block__inner {
  position: relative;
  z-index: 2;
  padding: 40px 20px 80px;
}
.p-top-facility .p-txt-block .p-txt-block__inner::before {
  font-family: "iconfont";
  content: "\ea12";
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.p-top-facility .p-txt-block .p-ttl {
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 1;
}
.p-top-facility .p-txt-block .p-txt {
  font-size: 14px;
  line-height: 1.4285714286;
}
.p-top-facility .p-img-block {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 57.5%;
  height: 100%;
  opacity: 0.2;
}
.p-top-facility .p-img-block img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  object-fit: cover;
}

@media only screen and (min-width: 1024px), print {
  .p-top-facility {
    position: relative;
    margin: 0 0 40px;
    background: #333;
  }
  .p-top-facility .p-top-facility__item {
    padding: 0 30px;
  }
  .p-top-facility .p-top-facility__item:hover .p-img-block img {
    opacity: 0.8;
    transform: scale(1.1);
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-facility .p-txt-block {
    position: relative;
    width: auto;
    max-width: 1200px;
    min-width: 0;
    margin: 0 auto;
    padding: 0;
    background: none;
  }
  .p-top-facility .p-txt-block::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    z-index: 1;
    width: 200%;
    background: #333;
  }
  .p-top-facility .p-txt-block .p-txt-block__inner {
    width: 28.75%;
    margin-left: -30px;
    padding: 105px 67px 142px 50px;
    background: #333;
  }
  .p-top-facility .p-txt-block .p-txt-block__inner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #333;
    transform: skew(-11deg);
    transform-origin: 100% 100%;
  }
  .p-top-facility .p-txt-block .p-txt-block__inner .p-ttl, .p-top-facility .p-txt-block .p-txt-block__inner .p-txt {
    position: relative;
    z-index: 2;
  }
  .p-top-facility .p-txt-block .p-txt-block__inner::before {
    bottom: 80px;
    left: 50px;
  }
  .p-top-facility .p-txt-block::after {
    display: none;
    content: none;
  }
  .p-top-facility .p-img-block {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
  }
  .p-top-facility .p-img-block img {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
}
/*
  研修?留学 / 学院について
---------------------------------------------------------------------- */
.p-top-study {
  margin: 40px 0;
  padding: 0 10px 20px;
}
.p-top-study .p-top-study__item {
  margin-bottom: 20px;
}
.p-top-study .p-top-study__item:last-of-type {
  margin-bottom: 0;
}
.p-top-study a {
  display: block;
  color: #333;
}
.p-top-study .p-img-block {
  position: relative;
  background: #000;
  overflow: hidden;
}
.p-top-study .p-img-block:before {
  content: '';
  display: block;
  padding-top: 32.7586206897%;
}
.p-top-study .p-img-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.p-top-study .p-img-block::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.p-top-study .p-img-block .p-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 10px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
.p-top-study .p-img-block .p-caption span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-study .p-txt-block {
  padding: 5px 0;
}
.p-top-study .p-txt-block .p-txt {
  font-size: 14px;
  line-height: 1.4285714286;
}

@media only screen and (min-width: 1024px), print {
  .p-top-study {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0;
  }
  .p-top-study a:hover .p-img-block img {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
  }
  .p-top-study .p-top-study__item {
    width: 48.3%;
    margin-bottom: 0;
  }
  .p-top-study .p-txt-block {
    padding: 20px 20px 0;
  }
  .p-top-study .p-txt-block .p-txt {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
/*
  MOVIE
---------------------------------------------------------------------- */
.p-top-movie {
  margin: 40px 0;
  padding: 0 20px;
  background: #fff;
  overflow: hidden;
}
.p-top-movie .p-top-movie__ttl {
  position: relative;
  margin: 0 auto 18px;
  padding: 25px 0 0;
  font-weight: normal;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 4.2px;
  text-align: center;
  font-size: 28px;
  line-height: 1;
}
.p-top-movie .p-top-movie__ttl span {
  display: block;
  margin: 5px auto 0;
  color: #666;
  letter-spacing: normal;
  font-size: 10px;
  line-height: 1;
}
.p-top-movie .p-top-movie__ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 2px;
  width: 100px;
  margin: 0 auto auto;
  background: #ec1234;
}
.p-top-movie .p-top-movie__inner {
  position: relative;
  margin: 0 0 30px;
}
.p-top-movie .p-top-movie__lists {
  white-space: nowrap;
  opacity: 0;
}
.p-top-movie .p-top-movie__lists.slick-initialized {
  opacity: 1;
  transition: opacity 500ms;
}
.p-top-movie .p-top-movie__lists li {
  outline: none;
}
.p-top-movie .is-btn-hide .p-top-movie__lists {
  opacity: 1;
  transition: opacity 500ms;
}
.p-top-movie .slick-slider {
  margin: 0 -5px;
}
.p-top-movie .slick-list {
  overflow: visible;
}
.p-top-movie .slick-slide.slick-current .p-top-movie__item .p-img {
  cursor: pointer;
}
.p-top-movie .slick-slide.slick-current .p-top-movie__item .p-video-block:hover {
  opacity: 0.7;
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.p-top-movie .slick-slide.slick-current .p-top-movie__item.is-playing .p-img {
  display: none;
}
.p-top-movie .slick-slide.slick-current .p-top-movie__item.is-playing .p-video-block:hover {
  opacity: 1;
  transition: none;
}
.p-top-movie .p-top-movie__item {
  display: block;
  margin: 0 5px;
}
.p-top-movie .p-top-movie__item .p-video-block {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.p-top-movie .p-top-movie__item .p-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-movie .p-top-movie__item .p-video video {
  width: 100%;
  height: 100%;
}
.p-top-movie .p-top-movie__item .p-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: default;
  transform: scale(1.01) translateZ(0);
}
.p-top-movie .p-top-movie__item .p-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-movie .p-top-movie__caption {
  margin: 30px 5px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  transition: opacity .5s;
}
.p-top-movie .slick-active .p-top-movie__caption {
  opacity: 1;
  transition: opacity .5s;
  transition-delay: 1s;
}
.p-top-movie .p-btn--prev,
.p-top-movie .p-btn--next {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
}
.p-top-movie .p-btn--prev::after,
.p-top-movie .p-btn--next::after {
  font-family: "iconfont";
  content: "\ea12";
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto 0 auto auto;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
.p-top-movie .p-btn--prev {
  left: 0;
  transform: scale(-1, 1);
}
.p-top-movie .p-btn--next {
  right: 0;
}
.p-top-movie .p-top-movie__btn {
  margin: 0 20px;
  text-align: center;
}
.p-top-movie .p-top-movie__btn .p-btn-link {
  display: block;
}
.p-top-movie .p-top-movie__btn .p-btn-link .p-btn-link__inner {
  display: block;
  position: relative;
  z-index: 1;
  padding: 8px 25px;
  line-height: 1.5;
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid #979797;
  border-radius: 50px;
  transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.p-top-movie .p-top-movie__btn .p-btn-link:hover .p-btn-link__inner {
  background: #333;
  color: #fff;
  transition: color 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), background 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.p-top-movie.is-btn-hide .p-top-movie__item {
  margin: 0;
}
.p-top-movie.is-btn-hide .p-top-movie__item .p-video-block:hover {
  opacity: 0.7;
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.p-top-movie.is-btn-hide .p-top-movie__item .p-img {
  cursor: pointer;
}
.p-top-movie.is-btn-hide .p-top-movie__item.is-playing .p-img {
  display: none;
}
.p-top-movie.is-btn-hide .p-top-movie__item.is-playing .p-video-block:hover {
  opacity: 1;
  transition: none;
}
.p-top-movie.is-btn-hide .p-top-movie__caption {
  opacity: 1;
}
.p-top-movie.is-btn-hide .p-btn--prev,
.p-top-movie.is-btn-hide .p-btn--next {
  display: none;
}

@media only screen and (min-width: 1024px), print {
  .p-top-movie {
    margin: 60px 0;
    padding: 0 30px;
  }
  .p-top-movie .p-top-movie__ttl {
    position: relative;
    margin: 0 auto 40px;
    padding: 25px 0 0;
    font-size: 40px;
    line-height: 1;
  }
  .p-top-movie .p-top-movie__ttl span {
    font-size: 12px;
    line-height: 1;
  }
  .p-top-movie .p-top-movie__inner {
    width: 38.1944444444%;
    margin: 0 auto 85px;
  }
  .p-top-movie .slick-slider {
    margin: 0 -10px;
  }
  .p-top-movie .slick-slide {
    position: relative;
    transform: scale(0.9);
  }
  .p-top-movie .slick-slide:not(.slick-center) {
    transform: scale(0.9);
    transition: transform 1s;
    transition-delay: 0.2s;
  }
  .p-top-movie .slick-slide.slick-center {
    transform: scale(1);
    transition: transform 1s;
    transition-delay: 0.2s;
  }
  .p-top-movie .p-top-movie__item {
    margin: 0 10px;
  }
  .p-top-movie .p-top-movie__caption {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding-top: 30px;
  }
  .p-top-movie .p-btn--prev,
  .p-top-movie .p-btn--next {
    width: 57px;
    height: 57px;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .p-top-movie .p-btn--prev::after,
  .p-top-movie .p-btn--next::after {
    width: 57px;
    height: 57px;
    font-size: 30px;
    line-height: 1.9;
  }
  .p-top-movie .p-btn--prev {
    left: -76px;
    right: auto;
    margin: auto;
    transform: scale(-1, 1);
  }
  .p-top-movie .p-btn--next {
    left: auto;
    right: -76px;
    margin: auto;
  }
  .p-top-movie .p-top-movie__btn {
    margin: 0 auto;
  }
  .p-top-movie .p-top-movie__btn .p-btn-link {
    display: inline-block;
    width: 280px;
  }
}
/*
  バナー
---------------------------------------------------------------------- */
.p-top-banner {
  margin: 40px 0;
  padding: 0 20px;
  background: #fff;
}
.p-top-banner a {
  display: block;
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}
.p-top-banner a:hover {
  opacity: 0.6;
}
.p-top-banner a img {
  vertical-align: bottom;
}

@media only screen and (min-width: 1024px), print {
  .p-top-banner {
    margin: 60px auto;
    padding: 0 30px;
  }
  .p-top-banner .p-top-banner__lists {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .p-top-banner .p-top-banner__lists li {
    width: 50%;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
/*
  関連リンク
---------------------------------------------------------------------- */
.p-top-related-link {
  position: relative;
  padding: 24px 15px 65px;
  background-color: #f2f2f2;
}
.p-top-related-link .p-top-related-link__inner {
  width: 100%;
}
.p-top-related-link .p-top-related-link__listsWrap {
  overflow: hidden;
}
.p-top-related-link .p-top-related-link__lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 103.4482758621%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
}
.p-top-related-link .p-top-related-link__lists.slick-initialized {
  opacity: 1;
  transition: opacity 500ms;
}
.p-top-related-link .p-top-related-link__lists li {
  width: 50%;
}
.p-top-related-link.is-btn-hide .p-top-related-link__lists {
  opacity: 1;
  transition: opacity 500ms;
}
.p-top-related-link a {
  outline: none;
}
.p-top-related-link .p-top-related-link__item {
  float: left;
  display: block;
  width: 93.3333333333%;
}
.p-top-related-link .p-img-block {
  position: relative;
  width: 100%;
}
.p-top-related-link .p-img-block img {
  display: block;
  transform: translateZ(0);
  background: rgba(0, 0, 0, 0.01);
  vertical-align: bottom;
}
.p-top-related-link .p-controller {
  margin: 10px auto 0;
  text-align: center;
}
.p-top-related-link .p-btn--next,
.p-top-related-link .p-btn--prev {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  color: #333;
  cursor: pointer;
  border: 1px solid #333;
  border-radius: 50%;
}
.p-top-related-link .p-btn--next::after,
.p-top-related-link .p-btn--prev::after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.p-top-related-link .p-btn--next.slick-disabled,
.p-top-related-link .p-btn--prev.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.p-top-related-link .p-btn--next.slick-disabled:hover,
.p-top-related-link .p-btn--prev.slick-disabled:hover {
  opacity: 0.2;
}
.p-top-related-link .p-btn--prev {
  transform: scale(-1, 1);
}
.p-top-related-link .p-btn--prev::after {
  font-family: "iconfont";
  content: "\ea12";
  vertical-align: middle;
  line-height: 1;
  font-size: 22px;
  line-height: 32px;
}
.p-top-related-link .p-btn--next::after {
  font-family: "iconfont";
  content: "\ea12";
  vertical-align: middle;
  line-height: 1;
  font-size: 22px;
  line-height: 32px;
}
.p-top-related-link.is-btn-hide .p-btn--next,
.p-top-related-link.is-btn-hide .p-btn--prev,
.p-top-related-link.is-btn-hide .p-dots {
  display: none;
}
.p-top-related-link .p-dots {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  font-size: 0;
}
.p-top-related-link .p-dots .slick-dots {
  text-align: center;
}
.p-top-related-link .p-dots .slick-dots li {
  display: inline-block;
  width: 30px;
  margin: 0 5px;
  padding: 3px 0 0;
  background-color: #CCC;
  cursor: pointer;
}
.p-top-related-link .p-dots .slick-dots li.slick-active {
  background-color: #222;
}

@media only screen and (min-width: 1024px), print {
  .p-top-related-link {
    padding: 25px 0;
  }
  .p-top-related-link a {
    transition: none;
  }
  .p-top-related-link a .p-img-block {
    background-color: #000;
    overflow: hidden;
  }
  .p-top-related-link a .p-img-block img {
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-related-link a:hover .p-img-block img {
    opacity: 0.8;
    transition: transform 0.5s cubic-bezier(0.25, 0.87, 0.41, 1), opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-related-link .p-top-related-link__inner {
    position: relative;
    width: 84.7222222222%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .p-top-related-link .p-top-related-link__lists {
    width: 101.6666666667%;
  }
  .p-top-related-link .p-top-related-link__lists li {
    width: 24.5901639344%;
  }
  .p-top-related-link .p-top-related-link__item {
    width: 93.3333333333%;
  }
  .p-top-related-link .p-controller {
    margin: 0;
  }
  .p-top-related-link .p-btn--next,
  .p-top-related-link .p-btn--prev {
    position: absolute;
    top: 50%;
    bottom: auto;
    transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  }
  .p-top-related-link .p-btn--next:hover,
  .p-top-related-link .p-btn--prev:hover {
    opacity: 0.6;
  }
  .p-top-related-link .p-btn--prev {
    left: 0;
    transform: translate(-100%, -50%) scale(-1, 1);
  }
  .p-top-related-link .p-btn--next {
    left: auto;
    right: 0;
    transform: translate(100%, -50%);
  }
  .p-top-related-link .p-dots {
    display: none;
  }
}
/* ----------------------------------------------------------------------
	404エラー専用スタイル
---------------------------------------------------------------------- */
.p-not-found {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-not-found .p-txt-block {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
.p-not-found .p-img-block {
  -ms-flex-order: 1;
  order: 1;
  width: 46.875%;
  margin: 0 auto 30px;
}
.p-not-found .p-img-block img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media only screen and (min-width: 1024px), print {
  .p-not-found {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .p-not-found .p-txt-block {
    -ms-flex-order: 1;
    order: 1;
  }
  .p-not-found .p-img-block {
    -ms-flex-order: 2;
    order: 2;
    box-sizing: content-box;
    width: 26.5957446809%;
    min-width: 300px;
    margin: 0 0 0 48px;
  }
  .p-not-found .p-img-block img {
    width: 300px;
  }
}
/* ----------------------------------------------------------------------
	Googleカスタム検索
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
	Googleカスタム検索専用スタイル
---------------------------------------------------------------------- */
/* 
  検索結果
---------------------------------------------------------------------- */
.p-custum-search-result .gsc-cursor-box {
  margin: 30px auto 0 !important;
}
.p-custum-search-result .gsc-cursor-box .gsc-cursor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-custum-search-result .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  width: 52px;
  margin-right: 0;
  padding: 18px 0;
  background-color: #f0f0f0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #333;
}
.p-custum-search-result .gsc-cursor-box .gsc-cursor .gsc-cursor-page:not(:first-child) {
  margin-left: 2px;
}
.p-custum-search-result .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover {
  text-decoration: none;
}
.p-custum-search-result .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
  background-color: #666;
  color: #fff;
}

@media only screen and (min-width: 1024px), print {
  .p-custum-search-result .gsc-cursor-box {
    margin-top: 60px !important;
  }
  .p-custum-search-result .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  .p-custum-search-result .gsc-cursor-box .gsc-cursor .gsc-cursor-page:not(.gsc-cursor-current-page):hover {
    background-color: #333;
    color: #fff;
  }
}
